From 4a5121c3b907c377584ac09d4e5401c4107eaf5a Mon Sep 17 00:00:00 2001 From: swa Date: Sun, 24 Mar 2002 11:51:00 +0000 Subject: [PATCH] name change. changed filenames. --- doc/source/faq.sgml | 31 +++++++++++--------- doc/source/user-manual.sgml | 57 +++++++++++++++++++------------------ 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 8c92671c..f64a400b 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.20 2002/03/23 15:13:11 swa Exp $ + $Id: faq.sgml,v 1.21 2002/03/24 11:01:06 swa Exp $ Written by and Copyright (C) 2001 the SourceForge PRIVOXY team. http://ijbswa.sourceforge.net @@ -20,7 +20,7 @@ Privoxy Frequently Asked Questions -$Id: faq.sgml,v 1.20 2002/03/23 15:13:11 swa Exp $ +$Id: faq.sgml,v 1.21 2002/03/24 11:01:06 swa Exp $ @@ -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 blocklist file does not exist any more. This is replaced by actions files, such - as ijb.actions. This is where most of the per site + as default.actions. This is where most of the per site configuration is now. @@ -474,7 +474,7 @@ FIXME: Commenting these out until we have some data there. HB 03/17/02. --> What are the differences between -ijb-intermediate.action, ijb-basic.action, etc.? +intermediate.action, basic.action, etc.? Configuring Privoxy is not easy. To help you get started, we provide you with three different default configurations. The @@ -491,10 +491,10 @@ following table shows you, which features are enabled in each configuration. Feature - ijb.action - ijb-basic.action - ijb-intermediate.action - ijb-advanced.action + default.action + basic.action + intermediate.action + advanced.action @@ -745,7 +745,7 @@ has to add extra time to browsing. - Filtering via the re_filterfile + Filtering via the filterfile mechanism may cause a perceived slowdown, since the entire page is buffered before displaying. See below. @@ -755,10 +755,10 @@ has to add extra time to browsing. I noticed considerable -delays in page requests compared to the old IJB. What's wrong? +delays in page requests compared to the old Junkbuster. What's wrong? 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. @@ -1043,9 +1043,9 @@ secure is it? Do I need to take any special precautions? -What is a <quote>re_filterfile</quote>? +What is a <quote>default.filter</quote>? - The re_filterfile is used to filter any + The default.filter is used to filter any page content. By filtering we mean it can modify, remove, or change anything on the page, including HTML tags, and JavaScript. Regular expressions are used to accomplish this. This is @@ -1054,7 +1054,7 @@ secure is it? Do I need to take any special precautions? If you are familiar with regular expressions, and HTML, you can look at - the provided re_filterfile with a text editor and see + the provided default.filter with a text editor and see some of things it can be used for. @@ -1212,6 +1212,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 $ +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 diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index a8029976..faac158f 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.51 2002/03/23 15:13:11 swa Exp $ + $Id: user-manual.sgml,v 1.52 2002/03/24 11:01:06 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://ijbswa.sourceforge.net @@ -28,7 +28,7 @@ Hal Burgiss Privoxy User Manual -$Id: user-manual.sgml,v 1.51 2002/03/23 15:13:11 swa Exp $ +$Id: user-manual.sgml,v 1.52 2002/03/24 11:01:06 swa Exp $ @@ -551,7 +551,7 @@ Please choose from the following options: - The ijb.action file is used to define various + The default.action file is used to define various actions relating to images, banners, pop-ups, access restrictions, banners and cookies. There is a CGI based editor for this file that can be accessed via - The re_filterfile file can be used to re-write the raw + The default.filter file can be used to re-write the raw page content, including viewable text as well as embedded HTML and JavaScript, and whatever else lurks on any given web page. @@ -573,7 +573,7 @@ Please choose from the following options: - ijb.action and re_filterfile + default.action and default.filter can use Perl style regular expressions for maximum flexibility. All files use the # character to denote a comment. Such lines are not processed by Privoxy. After @@ -712,11 +712,11 @@ Please choose from the following options: - The ijb.action file contains patterns to specify the actions + The default.action file contains patterns to specify the actions to apply to requests for each site. Default: Cookies to and from all destinations are kept only during the current browser session (i.e. they are not saved to disk). Pop-ups are disabled for all sites. All sites are - filtered through selected sections of re_filterfile. No sites + filtered through selected sections of default.filter. No sites are blocked. The Privoxy logo is displayed for filtered ads and other images. The syntax of this file is explained in detail below. Other actions files @@ -728,14 +728,14 @@ Please choose from the following options: - actionsfile ijb.action + actionsfile default.action - The re_filterfile file contains content modification rules + The default.filter file contains content modification rules that use regular expressions. These rules permit powerful changes on the content of Web pages, e.g., you could disable your favorite JavaScript annoyances, re-write the actual displayed text, or just have some @@ -757,7 +757,7 @@ Please choose from the following options: - re_filterfile re_filterfile + filterfile default.filter @@ -1125,7 +1125,7 @@ Please choose from the following options: - To enable the web-based ijb.action file editor set + To enable the web-based default.action file editor set enable-edit-actions to 1, or 0 to disable. Note that you must have compiled Privoxy with support for this feature, otherwise this option has no effect. This @@ -1878,14 +1878,14 @@ Removed references to Win32. HB 09/23/01 The Actions File - The ijb.action file (formerly + The default.action file (formerly actionsfile) is used to define what actions Privoxy takes, and thus determines how images, cookies and various other aspects of HTTP content and transactions are handled. Images can be anything you want, including ads, banners, or just some obnoxious URL that you would rather not see. Cookies can be accepted or rejected, or accepted only during the current browser session (i.e. - not written to disk). Changes to ijb.action should + not written to disk). Changes to default.action should be immediately visible to Privoxy without the need to restart. @@ -2105,7 +2105,7 @@ Removed references to Win32. HB 09/23/01 So in this case Privoxy would just be a normal, non-blocking, non-anonymizing proxy. You must specifically enable the privacy and blocking features you need (although the - provided default ijb.action file will + provided default default.action file will give a good starting point). @@ -2233,8 +2233,8 @@ Removed references to Win32. HB 09/23/01 Apply the filters in the section_header - section of the re_filterfile file to the site(s). - Re_filterfile sections are grouped according to like + section of the default.filter file to the site(s). + default.filter sections are grouped according to like functionality. @@ -2250,7 +2250,7 @@ Removed references to Win32. HB 09/23/01 Filter sections that are pre-defined in the supplied - re_filterfile include: + default.filter include:
@@ -2808,7 +2808,7 @@ Removed references to Win32. HB 09/23/01 z, 0-9, +, and -. Alias names are not case sensitive, and must be defined before anything else in the - ijb.actionfile ! And there can only be one set of + default.actionfile ! And there can only be one set of aliases defined. @@ -2884,7 +2884,7 @@ Removed references to Win32. HB 09/23/01 Any web page can be dynamically modified with the filter file. This modification can be removal, or re-writing, of any web page content, including tags and non-visible content. The default filter file is - re_filterfile, located in the config directory. + default.filter, located in the config directory. @@ -2898,7 +2898,7 @@ Removed references to Win32. HB 09/23/01 This file uses regular expressions to alter or remove any string in the target page. The expressions can only operate on one line at a time. Some - examples from the included default re_filterfile: + examples from the included default default.filter: @@ -3050,10 +3050,10 @@ For RedHat: /etc/rc.d/init.d/privoxy start The included default configuration files should give a reasonable starting point, though may be somewhat aggressive in blocking junk. You will probably want to keep an eye out for sites that require persistent cookies, and add these to - ijb.action as needed. By default, most of these will + default.action as needed. By default, most of these will be accepted only during the current browser session, until you add them to the configuration. If you want the browser to handle this instead, you will - need to edit ijb.action and disable this feature. If you + need to edit default.action and disable this feature. If you use more than one browser, it would make more sense to let Privoxy handle this. In which case, the browser(s) should be set to accept all cookies. @@ -3062,7 +3062,7 @@ For RedHat: /etc/rc.d/init.d/privoxy start If a particular site shows problems loading properly, try adding it to the {fragile} section of - ijb.action. This will turn off most actions for + default.action. This will turn off most actions for this site. @@ -3073,14 +3073,14 @@ For RedHat: /etc/rc.d/init.d/privoxy start problems, you might try to force HTTP/1.0 compatibility. For Mozilla, look under Edit -> Preferences -> Debug -> Networking. Or set the +downgrade config option in - ijb.action. + default.action. After running Privoxy for a while, you can start to fine tune the configuration to suit your personal, or site, preferences and requirements. There are many, many aspects that can - be customized. Actions (as specified in ijb.action) + be customized. Actions (as specified in default.action) can be adjusted by pointing your browser to http://i.j.b/, and then follow the link to edit the actions list. @@ -3092,7 +3092,7 @@ For RedHat: /etc/rc.d/init.d/privoxy start configuration can be viewed from this page, including current configuration parameters, source code version numbers, the browser's request headers, and actions that apply - to a given URL. In addition to the ijb.action file + to a given URL. In addition to the default.action file editor mentioned above, Privoxy can also be turned on and off from this page. @@ -3725,7 +3725,7 @@ For any other issues, feel free to use the