From: swa Date: Sun, 24 Mar 2002 11:01:06 +0000 (+0000) Subject: name change X-Git-Tag: v_2_9_13~50 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=86062c9ff866c6dbcd8e2826093719ce1a1e9809 name change --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 5364951b..ecb329b3 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -6,10 +6,10 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.7 2002/03/11 13:13:27 swa Exp $ + $Id: developer-manual.sgml,v 1.8 2002/03/23 15:13:11 swa Exp $ Written by and Copyright (C) 2001 the SourceForge - FOOBAR team. http://ijbswa.sourceforge.net + Privoxy team. http://ijbswa.sourceforge.net Based on the Internet Junkbuster originally written by and Copyright (C) 1997 Anonymous Coders and @@ -18,14 +18,14 @@
- foobar Developer Manual + Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.7 2002/03/11 13:13:27 swa Exp $ + $Id: developer-manual.sgml,v 1.8 2002/03/23 15:13:11 swa Exp $ - By: foobar Developers + By: Privoxy Developers @@ -34,12 +34,12 @@ The developer manual gives the users information on how to help the developer team. It provides guidance on coding, testing, documentation and other -issues. foobar is a web proxy with advanced +issues. Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and -other obnoxious Internet Junk. foobar has a very +other obnoxious Internet Junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and -tastes. foobar has application for both stand-alone +tastes. Privoxy has application for both stand-alone systems and multi-user networks. @@ -62,7 +62,7 @@ Please see the Contact section in the user-manual if you want to contact the dev - Quickstart to Foobar Development + Quickstart to Privoxy Development To be filled. @@ -89,7 +89,7 @@ via scp. - + @@ -99,7 +99,7 @@ via scp. This set of standards is designed to make our lives easier. It is developed with the simple goal of helping us keep the "new and improved - foobar" consistent and reliable. Thus making + Privoxy" consistent and reliable. Thus making maintenance easier and increasing chances of success of the project. @@ -339,7 +339,7 @@ if ( 1 == X ) reserves these for use by the compiler and system headers.) Do not use identifiers which are reserved in ANSI C++. (E.g. template, class, true, false, ...). This is in case we ever - decide to port Foobar to C++. + decide to port Privoxy to C++. Example: @@ -366,7 +366,7 @@ int msiis5hack = 0; int msIis5Hack = 0; reserves these for use by the compiler and system headers.) Do not use identifiers which are reserved in ANSI C++. (E.g. template, class, true, false, ...). This is in case we ever - decide to port Foobar to C++. + decide to port Privoxy to C++. Example: @@ -824,7 +824,7 @@ for ( size_t cnt = 0; cnt < len; cnt ++ ) char *s2 ); I could then not use it to compare argv's in main: int main( - int argc, const char *argv[] ) { strcmp( argv[0], "foobars" + int argc, const char *argv[] ) { strcmp( argv[0], "privoxy" ); } Both these pointers are *const*! If the c runtime library @@ -1219,7 +1219,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.7 2002/03/11 13:13:27 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.8 2002/03/23 15:13:11 swa Exp $"; /********************************************************************* * * File : $Source$ @@ -1227,7 +1227,7 @@ const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.7 2002/03/11 13:13:2 * Purpose : (Fill me in with a good description!) * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * FOOBAR team. http://ijbswa.sourceforge.net + * PRIVOXY team. http://ijbswa.sourceforge.net * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -1279,7 +1279,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.7 2002/03/11 13:13:27 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.8 2002/03/23 15:13:11 swa Exp $" /********************************************************************* * * File : $Source$ @@ -1287,7 +1287,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; * Purpose : (Fill me in with a good description!) * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * FOOBAR team. http://ijbswa.sourceforge.net + * PRIVOXY team. http://ijbswa.sourceforge.net * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -1399,20 +1399,20 @@ Remove any existing rpm with rpm -e Remove any file that was left over. This includes (but is not limited to) - /var/log/foobar - /etc/foobar - /usr/sbin/foobar - /etc/init.d/foobar - /usr/doc/foobar* + /var/log/privoxy + /etc/privoxy + /usr/sbin/privoxy + /etc/init.d/privoxy + /usr/doc/privoxy* Install the rpm. Any error messages? - start,stop,status foobar with the specific script - (e.g. /etc/rc.d/init/foobar stop). Reboot your machine. Does + start,stop,status Privoxy with the specific script + (e.g. /etc/rc.d/init/privoxy stop). Reboot your machine. Does autostart work? - Start browsing. Does foobar work? Logfile written? + Start browsing. Does Privoxy work? Logfile written? Remove the rpm. Any error messages? All files removed? @@ -1426,7 +1426,7 @@ at sourceforge. Three simple steps: Select category: the distribution you test on. - Select group: the version of foobar that we are about to release. + Select group: the version of Privoxy that we are about to release. Fill the Summary and Detailed Description with something intelligent (keep it short and precise). @@ -1476,6 +1476,12 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.8 2002/03/23 15:13:11 swa + renamed every reference to the old name with foobar. + fixed "application foobar application" tag, fixed + "the foobar" with "foobar". left junkbustser in cvs + comments and remarks to history untouched. + Revision 1.7 2002/03/11 13:13:27 swa correct feedback channels diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index cb752398..8c92671c 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -6,10 +6,10 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.19 2002/03/21 17:01:54 hal9 Exp $ + $Id: faq.sgml,v 1.20 2002/03/23 15:13:11 swa Exp $ Written by and Copyright (C) 2001 the SourceForge - FOOBAR team. http://ijbswa.sourceforge.net + PRIVOXY team. http://ijbswa.sourceforge.net Based on the Internet Junkbuster originally written by and Copyright (C) 1997 Anonymous Coders and @@ -18,14 +18,14 @@
-Foobar Frequently Asked Questions +Privoxy Frequently Asked Questions -$Id: faq.sgml,v 1.19 2002/03/21 17:01:54 hal9 Exp $ +$Id: faq.sgml,v 1.20 2002/03/23 15:13:11 swa Exp $ - By: Foobar Developers + By: Privoxy Developers @@ -34,13 +34,13 @@ The FAQ document gives users and developers alike answers to frequently asked questions about -Foobar. Foobar is a web +Privoxy. Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet -Junk. Foobar has a very flexible configuration and +Junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and -tastes. Foobar has application for both stand-alone +tastes. Privoxy has application for both stand-alone systems and multi-user networks. @@ -73,7 +73,7 @@ Please see the Contact section in the General Information -What is this new version of <application>Foobar</application>? +What is this new version of <application>Privoxy</application>? The original Internet Junkbuster (tm) is a coyrighted product of Junkbusters @@ -84,7 +84,7 @@ Please see the Contact section in the since added many new features, refinements and enhancements. - The new Foobar started with the same + The new Privoxy started with the same code base, but has changed significantly at this point. @@ -92,7 +92,7 @@ Please see the Contact section in the How does it differ from the old <application>Junkbuster?</application> - All the old features remain. The new Foobar + All the old features remain. The new Privoxy still blocks ads and banners, still manages cookies, and still helps protect your privacy. But, these are all enhanced, and many new features have been added, all in the same vein. @@ -214,41 +214,41 @@ Please see the Contact section in the What is a <quote>proxy</quote>? How does -<application>Foobar</application> work? +Privoxy work? - When you connect to a web site with Foobar, + When you connect to a web site with Privoxy, you are really connecting to your locally running version of - Foobar. Foobar + Privoxy. Privoxy intercepts your requests for the web page, and relays that to the real web site. The web site sends the HTTP data stream - back to Foobar, where - Foobar can work its magic before it + back to Privoxy, where + Privoxy can work its magic before it relays this data back to your web browser. - Since Foobar sits between you and the + Since Privoxy sits between you and the WWW, it is in a position to intercept and completely manage all web traffic and HTTP content before it gets to your browser. - Foobar uses various programming methods to do + Privoxy uses various programming methods to do this, all of which is under your control via the various configuration files and options. - There are many kinds of proxies. Foobar best + There are many kinds of proxies. Privoxy best fits the filtering proxy category. My browser does the same things as -<application>Foobar</application>. Why should I use -<application>Foobar</application> at all? +Privoxy. Why should I use +Privoxy at all? Modern browsers do indeed have some of the same - functionality as Foobar. Maybe this is - adequate for you. But Foobar is much more + functionality as Privoxy. Maybe this is + adequate for you. But Privoxy is much more verstatile and powerful, and can do a number of things that browsers just can't. @@ -265,7 +265,7 @@ Please see the Contact section in the Is there is a license or fee? What about a warranty? Registration? - Foobar is licensed under the + Privoxy is licensed under the GNU General Public License (GPL). It is free to use, copy, modify or distribute as you wish under the terms of this license. See There is no warranty of any kind, expressed, implied or otherwise. That is something that would cost real money ;-) There is no registration either. - Foobar really is free + Privoxy really is free in every respect! @@ -289,7 +289,7 @@ warranty? Registration? Installation Can I install the new - <application>Foobar</application> over the old one? + Privoxy over the old one? We recommend you uninstall the old Junkbuster first to minimize conflicts and confusion. You may want to @@ -306,11 +306,11 @@ warranty? Registration? -I just installed <application>Foobar</application>. Is there anything +<title id="firststep">I just installed <application>Privoxy</application>. Is there anything special I have to do now? - All browsers must be told to use Foobar + All browsers must be told to use Privoxy as a proxy by specifying the correct proxy address and port number in the appropriate configuration area for the browser. See below. @@ -319,13 +319,13 @@ special I have to do now? -What is the proxy address of <application>Foobar</application>? +What is the proxy address of <application>Privoxy</application>? - If you set up the Foobar to run on + If you set up the Privoxy to run on the computer you browse from (rather than your ISP's server or some networked computer on a LAN), the proxy will be on localhost (which is the special name used by every computer on the Internet to refer - to itself) and the port will be 8118 (unless you have Foobar to run on a different port with the + to itself) and the port will be 8118 (unless you have Privoxy to run on a different port with the listen-address config option). @@ -333,38 +333,38 @@ special I have to do now? the word localhost in the boxes next to HTTP and Secure (HTTPS) and then the number 8118 for port. This tells your browser to send all web - requests to Foobar instead of directly to the + requests to Privoxy instead of directly to the Interenet. - Foobar can also be used to proxy for + Privoxy can also be used to proxy for a Local Area Network. In this case, your would enter either the IP - address of the LAN host where Foobar + address of the LAN host where Privoxy is running, or the equivalent hostname. Port assignment would be same as above. - Foobar does not currently handle + Privoxy does not currently handle protocols such as FTP, SMTP, IM, IRC, ICQ, or other Internet protocols. -I just installed <application>Foobar</application>, and nothing is happening. +<title id="nothing">I just installed <application>Privoxy</application>, and nothing is happening. All the ads are there. What's wrong? - Did you configure your browser to use Foobar + Did you configure your browser to use Privoxy as a proxy? It does not sound like it. See above. You might also try flushing the browser's caches to force a full re-reading of pages. You can verify - that Foobar is running, and your browser + that Privoxy is running, and your browser is correctly configured by entering the special URL: http://i.j.b/. This should give you - a banner that says This is Foobar and - access to Foobar's internal configuration. + a banner that says This is Privoxy and + access to Privoxy's internal configuration. If you see this, then you are good to go. If not, the browser or - Foobar are not set up correctly. + Privoxy are not set up correctly. @@ -393,7 +393,7 @@ All the ads are there. What's wrong? actions files are where various actions that - Foobar might take, are configured. + Privoxy might take, are configured. Typically, you would define a set of default actions that apply to all URLs, then add exceptions to these defaults. @@ -409,7 +409,7 @@ All the ads are there. What's wrong? - Foobar comes with several default + Privoxy comes with several default actions files, with varying degrees of filtering and blocking, as starting points for your own configuration (see below). @@ -433,7 +433,7 @@ some of these actions. way to do this? - The easiest way to do this, is to access Foobar + The easiest way to do this, is to access Privoxy with your web browser at http://i.j.b/, and then select "Edit the actions list" @@ -476,7 +476,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.? -Configuring Foobar is not easy. To help you get +Configuring Privoxy is not easy. To help you get started, we provide you with three different default configurations. The following table shows you, which features are enabled in each configuration. @@ -624,34 +624,34 @@ following table shows you, which features are enabled in each configuration. browser? Does that not raise security issues? What I don't understand, is how I can browser edit the config file as a -regular user, while the whole /etc/foobar hierarchy belongs to the user -"foobar", with only 644 perms. +regular user, while the whole /etc/privoxy hierarchy belongs to the user +"privoxy", with only 644 perms. -When you use the browser-based editor, Foobar +When you use the browser-based editor, Privoxy itself is writing to the config files. Because -Foobar is running as the user "foobar", it can +Privoxy is running as the user "privoxy", it can update the config files. If you don't like this, setting "enable-edit-actions 0" in the config file will disable the browser-based editor. If you're that paranoid, you should also consider setting "enable-remote-toggle 0" to prevent browser-based -enabling/disabling of Foobar. +enabling/disabling of Privoxy. -Note that normally only local users can connect to Foobar, so this is not +Note that normally only local users can connect to Privoxy, so this is not (normally) a security problem. -How can I set up <application>Foobar</application> to act as a proxy for my +<title id="lanconfig">How can I set up <application>Privoxy</application> to act as a proxy for my LAN? - By default, Foobar only responds to requests + By default, Privoxy only responds to requests from localhost. To have it act as a server for a network, this needs to be - changed in the main config file where the Foobar + changed in the main config file where the Privoxy configuration is located. In that file is a listen-address option. It may be commented out with a # symbol. Make sure it is uncommented, and assign it the address of the LAN gateway interface, @@ -665,7 +665,7 @@ Note that normally only local users can connect to Foobar - Save the file, and restart Foobar. Configure + Save the file, and restart Privoxy. Configure all browsers on the network then to use this address and port number. @@ -673,12 +673,12 @@ Note that normally only local users can connect to Foobar -Instead of ads, now I get a Foobar logo [or +<title id="noseeum">Instead of ads, now I get a Privoxy logo [or checkerboard]. I don't want to see anything. This is a configuration option for images that - Foobar is stopping. You have the choice of the - Foobar logo, a checkerboard pattern (this + Privoxy is stopping. You have the choice of the + Privoxy logo, a checkerboard pattern (this scales better), a transparent 1x1 GIF image, or a custom URL or your choice. @@ -699,9 +699,9 @@ checkerboard]. I don't want to see anything. Why would anybody want to see the logo or checkerboard? This can be helpful for troubleshooting problems. It might also be good - for anyone new to Foobar so that they can + for anyone new to Privoxy so that they can see if their favorite pages are displaying correctly, and - Foobar is not inadvertantly removing something + Privoxy is not inadvertantly removing something important. @@ -712,7 +712,7 @@ checkerboard]. I don't want to see anything. Blocked. How do I get rid of this? These are URLs that match something in one of - Foobar's block actions (+block). It is meant + Privoxy's block actions (+block). It is meant to be a warning so that you know something has been blocked and an easy way for you to see why. These are handled differently than what has been defined as images (e.g. ad banners). If you want them to be treated @@ -720,7 +720,7 @@ checkerboard]. I don't want to see anything. offending URL from the +block section to the +imageblock section of your actions file. Alternately, you could modify the block HTML template that - is used by Foobar to display this, and make it + is used by Privoxy to display this, and make it something more to your liking. @@ -733,12 +733,12 @@ checkerboard]. I don't want to see anything. Misc -How much does <application>Foobar</application> slow my browsing down? This +<title id="slowsme">How much does <application>Privoxy</application> slow my browsing down? This has to add extra time to browsing. It should not slow you down any in real terms, and may actually help speed things up since ads, banners and other junk are not being displayed. - The actual processing time required by Foobar + The actual processing time required by Privoxy itself for each page, is relatively small in the overall scheme of things, and happens very quickly. This is typically more than offset by time saved not downloading and rendering ad images. @@ -770,7 +770,7 @@ user a feeling of "it works". To modify the content of a page (i.e. make frames resizeable again, etc.) and -not just replace ads, Foobar needs to download the +not just replace ads, Privoxy needs to download the entire page first, do its content magic and then send the page to the browser. @@ -778,13 +778,13 @@ entire page first, do its content magic and then send the page to the browser. What is the "http://i.j.b/"? -Since Foobar sits between your web browser and the Internet, it can be +Since Privoxy sits between your web browser and the Internet, it can be programmed to handle certain pages specially. -With recent versions of Foobar (version 2.9.x), you can get some -information about Foobar and change some settings by going to +With recent versions of Privoxy (version 2.9.x), you can get some +information about Privoxy and change some settings by going to http://i.j.b/ or, equivalently, http://ijbswa.sourceforge.net/config/ (Note that i.j.b is far easier to type but may not work in some configurations). @@ -792,13 +792,13 @@ configurations). These pages are *not* forwarded to a server on the internet - instead they are -handled by a special web server which is built in to Foobar. +handled by a special web server which is built in to Privoxy. -If you are not running Foobar, then http://i.j.b/ will fail, and +If you are not running Privoxy, then http://i.j.b/ will fail, and http://ijbswa.sourceforge.net/config/ will return a web page telling you -you're not running Foobar. +you're not running Privoxy. @@ -817,7 +817,7 @@ FIXME: commented out until we have data. HB 03/18/02. -How do I chain <application>Foobar</application> with other proxies +<sect3 id="proxy-chaining"><title>How do I chain <application>Privoxy</application> with other proxies (e.g. squid)? Fillme. @@ -853,7 +853,7 @@ FIXME: commented out until we have data. HB 03/18/02. How can I hide my IP address? - You cannot hide your IP address with Foobar or any other software, since + You cannot hide your IP address with Privoxy or any other software, since the server needs to know your IP address to send the answer to you. @@ -877,28 +877,28 @@ more through Google. - + - + -Can <application>Foobar</application> guarantee I am anonymous? +Can <application>Privoxy</application> guarantee I am anonymous? No. Your chances of remaining anonymous are greatly improved, but unless you are an expert on Internet security it would be safest to assume that everything you do on the Web can be traced back to you. - Foobar can remove various information about you, + Privoxy can remove various information about you, and allows you more freedom to decide which sites you can trust. But it's still possible that web sites can find out who you are. Here's one way this can happen. A few browsers disclose the user's email address in certain situations, such - as when transferring a file by FTP. Foobar + as when transferring a file by FTP. Privoxy does not filter FTP. If you need this feature, or are concerned about the mail handler of your browser disclosing your email address, you might consider products such as NSClean. @@ -955,33 +955,33 @@ being altered? -Can <application>Foobar</application> act as a <quote>caching</quote> proxy to +<title id="caching">Can <application>Privoxy</application> act as a <quote>caching</quote> proxy to speed up web browsing? No, it does not have this ability at all. You want something like Squid for this. And, yes, - before you ask, Foobar can co-exist + before you ask, Privoxy can co-exist with other kinds of proxies like Squid. -What about as a firewall? Can <application>Foobar</application> protect me? +What about as a firewall? Can <application>Privoxy</application> protect me? Not in the way you mean, or in the way a true firewall can, or a proxy that - has this specific capability. Foobar can help + has this specific capability. Privoxy can help protect your privacy, but not really protect you from intrusion attempts. - This is not a font problem. The logo is an image that is created by - Foobar on the fly. So as to not waste + Privoxy on the fly. So as to not waste memory, the image is rather small. The blockiness comes when the image is scaled to fill a largish area. There is not much to be done about this, other than to use one of the other @@ -993,7 +993,7 @@ and ugly looking. Can't a better font be used? I have large empty spaces now where ads used to be. -Why does <application>Foobar</application> leave these large gaps? +Why does Privoxy leave these large gaps? It would be easy enough to just eliminate this space altogether, rather than fill it with blank space. But, this would create problems with many pages @@ -1005,15 +1005,15 @@ Why does Foobar leave these large gaps? -How can <application>Foobar</application> filter Secure (HTTPS) URLs? +How can <application>Privoxy</application> filter Secure (HTTPS) URLs? This is a limitation since HTTPS transactions are encrypted SSL sessions between your browser and the secure site, and are meant to be reliably secure and private. This means that all cookies and HTTP header information are also encrypted from the time they leave your browser, - to the site, and vice versa. Foobar does not + to the site, and vice versa. Privoxy does not try to unencrypt this information, so it just passes through as is. - Foobar can still catch images and ads that + Privoxy can still catch images and ads that are embedded in the SSL stream though. @@ -1021,22 +1021,22 @@ Why does Foobar leave these large gaps? -<application>Foobar</application> runs as a <quote>server</quote>. How +<title id="secure"><application>Privoxy</application> runs as a <quote>server</quote>. How secure is it? Do I need to take any special precautions? There are no known exploits that might effect - Foobar. On Unix-like systems, - Foobar can run as a non-privileged + Privoxy. On Unix-like systems, + Privoxy can run as a non-privileged user, which is how we recommend it be run. Also, by default - Foobar only listens to requests + Privoxy only listens to requests from localhost. It is not itself directly exposed to the Internet in this configuration. If you want to have - Foobar serve as a LAN proxy, this will have to + Privoxy serve as a LAN proxy, this will have to be opened up to allow for LAN requests. In this case, we'd recommend you specify only the LAN gateway address, e.g. 192.168.1.1 in the main - Foobar config file. All LAN hosts can then use + Privoxy config file. All LAN hosts can then use this as their proxy address in the browser proxy configuration. In this way, - Foobar will not listen on any external ports. + Privoxy will not listen on any external ports. Of course, a firewall is always good too. Better safe than sorry. @@ -1075,19 +1075,19 @@ secure is it? Do I need to take any special precautions? I just upgraded and am getting <quote>connection refused</quote> with every web page? - Either Foobar is not running, or your + Either Privoxy is not running, or your browser is configured for a different port than what - Foobar is using. + Privoxy is using. - The old Foobar used port 8000 by + The old Privoxy used port 8000 by default. This has been changed to port 8118 now, due to a conflict with NAS (Network Audio Service), which uses port 8000. If you haven't, you need to change your browser to the new port number, or alternately - change Foobar's listen-address + change Privoxy's listen-address setting in the config file used to start - Foobar. + Privoxy. @@ -1098,7 +1098,7 @@ still getting through. How? If the ad had been displayed before you added its URL, it will probably be held in the browser's cache for some time, so it will be displayed without - the need for any request to the server, and Foobar + the need for any request to the server, and Privoxy will not be in the picture. The best thing to do is try flusing the browser's caches. And then try again. @@ -1113,14 +1113,14 @@ still getting through. How? -One of my favorite sites does not work with <application>Foobar</application>. +<title id="badsite">One of my favorite sites does not work with <application>Privoxy</application>. What can I do? - First verify that it is indeed a Foobar problem, - by disabling Foobar filtering and blocking. + First verify that it is indeed a Privoxy problem, + by disabling Privoxy filtering and blocking. Go to http://i.j.b/ and click on - Toggle Foobar On or Off, then disable it. Now try that + Toggle Privoxy On or Off, then disable it. Now try that page again. @@ -1130,7 +1130,7 @@ What can I do? the full URL of the page in question into the prompt. See which actions are being applied to the URL. Now, armed with this information, go to Edit the actions list. Here you should see various sections that have - various Foobar features disabled for specific + various Privoxy features disabled for specific sites. Disabled actions will have a - (minus sign) in front of them. Add your problem page URL to one of these sections that looks like it is disabling the feature that is causing the @@ -1212,6 +1212,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.20 2002/03/23 15:13:11 swa +renamed every reference to the old name with foobar. +fixed "application foobar application" tag, fixed +"the foobar" with "foobar". left junkbustser in cvs +comments and remarks to history untouched. + Revision 1.19 2002/03/21 17:01:54 hal9 Some touch ups. diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 16e2b4d0..a8029976 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -6,10 +6,10 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.50 2002/03/23 05:06:21 hal9 Exp $ + $Id: user-manual.sgml,v 1.51 2002/03/23 15:13:11 swa Exp $ Written by and Copyright (C) 2001 the SourceForge - Foobar team. http://ijbswa.sourceforge.net + Privoxy team. http://ijbswa.sourceforge.net Based on the Internet Junkbuster originally written by and Copyright (C) 1997 Anonymous Coders and @@ -26,14 +26,14 @@ Hal Burgiss
-Foobar User Manual +Privoxy User Manual -$Id: user-manual.sgml,v 1.50 2002/03/23 05:06:21 hal9 Exp $ +$Id: user-manual.sgml,v 1.51 2002/03/23 15:13:11 swa Exp $ - By: Foobar Developers + By: Privoxy Developers @@ -41,13 +41,13 @@ Hal Burgiss The user manual gives users information on how to install, configure and use - Foobar. Foobar is a + Privoxy. Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet - Junk. Foobar has a very flexible configuration + Junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and - tastes. Foobar has application for both + tastes. Privoxy has application for both stand-alone systems and multi-user networks. @@ -66,18 +66,18 @@ You can find the latest version of the user manual at Introduction - Foobar is a web proxy with advanced + Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering and modifying web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet Junk. - Foobar has a very flexible configuration and - can be customized to suit individual needs and tastes. Foobar has application for both stand-alone systems and + Privoxy has a very flexible configuration and + can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. This documentation is included with the current BETA version of - Foobar and is mostly complete at this + Privoxy and is mostly complete at this point. The most up to date reference for the time being is still the comments in the source files and in the individual configuration files. Development of version 3.0 is currently nearing completion, and includes many significant @@ -99,7 +99,7 @@ You can find the latest version of the user manual at Installation - Foobar is available as raw source code, or + Privoxy is available as raw source code, or pre-compiled binaries. See the Foobar Home Page - for binaries and current release info. Foobar + url="http://sourceforge.net/projects/ijbswa/">Privoxy Home Page + for binaries and current release info. Privoxy is also available via CVS. This is the recommended approach at this time. But please be aware that CVS @@ -298,10 +298,10 @@ You can find the latest version of the user manual at - rpm -Uvv /usr/src/redhat/RPMS/i686/foobar-2.9.11-1.i686.rpm + rpm -Uvv /usr/src/redhat/RPMS/i686/privoxy-2.9.11-1.i686.rpm - This will place the Foobar configuration - files in /etc/foobar/, and log files in - /var/log/foobar/. + This will place the Privoxy configuration + files in /etc/privoxy/, and log files in + /var/log/privoxy/. @@ -342,10 +342,10 @@ You can find the latest version of the user manual at - rpm -Uvv /usr/src/packages/RPMS/i686/foobar-2.9.11-1.i686.rpm + rpm -Uvv /usr/src/packages/RPMS/i686/privoxy-2.9.11-1.i686.rpm - This will place the Foobar configuration - files in /etc/foobar/, and log files in - /var/log/foobar/. + This will place the Privoxy configuration + files in /etc/privoxy/, and log files in + /var/log/privoxy/. @@ -375,18 +375,18 @@ Thanx David Schmidt! --> - Foobar is packaged in a WarpIN self- + Privoxy is packaged in a WarpIN self- installing archive. The self-installing program will be named depending on the release version, something like: ijbos2_setup_1.2.3.exe. In order to install it, simply run this executable or double-click on its icon and follow the WarpIN - installation panels. A shadow of the Foobar + installation panels. A shadow of the Privoxy executable will be placed in your startup folder so it will start automatically whenever OS/2 starts. - The directory you choose to install Foobar + The directory you choose to install Privoxy into will contain all of the configuration files. @@ -455,11 +455,11 @@ configuration section below. HB.) -<application>Foobar</application> Configuration +<application>Privoxy</application> Configuration - All Foobar configuration is kept + All Privoxy configuration is kept in text files. These files can be edited with a text editor. - Many important aspects of Foobar can + Many important aspects of Privoxy can also be controlled easily with a web browser. @@ -468,9 +468,9 @@ configuration section below. HB.) -Controlling <application>Foobar</application> with Your Web Browser +Controlling <application>Privoxy</application> with Your Web Browser - Foobar can be reached by the special + Privoxy can be reached by the special URL http://i.j.b/ (or alternately http://ijbswa.sourceforge.net/config/), which is an internal page. You will see the following section: @@ -486,7 +486,7 @@ Please choose from the following options: * Show the source code version numbers * Show the client's request headers. * Show which actions apply to a URL and why - * Toggle Foobar on or off + * Toggle Privoxy on or off * Edit the actions list @@ -496,18 +496,18 @@ Please choose from the following options: This should be self-explanatory. Note the last item is an editor for the actions list, which is where much of the ad, banner, cookie, and URL blocking magic is configured as well as other advanced features of - Foobar. This is an easy way to adjust various - aspects of Foobar configuration. The actions + Privoxy. This is an easy way to adjust various + aspects of Privoxy configuration. The actions file, and other configuration files, are explained in detail below. - Foobar will automatically detect any changes + Privoxy will automatically detect any changes to these files. - Toggle Foobar On or Off is handy for sites that might + Toggle Privoxy On or Off is handy for sites that might have problems with your current actions and filters, or just to test if - a site misbehaves, whether it is Foobar - causing the problem or not. Foobar continues + a site misbehaves, whether it is Privoxy + causing the problem or not. Privoxy continues to run as a proxy in this case, but all filtering is disabled. @@ -525,9 +525,9 @@ Please choose from the following options: Configuration Files Overview For Unix, *BSD and Linux, all configuration files are located in - /etc/foobar/ by default. For MS Windows, OS/2, and + /etc/privoxy/ by default. For MS Windows, OS/2, and AmigaOS these are all in the same directory as the - Foobar executable. The name and number of + Privoxy executable. The name and number of configuration files has changed from previous versions, and is subject to change as development progresses. @@ -576,10 +576,10 @@ Please choose from the following options: ijb.action and re_filterfile can use Perl style regular expressions for maximum flexibility. All files use the # character to denote a comment. Such - lines are not processed by Foobar. After + lines are not processed by Privoxy. After making any changes, there is no need to restart - Foobar in order for the changes to take - effect. Foobar should detect such changes + Privoxy in order for the changes to take + effect. Privoxy should detect such changes automatically. @@ -631,7 +631,7 @@ Please choose from the following options: existing configuration line, you can make it a comment and it will be treated as if it weren't there. This is called commenting out an option and can be useful to turn off features: If you comment out the - logfile line, Foobar will not + logfile line, Privoxy will not log to a file at all. Watch for the default: section in each explanation to see what happens if the option is left unset (or commented out). @@ -643,7 +643,7 @@ Please choose from the following options: - There are various aspects of Foobar behavior + There are various aspects of Privoxy behavior that can be tuned. @@ -654,17 +654,17 @@ Please choose from the following options: Defining Other Configuration Files - Foobar can use a number of other files to tell it + Privoxy can use a number of other files to tell it what ads to block, what cookies to accept, etc. This section of the - configuration file tells Foobar where to find + configuration file tells Privoxy where to find all those other files. On Windows and AmigaOS, - Foobar looks for these files in the same + Privoxy looks for these files in the same directory as the executable. On Unix and OS/2, - Foobar looks for these files in the current + Privoxy looks for these files in the current working directory. In either case, an absolute path name can be used to avoid problems. @@ -684,7 +684,7 @@ Please choose from the following options: - confdir /etc/foobar # No trailing /, please. + confdir /etc/privoxy # No trailing /, please. @@ -700,7 +700,7 @@ Please choose from the following options: - logdir /var/log/foobar + logdir /var/log/privoxy @@ -717,7 +717,7 @@ Please choose from the following options: 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 - are blocked. The Foobar logo is displayed for + 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 are included, and you are free to use any of them. They have varying degrees @@ -766,7 +766,7 @@ Please choose from the following options: The logfile is where all logging and error messages are written. The logfile can be useful for tracking down a problem with - Foobar (e.g., it's not blocking an ad you + Privoxy (e.g., it's not blocking an ad you think it should block) but in most cases you probably will never look at it. @@ -778,7 +778,7 @@ Please choose from the following options: - On SuSE Linux systems, you can place a line like /var/log/foobar.* + On SuSE Linux systems, you can place a line like /var/log/privoxy.* +1024k 644 nobody.nogroup in /etc/logfiles, with the effect that cron.daily will automatically archive, gzip, and empty the log, when it exceeds 1M size. @@ -801,7 +801,7 @@ Please choose from the following options: The jarfile defines where - Foobar stores the cookies it intercepts. Note + Privoxy stores the cookies it intercepts. Note that if you use a jarfile, it may grow quite large. Default: Don't store intercepted cookies. @@ -818,7 +818,7 @@ Please choose from the following options: If you specify a trustfile, - Foobar will only allow access to sites that + Privoxy will only allow access to sites that are named in the trustfile. You can also mark sites as trusted referrers, with the effect that access to untrusted sites will be granted, if a link from a trusted referrer was used. The link target will then be added to the @@ -869,7 +869,7 @@ Please choose from the following options: This part of the configuration file contains options that control how - Foobar operates. + Privoxy operates. @@ -890,7 +890,7 @@ Please choose from the following options: Proxy-info-url can be set to a URL that contains more info - about this Foobar installation, it's + about this Privoxy installation, it's configuration and policies. It is used in many of the proxy-generated pages and its use is highly recommended in multi-user installations, since your users will want to know why certain content is blocked or modified. Default: @@ -909,7 +909,7 @@ Please choose from the following options: Listen-address specifies the address and port where - Foobar will listen for connections from your + Privoxy will listen for connections from your Web browser. The default is to listen on the localhost port 8118, and this is suitable for most users. (In your web browser, under proxy configuration, list the proxy server as localhost and the @@ -921,14 +921,14 @@ Please choose from the following options: serve requests from other machines (e.g. on your local network) as well, you will need to override the default. The syntax is listen-address [<ip-address>]:<port>. If you leave - out the IP address, foobar will bind to all + out the IP address, Privoxy will bind to all interfaces (addresses) on your machine and may become reachable from the Internet. In that case, consider using access control lists (acl's) (see aclfile above), or a firewall. - For example, suppose you are running Foobar on + For example, suppose you are running Privoxy on a machine which has the address 192.168.0.1 on your local private network (192.168.0.0) and has another outside connection with a different address. You want it to serve requests from inside only: @@ -1001,7 +1001,7 @@ Please choose from the following options: The reporting of FATAL errors (i.e. ones which crash - Foobar) is always on and cannot be disabled. + Privoxy) is always on and cannot be disabled. @@ -1041,12 +1041,12 @@ Please choose from the following options: - Foobar normally uses + Privoxy normally uses multi-threading, a software technique that permits it to handle many different requests simultaneously. In some cases you may wish to disable this -- particularly if you're trying to debug a problem. The single-threaded option forces - Foobar to handle requests sequentially. + Privoxy to handle requests sequentially. Default: Multi-threaded mode. @@ -1062,27 +1062,27 @@ Please choose from the following options: toggle allows you to temporarily disable all - Foobar's filtering. Just set toggle + Privoxy's filtering. Just set toggle 0. - The Windows version of Foobar puts an icon in + The Windows version of Privoxy puts an icon in the system tray, which also allows you to change this option. If you right-click on that icon (or select the Options menu), one choice is Enable. Clicking on enable toggles - Foobar on and off. This is useful if you want - to temporarily disable Foobar, e.g., to access + Privoxy on and off. This is useful if you want + to temporarily disable Privoxy, e.g., to access a site that requires cookies which you would otherwise have blocked. This can also - be toggled via a web browser at the Foobar + be toggled via a web browser at the Privoxy internal address of http://i.j.b on any platform. - toggle 1 means Foobar runs + toggle 1 means Privoxy runs normally, toggle 0 means that - Foobar becomes a non-anonymizing non-blocking + Privoxy becomes a non-anonymizing non-blocking proxy. Default: 1 (on). @@ -1099,7 +1099,7 @@ Please choose from the following options: For content filtering, i.e. the +filter and +deanimate-gif actions, it is necessary that - Foobar buffers the entire document body. + Privoxy buffers the entire document body. This can be potentially dangerous, since a server could just keep sending data indefinitely and wait for your RAM to exhaust. With nasty consequences. @@ -1127,7 +1127,7 @@ Please choose from the following options: To enable the web-based ijb.action file editor set enable-edit-actions to 1, or 0 to disable. Note - that you must have compiled Foobar with + that you must have compiled Privoxy with support for this feature, otherwise this option has no effect. This internal page can be reached at http://i.j.b. @@ -1150,10 +1150,10 @@ Please choose from the following options: - Allow Foobar to be toggled on and off + Allow Privoxy to be toggled on and off remotely, using your web browser. Set enable-remote-toggleto 1 to enable, and 0 to disable. Note that you must have compiled - Foobar with support for this feature, + Privoxy with support for this feature, otherwise this option has no effect. @@ -1258,12 +1258,12 @@ Please choose from the following options: - IMPORTANT NOTE: If Foobar is using a + IMPORTANT NOTE: If Privoxy is using a forwarder (see below) or a gateway for a particular destination URL, the DST_ADDR that is examined is the address of the forwarder or the gateway and NOT the address of the ultimate target. This is necessary because it may be impossible for the local - Foobar to determine the address of the + Privoxy to determine the address of the ultimate target (that's often what gateways are used for). @@ -1288,14 +1288,14 @@ Please choose from the following options: A silly example to illustrate permitting any host on the class-C subnet with - Foobar to go anywhere: + Privoxy to go anywhere: - permit-access www.foobar.com/24 + permit-access www.privoxy.com/24 @@ -1309,7 +1309,7 @@ Please choose from the following options: - deny-access ident.foobar.com + deny-access ident.privoxy.com @@ -1363,7 +1363,7 @@ Please choose from the following options: - An ISP may want to provide a Foobar that is + An ISP may want to provide a Privoxy that is accessible by the world and yet restrict use of some of their private content to hosts on its internal network (i.e. its own subscribers). Say, for instance the ISP owns the Class-B IP address block 123.124.0.0 (a 16 @@ -1421,7 +1421,7 @@ Please choose from the following options: - Also specified here are SOCKS proxies. Foobar + Also specified here are SOCKS proxies. Privoxy SOCKS 4 and SOCKS 4A. The difference is that SOCKS 4A will resolve the target hostname using DNS on the SOCKS server, not our local DNS client. @@ -1594,7 +1594,7 @@ Please choose from the following options: host-a has a PPP connection to isp-a.com. And host-b has a PPP connection to - isp-b.com. host-a can run a Foobar proxy with + isp-b.com. host-a can run a Privoxy proxy with forwarding like this: @@ -1610,7 +1610,7 @@ Please choose from the following options: - host-b can run a Foobar proxy with forwarding + host-b can run a Privoxy proxy with forwarding like this: @@ -1654,9 +1654,9 @@ Please choose from the following options: - If you intend to chain Foobar and + If you intend to chain Privoxy and squid locally, then chain as - browser -> squid -> foobar is the recommended way. + browser -> squid -> privoxy is the recommended way. @@ -1667,7 +1667,7 @@ Please choose from the following options: - # Define Foobar as parent cache + # Define Privoxy as parent cache @@ -1676,13 +1676,13 @@ Please choose from the following options: # Define ACL for protocol FTP acl FTP proto FTP - # Do not forward ACL FTP to foobar + # Do not forward ACL FTP to privoxy always_direct allow FTP - # Do not forward ACL CONNECT (https) to foobar + # Do not forward ACL CONNECT (https) to privoxy always_direct allow CONNECT - # Forward the rest to foobar + # Forward the rest to privoxy never_direct allow all @@ -1702,14 +1702,14 @@ Please choose from the following options: Removed references to Win32. HB 09/23/01 --> - Foobar has a number of options specific to the + Privoxy has a number of options specific to the Windows GUI interface: If activity-animation is set to 1, the - Foobar icon will animate when - Foobar is active. To turn off, set to 0. + Privoxy icon will animate when + Privoxy is active. To turn off, set to 0. @@ -1724,7 +1724,7 @@ Removed references to Win32. HB 09/23/01 If log-messages is set to 1, - Foobar will log messages to the console + Privoxy will log messages to the console window: @@ -1776,7 +1776,7 @@ Removed references to Win32. HB 09/23/01 If log-highlight-messages is set to 1, - Foobar will highlight portions of the log + Privoxy will highlight portions of the log messages with a bold-faced font: @@ -1820,7 +1820,7 @@ Removed references to Win32. HB 09/23/01 show-on-task-bar controls whether or not - Foobar will appear as a button on the Task bar + Privoxy will appear as a button on the Task bar when minimized: @@ -1836,7 +1836,7 @@ Removed references to Win32. HB 09/23/01 If close-button-minimizes is set to 1, the Windows close - button will minimize Foobar instead of closing + button will minimize Privoxy instead of closing the program (close with the exit option on the File menu). @@ -1852,8 +1852,8 @@ Removed references to Win32. HB 09/23/01 The hide-console option is specific to the MS-Win console - version of Foobar. If this option is used, - Foobar will disconnect from and hide the + version of Privoxy. If this option is used, + Privoxy will disconnect from and hide the command console. @@ -1880,13 +1880,13 @@ Removed references to Win32. HB 09/23/01 The ijb.action file (formerly actionsfile) is used to define what actions - Foobar takes, and thus determines how images, + 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 - be immediately visible to Foobar without + be immediately visible to Privoxy without the need to restart. @@ -1909,7 +1909,7 @@ Removed references to Win32. HB 09/23/01 There are four types of lines in this file: comments (begin with a # character), actions, aliases and patterns, all of which are explained below, as well as the configuration file syntax that - Foobar understands. + Privoxy understands. @@ -1994,7 +1994,7 @@ Removed references to Win32. HB 09/23/01 - If Foobar was compiled with + If Privoxy was compiled with pcre support (default), Perl compatible regular expressions can be used. See the pcre/docs/ directory or man perlre (also available on If nothing is specified in this file, no actions are taken. - So in this case Foobar would just be a + 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 @@ -2115,7 +2115,7 @@ Removed references to Win32. HB 09/23/01 - The list of valid Foobar actions are: + The list of valid Privoxy actions are: @@ -2183,7 +2183,7 @@ Removed references to Win32. HB 09/23/01 +downgrade will downgrade HTTP/1.1 client requests to HTTP/1.0 and downgrade the responses as well. Use this action for servers that use HTTP/1.1 protocol features that - Foobar doesn't handle well yet. HTTP/1.1 + Privoxy doesn't handle well yet. HTTP/1.1 is only partially implemented. Default is not to downgrade requests. @@ -2215,7 +2215,7 @@ Removed references to Win32. HB 09/23/01 The +fast-redirects option enables interception of these - requests by Foobar, who will cut off all but + requests by Privoxy, who will cut off all but the last valid URL in the request and send a local redirect back to your browser without contacting the remote site. @@ -2397,13 +2397,13 @@ Removed references to Win32. HB 09/23/01 -Quickstart to Using <application>Foobar</application> +Quickstart to Using <application>Privoxy</application> - Install package, then run and enjoy! Foobar + Install package, then run and enjoy! Privoxy is typically started by specifying the main configuration file to be used on the command line. Example Unix startup command: @@ -3008,7 +3008,7 @@ Removed references to Win32. HB 09/23/01 - # /usr/sbin/foobar /etc/foobar/config + # /usr/sbin/privoxy /etc/privoxy/config @@ -3018,21 +3018,21 @@ Removed references to Win32. HB 09/23/01 -For for SuSE: /etc/rc.d/foobar start +For for SuSE: /etc/rc.d/privoxy start -For RedHat: /etc/rc.d/init.d/foobar start +For RedHat: /etc/rc.d/init.d/privoxy start If no configuration file is specified on the command line, - Foobar will look for a file named + Privoxy will look for a file named config in the current directory. Except on Win32 where it will try config.txt. If no file is specified on the command line and no default configuration file can be found, - Foobar will fail to start. + Privoxy will fail to start. @@ -3055,7 +3055,7 @@ For RedHat: /etc/rc.d/init.d/foobar start the configuration. If you want the browser to handle this instead, you will need to edit ijb.action and disable this feature. If you use more than one browser, it would make more sense to let - Foobar handle this. In which case, the + Privoxy handle this. In which case, the browser(s) should be set to accept all cookies. @@ -3067,7 +3067,7 @@ For RedHat: /etc/rc.d/init.d/foobar start - Foobar is HTTP/1.1 compliant, but not all 1.1 + Privoxy is HTTP/1.1 compliant, but not all 1.1 features are as yet implemented. If browsers that support HTTP/1.1 (like Mozilla or recent versions of I.E.) experience problems, you might try to force HTTP/1.0 compatibility. For Mozilla, look @@ -3077,7 +3077,7 @@ For RedHat: /etc/rc.d/init.d/foobar start - After running Foobar for a while, you can + 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) @@ -3088,19 +3088,19 @@ For RedHat: /etc/rc.d/init.d/foobar start - In fact, various aspects of Foobar + In fact, various aspects of Privoxy 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 - editor mentioned above, Foobar can also + editor mentioned above, Privoxy can also be turned on and off from this page. If you encounter problems, please verify it is a - Foobar bug, by disabling - Foobar, and then trying the same page. + Privoxy bug, by disabling + Privoxy, and then trying the same page. Also, try another browser if possible to eliminate browser or site problems. Before reporting it as a bug, see if there is not a configuration option that is enabled that is causing the page not to load. You can @@ -3115,7 +3115,7 @@ For RedHat: /etc/rc.d/init.d/foobar start Command Line Options - Foobar may be invoked with the following + Privoxy may be invoked with the following command-line options: @@ -3176,7 +3176,7 @@ For RedHat: /etc/rc.d/init.d/foobar start If no configfile is included on the command line, - Foobar will look for a file named + Privoxy will look for a file named config in the current directory (except on Win32 where it will look for config.txt instead). Specify full path to avoid confusion. @@ -3210,7 +3210,7 @@ please note: Submit bugs only thru our Sourceforge bug forum. Make sure that the bug has not already been submitted. Please try to -verify that it is a Foobar bug, and not +verify that it is a Privoxy bug, and not a browser or site bug first. If you are using your own custom configuration, please try the stock configs to see if the problem is a configuration related bug. And if not using the latest development snapshot, please @@ -3246,7 +3246,7 @@ For any other issues, feel free to use the Stefan Waldherr made many improvements, and started the SourceForge project - Foobar to rekindle development. There are now several active + Privoxy to rekindle development. There are now several active developers contributing. The last stable release was v2.0.2, which has now grown whiskers ;-). @@ -3340,7 +3340,7 @@ For any other issues, feel free to use the Regular Expressions - Foobar can use regular expressions + Privoxy can use regular expressions in various config files. Assuming support for pcre (Perl Compatible Regular Expressions) is compiled in, which is the default. Such configuration directives do not require regular expressions, but they can be @@ -3453,7 +3453,7 @@ For any other issues, feel free to use the We are barely scratching the surface of regular expressions here so that you - can understand the default Foobar + can understand the default Privoxy configuration files, and maybe use this knowledge to customize your own installation. There is much, much more that can be done with regular expressions. Now that you know enough to get started, you can learn more on @@ -3571,24 +3571,24 @@ For any other issues, feel free to use the - Foobar main page: + Privoxy main page:
@@ -3658,7 +3658,7 @@ For any other issues, feel free to use the Anatomy of an Action - The way Foobar applies actions + The way Privoxy applies actions to any given URL can be complex, and not always so easy to understand what is happening. And sometimes we need to be able to see - just what Foobar is doing. Especially, - if something Foobar is doing is causing + just what Privoxy is doing. Especially, + if something Privoxy is doing is causing us a problem inadvertantly. It can be a little daunting to look at the actions files themselves, since they tend to be filled with regular expressions whose consequences are not always - so obvious. Foobar provides the + so obvious. Privoxy provides the http://ijbswa.sourceforge.net/config/show-url-info page that can show us very specifically how actions are being applied to any given URL. This is a big help for troubleshooting. @@ -3723,7 +3723,7 @@ For any other issues, feel free to use the This is the top section, and only tells us of the compiled in defaults. This - is basically what Foobar would do if there + is basically what Privoxy would do if there were not any actions defined, i.e. it does nothing. Every action is disabled. This is not particularly informative for our purposes here. OK, next section: @@ -3811,7 +3811,7 @@ For any other issues, feel free to use the @@ -59,7 +59,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -71,14 +71,14 @@ # true, have-help-info is true. Used to conditionally include # a grey box for any and all help info. # force-support: -# Foobar has been compiled with support for forced loading +# Privoxy has been compiled with support for forced loading # of blocked content. In that case, the symbol "force-prefix" is # avaiable, which translates to the FORCE_PREFIX # - Request blocked (Foobar@@my-hostname@) + Request blocked (Privoxy@@my-hostname@) @@ -113,7 +113,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -151,10 +151,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/blocked-compact b/templates/blocked-compact index 0d73b9cf..f0ff59fa 100644 --- a/templates/blocked-compact +++ b/templates/blocked-compact @@ -1,6 +1,6 @@ ########################################################## # -# "Blocked" Error Output template for Foobar. +# "Blocked" Error Output template for Privoxy. # Compact variant. # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -59,14 +59,14 @@ # unstable: # This is an alpha or beta release of the proxy software # force-support: -# Foobar has been compiled with support for forced loading +# Privoxy has been compiled with support for forced loading # of blocked content. In that case, the symbol "force-prefix" is # avaiable, which translates to the FORCE_PREFIX # - Request blocked (Foobar@@my-hostname@) + Request blocked (Privoxy@@my-hostname@) diff --git a/templates/cgi-error-404 b/templates/cgi-error-404 index 3b3dbf91..9c922801 100644 --- a/templates/cgi-error-404 +++ b/templates/cgi-error-404 @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - 404 - Foobar Configuration Page not found + 404 - Privoxy Configuration Page not found @@ -89,12 +89,12 @@ -

Foobar Configuration page not found

+

Privoxy Configuration page not found

You typed in what looks like a URL used to configure - Foobar, but it cannot be recognised. Maybe it's - for a different Foobar version, or you typed it - in wrong? Or maybe the Foobar administrator + Privoxy, but it cannot be recognised. Maybe it's + for a different Privoxy version, or you typed it + in wrong? Or maybe the Privoxy administrator has decided to disable the feature.

If you got here by clicking a link in the configuration interface, please file a bug report!

@@ -106,7 +106,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -144,10 +144,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/cgi-error-bad-param b/templates/cgi-error-bad-param index e65c1387..7289f148 100644 --- a/templates/cgi-error-bad-param +++ b/templates/cgi-error-bad-param @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - Foobar: Bad parameter + Privoxy: Bad parameter @@ -86,9 +86,9 @@ -

Bad parameter to Foobar configuration page

+

Bad parameter to Privoxy configuration page

-

You've found a page used to configure Foobar, but the +

You've found a page used to configure Privoxy, but the parameters (the part of the web page address after the "?" mark) are wrong or missing.

Possible causes:

@@ -113,7 +113,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -151,10 +151,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/cgi-error-disabled b/templates/cgi-error-disabled index 2a0d530b..1ea6615e 100644 --- a/templates/cgi-error-disabled +++ b/templates/cgi-error-disabled @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -86,12 +86,12 @@ -

Foobar Configuration page diasabled

+

Privoxy Configuration page diasabled

-

The Foobar administrator has decided to disable this +

The Privoxy administrator has decided to disable this feature. If you want to use it, you must ask them to enable it.

-

If you are the Foobar administrator, you can enable +

If you are the Privoxy administrator, you can enable this feature by changing the appropriate line in your configuration file.

@@ -100,7 +100,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -138,10 +138,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/cgi-error-file b/templates/cgi-error-file index fefb7d01..78fda06b 100644 --- a/templates/cgi-error-file +++ b/templates/cgi-error-file @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - Foobar: Actions file not found + Privoxy: Actions file not found @@ -96,7 +96,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -134,10 +134,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/cgi-error-modified b/templates/cgi-error-modified index 9c597fc1..f0f66b18 100644 --- a/templates/cgi-error-modified +++ b/templates/cgi-error-modified @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - Foobar: URL out of date + Privoxy: URL out of date @@ -115,7 +115,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -153,10 +153,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/cgi-error-parse b/templates/cgi-error-parse index 10e4476e..438f1589 100644 --- a/templates/cgi-error-parse +++ b/templates/cgi-error-parse @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - Foobar: Parse error + Privoxy: Parse error @@ -132,7 +132,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -170,10 +170,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/connect-failed b/templates/connect-failed index faf99adb..7bc7ef68 100644 --- a/templates/connect-failed +++ b/templates/connect-failed @@ -1,6 +1,6 @@ ########################################################## # -# No-Such-Domain Error Output template for Foobar. +# No-Such-Domain Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -61,7 +61,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -76,7 +76,7 @@ - 503 - Connect failed (Foobar@@my-hostname@) + 503 - Connect failed (Privoxy@@my-hostname@) @@ -109,7 +109,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -147,10 +147,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/default b/templates/default index f05c7657..3d3a08f7 100644 --- a/templates/default +++ b/templates/default @@ -1,6 +1,6 @@ ########################################################## # -# Default-CGI Output template for Foobar. +# Default-CGI Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -68,7 +68,7 @@ - Foobar@@my-hostname@ + Privoxy@@my-hostname@ @@ -86,7 +86,7 @@ -

Thank you for using the SourceForge edition of Internet Foobar!

+

Thank you for using the SourceForge edition of Internet Privoxy!

Please choose from the following options:

    @menu@
@@ -125,10 +125,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/edit-actions-add-url-form b/templates/edit-actions-add-url-form index 38f04262..cc7a3edc 100644 --- a/templates/edit-actions-add-url-form +++ b/templates/edit-actions-add-url-form @@ -6,7 +6,7 @@ # # # Copyright : Written by and Copyright (C) 2001 the SourceForge -# IJBSWA team. http://ijbswa.sourceforge.net +# Privoxy team. http://ijbswa.sourceforge.net # # Original Author: Copyright (C) 2001 Jonathan Foster # http://www.jon-foster.co.uk/ @@ -31,6 +31,13 @@ # # Revisions : # $Log: edit-actions-add-url-form,v $ +# Revision 1.7 2002/03/23 16:18:15 swa +# renamed every reference to the old name with foobar. +# fixed "application foobar application" tag, fixed +# "the foobar" with "foobar". left junkbuster in cvs +# comments and remarks to history untouched. should +# make final rename easier. +# # Revision 1.6 2002/03/16 15:22:19 jongfoster # Moving 'alpha' warning to the end of the page # @@ -81,7 +88,7 @@ -Foobar: Edit URL Pattern +Privoxy: Edit URL Pattern @@ -111,7 +111,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -149,10 +149,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/show-request b/templates/show-request index d40d55aa..6246dbfd 100644 --- a/templates/show-request +++ b/templates/show-request @@ -1,6 +1,6 @@ ########################################################## # -# Show-Request-CGI Output template for Foobar. +# Show-Request-CGI Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -58,7 +58,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -73,7 +73,7 @@ - Foobar@@my-hostname@ + Privoxy@@my-hostname@ @@ -94,7 +94,7 @@

Show-Request

Here you see the original headers that your client sent when requesting this page, along with - the headers that Foobar would have sent to the remote server if this request hadn't been + the headers that Privoxy would have sent to the remote server if this request hadn't been intercepted.
@@ -112,7 +112,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -150,10 +150,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/show-status b/templates/show-status index e6a72ec1..2fd79d97 100644 --- a/templates/show-status +++ b/templates/show-status @@ -1,6 +1,6 @@ ########################################################## # -# Show-Status-CGI Output template for Foobar. +# Show-Status-CGI Output template for Privoxy. # # USING HTML TEMPLATES: # --------------------- @@ -14,7 +14,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -47,10 +47,10 @@ # software. # # redirect-url: -# The URL to a script that will redirect to the Foobar +# The URL to a script that will redirect to the Privoxy # documentation for a given item # invocation: -# The command line with whitch Foobar was invoked +# The command line with whitch Privoxy was invoked # options: # The options read from the configfile, linked to their # explanations, plus warnings if parsing acl or forward @@ -59,7 +59,7 @@ # A HTML-formatted list of the individual source file cvs versions # defines: # A HTML-formatted list of all conditional #defines used when -# Foobar was compiled +# Privoxy was compiled # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: @@ -68,7 +68,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -80,7 +80,7 @@ # true, have-help-info is true. Used to conditionally include # a grey box for any and all help info. # statistics: -# Foobar was compiled with statistics support +# Privoxy was compiled with statistics support # have-stats: # There have been previous requests and statistics have # been collected. In this case, the following symbols @@ -94,9 +94,9 @@ # have-no-stats: # There haven't any statistics been collected yet # pcrs-support: -# Foobar was compiled with pcrs support +# Privoxy was compiled with pcrs support # trust-support: -# Foobar was compiled with trust support +# Privoxy was compiled with trust support # actions-filename: # The path to the actions file. # re-filter-filename: @@ -108,7 +108,7 @@ - Foobar@@my-hostname@: Proxy Status + Privoxy@@my-hostname@: Proxy Status @@ -238,7 +238,7 @@ FEATURE_TOGGLE @if-FEATURE_TOGGLE-then@ Yes @else-not-FEATURE_TOGGLE@ No @endif-FEATURE_TOGGLE@ - Allow Foobar to be "disabled" so it is just a normal non-blocking non-anonymizing proxy. + Allow Privoxy to be "disabled" so it is just a normal non-blocking non-anonymizing proxy. FEATURE_TRUST @@ -249,7 +249,7 @@ REGEX_GNU @if-REGEX_GNU-then@ Yes @else-not-REGEX_GNU@ No @endif-REGEX_GNU@ Changes the type of pattern matching done on URL paths. PCRE is by far the best. - The old GNU style will slow down Foobar and increase the executable's size. If both of + The old GNU style will slow down Privoxy and increase the executable's size. If both of these are disabled, simple prefix matching is done, but this is very inflexible. @@ -274,7 +274,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -312,10 +312,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/show-status-file b/templates/show-status-file index 29bfa47e..d2a5ee30 100644 --- a/templates/show-status-file +++ b/templates/show-status-file @@ -1,6 +1,6 @@ ########################################################## # -# Show-Status-CGI Output template for Foobar. +# Show-Status-CGI Output template for Privoxy. # (Variant for the show-file mode) # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -61,7 +61,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -76,7 +76,7 @@ - Foobar@@my-hostname@: Contents of @file-description@ + Privoxy@@my-hostname@: Contents of @file-description@ @@ -132,10 +132,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/show-url-info b/templates/show-url-info index 9e598dd6..a6b87cca 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -1,6 +1,6 @@ ########################################################## # -# Show-Url-Info-CGI Output template for Foobar. +# Show-Url-Info-CGI Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -82,7 +82,7 @@ - Foobar@@my-hostname@ URL Info + Privoxy@@my-hostname@ URL Info @@ -105,7 +105,7 @@

NOTE:

This is a secure (https:) URL, so the part after the "/" is ignored. This is a feature of the HTTPS protocol - the exact address of the - page you're visiting is hidden. Foobar can only detect the host + page you're visiting is hidden. Privoxy can only detect the host part of the URL.

 

@@ -136,7 +136,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -174,10 +174,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/show-version b/templates/show-version index 49e5da4e..c1fd484e 100644 --- a/templates/show-version +++ b/templates/show-version @@ -1,6 +1,6 @@ ########################################################## # -# Show-Status-CGI Output template for Foobar. +# Show-Status-CGI Output template for Privoxy. # # USING HTML TEMPLATES: # --------------------- @@ -14,7 +14,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -47,10 +47,10 @@ # software. # # redirect-url: -# The URL to a script that will redirect to the Foobar +# The URL to a script that will redirect to the Privoxy # documentation for a given item # invocation: -# The command line with whitch Foobar was invoked +# The command line with whitch Privoxy was invoked # options: # The options read from the configfile, linked to their # explanations, plus warnings if parsing acl or forward @@ -59,7 +59,7 @@ # A HTML-formatted list of the individual source file cvs versions # defines: # A HTML-formatted list of all conditional #defines used when -# Foobar was compiled +# Privoxy was compiled # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: @@ -68,7 +68,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -84,7 +84,7 @@ - Foobar@@my-hostname@: Detailed proxy version information + Privoxy@@my-hostname@: Detailed proxy version information @@ -103,7 +103,7 @@

Source code versions:

-

(Note: This information is only relevant if you checked out Foobar from CVS +

(Note: This information is only relevant if you checked out Privoxy from CVS and compiled it yourself. If you downloaded a binary, .exe, RPM, or a .tgz file, then when you ask for support just mention the version number @version@ and the type of download you got.)

@@ -114,7 +114,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -152,10 +152,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/toggle b/templates/toggle index c5582c59..befe91a8 100644 --- a/templates/toggle +++ b/templates/toggle @@ -1,6 +1,6 @@ ########################################################## # -# Toggle Output template for Foobar. +# Toggle Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -70,7 +70,7 @@ - @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@ - Foobar@@my-hostname@ + @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@ - Privoxy@@my-hostname@ @@ -88,14 +88,14 @@ -

Foobar is @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@

+

Privoxy is @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@

-

When enabled, Foobar performs its magic - blocking +

When enabled, Privoxy performs its magic - blocking adverts, filtering cookies, regex-filtering, etc.

-

When disabled, Foobar behaves as a normal HTTP proxy, +

When disabled, Privoxy behaves as a normal HTTP proxy, and will not affect your web browsing.

Click - here to @if-enabled-then@disable@else-not-enabled@enable@endif-enabled@ Foobar.

+ here to @if-enabled-then@disable@else-not-enabled@enable@endif-enabled@ Privoxy.

@@ -121,11 +121,11 @@ (Netscape), and run them with a single click.

Credit: The site which gave me the general idea for these @@ -139,7 +139,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -177,10 +177,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation. diff --git a/templates/toggle-mini b/templates/toggle-mini index 2174a56e..15fbba0d 100644 --- a/templates/toggle-mini +++ b/templates/toggle-mini @@ -1,6 +1,6 @@ ########################################################## # -# Toggle Output template for Foobar. +# Toggle Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -53,7 +53,7 @@ # unstable: # this is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -70,7 +70,7 @@ - @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@ - Foobar@@my-hostname@ + @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@ - Privoxy@@my-hostname@ @@ -79,7 +79,7 @@

-Foobar is +Privoxy is @if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@. @if-enabled-then@[Disable]@else-not-enabled@[Enable]@endif-enabled@ diff --git a/templates/untrusted b/templates/untrusted index 54838f09..17dd6c37 100644 --- a/templates/untrusted +++ b/templates/untrusted @@ -1,6 +1,6 @@ ########################################################## # -# "Untrusted" Error Output template for Foobar. +# "Untrusted" Error Output template for Privoxy. # # # USING HTML TEMPLATES: @@ -15,7 +15,7 @@ # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Foobar. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -64,7 +64,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Foobar adminstrator has +# An e-mail address for the local Privoxy adminstrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -76,7 +76,7 @@ # true, have-help-info is true. Used to conditionally include # a grey box for any and all help info. # force-support: -# Foobar has been compiled with support for forced loading +# Privoxy has been compiled with support for forced loading # of blocked content. In that case, the symbol "force-prefix" is # avaiable, which translates to the FORCE_PREFIX # have-trust-info: @@ -88,7 +88,7 @@ - Untrusted request (Foobar@@my-hostname@) + Untrusted request (Privoxy@@my-hostname@) @@ -149,7 +149,7 @@ -

More Foobar:

+

More Privoxy:

    @menu@
@@ -187,10 +187,10 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. -

Local Foobar support:

+

Local Privoxy support:

-

You can consult the online documentation for more information about this Foobar installation. +

You can consult the online documentation for more information about this Privoxy installation.