| 1 |
CDuce website: technical documentation
|
| 2 |
|
| 3 |
|
| 4 |
CDuce website is generated by "site.cd". The entry point is the file
|
| 5 |
"site.xml".
|
| 6 |
|
| 7 |
The site is structured as a tree of pages, with a single toplevel page
|
| 8 |
(normally "index").
|
| 9 |
|
| 10 |
|
| 11 |
Items on a page:
|
| 12 |
- box: a large box on the main panel
|
| 13 |
- meta: a special box on the main panel to display meta information
|
| 14 |
- left: a narrow box on the left panel
|
| 15 |
- page: a sub-page
|
| 16 |
- external: a "virtual" sub-page, not managed by site.cd but
|
| 17 |
integrated in the tree
|
| 18 |
|
| 19 |
Content:
|
| 20 |
- boxes-toc: list of links to all boxes on this page
|
| 21 |
- pages-toc: list of links to all subpages
|
| 22 |
- site-toc: global sitemap
|
| 23 |
- local-links: list of links to some arbitrary pages of the site
|
| 24 |
(href is a comma separted list of page names)
|
| 25 |
- ...
|
| 26 |
|
| 27 |
|