Add a html index page (privoxy-index.html) for use with docs. Based on
authorhal9 <hal9@users.sourceforge.net>
Tue, 28 May 2002 03:54:42 +0000 (03:54 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 28 May 2002 03:54:42 +0000 (03:54 +0000)
index.html with modifications for the intended usage. Changes in other
files to make it all work.

doc/source/webserver/index.sgml
doc/webserver/p_doc.css
doc/webserver/privoxy-index.html [new file with mode: 0644]

index edc70db..7d8de9a 100644 (file)
@@ -5,23 +5,22 @@
 <!entity history SYSTEM "history.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
 <!entity history SYSTEM "history.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
-<!entity p-version "2.9.15">
-<!entity p-status "beta">
+<!entity p-version "3.1.1">
+<!entity p-status "alpha">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
-<!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
-<!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
-<!entity % p-readme "IGNORE">
 <!entity  my-copy "&copy;">        <!-- kludge for docbook2man            -->
 <!entity  my-copy "&copy;">        <!-- kludge for docbook2man            -->
+<!entity % p-homepage "IGNORE">    <!-- toggle for webserver index.html   -->
+<!entity % p-index "IGNORE">       <!-- toggle for local doc index        -->
 ]>
 <!--
  File        :  $Source: /cvsroot/ijbswa/current/doc/source/webserver/index.sgml,v $
 
 ]>
 <!--
  File        :  $Source: /cvsroot/ijbswa/current/doc/source/webserver/index.sgml,v $
 
- Purpose     :  Index file of the project's homepage
+ Purpose     :  Index file of the project's homepage and also documentation index
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: index.sgml,v 1.16 2002/05/24 10:06:31 oes Exp $
+ $Id: index.sgml,v 1.17 2002/05/28 02:31:38 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
  anything in this, or other Privoxy documentation. 
  ========================================================================
 
  anything in this, or other Privoxy documentation. 
  ========================================================================
 
- Note: This is the privoxy home page. The Makefile is adding additional
- meta data and content via perl.
+ Note: This is the Privoxy home page *and* builds a page that can be 
+ used with local documentation as a focal point for docs or other points
+ of interest. The Makefile is adding additional meta data and content via
+ perl.
 
 
+ Generates: index.html, for webserver home page.
+            privoxy-index.html, for packaging with docs
 -->
 
 <article id="index">
 <artheader>
 -->
 
 <article id="index">
 <artheader>
- <title>Privoxy - Homepage</title>
+ <title>Privoxy - <![%p-homepage;[Home Page]]><![%p-index;[The Privacy Enhancing Proxy]]></title>
+ <![%p-index;[<subtitle>Project Index Page v&p-version;</subtitle>]]>
 
 <!-- copyright is at bottom of page -->
 
 
 <!-- copyright is at bottom of page -->
 
   &p-intro;
 <!-- end boilerplate -->
 
   &p-intro;
 <!-- end boilerplate -->
 
+<![%p-homepage;[
   <para>
   <para>
-   The most recent release is &p-version; (&p-status;).
+   The most recent version is &p-version; (&p-status;). (Odd numbered versions 
+   are available only through CVS.)
   </para>
   </para>
+]]>
 
  </abstract>
 </artheader>
 
  </abstract>
 </artheader>
   </listitem>
   <listitem>
    <para>
   </listitem>
   <listitem>
    <para>
+    <!-- please leave this link absolute so this file can be bundled with -->
+    <!-- documentation and still used locally -->
     <ulink url="http://privoxy.org/team/index.html">Pictures of the Privoxy Team</ulink>
    </para>
   </listitem>
     <ulink url="http://privoxy.org/team/index.html">Pictures of the Privoxy Team</ulink>
    </para>
   </listitem>
 </para>
 </sect1>
 
 </para>
 </sect1>
 
-
+<![%p-homepage;[
 <!--   ~~~~~       New section      ~~~~~     -->
 <sect1 label="">
 <!-- dummy section, for spacing -->
 <!--   ~~~~~       New section      ~~~~~     -->
 <sect1 label="">
 <!-- dummy section, for spacing -->
  </tgroup>
 </informaltable>
 </para>
  </tgroup>
 </informaltable>
 </para>
-
+]]>
 
 <!--
 <informalfigure pgwide="1">
 
 <!--
 <informalfigure pgwide="1">
 </informalfigure>
 -->
 
 </informalfigure>
 -->
 
+
+<![%p-index;[
+<sect1 label=""><title></title>
+<!-- dummy section for layout and spacing -->
+]]>
+
 <!-- Formal copyright markup does not work here. HB. -->
 <para>
  <subscript>
 <!-- Formal copyright markup does not work here. HB. -->
 <para>
  <subscript>
  or write to the Free Software Foundation, Inc., 59
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  or write to the Free Software Foundation, Inc., 59
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
- $Log: index.sgml,v $
+ Revision 1.17  2002/05/26 17:40:02  hal9
+ Make team pictures link absolute for docs.
+
  Revision 1.16  2002/05/24 10:06:31  oes
  Nit
 
  Revision 1.16  2002/05/24 10:06:31  oes
  Nit
 
index d8e0bd9..84459e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * CSS for Privoxy documentation
  *
 /*
  * CSS for Privoxy documentation
  *
- * $Id: privoxy.css,v 1.2 2002/04/09 11:55:20 oes Exp $
+ * $Id: p_doc.css,v 1.2 2002/05/23 23:20:48 oes Exp $
  */
 
 /*
  */
 
 /*
@@ -26,6 +26,7 @@ h4 { color: #99001d; font-size: 110%; }
 div.sect1 { margin-left: 2%; }
 h1,h2,h3,h4 {margin-left: -2%; }
 h1.title { margin-left: 0; }
 div.sect1 { margin-left: 2%; }
 h1,h2,h3,h4 {margin-left: -2%; }
 h1.title { margin-left: 0; }
+h2.subtitle { margin-left: 0; }
 
 /*
  * Underlined links disturb the examples;
 
 /*
  * Underlined links disturb the examples;
diff --git a/doc/webserver/privoxy-index.html b/doc/webserver/privoxy-index.html
new file mode 100644 (file)
index 0000000..91d78f1
--- /dev/null
@@ -0,0 +1,307 @@
+<HTML
+><HEAD
+><TITLE
+>Privoxy - The Privacy Enhancing Proxy</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.64
+"><META
+NAME="KEYWORD"
+CONTENT="privoxy"><META
+NAME="KEYWORD"
+CONTENT="HTTP"><META
+NAME="KEYWORD"
+CONTENT="proxy"><META
+NAME="KEYWORD"
+CONTENT="privacy"><META
+NAME="KEYWORD"
+CONTENT="popups"><META
+NAME="KEYWORD"
+CONTENT="po-ups"><META
+NAME="KEYWORD"
+CONTENT="HTML"><META
+NAME="KEYWORD"
+CONTENT="JavaScript"><META
+NAME="KEYWORD"
+CONTENT="cleaning"><META
+NAME="KEYWORD"
+CONTENT="blocking"><META
+NAME="KEYWORD"
+CONTENT="cleaner"><META
+NAME="KEYWORD"
+CONTENT="blocker"><META
+NAME="KEYWORD"
+CONTENT="filter"><META
+NAME="KEYWORD"
+CONTENT="proxy"><META
+NAME="KEYWORD"
+CONTENT="junk"><META
+NAME="KEYWORD"
+CONTENT="ad"><META
+NAME="KEYWORD"
+CONTENT="advertisement"><META
+NAME="KEYWORD"
+CONTENT="banner"><META
+NAME="KEYWORD"
+CONTENT="webbugs"><META
+NAME="KEYWORD"
+CONTENT="web-bugs"><META
+NAME="KEYWORD"
+CONTENT="werbung"><META
+NAME="KEYWORD"
+CONTENT="junkbusters"><META
+NAME="KEYWORD"
+CONTENT="junkbuster"><LINK
+REL="STYLESHEET"
+TYPE="text/css"
+HREF="p_doc.css">
+<meta name="description" content="Privoxy helps consumers reduce unwanted junk email and protect their privacy from direct marketing companies.">
+<meta name="MSSmartTagsPreventParsing" content="TRUE"></HEAD
+><BODY
+CLASS="ARTICLE"
+BGCOLOR="#EEEEEE"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="ARTICLE"
+><DIV
+CLASS="TITLEPAGE"
+><H1
+CLASS="TITLE"
+><A
+NAME="AEN2"
+>Privoxy - The Privacy Enhancing Proxy</A
+></H1
+><H2
+CLASS="SUBTITLE"
+>Project Index Page v3.1.1</H2
+><DIV
+><DIV
+CLASS="ABSTRACT"
+><A
+NAME="AEN29"
+></A
+><P
+></P
+><P
+>   
+  </P
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> is a web proxy with advanced filtering
+ capabilities for protecting privacy, filtering web page content, managing
+ cookies, controlling access, and removing ads, banners, pop-ups and other
+ obnoxious Internet junk. <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> has a very
+ flexible configuration and can be customized to suit individual needs and
+ tastes. <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> has application for both
+ stand-alone systems and multi-user networks.</P
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> is based on <SPAN
+CLASS="APPLICATION"
+>Internet
+ Junkbuster</SPAN
+> (tm).</P
+><P
+></P
+></DIV
+></DIV
+><HR></DIV
+><DIV
+CLASS="SECT1"
+><H2
+CLASS="SECT1"
+><A
+NAME="DOWNLOAD"
+>Download</A
+></H2
+><P
+> <P
+></P
+><UL
+><LI
+><P
+>    <A
+HREF="http://sourceforge.net/project/showfiles.php?group_id=11118"
+TARGET="_top"
+>Download recent releases</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="http://cvs.sourceforge.net/cvstarballs/ijbswa-cvsroot.tar.gz"
+TARGET="_top"
+>Download the latest CVS snapshot (source tarball)</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="user-manual/quickstart.html"
+TARGET="_top"
+>Quickstart after installation</A
+>
+   </P
+></LI
+></UL
+></P
+></DIV
+><DIV
+CLASS="SECT1"
+><HR><H2
+CLASS="SECT1"
+><A
+NAME="DOCS"
+>Documentation</A
+></H2
+><P
+> <P
+></P
+><UL
+><LI
+><P
+>    <A
+HREF="user-manual/index.html"
+TARGET="_top"
+>User manual</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="faq/index.html"
+TARGET="_top"
+>Frequently Asked Questions</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="developer-manual/index.html"
+TARGET="_top"
+>Developer Manual</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="man-page/privoxy-man-page.html"
+TARGET="_top"
+>Classic Man Page</A
+>
+   </P
+></LI
+></UL
+></P
+></DIV
+><DIV
+CLASS="SECT1"
+><HR><H2
+CLASS="SECT1"
+><A
+NAME="MOREINFO"
+>More information</A
+></H2
+><P
+> <P
+></P
+><UL
+><LI
+><P
+>    <A
+HREF="user-manual/contact.html"
+TARGET="_top"
+>Support &#38; Service</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="user-manual/copyright.html"
+TARGET="_top"
+>Copyright, License, History &#38; Authors</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="user-manual/introduction.html#FEATURES"
+TARGET="_top"
+>List of (new) Features</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="http://sourceforge.net/projects/ijbswa/"
+TARGET="_top"
+>The project page</A
+> at <A
+HREF="http://sourceforge.net/"
+TARGET="_top"
+>SourceForge</A
+>
+   </P
+></LI
+><LI
+><P
+>    <A
+HREF="user-manual/seealso.html"
+TARGET="_top"
+>Related links</A
+>
+   </P
+></LI
+><LI
+><P
+>    
+    
+    <A
+HREF="http://privoxy.org/team/index.html"
+TARGET="_top"
+>Pictures of the Privoxy Team</A
+>
+   </P
+></LI
+></UL
+></P
+></DIV
+><DIV
+CLASS="SECT1"
+><HR><H1
+CLASS="SECT1"
+><A
+NAME="AEN91"
+></A
+></H1
+><P
+> <SUB
+>  Copyright © 2001, 2002 by Privoxy Developers
+ </SUB
+></P
+></DIV
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file