From: Fabian Keil <fk@fabiankeil.de> Date: Fri, 8 Sep 2006 12:19:02 +0000 (+0000) Subject: Adjust hide-if-modified-since example values X-Git-Tag: v_3_0_5~67 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=c45bdf10c161dbbaa4eeba42373163ad14759392;p=privoxy.git Adjust hide-if-modified-since example values to reflect the recent changes. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index c9f6a94d..30629488 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -32,7 +32,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.17 2006/09/05 13:25:12 david__schmidt Exp $ + $Id: user-manual.sgml,v 2.18 2006/09/08 02:38:57 hal9 Exp $ Copyright (C) 2001- 2006 Privoxy Developers <developers@privoxy.org> See LICENSE. @@ -58,7 +58,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.17 2006/09/05 13:25:12 david__schmidt Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.18 2006/09/08 02:38:57 hal9 Exp $</pubdate> <!-- @@ -2720,7 +2720,7 @@ new action <listitem> <para> <screen># Let the browser revalidate cached documents without being tracked across sessions -{+hide-if-modified-since {-1} \ +{+hide-if-modified-since {-60} \ +overwrite-last-modified {randomize} \ +crunch-if-none-match} / </screen> @@ -4066,8 +4066,8 @@ new action </para> <para> Instead of removing the header, <literal>hide-if-modified-since</literal> can - also add or substract a random amount of time to/from the headers value. - You specify a range of hours were the random factor should be chosen from and + also add or substract a random amount of time to/from the header's value. + You specify a range of minutes where the random factor should be chosen from and <application>Privoxy</application> does the rest. A negative value means subtracting, a positive value adding. </para> @@ -4093,7 +4093,7 @@ new action <listitem> <para> <screen># Let the browser revalidate without being tracked across sessions -{+hide-if-modified-since {-1}\ +{+hide-if-modified-since {-60}\ +overwrite-last-modified {randomize}\ +crunch-if-none-match} /</screen> @@ -4853,7 +4853,7 @@ new action <listitem> <para> <screen># Let the browser revalidate without being tracked across sessions -{+hide-if-modified-since {-1}\ +{+hide-if-modified-since {-60}\ +overwrite-last-modified {randomize}\ +crunch-if-none-match} /</screen> @@ -8010,6 +8010,14 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 2.18 2006/09/08 02:38:57 hal9 + Various changes: + -Fix a number of broken links. + -Migrate the new Windows service command line options, and reference as + needed. + -Rebuild so that can be used with the new "user-manual" config capabilities. + -Etc. + Revision 2.17 2006/09/05 13:25:12 david__schmidt Add Windows service invocation stuff (duplicated) in FAQ and in user manual under Windows startup. One probably ought to reference the other. diff --git a/standard.action b/standard.action index e377a5e7..e0422993 100644 --- a/standard.action +++ b/standard.action @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/standard.action,v $ # -# $Id: standard.action,v 1.10 2006/09/04 14:07:21 fabiankeil Exp $ +# $Id: standard.action,v 1.11 2006/09/04 17:18:42 hal9 Exp $ # # Purpose : Provide prefedined sets of actions, see # http://www.privoxy.org/user-manual/actions-file.html @@ -200,7 +200,7 @@ standard.Medium -handle-as-image \ -hide-accept-language \ -hide-content-disposition \ -+hide-if-modified-since{-1} \ ++hide-if-modified-since{-60} \ +hide-forwarded-for-headers \ +hide-from-header{block} \ +hide-referrer{conditional-block} \