]> git.sesse.net Git - vlc/blob - doc/common/stylesheet-html.dsl
46f9cb872d1436bd83b6c036e154e27fd3f16730
[vlc] / doc / common / stylesheet-html.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
3 ]>
4
5 <style-sheet>
6 <style-specification use="docbook">
7 <style-specification-body>
8
9 ; Personnalization of James Clark's stylesheet for HTML output
10 ; These parameters overide James Clark's one.
11
12 ; Only produce a table of contents (not a table of figure, etc...)
13 (define ($generate-book-lot-list$)
14   (list ))
15
16 ; Depth of the table of contents
17 (define (toc-depth nd)
18       2)
19
20 ; Change of HTML page for each chapter, not for each "sect1"
21 (define (chunk-element-list)
22   (list (normalize "preface")
23         (normalize "chapter")
24         (normalize "appendix") 
25         (normalize "article")
26         (normalize "glossary")
27         (normalize "bibliography")
28         (normalize "index")
29         (normalize "colophon")
30         (normalize "setindex")
31         (normalize "reference")
32         (normalize "refentry")
33         (normalize "part")
34         (normalize "book")
35         (normalize "set")
36         ))
37
38
39 ; "screens" should be in verbatim mode"
40 (define %shade-verbatim%
41   #t)
42
43 ; I want small icons for "notes", "warnings", "caution" & "important"
44 (define %admon-graphics%
45   #t)
46 ; Path for the icons
47 (define %admon-graphics-path%
48   "../common/")
49
50 ; Use ID attributes as name for component HTML files
51 (define %use-id-as-filename%
52   #t)
53
54 (define %section-autolabel%
55   ;; Are sections enumerated?
56   #t)
57
58
59 </style-specification-body>
60 </style-specification>
61 <external-specification id="docbook" document="dbstyle">
62 </style-sheet>