A Template::TT2Site site is configured to take templates from two sources: from the local directory, and from the TT2Site library. The templates in the library directory provide (almost) all the necessary information to create the site (except for the contents, of course), the library templates can be overruled locally to customize a particular site.
The library templates reside in the lib
directory. Its
major subdirectories are config
(configuration data),
page
(page formatting), and util
(utility
functions).
For the time being, the contents of the files need to be taken as a guide how to write your own. Here is a short description of some files:
site/main
site/config
site/images
site/lang
page/wrapper
page/html
page/layout