From: hal9 <hal9@users.sourceforge.net> Date: Thu, 17 Jan 2008 01:43:23 +0000 (+0000) Subject: Add entity to config.sgml for build, update config, stamp version and copyrights. X-Git-Tag: v_3_0_8~24 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=c3d2312d653b1d5cca85b23ea92c12008e71da2e;p=privoxy.git Add entity to config.sgml for build, update config, stamp version and copyrights. --- diff --git a/config b/config index 5ca1ac68..257ee19f 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -# Sample Configuration File for Privoxy v3.0.7 +# Sample Configuration File for Privoxy v3.0.8 # -# $Id: config,v 1.61 2007/12/08 15:36:28 hal9 Exp $ +# $Id: config,v 1.62 2007/12/09 07:51:46 fabiankeil Exp $ # -# Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ +# Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ # #################################################################### # # @@ -426,7 +426,7 @@ filterfile default.filter # # Effect if unset: # -# Logging is disabled unless --no-daemon mode is used. +# No logfile is written. # # Notes: # @@ -555,8 +555,7 @@ logfile logfile # # Specifies: # -# Key values that determine what information gets logged to -# the logfile. +# Key values that determine what information gets logged. # # Type of value: # @@ -564,17 +563,17 @@ logfile logfile # # Default value: # -# 12289 (i.e.: URLs plus informational and warning messages) +# 0 (i.e.: only fatal errors (that cause Privoxy to exit) are logged) # # Effect if unset: # -# Nothing gets logged. +# Default value is used (see above). # # Notes: # # The available debug levels are: # -# debug 1 # show each GET/POST/CONNECT request +# debug 1 # log each request destination (and the crunch reason if Privoxy intercepted the request) # debug 2 # show each connection status # debug 4 # show I/O status # debug 8 # show header parsing @@ -617,9 +616,9 @@ logfile logfile # the problem with increased debug level first. Once you read the log # messages, you may even be able to solve the problem on your own. # -#debug 1 # show each GET/POST/CONNECT request +#debug 1 # log each request destination (and the crunch reason if Privoxy intercepted the request) #debug 4096 # Startup banner and warnings -#debug 8192 # Errors - *we highly recommended enabling this* +#debug 8192 # Non-fatal errors # # # 3.2. single-threaded diff --git a/doc/source/config.sgml b/doc/source/config.sgml index 96e81a6f..493cd5b3 100644 --- a/doc/source/config.sgml +++ b/doc/source/config.sgml @@ -2,19 +2,20 @@ <!entity % dummy "IGNORE"> <!entity config SYSTEM "p-config.sgml"> <!entity p-version "3.0.7"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> +<!entity p-status "beta"> +<!entity % p-not-stable "INCLUDE"> <!entity % user-man "IGNORE"> <!entity % config-file "IGNORE"> +<!entity my-app "<application>Privoxy</application>"> ]> <!-- File : $Source: /cvsroot/ijbswa/current/doc/source/config.sgml,v $ Purpose : config file generation - $Id: config.sgml,v 2.5 2006/11/14 01:57:46 hal9 Exp $ + $Id: config.sgml,v 2.6 2007/11/14 18:20:55 fabiankeil Exp $ - Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ + Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. ========================================================================