Warnings on non-HTTP traffic.
authorhal9 <hal9@users.sourceforge.net>
Thu, 25 Jul 2002 21:51:25 +0000 (21:51 +0000)
committerhal9 <hal9@users.sourceforge.net>
Thu, 25 Jul 2002 21:51:25 +0000 (21:51 +0000)
doc/source/faq.sgml
doc/source/privoxy-man-page.sgml
doc/source/readme.sgml
doc/source/user-manual.sgml

index a11bf15..715e623 100644 (file)
@@ -24,7 +24,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 1.63 2002/06/05 00:31:55 hal9 Exp $
+ $Id: faq.sgml,v 1.64 2002/06/09 16:37:31 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -70,7 +70,7 @@
  </subscript>
 </pubdate>
 
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 1.63 2002/06/05 00:31:55 hal9 Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 1.64 2002/06/09 16:37:31 hal9 Exp $</pubdate>
 
 <!--
 
 
 <!--
 
@@ -1559,6 +1559,17 @@ every time I start IE. What gives?</title>
 </sect2>
 
 
 </sect2>
 
 
+<!--   ~~~~~       New section      ~~~~~     -->
+<sect2 id="ftp">
+<title>I cannot connect to any FTP sites. <application>Privoxy</application>
+ seems to be blocking me.</title>
+ <para>
+  <application>Privoxy</application> cannot act as a proxy for FTP traffic, 
+  so do not configure your browser to use <application>Privoxy</application>
+  as an FTP proxy. The same is true for any protocol other than HTTP or HTTPS.
+ </para>
+</sect2>
+
 </sect1>
 <!--
 </sect1>
 </sect1>
 <!--
 </sect1>
@@ -1651,6 +1662,9 @@ 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 $
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 $Log: faq.sgml,v $
+Revision 1.64  2002/06/09 16:37:31  hal9
+Sync with filtering clarifications in 3.0 branch.
+
 Revision 1.63  2002/06/05 00:31:55  hal9
 Mass commit for new entities, most significantly so docs can read version
 and code status info from tmp files, so perl is no longer used. Also, docs can
 Revision 1.63  2002/06/05 00:31:55  hal9
 Mass commit for new entities, most significantly so docs can read version
 and code status info from tmp files, so perl is no longer used. Also, docs can
index c11a390..4e943f8 100644 (file)
@@ -5,7 +5,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: privoxy-man-page.sgml,v 1.15 2002/06/03 00:28:17 hal9 Exp $
+ $Id: privoxy-man-page.sgml,v 1.16 2002/06/05 00:31:55 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -46,6 +46,8 @@
 <!entity p-status SYSTEM "doc_status.tmp">
 <!entity % p-not-stable "IGNORE">
 <!entity % p-stable "IGNORE">
 <!entity p-status SYSTEM "doc_status.tmp">
 <!entity % p-not-stable "IGNORE">
 <!entity % p-stable "IGNORE">
+<!entity % p-alpha "IGNORE">
+<!entity % p-beta "IGNORE">
 <!entity % p-text "IGNORE">           <!-- define we are not a text only doc -->
 <!entity % p-authors-formal "IGNORE"> <!-- exclude additional formating      -->
 <!entity my-copy "(C)">               <!-- db2man barfs on copyright symbol  -->
 <!entity % p-text "IGNORE">           <!-- define we are not a text only doc -->
 <!entity % p-authors-formal "IGNORE"> <!-- exclude additional formating      -->
 <!entity my-copy "(C)">               <!-- db2man barfs on copyright symbol  -->
 </para>
 <para>
  The Secure (SSL) Proxy should also be set to the same values, otherwise
 </para>
 <para>
  The Secure (SSL) Proxy should also be set to the same values, otherwise
- https: URLs will not be proxied. 
+ https: URLs will not be proxied. Note: <command>Privoxy</command> can only
+ proxy HTTP and HTTPS traffic. Do not try it with FTP or other protocols.
 </para>
 <para>
  For other browsers, check the documentation.
 </para>
 <para>
  For other browsers, check the documentation.
 <refsect1><title>Notes</title>
 <![%p-not-stable;[
 <para>
 <refsect1><title>Notes</title>
 <![%p-not-stable;[
 <para>
- This is a &p-status; version of <command>Privoxy</command>. Not 
- all features are well tested.
-</para>]]>
+ This is a &p-status; version of <command>Privoxy</command>. Buyer beware! Do 
+ not use in production situations.]]> 
+<![%p-beta;[ Not all features are well tested. </para>]]>
+<![%p-alpha;[ Various features may be partially implemented, and 
+other stages of brokenness may well exist. Documentation may also be out of 
+sync with current code.</para>]]>
 <para>
  Please see the <citetitle>User Manual</citetitle> on how to contact the
  developers for feature requests, reporting problems, and other questions.
 <para>
  Please see the <citetitle>User Manual</citetitle> on how to contact the
  developers for feature requests, reporting problems, and other questions.
index 46cf428..ad50e65 100644 (file)
@@ -19,7 +19,7 @@
 
  Purpose     :  README for Privoxy
                 
 
  Purpose     :  README for Privoxy
                 
- $Id: readme.sgml,v 1.17 2002/06/03 00:28:17 hal9 Exp $
+ $Id: readme.sgml,v 1.18 2002/06/05 00:31:55 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
  See http://www.privoxy.org/ for more information. The current code
  level is &p-status;<![%p-beta;[, but seems stable to us :)]]><![%p-alpha;[,
  and may break in mysterious ways :) There may be features only partially 
  See http://www.privoxy.org/ for more information. The current code
  level is &p-status;<![%p-beta;[, but seems stable to us :)]]><![%p-alpha;[,
  and may break in mysterious ways :) There may be features only partially 
- implemented, or worse, not functional]]>. 
+ implemented, or worse, not functional. If you are interested in participating 
+ in Privoxy development, please see the Links at the bottom of this page]]>. 
  </para>
 </abstract>
 </artheader>
  </para>
 </abstract>
 </artheader>
 <para>
  Be sure to set your browser(s) for HTTP/HTTPS Proxy at &lt;IP&gt;:&lt;Port&gt;, or
  whatever you specify in the config file under 'listen-address'. DEFAULT is
 <para>
  Be sure to set your browser(s) for HTTP/HTTPS Proxy at &lt;IP&gt;:&lt;Port&gt;, or
  whatever you specify in the config file under 'listen-address'. DEFAULT is
- localhost:8118.
+ localhost:8118. Note that Privoxy ONLY proxies HTTP (and HTTPS) traffic. Do not try it 
+ with FTP or other protocols for the simple reason it does not work.
 </para>
 <para>
  The actions list can be configured via the web interface accessed via
 </para>
 <para>
  The actions list can be configured via the web interface accessed via
 <!-- </LiteralLayout> -->
 <!-- </para> -->
 <!-- <para> -->
 <!-- </LiteralLayout> -->
 <!-- </para> -->
 <!-- <para> -->
-<!--  $Id: readme.sgml,v 1.17 2002/06/03 00:28:17 hal9 Exp $ -->
+<!--  $Id: readme.sgml,v 1.18 2002/06/05 00:31:55 hal9 Exp $ -->
 <!-- </para> -->
 
 </article>
 <!-- </para> -->
 
 </article>
index 7a9db75..eb6526a 100644 (file)
@@ -32,7 +32,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 1.126 2002/06/05 00:31:55 hal9 Exp $
+ $Id: user-manual.sgml,v 1.127 2002/06/09 16:37:31 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -58,7 +58,7 @@
  </subscript>
 </pubdate>
 
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 1.126 2002/06/05 00:31:55 hal9 Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.127 2002/06/09 16:37:31 hal9 Exp $</pubdate>
 
 <!--
 
 
 <!--
 
@@ -777,6 +777,10 @@ automatically start Privoxy in the boot process.
  127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
  used port 8000). This is the one configuration step that must be done!
 </para>
  127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
  used port 8000). This is the one configuration step that must be done!
 </para>
+<para>
+ Please note that <application>Privoxy</application> can only proxy HTTP and 
+ HTTPS traffic. It will not work with FTP or other protocols.
+</para>
 
  <!-- image of Mozilla Proxy configuration -->
  <para>
 
  <!-- image of Mozilla Proxy configuration -->
  <para>
@@ -5529,6 +5533,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
+ Revision 1.127  2002/06/09 16:37:31  hal9
+ Sync with filtering clarifications in 3.0 branch.
+
  Revision 1.126  2002/06/05 00:31:55  hal9
  Mass commit for new entities, most significantly so docs can read version
  and code status info from tmp files, so perl is no longer used. Also, docs can
  Revision 1.126  2002/06/05 00:31:55  hal9
  Mass commit for new entities, most significantly so docs can read version
  and code status info from tmp files, so perl is no longer used. Also, docs can