benoitc d5f2b5358a Refactored the configuration system.
Some preliminary work on refactoring the configuration system to
allow for some backwards compatibility with Python 2.4.
2010-06-17 19:45:51 -04:00
..
2010-06-06 01:12:13 -04:00
2010-06-17 17:22:26 +02:00
2010-06-06 16:00:41 +02:00
2010-06-06 01:12:13 -04:00
2010-06-06 01:12:13 -04:00
2010-05-31 22:34:38 +02:00
2010-06-06 01:12:13 -04:00

Generate Documentation
----------------------

Requirements
++++++++++++

To generate documentation you need to install:

 - Python 2.x >= 2.5
 - jinja2 (http://jinja.pocoo.org/2/)
 - docutils (http://docutils.sourceforge.net/)
 - compass (http://compass-style.org/)
 - compass-960-plugin (http://github.com/chriseppstein/compass-960-plugin)
 
 
Generate
++++++++
::

    $ ./buildweb.py

Have a look in the file.py for configuration details.