From: hal9 Date: Sun, 29 Sep 2002 05:39:13 +0000 (+0000) Subject: Update $version for pending release, and add MS examples for @user-manual@. X-Git-Tag: v_3_0_1~114 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=3a152e02d0b261e0184c715cd64b8639a6858353;p=privoxy.git Update $version for pending release, and add MS examples for @user-manual@. --- diff --git a/config b/config index ae32d052..5dcea35c 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -# Sample Configuration File for Privoxy v3.0.0 +# Sample Configuration File for Privoxy v3.0.1 # # Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org # -# $Id: config,v 1.39.2.5 2002/08/10 15:29:26 oes Exp $ +# $Id: config,v 1.39.2.6 2002/08/25 23:50:21 hal9 Exp $ # #################################################################### # # @@ -370,11 +370,20 @@ jarfile jarfile # # Unix, in local filesystem: # -# user-manual file:///usr/share/doc/privoxy-2.9.18/user-manual/ +# user-manual file:///usr/share/doc/privoxy-3.0.1/user-manual/index.html +# +# Windows, in local filesystem, must use forward slash notation, +# and %20 to denote spaces in path names: +# +# user-manual file:///c:/some%20dir/privoxy/user-manual/index.html +# +# Windows, UNC notation (forward slashes required again): +# +# user-manual file://///some-server/some-path/privoxy/user-manual/index.html # # Any platform, on local webserver (called "local-webserver"): # -# user-manual http://local-webserver/privoxy-user-manual/ +# user-manual http://local-webserver/privoxy-user-manual/ # # WARNING!!! #