This file is indexed.

/usr/share/sgml/caspar/html.dsl is in caspar 20140919-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
]>

<!-- This file is maintained at http://git.mdcc.cx/caspar -->

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

;; See dbparam.dsl for definitions of refentries
(define %section-autolabel% #t)           ;; Sections are enumerated
(define %chapter-autolabel% #t)           ;; Chapters are enumerated

(define nochunks #t)                    ;; Dont make multiple pages
(define rootchunk #t)                   ;; Do make a 'root' page
(define %use-id-as-filename% #t)        ;; Use book id as filename
(define %html-ext% ".html")             ;; give it a proper html extension

;; %generate-set-toc% and %generate-book-toc% are #t in dbparam.dsl
;; %generate-book-titlepage% and %generate-article-titlepage% are #t
;; %generate-part-toc-on-titlepage% is #t

;; it seems toc is generated, but not printed in nochunks mode

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