X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=130b9e82a289f4fa9748be2cb96adcad844e6cbb;hb=fa2f0adbc60adbb4733d47efadbab3058432fa49;hp=198514f5c6ae73c136f1be5380ba12df01b7691c;hpb=0981554c94fbb1ef7e71b00a42e76354b8a9e86b;p=privoxy.git diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 198514f5..130b9e82 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -6,10 +6,10 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.9 2002/03/24 11:01:05 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://ijbswa.sourceforge.net + Privoxy team. http://www.privoxy.org/ Based on the Internet Junkbuster originally written by and Copyright (C) 1997 Anonymous Coders and @@ -20,7 +20,7 @@ Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.9 2002/03/24 11:01:05 swa Exp $ + $Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $ @@ -32,22 +32,37 @@ -The developer manual gives the users information on how to help the developer -team. It provides guidance on coding, testing, documentation and other -issues. Privoxy 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. Privoxy has a very -flexible configuration and can be customized to suit individual needs and -tastes. Privoxy has application for both stand-alone -systems and multi-user networks. - - -You can find the latest version of the user manual at http://ijbswa.sourceforge.net/developer-manual/. -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. + + Privoxy 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. Privoxy has a very + flexible configuration and can be customized to suit individual needs and + tastes. Privoxy has application for both + stand-alone systems and multi-user networks. + + + + Privoxy is based on the code of the + Internet Junkbuster. + Junkbuster 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. + + + + You can find the latest version of the user manual at http://www.privoxy.org/developer-manual/. + Please see the Contact section in the user-manual if you want to contact the + developers. + + @@ -1241,7 +1256,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.9 2002/03/24 11:01:05 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $"; /********************************************************************* * * File : $Source$ @@ -1249,7 +1264,7 @@ const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.9 2002/03/24 11:01:0 * Purpose : (Fill me in with a good description!) * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * PRIVOXY team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -1301,7 +1316,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.9 2002/03/24 11:01:05 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $" /********************************************************************* * * File : $Source$ @@ -1309,7 +1324,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; * Purpose : (Fill me in with a good description!) * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * PRIVOXY team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -1498,6 +1513,12 @@ 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. + Revision 1.9 2002/03/24 11:01:05 swa name change