aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.dsl
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
commit287ea55da70ceb1f0990554b7db921d525fef816 (patch)
tree5aff1bbd2cbdc38ec513f0e1ef1a2f456cfe49e9 /lfs.dsl
parentcaa08b6106748fa290447d8183adbe6094eed07d (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs.dsl')
-rw-r--r--lfs.dsl68
1 files changed, 0 insertions, 68 deletions
diff --git a/lfs.dsl b/lfs.dsl
deleted file mode 100644
index 811d261a0..000000000
--- a/lfs.dsl
+++ /dev/null
@@ -1,68 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY docbook.dsl SYSTEM "docbook.dsl" CDATA dsssl>
-]>
-
-<style-sheet>
-
-<style-specification use="docbook">
-<style-specification-body>
-
-(define %generate-legalnotice-link%
-;; put the legal notice in a separate file
-#t)
-
-(define ($legalnotice-link-file$ legalnotice)
-;; filename of the legalnotice file
-(string-append "legalnotice"%html-ext%))
-
-(define %html-ext%
-;; html extenstion
-".html")
-
-(define %root-filename%
-;; index file of the book
-"index")
-
-(define %use-id-as-filename%
-;; filenames same as id attribute in title tags
-#t)
-
-(define %body-attr%
-;; html body settings
-(list
-(list "BGCOLOR" "#FFFFFF")
-(list "TEXT" "#000000")
-(list "LINK" "#0000FF")
-(list "VLINK" "#840084")
-(list "ALINK" "#006000")))
-
-(define (chunk-skip-first-element-list)
-;; forces the Table of Contents on separate page
-'())
-
-(define (list-element-list)
-;; fixes bug in Table of Contents generation
-'())
-
-(define %shade-verbatim%
-;; verbatim sections will be shaded if t(rue)
-#t)
-
-;;(define %section-autolabel%
-;; For enumerated sections (1.1, 1.1.1, 1.2, etc.)
-;;#t)
-
-(element emphasis
-;; make role=strong equate to bold for emphasis tag
-(if (equal? (attribute-string "role") "strong")
-(make element gi: "STRONG" (process-children))
-(make element gi: "EM" (process-children))))
-
-
-</style-specification-body>
-</style-specification>
-
-<external-specification id="docbook" document="docbook.dsl">
-
-</style-sheet>
-