README.txt ---------- This documents the transition to the Apache CMS [0] for managing, amending and deploying OODT's project website and documentation. These files are written in Markdown. The syntax is explained best by [1][2] If you want to change a style, those can be found in `content/styles/` Change the general layout by modifying the files in `templates/`. You can also change the behaviour by modifying the files in `lib/`. Documentation on this process can be found at [0] The essential directory structure is as follows trunk/ content/ (location of actual site content) lib/ (only required for projects using the standard perl build system) path.pm (the analog of django's url.py) view.pm (the corresponding views) cgi-bin/ (optional cgi directory) templates/ (location of site-wide templates) branches/ (optional branches, currently unused) All new site content is put into trunk/content. Users wishing to amend and publish the site can easily do so by obtaining the Bookmarklet from here [3]. We are always eager to make improvements to this documentation, the OODT site and of course the OODT code so please get in touch with us on the dev@ list. [0] http://www.apache.org/dev/cms.html [1] http://www.apache.org/dev/cmsref.html#markdown [2] http://daringfireball.net/projects/markdown/syntax [3] https://cms.apache.org/#bookmark