]> git.donarmstrong.com Git - debian/debian-policy.git/blob - debconf_spec/html.dsl
* Added doc-base support for all of the HTML docs in the package
[debian/debian-policy.git] / debconf_spec / html.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
3 ]>
4 <style-sheet>
5
6 <style-specification id="html" use="docbook">
7 <style-specification-body> 
8
9 (define %generate-article-toc% #t)
10 (define %generate-article-titlepage% #t)
11 (define %generate-legalnotice-link% #t)
12 (define (article-titlepage-recto-elements)
13         (list (normalize "title")
14         (normalize "subtitle")
15         (normalize "authorgroup")
16         (normalize "author")
17         (normalize "releaseinfo")
18         (normalize "copyright")
19         (normalize "pubdate")
20         (normalize "revhistory")
21         (normalize "legalnotice")
22         (normalize "abstract")))
23
24 </style-specification-body>
25 </style-specification>
26
27 <external-specification id="docbook" document="docbook.dsl">
28
29 </style-sheet>