Cassandra Site Management ========================= Updating the site ----------------- * Get Hyde (http://github.com/lakshmivyas/hyde, requires python-yaml) * Get Django * Make your edits * Run `hyde.py -g -s src/ -d publish/` * Test! * Commit (SVN) * Thats it! Source layout ------------- * content/ Django templates for each page. * layout/ Django templates that contain page structure. All of the redundant material can be found here (headers, footers, navigation, etc). * media/ CSS, javascript, images, etc. * settings.py Site-specific configuration. Vars that are used throughout the site are defined here, (see the CassandraDefs object).