blob: fb8006aca8916b5d2a125c9440f6bef12f5f1ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "docbook.dsl" CDATA dsssl>
]>
<style-sheet>
<style-specification use="docbook">
<style-specification-body>
(define %generate-legalnotice-link%
#t)
(define ($legalnotice-link-file$ legalnotice)
(string-append "legalnotice"%html-ext%))
(define %html-ext%
".html")
(define %root-filename%
"index")
(define %use-id-as-filename%
#t)
(define %body-attr%
(list
(list "BGCOLOR" "#FFFFFF")
(list "TEXT" "#000000")
(list "LINK" "#0000FF")
(list "VLINK" "#840084")
(list "ALINK" "#006000")))
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="docbook.dsl">
</style-sheet>
|