From a938f127f284bc962be866c8d0f95ae021f2f8be Mon Sep 17 00:00:00 2001 From: hal9 Date: Thu, 20 Feb 2003 13:51:51 +0000 Subject: [PATCH] Fix typos per bug report 688728. --- config | 42 +++++++++++++----------------------------- standard.action | 4 ++-- 2 files changed, 15 insertions(+), 31 deletions(-) diff --git a/config b/config index f4831234..24dccadf 100644 --- a/config +++ b/config @@ -2,7 +2,7 @@ # # Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org # -# $Id: config,v 1.41 2002/10/09 01:45:33 hal9 Exp $ +# $Id: config,v 1.42 2002/12/28 04:10:21 david__schmidt Exp $ # #################################################################### # # @@ -104,7 +104,7 @@ # flat, except for confdir/templates, where the HTML templates # for CGI output reside (e.g. Privoxy's 404 error page). # -confdir . +confdir /home/hal/ptmp/etc # # 1.2. logdir @@ -131,7 +131,7 @@ confdir . # # No trailing "/", please # -logdir . +logdir /home/hal/ptmp/var/log/privoxy # # 1.3. actionsfile @@ -237,8 +237,6 @@ filterfile default.filter # # Notes: # -# The windows version will additionally log to the console. -# # The logfile is where all logging and error messages are # written. The level of detail and number of messages are set with # the debug option (see below). The logfile can be useful for @@ -306,7 +304,7 @@ jarfile jarfile # # Effect if unset: # -# The entire trust mechanism is turned off. +# The whole trust mechanism is turned off. # # Notes: # @@ -315,29 +313,15 @@ jarfile jarfile # for the casual user. # # If you specify a trust file, Privoxy will only allow access to -# sites that are specified in the trustfile. Sites can be listed -# in one of two ways: -# -# Prepending a ~ character limits access to this site only (and -# any sub-paths within this site), e.g. ~www.example.com. -# -# Or, you can designate sites as trusted referrers, by prepending -# the name with a + character. The effect is that access to -# untrusted sites will be granted -- but only if a link from this -# trusted referrer was used. The link target will then be added -# to the "trustfile" so that future, direct accesses will be -# granted. Sites added via this mechanism do not become trusted -# referrers themselves (i.e. they are added with a ~ designation). -# -# If you use the + operator in the trust file, it may grow -# considerably over time. -# -# It is recommended that Privoxy be compiled with the -# --disable-force, --disable-toggle and --disable-editor options, -# if this feature is to be used. -# -# Possible applications include limiting Internet access for -# children. +# sites that are named in the trustfile. You can also mark sites +# as trusted referrers (with +), 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 +# "trustfile". Possible applications include limiting Internet +# access for children. +# +# If you use + operator in the trust file, it may grow considerably +# over time. # #trustfile trust diff --git a/standard.action b/standard.action index 1321ed95..140dd1e7 100644 --- a/standard.action +++ b/standard.action @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/standard.action,v $ # -# $Id: standard.action,v 1.4 2002/09/11 10:47:11 oes Exp $ +# $Id: standard.action,v 1.5 2002/10/20 19:33:07 hal9 Exp $ # # Purpose : Provide prefedined sets of actions, see # http://www.privoxy.org/user-manual/actions-file.html @@ -25,7 +25,7 @@ ################ # -# Cautions settings -- safe for all sites, but offer little privacy protection +# Cautious settings -- safe for all sites, but offer little privacy protection # { \ -add-header \ -- 2.39.2