This file is indexed.

/usr/share/sgml/stylesheet/dsssl/sgmltools/ascii-lynx.dsl is in sgmltools-lite 3.0.3.0.cvs.20010909-20.

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
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
]>
<style-sheet>
<style-specification id="html" use="docbook">
<style-specification-body> 
;;
;;  $Id: ascii-lynx.dsl,v 1.1 2000/03/24 09:16:05 cdegroot Exp $
;; 
;;  Stylesheet that converts to HTML with the correct parameters to do a
;;  subsequent Lynx -dump on it.
;;

(define nochunks #t)
(define %html-manifest% #f)
(define %html-ext% ".html")
(define %use-id-as-filename% #f)

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