X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fldp.dsl.in;h=ccbea7d1c22c4a0eb11dddf31a7b0a6f51140210;hb=d8f504084688130e8898969c8ceedd2fe6573afe;hp=3065904fdaa26a08dfa4dcf344c7d4f4e3baa214;hpb=6e9dd808c720b87f9e2aec71545848a2e677ec41;p=privoxy.git diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index 3065904f..ccbea7d1 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -29,14 +29,6 @@ ;; see http://docbook.sourceforge.net/projects/dsssl/doc/print.html ;; -(define %generate-part-toc-on-titlepage% - ;; Should the Part TOC appear on the Part title page? - #f) - -(define %generate-article-toc-on-titlepage% - ;; Should the Article TOC appear on the Article title page? - #f) - (define %indent-screen-lines% ;; Indent lines in a 'Screen'? #t) @@ -75,14 +67,6 @@ ;; make funcsynopsis look pretty #t) -(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'. - #t) - -(define %generate-part-toc% - #t) - ;;(define %shade-verbatim% ;; #t) @@ -99,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 @@ -163,8 +147,30 @@ ;; swa1 -;; This seems to have no affect -(define %generate-article-titlepage-on-separate-page% #t) +(define %generate-part-toc% + #f) + +(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'. + #t) + +(define %generate-part-toc-on-titlepage% + ;; Should the Part TOC appear on the Part title page? + #f) + +;;Do you want a separate page for the title? +(define %generate-article-titlepage-on-separate-page% + #t) + +;;Do you want the article toc on the titlepage or separate? +(define %generate-article-toc-on-titlepage% + #f) + +;;Titlepage Separate? +;; This is the one that makes TOC only on first page!! hal. +(define (chunk-skip-first-element-list) + '()) (define %body-start-indent% ;; Default indent of body text @@ -279,6 +285,20 @@ ;; If true, a Table of Contents will be generated for each 'Article'. #t) +;; HB added next three statements 05/03/02. +;;Do you want a separate page for the title? +(define %generate-article-titlepage-on-separate-page% + #t) + +;;Do you want the article toc on the titlepage or separate? +(define %generate-article-toc-on-titlepage% + #t) + +;;Titlepage Separate? +;; This is the one that makes TOC only on first page!! hal. +(define (chunk-skip-first-element-list) + '()) + (define %root-filename% ;; The filename of the root HTML document (e.g, "index"). "index") @@ -371,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)