How to update the ESME website --------------------------------- INTRO ----- The http://esme.apache.org/ is managed by the ASF CMS (http://cms.apache.org). All ESME committers have read-write access to the website content, but it's good practice to discuss big changes on the dev list in advance. Content is provided in markdown structured text format, see cms.a.o for pointers to syntax and conventions. See also http://wiki.apache.org/general/ApacheCms2010 for help and links. WORKING IN SVN -------------- Committing content under https://svn.apache.org/repos/asf/esme/site/trunk causes a staging build of the website to be executed. The staged content becomes available under http://esme.staging.apache.org/ The build process can be followed at http://ci.apache.org/builders/esme-site-staging See the existing content for how to add images and additional files. To push the changes in production, connect to https://cms.apache.org/esme/publish with your LDAP credentials (as set on people.apache.org). BROWSER-BASED EDITING AND PUBLISHING ------------------------------------ Starting at https://cms.apache.org/esme/ , one can get a working copy, edit it if needed (with simple preview) and publish it to the live site. THAT'S IT --------- The Apache CMS is a simple tool compared to some of the CMS we're used to. - [CMS Reference](http://www.apache.org/dev/cmsref.html) - [Django Templates](http://docs.djangoproject.com/en/1.1/ref/templates/builtins/)