Tumgik
#Fieldcode
ruurdsnotes · 4 years
Photo
Tumblr media Tumblr media Tumblr media
Zaterdag 26 september – Fieldcode. Software for climate positivity. We maken het ontstaan van een nieuwe markt mee: ‘NatureTech’ (volgens Climate Cleanup).
We build software to achieve CO2 negativity and offer our clients cost effective and environmentally inspiring solutions. We strive to be at the sweet spot where cost cutting technology and sustainability meet exceptional service.
0 notes
codebank · 4 years
Text
Generate sitemap.xml
To generate an automated sitemap file, uncomment the following code in the actions-config.xml file and edit to suit your field structure:
<action class="SitemapAction"> <mapping url-pattern="/main/sitemap.xml"/> <mapping url-pattern="/sitemap.xml"/> <init-param> <param-name>root</param-name> <param-value>im_root</param-value> </init-param> <init-param> <param-name>fieldCodes</param-name> <param-value>navigation,footerNavigation,pages,products,customers,links,posts</param-value> </init-param> <init-param> <param-name>classCodes</param-name> <param-value>AbstractNavigable,FooterLinkGroup</param-value> </init-param> <init-param> <param-name>hiddenClassCodes</param-name> <param-value>Site,FooterLinkGroup</param-value> </init-param> </action>
0 notes