Converting to UNIX format
[privoxy.git] / doc / source / faq.sgml
index 8c92671..b19a2be 100644 (file)
@@ -6,7 +6,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 1.20 2002/03/23 15:13:11 swa Exp $
+ $Id: faq.sgml,v 1.22 2002/03/24 11:51:00 swa Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  PRIVOXY team.  http://ijbswa.sourceforge.net
@@ -20,7 +20,7 @@
 <artheader>
 <title>Privoxy Frequently Asked Questions</title>
 
-<pubdate>$Id: faq.sgml,v 1.20 2002/03/23 15:13:11 swa Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 1.22 2002/03/24 11:51:00 swa Exp $</pubdate>
 
 <authorgroup>
  <author>
@@ -101,7 +101,7 @@ Please see the Contact section in the
   The configuration has changed significantly as well. This is something that
   users will notice right off the bat. The <quote>blocklist</quote> file does
   not exist any more. This is replaced by <quote>actions</quote> files, such
-  as <filename>ijb.actions</filename>. This is where most of the per site
+  as <filename>default.actions</filename>. This is where most of the per site
   configuration is now.
 
  </para>
@@ -281,6 +281,31 @@ warranty? Registration?</title>
  </para>
 </sect3>
 
+<sect3 id="jointeam"><title>I would like to help you, what do I do?</title>
+
+<sect4 id="jointeam-money"><title>Money Money Money</title>
+<para>
+ We, of course, welcome donations and use the money for domain registering,
+ regular world-wide get-togethers (hahaha). Anyway, we'll soon describe the
+ process how to donate money to the team.
+</para>
+</sect4>
+
+<sect4 id="jointeam-work"><title>You want to work with us?</title>
+<para>
+   Well, helping the team is always a good idea. We welcome new developers,
+   RPM gurus or documentation makers. Simply get an account on sourceforge.net
+   and mail your id to the developer mailing list. Then read the
+   section Quickstart in the developers manual.
+</para>
+<para>
+Once we have added you to the team, you'll have write access to the CVS
+repository, and together we'll find a suitable task for you.
+</para>
+</sect4>
+
+</sect3>
+
 </sect2>
 
 
@@ -474,7 +499,7 @@ FIXME: Commenting these out until we have some data there. HB 03/17/02.
 -->
 
 <sect3 id="configfiles"> <title>What are the differences between
-ijb-intermediate.action, ijb-basic.action, etc.?</title>
+intermediate.action, basic.action, etc.?</title>
  <para>
 Configuring <application>Privoxy</application> is not easy. To help you get
 started, we provide you with three different default configurations. The
@@ -491,10 +516,10 @@ following table shows you, which features are enabled in each configuration.
 <thead>
 <row>
   <entry>Feature</entry>
-  <entry>ijb.action</entry>
-  <entry>ijb-basic.action</entry>
-  <entry>ijb-intermediate.action</entry>
-  <entry>ijb-advanced.action</entry>
+  <entry>default.action</entry>
+  <entry>basic.action</entry>
+  <entry>intermediate.action</entry>
+  <entry>advanced.action</entry>
 </row>
 </thead>
 
@@ -745,7 +770,7 @@ has to add extra time to browsing.</title>
 </para>
 
 <para>
- <quote>Filtering</quote> via the <filename>re_filterfile</filename> 
+ <quote>Filtering</quote> via the <filename>filterfile</filename> 
  mechanism may cause a perceived slowdown, since the entire page is buffered
  before displaying. See below.
 </para>
@@ -755,10 +780,10 @@ has to add extra time to browsing.</title>
 
 
 <sect3 id="loadingtimes"><title>I noticed considerable
-delays in page requests compared to the old IJB. What's wrong?</title>
+delays in page requests compared to the old Junkbuster. What's wrong?</title>
 <para>
 Using the default filtering configuration, I noticed considerable delays in
-page requests compared to the old IJB. Loading pages with large contents
+page requests compared to the old Junkbuster. Loading pages with large contents
 seemed to take forever, then suddenly delivering all the content at once.
  </para>
 <para>
@@ -825,16 +850,6 @@ FIXME: commented out until we have data. HB 03/18/02.
 </sect3>
 -->
 
-<sect3 id="jointeam"><title>I would like to help you, what do I do?</title>
-<para>
-   Well, helping the team is always a good idea. We welcome new developers,
-   RPM gurus or documentation makers. Simply get an account on sourceforge.net
-   and mail your id to the developer mailing list. Once we have added you to
-   the team, you'll have write access to the CVS repository, and together
-   we'll find a suitable task for you.
-</para>
-</sect3>
-
 <sect3 id="blocklist"><title>Do you still maintain the blocklists?</title>
 <para>
     No. The format of the blocklists has changed significantly in the versions
@@ -1043,9 +1058,9 @@ secure is it? Do I need to take any special precautions?</title>
 </sect3>
 
 <sect3>
-<title id="filterfile">What is a <quote>re_filterfile</quote>?</title>
+<title id="filterfile">What is a <quote>default.filter</quote>?</title>
 <para>
- The <quote>re_filterfile</quote> is used to <quote>filter</quote> any
+ The <quote>default.filter</quote> is used to <quote>filter</quote> any
  page content. By <quote>filtering</quote> we mean it can modify, remove, 
  or change <emphasis>anything</emphasis> on the page, including HTML tags, and
  JavaScript. Regular expressions are used to accomplish this. This is
@@ -1054,7 +1069,7 @@ secure is it? Do I need to take any special precautions?</title>
 
 <para>
  If you are familiar with regular expressions, and HTML, you can look at 
- the provided <filename>re_filterfile</filename> with a text editor and see
+ the provided <filename>default.filter</filename> with a text editor and see
  some of things it can be used for.
 </para>
 
@@ -1212,6 +1227,12 @@ FIXME: Commented out until we have something to put here. HB 03/18/02.
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 $Log: faq.sgml,v $
+Revision 1.22  2002/03/24 11:51:00  swa
+name change. changed filenames.
+
+Revision 1.21  2002/03/24 11:01:06  swa
+name change
+
 Revision 1.20  2002/03/23 15:13:11  swa
 renamed every reference to the old name with foobar.
 fixed "application foobar application" tag, fixed