X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fuser-manual.sgml;h=639a5b09a37f90e736bc1d961778f30fb46d8576;hb=faa6048e8ddde912e97cccf8378750e73b4a9b8c;hp=c5b42c998c9b132509cfcf1619a95e175de60f01;hpb=d6bd260dd5b593508e20c38a81fcc2c85e5394c3;p=privoxy.git diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index c5b42c99..639a5b09 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,11 +11,11 @@ - - + + - - + + @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.71 2008/04/10 17:37:16 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.83 2008/08/16 09:32:02 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ -$Id: user-manual.sgml,v 2.71 2008/04/10 17:37:16 fabiankeil Exp $ +$Id: user-manual.sgml,v 2.83 2008/08/16 09:32:02 fabiankeil Exp $ : + standard.action are: Default Configurations @@ -2069,7 +2104,7 @@ for details. Image tag reordering no - no + yes yes @@ -2275,7 +2310,7 @@ for details. - www.example.com/index.html$ + www.example.com/index.html matches all the documents on www.example.com @@ -2836,17 +2871,6 @@ for details. to the blocked content (the latter only if the force feature is available and enabled). - A very important exception occurs if both block and handle-as-image, @@ -4035,7 +4059,7 @@ problem-host.example.com - +filter{crude-parental} # Crude parental filtering. Note that this filter doesn't work reliable. + +filter{crude-parental} # Crude parental filtering. Note that this filter doesn't work reliably. @@ -5360,6 +5384,10 @@ new action and be aware that using your own redirects might make it possible to fingerprint your requests. + + In case of problems with your redirects, or simply to watch + them working, enable debug 128. + @@ -5380,7 +5408,20 @@ new action # (Note the $ at the end of the URL pattern to make sure # the request for the rewritten URL isn't redirected as well) {+redirect{s@$@&mode=expanded@}} -undeadly.org/cgi\?action=article&sid=\d*$ +undeadly.org/cgi\?action=article&sid=\d*$ + +# Redirect Google search requests to MSN +{+redirect{s@^http://[^/]*/search\?q=([^&]*).*@http://search.msn.com/results.aspx?q=$1@}} +.google.com/search + +# Redirect MSN search requests to Yahoo +{+redirect{s@^http://[^/]*/results\.aspx\?q=([^&]*).*@http://search.yahoo.com/search?p=$1@}} +search.msn.com//results\.aspx\?q= + +# Redirect remote requests for this manual +# to the local version delivered by Privoxy +{+redirect{s@^http://www@http://config@}} +www.privoxy.org/user-manual/ @@ -8568,6 +8609,46 @@ In file: user.action [ View ][ Edit ]