From: swa <swa@users.sourceforge.net> Date: Mon, 11 Mar 2002 13:13:27 +0000 (+0000) Subject: correct feedback channels X-Git-Tag: v_2_9_12~66 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/faq/diff?a=commitdiff_plain;h=0c0171d3f0339ee3075ae384a58613ca88334460;p=privoxy.git correct feedback channels --- 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 @@ <artheader> <title>Junkbuster Developer Manual</title> - <pubdate>$Id: developer-manual.sgml,v 1.5 2001/10/31 18:16:51 swa Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 1.6 2002/02/24 14:25:06 jongfoster Exp $</pubdate> <authorgroup> <author> @@ -32,10 +32,15 @@ <abstract> <para> - 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. <application>Internet Junkbuster</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. Junkbuster has a very flexible +configuration and can be customized to suit individual needs and +tastes. <application>Internet Junkbuster</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 @@ -43,9 +48,10 @@ url="http://ijbswa.sourceforge.net/developer-manual/">http://ijbswa.sourceforge. 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> +<!-- <para> --> +<!-- Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. --> +<!-- </para> --> + </abstract> </artheader> @@ -1213,7 +1219,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.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 : $S<!-- Break CVS Substitution -->ource$ @@ -1273,7 +1279,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.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 : $S<!-- Break CVS Substitution -->ource$ @@ -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. diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 6c257f7d..6b950ed5 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -6,7 +6,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.8 2002/03/09 15:55:48 swa Exp $ + $Id: faq.sgml,v 1.9 2002/03/10 23:34:04 swa Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -20,7 +20,7 @@ <artheader> <title>Junkbuster Frequently Asked Questions</title> -<pubdate>$Id: faq.sgml,v 1.8 2002/03/09 15:55:48 swa Exp $</pubdate> +<pubdate>$Id: faq.sgml,v 1.9 2002/03/10 23:34:04 swa Exp $</pubdate> <authorgroup> <author> @@ -32,18 +32,24 @@ <abstract> <para> - The FAQ document gives users and developers alike answers to frequently -asked questions about the Internet Junkbuster. The Internet Junkbuster is an application -that provides privacy and security to the user of the world wide web. +The FAQ document gives users and developers alike answers to frequently asked +questions about the Internet Junkbuster. <application>Internet +Junkbuster</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. Junkbuster has a very flexible configuration and can be +customized to suit individual needs and tastes. <application>Internet +Junkbuster</application> has application for both stand-alone systems and +multi-user networks. </para> <para> You can find the latest version of the document at <ulink url="http://ijbswa.sourceforge.net/faq/">http://ijbswa.sourceforge.net/faq/</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> +<!-- <para> --> +<!-- Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. --> +<!-- </para> --> </abstract> </artheader> @@ -439,6 +445,9 @@ more through Google. Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: faq.sgml,v $ +Revision 1.9 2002/03/10 23:34:04 swa +more info on not hiding ip address + Revision 1.8 2002/03/09 15:55:48 swa added default config section diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 941c0001..5b62f379 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -6,7 +6,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.45 2002/03/09 17:43:53 swa Exp $ + $Id: user-manual.sgml,v 1.46 2002/03/10 00:51:08 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -28,7 +28,7 @@ Hal Burgiss <hal@foobox.net> <artheader> <title>Junkbuster User Manual</title> -<pubdate>$Id: user-manual.sgml,v 1.45 2002/03/09 17:43:53 swa Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 1.46 2002/03/10 00:51:08 hal9 Exp $</pubdate> <authorgroup> <author> @@ -40,18 +40,23 @@ Hal Burgiss <hal@foobox.net> <abstract> <para> - The user manual gives users information on how to install, configure - and use <application>Internet Junkbuster</application>. - <application>Internet Junkbuster</application> is an application that - provides privacy and security to users of the World Wide Web. + The user manual gives users information on how to install, configure and use + <application>Internet Junkbuster</application>. <application>Internet + Junkbuster</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. Junkbuster has a very flexible configuration and can be + customized to suit individual needs and tastes. <application>Internet + Junkbuster</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://ijbswa.sourceforge.net/user-manual/">http://ijbswa.sourceforge.net/user-manual/</ulink>. </para> - <para> - Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. - </para> +<!-- <para> --> +<!-- Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. --> +<!-- </para> --> </abstract> </artheader> @@ -3597,6 +3602,9 @@ For any other issues, feel free to use the <ulink url="http://sourceforge.net/ma Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.46 2002/03/10 00:51:08 hal9 + Added section on JB internal pages in Appendix. + Revision 1.45 2002/03/09 17:43:53 swa more distros