X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fuser-manual.sgml;h=ac7ad28f725a0aae8c12a9f5f7f18ac6bf5c75be;hp=20a1563b28d0566a8aec214c8a08250e239b0723;hb=df9616f1dacac74ba9469d6c334d0105a6effe15;hpb=1f0947493651af17ffa466f03e0eec2e04dba1af diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 20a1563b..ac7ad28f 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -34,7 +34,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.99 2009/02/19 02:20:22 hal9 Exp $ + $Id: user-manual.sgml,v 2.103 2009/03/21 10:49:05 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -60,7 +60,7 @@ -$Id: user-manual.sgml,v 2.99 2009/02/19 02:20:22 hal9 Exp $ +$Id: user-manual.sgml,v 2.103 2009/03/21 10:49:05 fabiankeil Exp $ @@ -2207,12 +2147,12 @@ for details. Generally, an URL pattern has the form - <domain>/<path>, where both the - <domain> and <path> are - optional. (This is why the special / pattern matches all - URLs). Note that the protocol portion of the URL pattern (e.g. - http://) should not be included in - the pattern. This is assumed already! + <domain><port>/<path>, where both the + <domain> and <port> + and <path> are optional. (This is why the special + / pattern matches all URLs). Note that the protocol + portion of the URL pattern (e.g. http://) should + not be included in the pattern. This is assumed already! The pattern matching syntax is different for the domain and path parts of @@ -2221,6 +2161,12 @@ for details. Regular Expressions (POSIX 1003.2). + + The port part of pattern is decimal port number preceeded by a colon + (:). If domain part contains numeric IPv6 address, you + will need to quote the domain part by angle brackets + (<, >). + @@ -2270,6 +2216,23 @@ for details. + + :8000/ + + + Matches any URL pointing to TCP port 8000. + + + + + <2001:db8::1>/ + + + Matches any URL having 2001:db8::1 as a domain. + (Note that real URL uses plain brackets, not an angle brackets.) + + + index.html @@ -5231,7 +5194,7 @@ new action reset-to-request-time overwrites the value of the Last-Modified: header with the current time. You could use this option together with - hided-if-modified-since + hide-if-modified-since to further customize your random range. @@ -8513,6 +8476,21 @@ In file: user.action [ View ] [ Edit ]