Bring back the body attributes now that tidy no longer messes them up
authorFabian Keil <fk@fabiankeil.de>
Thu, 20 Sep 2012 10:44:18 +0000 (10:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 20 Sep 2012 10:44:18 +0000 (10:44 +0000)
Apparently they aren't entirely useless as they prevent
the Docbook mess from inserting other attributes.

doc/source/ldp.dsl.in

index ff28181..ccbea7d 100644 (file)
 \r
 ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\r
 \r
+(define %body-attr% \r
+  ;; REFENTRY body-attr\r
+  ;; PURP What attributes should be hung off of BODY?\r
+  ;; DESC\r
+  ;; A list of the BODY attributes that should be generated.\r
+  ;; The format is a list of lists, each interior list contains the\r
+  ;; name and value of a BODY attribute.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  (list\r
+   (list "BGCOLOR" "#EEEEEE")\r
+   (list "TEXT" "#000000")\r
+   (list "LINK" "#0000FF")\r
+   (list "VLINK" "#840084")\r
+   (list "ALINK" "#0000FF")))\r
+\r
 (define %stylesheet%\r
   ;; REFENTRY stylesheet\r
   ;; PURP Name of the stylesheet to use\r
 \r
 ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\r
 \r
+(define %body-attr% \r
+  ;; REFENTRY body-attr\r
+  ;; PURP What attributes should be hung off of BODY?\r
+  ;; DESC\r
+  ;; A list of the the BODY attributes that should be generated.\r
+  ;; The format is a list of lists, each interior list contains the\r
+  ;; name and value of a BODY attribute.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  (list\r
+   (list "BGCOLOR" "#EEEEEE")\r
+   (list "TEXT" "#000000")\r
+   (list "LINK" "#0000FF")\r
+   (list "VLINK" "#840084")\r
+   (list "ALINK" "#0000FF")))\r
+\r
 (define %stylesheet%\r
   ;; REFENTRY stylesheet\r
   ;; PURP Name of the stylesheet to use\r