Add a small bit on filtering and problems re: source code being corrupted.
authorhal9 <hal9@users.sourceforge.net>
Thu, 26 Jun 2003 23:50:16 +0000 (23:50 +0000)
committerhal9 <hal9@users.sourceforge.net>
Thu, 26 Jun 2003 23:50:16 +0000 (23:50 +0000)
doc/source/user-manual.sgml

index 08be1f7..09e976f 100644 (file)
 <!entity p-authors SYSTEM "p-authors.sgml">
 <!entity config SYSTEM "p-config.sgml">
 <!entity p-version "3.0.2">
-<!entity p-status "stable">
+<!entity p-status "STABLE">
 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc  -->
-<!entity % p-not-stable "IGNORE">
-<!entity % p-stable "INCLUDE">
+<!entity % p-not-stable "INCLUDE">
+<!entity % p-stable "IGNORE">
 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
 <!entity % p-readme "IGNORE">
@@ -32,7 +32,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 1.123.2.32 2003/04/11 03:13:57 hal9 Exp $
+ $Id: user-manual.sgml,v 1.123.2.33 2003/05/08 18:17:33 roro Exp $
 
  Copyright (C) 2001- 2003 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -58,7 +58,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 1.123.2.32 2003/04/11 03:13:57 hal9 Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.123.2.33 2003/05/08 18:17:33 roro Exp $</pubdate>
 
 <!--
 
@@ -549,7 +549,7 @@ automatically start Privoxy in the boot process.
    linkend="quickstart-ad-blocking">next section</link> for a quick
    introduction to how <application>Privoxy</application> blocks ads and
    banners.]]>
-  </para>
+</para>
  </listitem> 
 
  <listitem>
@@ -2654,7 +2654,11 @@ problem-host.example.com</screen>
    <para>
     Inappropriate MIME types, such as zipped files, are not filtered at all.
     Encrypted SSL data (from HTTPS servers) cannot be filtered either since
-    this would violate the integrity of the secure transaction.
+    this would violate the integrity of the secure transaction. Otherwise, 
+    <emphasis>any</emphasis> content is subject to filtering, and limited 
+    only by configuration. So, for instance, source code might be filtered 
+    in some situations - if the configuration <emphasis>does not disallow
+    it</emphasis>.
    </para>
    <para>
     At this time, <application>Privoxy</application> cannot (yet!) uncompress compressed
@@ -6290,6 +6294,10 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
+ Revision 1.123.2.33  2003/05/08 18:17:33  roro
+ Use apt-get instead of dpkg to install Debian package, which is more
+ solid, uses the correct and most recent Debian version automatically.
+
  Revision 1.123.2.32  2003/04/11 03:13:57  hal9
  Add small note about only one filterfile (as opposed to multiple actions
  files).