X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fldp.dsl.in;h=ccbea7d1c22c4a0eb11dddf31a7b0a6f51140210;hp=ff281815bfd00c5b73769482dac7ac992f0c294c;hb=11ef8a844ec09f395b7f69db0f90f71bc19c8a4f;hpb=7e7f929e6af9bb56f9d4d3161cca8a573bfe5398 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