From: jongfoster Date: Mon, 29 Jul 2002 22:08:48 +0000 (+0000) Subject: Doh! reversing my previous commit. X-Git-Tag: v_3_1_archive_branchpoint~218 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=e70110618027c7cb90164df41ae9b5fefb6ef5ac Doh! reversing my previous commit. --- diff --git a/doc/source/announce.sgml b/doc/source/announce.sgml index a861baa9..c3e31416 100644 --- a/doc/source/announce.sgml +++ b/doc/source/announce.sgml @@ -5,9 +5,9 @@ - - - + + + @@ -19,7 +19,7 @@ Purpose : Announcement text - $Id: announce.sgml,v 1.1.2.1 2002/05/27 22:03:51 hal9 Exp $ + $Id: announce.sgml,v 1.3 2002/06/05 00:31:55 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -38,7 +38,7 @@ press release packages can contain both formats for those that might prefer HTML ready announce text. - This may require a small bit of hand editing before processing. + This will probably require some hand editing before and after processing. The intention is to minimize this as much as possible. To create: make announce diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml index c2a1ba39..c6f3e6bf 100644 --- a/doc/source/authors.sgml +++ b/doc/source/authors.sgml @@ -3,7 +3,7 @@ Purpose : AUTHORS file for Privoxy - $Id: authors.sgml,v 1.8 2002/05/10 01:48:19 hal9 Exp $ + $Id: authors.sgml,v 1.9 2002/06/05 00:31:55 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers @@ -26,9 +26,9 @@ - - - + + + diff --git a/doc/source/config.sgml b/doc/source/config.sgml index 1b6de2dc..173ac124 100644 --- a/doc/source/config.sgml +++ b/doc/source/config.sgml @@ -1,9 +1,9 @@ - - - + + + ]> @@ -12,7 +12,7 @@ Purpose : config file generation - $Id: config.sgml,v 1.1.2.1 2002/05/29 02:01:02 hal9 Exp $ + $Id: config.sgml,v 1.3 2002/06/05 00:31:55 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. diff --git a/doc/source/contacting.sgml b/doc/source/contacting.sgml index 98bc8a9c..ff60f4b1 100644 --- a/doc/source/contacting.sgml +++ b/doc/source/contacting.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: contacting.sgml,v 1.15.2.2 2002/07/26 15:21:33 oes Exp $ + $Id: contacting.sgml,v 1.16 2002/06/03 00:28:16 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -19,6 +19,7 @@ README user-manual webserver/index.sgml + privoxy-index.html announce.sgml --> @@ -105,9 +106,7 @@ New, improved default.action files will occasionally be made available based on your feedback. These will be announced on the ijbswa-announce - list and available from our the files section of - our project page. + list and available from our project page. diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index cb1aa08d..8b36ac43 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,9 +8,9 @@ - - - + + + @@ -23,16 +23,14 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $ + $Id: developer-manual.sgml,v 1.50 2002/06/05 00:31:55 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. ======================================================================== NOTE: Please read developer-manual/documentation.html before touching - anything in this, or other Privoxy documentation. You have been warned! - Failure to abide by this rule will result in the revocation of your license - to live a peaceful existence! + anything in this, or other Privoxy documentation. ======================================================================== --> @@ -50,7 +48,7 @@ - $Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $ + $Id: developer-manual.sgml,v 1.50 2002/06/05 00:31:55 hal9 Exp $ - + @@ -249,14 +247,29 @@ Hal. FAQ, and, of course this, the developer-manual in this format. The README, AUTHORS - privoxy.1 (man page) files are also now maintained - as Docbook SGML. The finished files are all in the top-level source - directory are generated files! Also, index.html, the - Privoxy home page, is maintained as SGML. + privoxy.1 (man page), and + config files are also now maintained as Docbook + SGML. These files, when built, in the top-level source directory are + generated files! Also, the Privoxy index.html (and a + variation on this file, privoxy-index.html, + meant for inclusion with doc packages), are maintained as SGML as well. DO NOT edit these directly. Edit the SGML source, or contact someone involved in the documentation (at present Stefan and Hal). + + config requires some special handling. The reason it + is maintained this way is so that the extensive comments in the file + mirror those in user-manual. But the conversion + process requires going from SGML to HTML to text to special formatting + required for the embedded comments. Some of this does not survive so + well. Especially some of the examples that are longer than 80 characters. + The build process for this file outputs to config.new, + which should be reviewed for errors and mis-formatting. Once satisfied + that it is correct, then it should be hand copied to + config. + + Other, less formal documents (e.g. LICENSE, INSTALL) are maintained as plain text files in the @@ -1727,7 +1740,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.50 2002/06/05 00:31:55 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1787,7 +1800,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.46.2.4 2002/05/29 00:30:59 mal0rd Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.50 2002/06/05 00:31:55 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2822,13 +2835,21 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ - Revision 1.46.2.4 2002/05/29 00:30:59 mal0rd + Revision 1.50 2002/06/05 00:31:55 hal9 + Mass commit for new entities, most significantly so docs can read version + and code status info from tmp files, so perl is no longer used. Also, docs can + differentiate on alpha -> beta -> stable now. + + Revision 1.49 2002/06/03 00:28:16 hal9 + Sync with various changes from 3.0 branch. Add two new files for config stuff. + + Revision 1.51 2002/05/29 00:30:59 mal0rd Fixed a little formatting. Clarified debian section. - Revision 1.46.2.3 2002/05/28 04:32:45 hal9 + Revision 1.50 2002/05/28 04:32:45 hal9 Change hints on bundling index.html to privoxy-index.html - Revision 1.46.2.2 2002/05/26 17:04:24 hal9 + Revision 1.49 2002/05/26 17:04:24 hal9 -Spellcheck, very minor edits, and sync across branches Revision 1.48 2002/05/26 12:48:31 roro diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 29a8e714..a9d49d01 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,9 +8,9 @@ - - - + + + @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.61.2.5 2002/07/26 15:22:58 oes Exp $ + $Id: faq.sgml,v 1.65 2002/07/25 21:51:24 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,9 +50,7 @@ ======================================================================== NOTE: Please read developer-manual/documentation.html before touching - anything in this, or other Privoxy documentation. You have been warned! - Failure to abide by this rule will result in the revocation of your license - to live a peaceful existence! + anything in this, or other Privoxy documentation. ======================================================================== @@ -72,7 +70,7 @@ -$Id: faq.sgml,v 1.61.2.5 2002/07/26 15:22:58 oes Exp $ +$Id: faq.sgml,v 1.65 2002/07/25 21:51:24 hal9 Exp $ @@ -67,6 +66,6 @@ The result of this is Privoxy, whose first - stable release, 3.0, is due in June 2002. + stable release, 3.0, is due in May 2002. diff --git a/doc/source/license.sgml b/doc/source/license.sgml index 35899588..cce4886e 100644 --- a/doc/source/license.sgml +++ b/doc/source/license.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: license.sgml,v 1.2 2002/05/10 01:48:20 hal9 Exp $ + $Id: license.sgml,v 1.3 2002/06/03 00:28:17 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -21,7 +21,6 @@ user-manual developer-manual faq - webserver/index.sgml --> diff --git a/doc/source/newfeatures.sgml b/doc/source/newfeatures.sgml index 9f1c209d..d8e95531 100644 --- a/doc/source/newfeatures.sgml +++ b/doc/source/newfeatures.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: newfeatures.sgml,v 1.10 2002/05/15 03:54:29 hal9 Exp $ + $Id: newfeatures.sgml,v 1.11 2002/06/03 00:28:17 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -19,6 +19,7 @@ user-manual faq + announce.sgml --> diff --git a/doc/source/p-authors.sgml b/doc/source/p-authors.sgml index 356a1e73..18b0d1a1 100644 --- a/doc/source/p-authors.sgml +++ b/doc/source/p-authors.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: p-authors.sgml,v 1.8.2.2 2002/05/27 22:02:47 hal9 Exp $ + $Id: p-authors.sgml,v 1.10 2002/06/03 00:28:17 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -46,6 +46,7 @@ ]]> Rodrigo Barbosa (RPM specfiles) + Moritz Barsnick Hal Burgiss (docs) Alexander Lazic Gábor Lipták diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 617dd0b8..e1313b2e 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 1.1.2.3 2002/05/31 02:56:25 hal9 Exp $ + $Id: p-config.sgml,v 1.2 2002/06/03 00:28:17 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -98,7 +98,7 @@ Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org -$Id: p-config.sgml,v 1.1.2.3 2002/05/31 02:56:25 hal9 Exp $ +$Id: p-config.sgml,v 1.2 2002/06/03 00:28:17 hal9 Exp $ diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index a38bf138..dc21a872 100644 --- a/doc/source/privoxy-man-page.sgml +++ b/doc/source/privoxy-man-page.sgml @@ -5,7 +5,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: privoxy-man-page.sgml,v 1.13.2.2 2002/07/25 21:49:52 hal9 Exp $ + $Id: privoxy-man-page.sgml,v 1.17 2002/07/25 21:51:25 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -42,10 +42,12 @@ - - - + + + + + @@ -194,8 +196,6 @@ https: URLs will not be proxied. Note: Privoxy can only proxy HTTP and HTTPS traffic. Do not try it with FTP or other protocols. - - For other browsers, check the documentation. @@ -385,9 +385,12 @@ Notes - This is a &p-status; version of Privoxy. Not - all features are well tested. -]]> + This is a &p-status; version of Privoxy. Buyer beware! Do + not use in production situations.]]> +]]> +]]> Please see the User Manual on how to contact the developers for feature requests, reporting problems, and other questions. diff --git a/doc/source/readme.sgml b/doc/source/readme.sgml index 751f7e0f..2882344e 100644 --- a/doc/source/readme.sgml +++ b/doc/source/readme.sgml @@ -4,10 +4,12 @@ - - - + + + + + @@ -17,16 +19,14 @@ Purpose : README for Privoxy - $Id: readme.sgml,v 1.16.2.2 2002/07/25 21:49:52 hal9 Exp $ + $Id: readme.sgml,v 1.19 2002/07/25 21:51:25 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. ======================================================================== NOTE: Please read developer-manual/documentation.html before touching - anything in this, or other Privoxy documentation. You have been warned! - Failure to abide by this rule will result in the revocation of your license - to live a peaceful existence! + anything in this, or other Privoxy documentation. ======================================================================== =================================================================== @@ -45,18 +45,6 @@ to avoid extra blank lines, etc. ====================================================================== - For stable releases, change - - entity % p-not-stable "INCLUDE" - - to - - entity % p-not-stable "IGNORE" - - in the DTD at the top. This will toggle various text 'off'. BOTH - MUST be toggled in this case or you will get both text referencing - stable and unstable versions. You only want one or the other! - -->
@@ -114,10 +102,13 @@ This README is included with - Privoxy &p-version;. See http://www.privoxy.org/ for more information. The current code - level is &p-status;. - + Privoxy &p-version;. + See http://www.privoxy.org/ for more information. The current code + level is &p-status;. + @@ -211,14 +202,14 @@ DOCUMENTATION There should be documentation in the 'doc' subdirectory. In particular, see the User Manual there, + may not be in sync with current code]]>. In particular, see the User Manual there, the FAQ, and those interested in Privoxy development, should look at developer-manual. The source and configuration files are all well commented. The main configuration files are: 'config', 'default.action', and 'default.filter'. @@ -243,7 +234,7 @@ - +
diff --git a/doc/source/supported.sgml b/doc/source/supported.sgml index 01430d1e..221eef02 100644 --- a/doc/source/supported.sgml +++ b/doc/source/supported.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: supported.sgml,v 1.10.2.1 2002/05/26 17:04:25 hal9 Exp $ + $Id: supported.sgml,v 1.11 2002/06/03 00:28:17 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -20,6 +20,7 @@ user-manual faq newfeatures + announce --> diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 12e9f33e..91b0b627 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,10 +11,10 @@ - - + + - + @@ -32,7 +32,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.123.2.11 2002/07/26 15:20:31 oes Exp $ + $Id: user-manual.sgml,v 1.128 2002/07/25 21:51:24 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -47,18 +47,18 @@
-Privoxy &p-version; User Manual +Privoxy User Manual Copyright &my-copy; 2001, 2002 by - Privoxy Developers + Privoxy Developers -$Id: user-manual.sgml,v 1.123.2.11 2002/07/26 15:20:31 oes Exp $ +$Id: user-manual.sgml,v 1.128 2002/07/25 21:51:24 hal9 Exp $ -Mac OSX +Max OSX Unzip the downloaded package (you can either double-click on the file - in the finder, or on the desktop if you downloaded it there). The - Privoxy.pkg package should appear after unzipping. Then, - double-click on that Privoxy.pkg package installer icon and follow - the installation process. - Privoxy will be installed in the folder - /Library/Privoxy. - It will run automatically whenever you start up. To prevent it from - running automatically, remove or rename the folder - /Library/StartupItems/Privoxy. - - - To run Privoxy by hand, double-click on - RunPrivoxy.command. - To run Privoxy from Terminal, execute - /Library/Privoxy/RunPrivoxy.command. + in the finder, or on the desktop if you downloaded it there). Then, + double-click on the package installer icon and follow the installation + process. + Privoxy will be installed in the subdirectory + /Applications/Privoxy.app. + Privoxy will set itself up to start + automatically on system bring-up via + /System/Library/StartupItems/Privoxy. @@ -332,37 +325,6 @@ automatically start Privoxy in the boot process. - -Keeping your Installation Up-to-Date - - As user feedback comes in and development continues, we will make updated versions - of both the software and the main actions file - (default.action) available for download. - - - - If you wish to receive an email notification whenever we release updates of - Privoxy or the actions file, subscribe - to our announce mailing list, ijbswa-announce@lists.sourceforge.net. - - - - Both can be downloaded from the files - section on SourceForge. - - - - In order not to loose your personal changes and adjustments when updating - to the latest default.action file we strongly - recommend that you use user.action for your - customization of Privoxy. See the Chapter on actions files for details. - - - - @@ -966,23 +928,16 @@ Example Unix startup command: -Mac OSX +MAX OSX During installation, Privoxy is configured to - start automatically when the system restarts. To run Privoxy by hand, - double-click on the RunPrivoxy.command icon in the - /Library/Privoxy folder. Or, type this command - in the Terminal: + start automatically when the system restarts. You can start it manually + through the Terminal with these commands: - /Library/Privoxy/RunPrivoxy.command - - - - If you are not logged in as an administrator, you will be asked for the - administrator password when starting Privoxy - by hand. + cd /Applications/Privoxy.app + ./privoxy @@ -1407,8 +1362,8 @@ must find a better place for this paragraph provide a base level of functionality for Privoxy's array of features. So it is a set of broad rules that should work reasonably well for users everywhere. - This is the file that the developers are keeping updated, and making available to users. + This is the file that the developers are keeping updated, and making + available to users. @@ -2380,9 +2335,8 @@ problem-host.example.com Effect: - Text documents, including HTML and JavaScript, to which this action - applies, are filtered on-the-fly through the specified regular expression - based substitutions. + Text documents, including HTML and JavaScript, to which this action applies, are filtered on-the-fly + through the specified regular expression based substitutions. @@ -2472,14 +2426,6 @@ problem-host.example.com +filter{banners-by-size} # Kill banners based on their size for this page (very efficient!) - - - +filter{banners-by-link} # Kill banners based on the link they are contained in (experimental) - - - - +filter{img-reorder} # Reorder attributes in <img> tags to make the banners-by-* filters more effective - +filter{content-cookies} # Kill cookies that come sneaking in the HTML or JS content @@ -2516,10 +2462,6 @@ problem-host.example.com +filter{crude-parental} # Kill all web pages that contain the words "sex" or "warez" - - - +filter{js-events} # Kill all JS event bindings (Radically destructive! Only for extra nasty sites) - @@ -3745,11 +3687,8 @@ shop = mercy-for-cookies -filter{popups} -kill-popups -filter{fun} \ +filter{nimda} \ +filter{banners-by-size} \ - -filter{banners-by-link} \ - -filter{img-reorder} \ -filter{shockwave-flash} \ -filter{crude-parental} \ - -filter{js-events} \ -handle-as-image \ +hide-forwarded-for-headers \ +hide-from-header{block} \ @@ -4414,7 +4353,7 @@ s|(<script.*)document\.referrer(.*</script>)|$1"Not Your Business!"$2|U # The status bar is for displaying link targets, not pointless blahblah # -s/window\.status\s*=\s*(['"]).*?\1/dUmMy=1/ig +s/window\.status\s*=\s*['"].*?['"]/dUmMy=1/ig @@ -4423,10 +4362,7 @@ s/window\.status\s*=\s*(['"]).*?\1/dUmMy=1/ig or more whitespace. The ? in .*? makes this matching of arbitrary text ungreedy. (Note that the U option is not set). The ['"] construct means: a single - or a double quote. Finally, \1 is - a backreference to the first parenthesis just like $1 above, - with the difference that in the pattern, a backslash indicates - a backreference, whereas in the substitute, it's the dollar. + or a double quote. @@ -4442,7 +4378,7 @@ s/window\.status\s*=\s*(['"]).*?\1/dUmMy=1/ig # Kill OnUnload popups. Yummy. Test: http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html # -s/(<body [^>]*)onunload(.*>)/$1never$2/iU +s/(<body .*)onunload(.*>)/$1never$2/iU @@ -4453,11 +4389,7 @@ s/(<body [^>]*)onunload(.*>)/$1never$2/iU This job replaces the onunload attribute in <body> tags with the dummy word never. Note that the i option makes the pattern matching - case-insensitive. Also note that ungreedy matching alone doesn't always guarantee - a minimal match: In the first parenthesis, we had to use [^>]* - instead of .* to prevent the match from exceeding the - <body> tag if it doesn't contain OnUnload, but the page's - content does. + case-insensitive. @@ -4487,8 +4419,6 @@ s/microsoft(?!\.com)/MicroSuck/ig # s* industry[ -]leading \ | cutting[ -]edge \ -| customer[ -]focused \ -| market[ -]driven \ | award[ -]winning # Comments are OK, too! \ | high[ -]performance \ | solutions[ -]based \ @@ -4501,7 +4431,7 @@ s* industry[ -]leading \ The x option in this job turns on extended syntax, and allows for - e.g. the liberal use of (non-interpreted!) whitespace for nicer formatting. + e.g. the liberal use of (non-interpreted!) whitespace for nicer formatting. @@ -5229,7 +5159,7 @@ Requests One quick test to see if Privoxy is causing a problem or not, is to disable it temporarily. This should be the first troubleshooting step. See the Bookmarklets section on a quick - and easy way to do this (be sure to flush caches afterward!). Looking at the + and easy way to do this (be sure to flush caches afterward!). Looking at the logs is a good idea too. @@ -5526,7 +5456,7 @@ In file: user.action [ View ] [ Edit ]{+filter} actions. These + One likely cause would be one of the {+filter} actions. These tend to be harder to troubleshoot. Try adding the URL for the site to one of aliases that turn off +filter: @@ -5603,27 +5533,19 @@ In file: user.action [ View ] [ Edit ] beta -> stable now. - Revision 1.123.2.6 2002/06/06 23:11:03 hal9 - Fix broken link. Linkchecked all docs. + Revision 1.125 2002/06/03 00:28:17 hal9 + Sync with various changes from 3.0 branch. Add two new files for config stuff. Revision 1.123.2.5 2002/05/29 02:01:02 hal9 This is break out of the entire config section from u-m, so it can diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml index 7b9baf72..99d95951 100644 --- a/doc/source/webserver/index.sgml +++ b/doc/source/webserver/index.sgml @@ -5,9 +5,9 @@ - - - + + + @@ -20,7 +20,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 1.16.2.6 2002/07/26 15:22:15 oes Exp $ + $Id: index.sgml,v 1.22 2002/06/09 18:59:44 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -36,7 +36,7 @@ perl. Generates: index.html, for webserver home page. - privoxy-index.html, for packaging with docs + And privoxy-index.html, for packaging with docs. --> @@ -75,10 +75,12 @@ - The most recent release is &p-version; (&p-status;). + + The most recent release is 2.9.14 (&p-status;). ]]> + @@ -244,14 +246,19 @@ Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ - Revision 1.16.2.6 2002/07/26 15:22:15 oes - Most recent release now inserted automatically (again) - - Revision 1.16.2.5 2002/06/09 18:59:16 hal9 + Revision 1.22 2002/06/09 18:59:44 hal9 Correct typo. - Revision 1.16.2.4 2002/06/09 16:36:33 hal9 - Clarifications on filtering and MIME. Hardcode 'latest release' in index.html. + Revision 1.21 2002/06/09 16:37:31 hal9 + Sync with filtering clarifications in 3.0 branch. + + Revision 1.20 2002/06/05 00:31:55 hal9 + Mass commit for new entities, most significantly so docs can read version + and code status info from tmp files, so perl is no longer used. Also, docs can + differentiate on alpha -> beta -> stable now. + + Revision 1.19 2002/06/03 00:28:17 hal9 + Sync with various changes from 3.0 branch. Add two new files for config stuff. Revision 1.16.2.3 2002/05/28 02:31:38 hal9 New file, privoxy-index.html, for bundling with documentation. Built from