From: hal9 <hal9@users.sourceforge.net>
Date: Fri, 3 May 2002 23:13:23 +0000 (+0000)
Subject: -Make TOC on titlepage without first section, and without kludge.
X-Git-Tag: v_3_0_branchpoint~125
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=a5b6e4d90777c9fed36434867323ff74c917501f;p=privoxy.git

-Make TOC on titlepage without first section, and without kludge.
---

diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in
index 3065904f..0a4394c0 100644
--- a/doc/source/ldp.dsl.in
+++ b/doc/source/ldp.dsl.in
@@ -279,6 +279,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")