]> git.sesse.net Git - vlc/blob - doc/common/stylesheet-html.dsl
* ./debian/changelog: updated for 0.5.1.
[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 ; Change of HTML page for each chapter, not for each "sect1"
13 (define (chunk-element-list)
14   (list ))
15
16 ; "screens" should be in verbatim mode"
17 (define %shade-verbatim%
18   #t)
19
20 ; I want small icons for "notes", "warnings", "caution" & "important"
21 (define %admon-graphics%
22   #t)
23 ; Path for the icons
24 (define %admon-graphics-path%
25   "../common/")
26
27 ; Use ID attributes as name for component HTML files
28 (define %use-id-as-filename%
29   #t)
30
31 ; Are sections enumerated ?
32 (define %section-autolabel%
33   #t)
34
35
36 </style-specification-body>
37 </style-specification>
38 <external-specification id="docbook" document="dbstyle">
39 </style-sheet>