X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=2c3fb12df271b259693640c454c40bf1513c12f6;hb=1fb33a20d4362b34061cfebec1d3db112f668235;hp=ddce0f5543d4bd45b030af23208a89d0e49d5271;hpb=91c21a4be259f911f284a0fd6732786ff764256a;p=privoxy.git diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ddce0f55..2c3fb12d 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.5 2001/10/31 18:16:51 swa Exp $ + $Id: developer-manual.sgml,v 1.6 2002/02/24 14:25:06 jongfoster Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -20,7 +20,7 @@ Junkbuster Developer Manual - $Id: developer-manual.sgml,v 1.5 2001/10/31 18:16:51 swa Exp $ + $Id: developer-manual.sgml,v 1.6 2002/02/24 14:25:06 jongfoster Exp $ @@ -32,10 +32,15 @@ - The developer manual gives the users information on how to help the developer +The developer manual gives the users information on how to help the developer team. It provides guidance on coding, testing, documentation and other -issues. The Internet Junkbuster is an application -that provides privacy and security to the user of the world wide web. +issues. Internet Junkbuster 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. Junkbuster has a very flexible +configuration and can be customized to suit individual needs and +tastes. Internet Junkbuster 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. Please see the Contact section in the user-manual if you want to contact the developers. - - Feel free to send a note to the developers at ijbswa-developers@lists.sourceforge.net. - + + + + @@ -1213,7 +1219,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.5 2001/10/31 18:16:51 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.6 2002/02/24 14:25:06 jongfoster Exp $"; /********************************************************************* * * File : $Source$ @@ -1273,7 +1279,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.5 2001/10/31 18:16:51 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.6 2002/02/24 14:25:06 jongfoster Exp $" /********************************************************************* * * File : $Source$ @@ -1470,6 +1476,10 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.6 2002/02/24 14:25:06 jongfoster + Formatting changes. Now changing the doctype to DocBook XML 4.1 + will work - no other changes are needed. + Revision 1.5 2001/10/31 18:16:51 swa documentation added: howto generate docs in text and html format, howto move stuff to the webserver.