X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fldp.dsl.in;h=ccbea7d1c22c4a0eb11dddf31a7b0a6f51140210;hb=da9616d7948038f2e5f5b50ef6ce7d1a12835413;hp=a4f4bf2129b34c46ca9041ef5c4ce8e6ec60e7f7;hpb=314ba0ca11c8ba9db46366f9385173904f5ae07d;p=privoxy.git diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index a4f4bf21..ccbea7d1 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -83,7 +83,7 @@ ;; REFENTRY body-attr ;; PURP What attributes should be hung off of BODY? ;; DESC - ;; A list of the the BODY attributes that should be generated. + ;; 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 @@ -391,6 +391,26 @@ ;; /REFENTRY #t) +;; HB added 2008-01-19 +(define %html-header-tags% + '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; +charset=ISO-8859-1")))) + + + + + + + + +;; =================================================== +;; Vairant without TOC for the Homepage --oes 24/05/02 +;; =================================================== + +(define %generate-article-toc% + ;; Should a Table of Contents be produced for Articles? + ;; If true, a Table of Contents will be generated for each 'Article'. + #f)