summaryrefslogtreecommitdiff
path: root/doc/html-customizations.dsl.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html-customizations.dsl.in')
-rw-r--r--doc/html-customizations.dsl.in61
1 files changed, 0 insertions, 61 deletions
diff --git a/doc/html-customizations.dsl.in b/doc/html-customizations.dsl.in
deleted file mode 100644
index 4bf0404d0f..0000000000
--- a/doc/html-customizations.dsl.in
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY dbstyle SYSTEM "@DB_STYLESHEETS@/html/docbook.dsl" CDATA DSSSL>
-]>
-
-<style-sheet>
-<style-specification use="docbook">
-<style-specification-body>
-
-;; my own customizations for HTML output:
-
-(define %admon-graphics-path%
- ;; Path to admonition graphics
- "figures/")
-
-(define %admon-graphics%
- ;; Use graphics in admonitions?
- #t)
-
-(define %indent-programlisting-lines%
- ;; Indent lines in a 'ProgramListing'?
- " ")
-
-(define %shade-verbatim%
- ;; Should verbatim environments be shaded?
- #t)
-
-(define ($shade-verbatim-attr$)
- ;; Attributes used to create a shaded verbatim environment.
- (list
- (list "BORDER" "0")
- (list "BGCOLOR" "#f0f0f0")))
-
-(define %root-filename%
- ;; Name for the root HTML document
- "index")
-
-(define %body-attr%
- ;; What attributes should be hung off of BODY?
- (list
- (list "BGCOLOR" "#FFFFFF")
- (list "TEXT" "#0000A0")
- (list "LINK" "#2020D0")
- (list "VLINK" "#000060")
- (list "ALINK" "#5050F0")))
-
-(define %css-decoration%
- ;; Enable CSS decoration of elements
- #t)
-
-(define %stylesheet%
- ;; Name of the stylesheet to use
- "stylesheet.css")
-
-(define biblio-number
- ;; Enumerate bibliography entries
- #t)
-
-</style-specification-body>
-</style-specification>
-<external-specification id="docbook" document="dbstyle">
-</style-sheet>