summaryrefslogtreecommitdiff
path: root/share/xsl
Commit message (Collapse)AuthorAgeFilesLines
* Add the files which will allow us to actually build with FORMAT=htmlTom Rhodes2003-01-034-0/+104
| | | | | | | STYLESHEET_TYPE=xsl. This is a stepping stone. Notes: svn path=/head/; revision=15516
* Reorder the $FreeBSD$ line. Indent. Teach the stylesheet how to formatNik Clayton2002-05-051-8/+11
| | | | | | | our custom elements. Notes: svn path=/head/; revision=12973
* Reorder the $FreeBSD$ line. Indent.Nik Clayton2002-05-051-4/+5
| | | | Notes: svn path=/head/; revision=12972
* Add two new stylesheet driver files. default.xsl is the analogue ofNik Clayton2002-05-052-0/+31
default.dsl, and just calls freebsd.xsl. freebsd.xsl is where the project-specific customisations for the XSL stylesheets will go. Notes: svn path=/head/; revision=12970