Dowww is programmed with Python and uses the Cheetah template system.
Dowww uses only plain text config files to store information. No SQL, no XML.
The config file provides all the web page structure (template to use,
target html or XHTML file, menus, actual data, link to file document to
insert...), and all template data sources. Complex data can be stored in
the config file (filters, data read from files, unlimited include of other
config files, ...).
That config file is read by dowww to load the
Cheetah templates and generate the whole web site.
This is a quick documentation. Of course, all that documentation is made using
this tool, everything is available in the /example folder of the
distribution. To regenerate the doc, edit the file /example/config/default.config
to enter actual path for folder.template, folder.pytemplate, folder.static,
folder.content and folder.config, then execute the command dowww example/config/doc.config.
The doc should be generated in the /var/tmp/test directory