Subject: CVS commit: htdocs
To: None <www-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: www-changes
Date: 11/27/2004 21:26:30
Module Name: htdocs
Committed By: jschauma
Date: Sat Nov 27 21:26:30 UTC 2004
Modified Files:
htdocs: Makefile.inc
htdocs/share/mk: web.site.mk
htdocs/share/xsl: webpage.xsl
Log Message:
Allow auto-generation of TOCs from xml files, turned off by default.
If a file in a given directory needs a TOC, then the Makefile needs
to use TOC_LEVEL=X, where X is the depth of the TOC.
In order to exclude certain sections from the TOC, simply add a role
``NotInToc'':
<sect2 id="this-is-not-in-toc" role="NotInToc">
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 htdocs/Makefile.inc
cvs rdiff -r1.17 -r1.18 htdocs/share/mk/web.site.mk
cvs rdiff -r1.15 -r1.16 htdocs/share/xsl/webpage.xsl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.