hello,
I'm thinking of using web2py for a site that will be used for internet therapy.
The main content will be a hierachical set of pages, something like this
chapters
paragraphs
sub paragraphs
Most of the pages contain plain text, and further a next and previous button.
Some pages will contain some specific widgets, e.g. textarea.
Suppose all the content is already available in the correct hierarchical
structure (database or XML
file ),
what would be the best way to generate that site ?
1. use a pre-processor that generates all the python files
2. generate the pages on the flight from an SQL database (don't know how to do
that)
thanks,
Stef Mientki