From 7956666ec0ec5f3835a2a7a692bb6e28c5a6fb84 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 20 Sep 2012 10:44:18 +0000 Subject: [PATCH] Bring back the body attributes now that tidy no longer messes them up Apparently they aren't entirely useless as they prevent the Docbook mess from inserting other attributes. --- doc/source/ldp.dsl.in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index ff281815..ccbea7d1 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -79,6 +79,23 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(define %body-attr% + ;; REFENTRY body-attr + ;; PURP What attributes should be hung off of BODY? + ;; DESC + ;; A list of the BODY attributes that should be generated. + ;; The format is a list of lists, each interior list contains the + ;; name and value of a BODY attribute. + ;; /DESC + ;; AUTHOR N/A + ;; /REFENTRY + (list + (list "BGCOLOR" "#EEEEEE") + (list "TEXT" "#000000") + (list "LINK" "#0000FF") + (list "VLINK" "#840084") + (list "ALINK" "#0000FF"))) + (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use @@ -308,6 +325,23 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(define %body-attr% + ;; REFENTRY body-attr + ;; PURP What attributes should be hung off of BODY? + ;; DESC + ;; A list of the the BODY attributes that should be generated. + ;; The format is a list of lists, each interior list contains the + ;; name and value of a BODY attribute. + ;; /DESC + ;; AUTHOR N/A + ;; /REFENTRY + (list + (list "BGCOLOR" "#EEEEEE") + (list "TEXT" "#000000") + (list "LINK" "#0000FF") + (list "VLINK" "#840084") + (list "ALINK" "#0000FF"))) + (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use -- 2.39.2