From: hal9 <hal9@users.sourceforge.net> Date: Wed, 27 Mar 2002 01:02:51 +0000 (+0000) Subject: Touch up on name change... X-Git-Tag: v_2_9_7~15 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@toggle?a=commitdiff_plain;h=fa2f0adbc60adbb4733d47efadbab3058432fa49;p=privoxy.git Touch up on name change... --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ab6b9bae..130b9e82 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -6,7 +6,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.10 2002/03/24 12:33:01 swa Exp $ + $Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -20,7 +20,7 @@ <artheader> <title>Privoxy Developer Manual</title> - <pubdate>$Id: developer-manual.sgml,v 1.10 2002/03/24 12:33:01 swa Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $</pubdate> <authorgroup> <author> @@ -32,22 +32,37 @@ <abstract> <para> -The developer manual gives the users information on how to help the developer -team. It provides guidance on coding, testing, documentation and other -issues. <application>Privoxy</application> 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. <application>Privoxy</application> has a very -flexible configuration and can be customized to suit individual needs and -tastes. <application>Privoxy</application> has application for both stand-alone -systems and multi-user networks. - </para> - <para> -You can find the latest version of the user manual at <ulink -url="http://www.privoxy.org/developer-manual/">http://www.privoxy.org/developer-manual/</ulink>. -Please see the Contact section in the user-manual if you want to contact the developers. + The developer manual gives the users information on how to help the developer + team. It provides guidance on coding, testing, documentation and other + issues. </para> +<para> + <application>Privoxy</application> 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. <application>Privoxy</application> has a very + flexible configuration and can be customized to suit individual needs and + tastes. <application>Privoxy</application> has application for both + stand-alone systems and multi-user networks. +</para> + +<para> + <application>Privoxy</application> is based on the code of the + <application>Internet Junkbuster</application>. + <application>Junkbuster</application> was originally written by JunkBusters + Corporation, and was released as free open-source software under the GNU GPL. + Stefan Waldherr made many improvements, and started the SourceForge project + to continue development. +</para> + +<para> + You can find the latest version of the user manual at <ulink + url="http://www.privoxy.org/developer-manual/">http://www.privoxy.org/developer-manual/</ulink>. + Please see the Contact section in the user-manual if you want to contact the + developers. +</para> + <!-- <para> --> <!-- Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. --> <!-- </para> --> @@ -1241,7 +1256,7 @@ static void unload_re_filterfile( void *f ) { ... }</programlisting> <para><emphasis>Example for file comments:</emphasis></para> <programlisting> -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.10 2002/03/24 12:33:01 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $"; /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -1301,7 +1316,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; <programlisting> #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.10 2002/03/24 12:33:01 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $" /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -1498,6 +1513,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.11 2002/03/26 22:29:55 swa + we have a new homepage! + Revision 1.10 2002/03/24 12:33:01 swa more additions.