X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=ceefe6c3638628ffc54acbe8c3ea8fd25954eb78;hb=72081f829de368392d04076728f8c991178c0080;hp=e626a6f18191c81c26c70c0907118fef9fe52145;hpb=2d07f84175fe3b83bf3d5ba79058768e0d0ec0a4;p=privoxy.git diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index e626a6f1..ceefe6c3 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.8 2002/08/22 23:15:21 hal9 Exp $ + $Id: p-config.sgml,v 1.1.2.10 2003/02/20 13:50:37 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 1.1.2.8 2002/08/22 23:15:21 hal9 Exp $ + $Id: p-config.sgml,v 1.1.2.10 2003/02/20 13:50:37 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org @@ -468,9 +468,13 @@ actionsfile Notes: + The logfile is where all logging and error messages are written. The level of detail and number of messages are set with the debug @@ -575,7 +579,7 @@ actionsfile Effect if unset: - The whole trust mechanism is turned off. + The entire trust mechanism is turned off. @@ -588,16 +592,37 @@ actionsfile If you specify a trust file, Privoxy will only allow - access to 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. + 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. - If you use + operator in the trust file, it may grow considerably over time. + Possible applications include limiting Internet access for children. + @@ -668,13 +693,25 @@ actionsfile Unix, in local filesystem: - user-manual  file:///usr/share/doc/privoxy-&p-version;/user-manual/ +   user-manual  file:///usr/share/doc/privoxy-&p-version;/user-manual/ + + + Windows, in local filesystem, must use forward slash notation: + + +   user-manual  file:/c:/some-dir/privoxy-&p-version;/user-manual/ + + + Windows, UNC notation (with forward slashes): + + +   user-manual  file://///some-server/some-path/privoxy-&p-version;/user-manual/ Any platform, on local webserver (called local-webserver): - user-manual  http://local-webserver/privoxy-user-manual/ +   user-manual  http://local-webserver/privoxy-user-manual/