File: FAQ.dsl

package info (click to toggle)
fwbuilder 1.0.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,508 kB
  • ctags: 2,655
  • sloc: cpp: 15,549; sh: 7,494; ansic: 3,538; xml: 3,418; makefile: 906; perl: 397
file content (101 lines) | stat: -rw-r--r-- 2,176 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl" CDATA DSSSL>
]>

<!--

  Custom DocBook stylesheet for producing Firewall Builder FAQ
  
  
  Author:        Vadim Kurland 
  Build date:    11/26/2001
  Last changed:  11/26/2001
  Description:   This stylesheet generates FAQ in the form of single 
		 HTML file


  For explanations of these, and definitions of other elements see
  DocBook documentation coming with Norman Walsh'es docbook-dsssl
  package

-->


<style-sheet>
<style-specification use="docbook">
<style-specification-body>  

(define %html40%
  ;; Generate HTML 4.0
  #t)  

(define %css-decoration%
  ;; Enable CSS decoration of elements
  #t)

(define %css-liststyle-alist%
  ;; Map DocBook OVERRIDE and MARK attributes to CSS
  '(("bullet" "disc")
    ("box" "square")))


(define %generate-article-toc%
  ;; Should a Table of Contents be produced for Articles?
  #t)

(define %section-autolabel%
  ;; Are sections enumerated?
  #t)

(define %qanda-inherit-numeration%
  ;; Should numbered questions inherit the surrounding numeration?
  #t) 

<!-- CALS tables are those defined by author as part of the text -->
 (define %cals-table-class%
  ;; Class attribute for CALS tables
  "CALSTABLE")


<!--   Navigation bars -->
(define %gentext-nav-tblwidth%
  ;; If using tables for navigation, how wide should the tables be?
  "90%")


(define %html-ext%
  ;; Default extension for HTML output files
  ".html") 

<!--
(define %html-header-tags%
  ;; What additional HEAD tags should be generated?
  '(("LINK" ("REL" "STYLESHEET") ("TYPE" "text/css") ("HREF" "../../fwbuilder.css")))
)
-->


(define nochunks
  ;; Suppress chunking of output pages
  #t)

(define rootchunk
  ;; Make a chunk for the root element when nochunks is used
  #t)

(define %stylesheet%
  ;; Name of the stylesheet to use
  "../../fwbuilder.css"
)

 (define %use-id-as-filename%
  ;; Use ID attributes as name for component HTML files?
  #t)


</style-specification-body>
</style-specification>
<external-specification id="docbook" document="dbstyle">
</style-sheet>