From 927a0ac4bd5c027a3a7cf34fa70a32d7e3df2d8b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 26 May 2008 15:55:46 +0000 Subject: [PATCH] - Update "default profiles" table. - Add some more pcrs redirect examples and note that enabling debug 128 helps to get redirects working. --- doc/source/user-manual.sgml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 90eecda1..fd5ec0e9 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.72 2008/05/12 10:26:14 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.73 2008/05/23 14:43:18 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ -$Id: user-manual.sgml,v 2.72 2008/05/12 10:26:14 fabiankeil Exp $ +$Id: user-manual.sgml,v 2.73 2008/05/23 14:43:18 fabiankeil Exp $ : + standard.action are Default Configurations @@ -2069,7 +2069,7 @@ for details. Image tag reordering no - no + yes yes @@ -5349,6 +5349,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. + @@ -5369,7 +5373,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/ @@ -8557,6 +8574,9 @@ In file: user.action [ View ][ Edit ]