See LICENSE for the license details; Exodus falls under this license. Roland van Laar email: roland@wirelessleiden.nl = Directory/File layout = doc = documentation files e.g. papers and transcripts exodus = exodus module exodus/static = exodus static files exodus/templates = exodus template files = Hacking = Buildout is a tool that automagically builds a development environment for you. Python package python-setuptools is required. To build the development environment: $ cd $SVNTRUNK $ python bootstrap.py $ bin/buildout To create the database: $ cd $SVNTRUNK $ make init To run the developmentserver do: $ cd $SVNTRUNK $ make debug To run unittests do: $ cd $SVNTRUNK $ bin/test