0.8.6.1:
[sbcl.git] / doc / sbcl-html.dsl
index d2e10ac..82ca94d 100644 (file)
@@ -21,19 +21,12 @@ warranty. See the COPYING and CREDITS files for more information.
 
 --
 
- [<!ENTITY docbook.dsl
-           SYSTEM
-          "/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl"
-          CDATA
-          dsssl>]>
+ [<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>]>
 
 <style-sheet>
 <style-specification id="html" use="docbook">
 <style-specification-body>
 
-;;; FIXME: It would be nice to have output files have ".html" extensions
-;;; instead of ".htm" extensions.
-
 ;;; Essentially all the stuff in the "Programming languages and
 ;;; constructs" section (pp. 40-41 of _DocBook: The Definitive Guide_)
 ;;; is to be monospaced. The one exception is "replaceable", which
@@ -96,6 +89,25 @@ warranty. See the COPYING and CREDITS files for more information.
 ;;; (The "token" element is handled in another section.)
 ;;; (The "type" element is handled in another section.)
 
+
+
+;; The extension to use on generated html files.
+(define %html-ext%  ".html")
+
+;; Generate a list of the html files created
+(define html-manifest #t)
+
+;; The filename of the root HTML document (e.g, "index").
+(define %root-filename%  "index")
+
+;; If true, chunks will be written to the 'output-dir' instead of
+;; the current directory.
+(define use-output-dir  #t)
+(define %output-dir% "html")
+
+;; Use ID attributes as name for component HTML files
+(define %use-id-as-filename%  #t)
+
 </style-specification-body>
 </style-specification>