name change related issues.
authorswa <swa@users.sourceforge.net>
Sun, 24 Mar 2002 13:02:18 +0000 (13:02 +0000)
committerswa <swa@users.sourceforge.net>
Sun, 24 Mar 2002 13:02:18 +0000 (13:02 +0000)
advanced.action
basic.action
config
default.action
default.filter
intermediate.action

index d44f225..8c6e95a 100644 (file)
@@ -1,8 +1,8 @@
 ######################################################################\r
 # \r
-#  File        :  $Source: /cvsroot/ijbswa/current/ijb-advanced.action,v $\r
+#  File        :  $Source: /cvsroot/ijbswa/current/advanced.action,v $\r
 # \r
-#  $Id: ijb-advanced.action,v 1.2 2002/03/13 14:24:09 swa Exp $\r
+#  $Id: advanced.action,v 1.1 2002/03/24 11:37:39 jongfoster Exp $\r
 #\r
 #  Purpose     :  Most agressive actions file, see\r
 #                 http://ijbswa.sourceforge.net/faq/questions.html#CONFIGFILES\r
@@ -56,7 +56,7 @@
 ######################################################################\r
 # \r
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge\r
-#                 IJBSWA team.  http://ijbswa.sourceforge.net\r
+#                 Privoxy team.  http://ijbswa.sourceforge.net\r
 # \r
 #                 Based on the Internet Junkbuster originally written\r
 #                 by and Copyright (C) 1997 Anonymous Coders and \r
index 90b40f0..2005cd4 100644 (file)
@@ -1,8 +1,8 @@
 ######################################################################\r
 # \r
-#  File        :  $Source: /cvsroot/ijbswa/current/ijb-basic.action,v $\r
+#  File        :  $Source: /cvsroot/ijbswa/current/basic.action,v $\r
 # \r
-#  $Id: ijb-basic.action,v 1.3 2002/03/13 14:24:09 swa Exp $\r
+#  $Id: basic.action,v 1.1 2002/03/24 11:37:39 jongfoster Exp $\r
 #\r
 #  Purpose     :  Very basic actions file, see\r
 #                 http://ijbswa.sourceforge.net/faq/questions.html#CONFIGFILES\r
@@ -343,7 +343,7 @@ rstrip.namezero.com
 ######################################################################\r
 # \r
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge\r
-#                 IJBSWA team.  http://ijbswa.sourceforge.net\r
+#                 Privoxy team.  http://ijbswa.sourceforge.net\r
 # \r
 #                 Based on the Internet Junkbuster originally written\r
 #                 by and Copyright (C) 1997 Anonymous Coders and \r
diff --git a/config b/config
index e183e6f..d970941 100644 (file)
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 #  Sample Configuration file for Privoxy
 
 #
-# $Id: config,v 1.29 2002/03/05 21:14:13 david__schmidt Exp $
+# $Id: config,v 1.30 2002/03/24 11:37:39 jongfoster Exp $
 #
 
 #  Table of Contents
@@ -84,12 +84,12 @@ logdir .
 #
 #  Default: Cookies to and from all destinations are filtered.
 #           Popups are disabled for all sites.
-#           All sites are filtered if re_filterfile specified.
+#           All sites are filtered if filterfile specified.
 #           No sites are blocked.  Nothing is an image.
 #
 actionsfile default.action
 
-#  The re_filterfile contains content modification rules.  These rules
+#  The filterfile contains content modification rules.  These rules
 #  permit powerful changes on the content of Web pages, e.g., you
 #  could disable your favourite JavaScript annoyances, rewrite the
 #  actual content, or just have some fun replacing "Microsoft"
@@ -97,7 +97,7 @@ actionsfile default.action
 #
 #  Default: content modification. (see '+-filter' in actionsfile)
 #
-re_filterfile default.filter
+filterfile default.filter
 
 #
 #  The logfile is where all logging and error messages are written.
index 604ec05..6ade044 100644 (file)
@@ -1,9 +1,9 @@
 #############################################################################
-# Sample actions file for the Internet Junkbuster 2.9.x
+# Sample actions file for Privoxy
 #
 # For information, see http://ijbswa.sourceforge.net/
 #
-# $Id: ijb.action,v 1.9 2002/03/13 14:24:09 swa Exp $
+# $Id: default.action,v 1.1 2002/03/24 11:37:39 jongfoster Exp $
 #
 #  Purpose     :  Default actions file, see
 #                 http://ijbswa.sourceforge.net/faq/questions.html#CONFIGFILES
index b4ebf78..6046ee8 100644 (file)
@@ -1,11 +1,11 @@
 # ********************************************************************
 # 
-#  File        :  $Source: /cvsroot/ijbswa/current/re_filterfile,v $
+#  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
 #  Purpose     :  Rules to process the content of web pages
 # 
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
-#                 IJBSWA team.  http://ijbswa.sourceforge.net
+#                 Privoxy team.  http://ijbswa.sourceforge.net
 # 
 #                 This program is free software; you can redistribute it
 #                 and/or modify it under the terms of the GNU General
 #                 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 #  Revisions   :
-#     $Log: re_filterfile,v $
+#     $Log: default.filter,v $
+#     Revision 1.1  2002/03/24 11:37:39  jongfoster
+#     Name change
+#
 #     Revision 1.24  2002/03/16 20:39:54  oes
 #      - Added descriptions to the filters so users will know what they select in the cgi editor
 #      - Added content-cookies filter
index 1da0e3c..b8005d8 100644 (file)
@@ -1,8 +1,8 @@
 ######################################################################\r
 # \r
-#  File        :  $Source: /cvsroot/ijbswa/current/ijb-intermediate.action,v $\r
+#  File        :  $Source: /cvsroot/ijbswa/current/intermediate.action,v $\r
 # \r
-#  $Id: ijb-intermediate.action,v 1.2 2002/03/13 14:24:09 swa Exp $\r
+#  $Id: intermediate.action,v 1.1 2002/03/24 11:37:39 jongfoster Exp $\r
 #\r
 #  Purpose     :  More agressive actions file, see\r
 #                 http://ijbswa.sourceforge.net/faq/questions.html#CONFIGFILES\r
@@ -56,7 +56,7 @@
 ######################################################################\r
 # \r
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge\r
-#                 IJBSWA team.  http://ijbswa.sourceforge.net\r
+#                 Privoxy team.  http://ijbswa.sourceforge.net\r
 # \r
 #                 Based on the Internet Junkbuster originally written\r
 #                 by and Copyright (C) 1997 Anonymous Coders and \r