Initial layout of what work the Page object has to do, based on non object version.
authorFredrik Unger <fred@tree.se>
Wed, 6 Apr 2011 20:09:52 +0000 (22:09 +0200)
committerFredrik Unger <fred@tree.se>
Wed, 6 Apr 2011 20:09:52 +0000 (22:09 +0200)
commit2c6b958c124ba5d84265f5f3623c9f6fcd1950b0
tree8df6273537fff3412ab0aad158a8a2e50d8cec9b
parent6d43dd78472d987405abf540be1744dbc7ed4576
Initial layout of what work the Page object has to do, based on non object version.

prepare method to collect all information from the bindery, and to splice in
results from scripts on the page.

render method to do the xsl stylesheet conversion of the docbook xml to html

template method to create html menues and merge the text into the template.

from order, the template for one page can not run before all pages have
run prepare. (sitemap does not have all titles before that)
Solution for language menu and how to deal with a missing page for
a language has to be implemented.
src/tree-cutter.py