From eb4bc75756f719eeae56ce20b4baf3fc2bf6a893 Mon Sep 17 00:00:00 2001 From: swa Date: Sun, 7 Apr 2002 08:10:48 +0000 Subject: [PATCH] create some of the webserver docs automatically (in particular if those docs recycle other documentation fragments). Now committed webserver's index file. --- GNUmakefile.in | 10 +- doc/source/webserver/index.sgml | 209 ++++++++++++++++++++++++++++++++ 2 files changed, 217 insertions(+), 2 deletions(-) create mode 100644 doc/source/webserver/index.sgml diff --git a/GNUmakefile.in b/GNUmakefile.in index 53b34fbe..82ab1ecd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.67 2002/04/07 05:31:42 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.68 2002/04/07 07:58:11 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -541,7 +541,7 @@ dok-readme: doc/source/ldpOK.dsl # webserver files dok-webserver: doc/source/ldpOK.dsl - cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index2.html + cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index.html dok: dok-devel dok-user dok-faq dok-man dok-readme dok-webserver # kludge to force recreation on next run. Rodgrigo? @@ -777,6 +777,12 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.68 2002/04/07 07:58:11 swa +# create some of the webserver docs +# automatically (in particular if +# those docs recycle other documentation +# fragments) +# # Revision 1.67 2002/04/07 05:31:42 hal9 # Add 'dok-release' target: # -Set doc entities to VERSION and CODE_STATUS during make. diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml new file mode 100644 index 00000000..0ff65876 --- /dev/null +++ b/doc/source/webserver/index.sgml @@ -0,0 +1,209 @@ + + + + + + + + + + + + +]> + + +
+ + + +Privoxy - Homepage + + + + + + + + + + This is here to keep vim syntax file from breaking :/ + If I knew enough to fix it, I would. + PLEASE DO NOT REMOVE! HB: hal@foobox.net + + +]]> + + + + + + + +Introduction + + + + &p-intro; + + + +More infos + + + + + The project +page on Sourceforge + + + + + A list of new features + + + + + Stefan Waldherr's site + + + + + JunkBuster Corporation + + + + + + + + + + + + +Download + + + + + Download recent releases + + + + + Quickstart after installation + + + + + Browse our CVS repository + + + + + + + +Documentation + + + + + User manual + + + + + Frequently Asked Questions + + + + + Classic Man Page + + + + + Developer Manual + + + + + + + +Support and Service via Sourceforge + + &contacting; + + + +Copyright + + ©right; + + + + +History + + &history; + + + + + +
-- 2.39.2