From 1c0834f3f9f6b68c694319ea2e0b9327ba814507 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 30 Aug 2008 15:45:52 +0000 Subject: [PATCH] Rebuild for 3.0.11 UNRELEASED. --- .../developer-manual/documentation.html | 2 +- doc/webserver/developer-manual/index.html | 2 +- .../developer-manual/newrelease.html | 6 +- doc/webserver/faq/index.html | 2 +- doc/webserver/user-manual/actions-file.html | 20 ++--- doc/webserver/user-manual/appendix.html | 22 ++--- doc/webserver/user-manual/config.html | 85 ++----------------- doc/webserver/user-manual/configuration.html | 22 +++-- doc/webserver/user-manual/contact.html | 4 +- doc/webserver/user-manual/copyright.html | 6 +- doc/webserver/user-manual/filter-file.html | 6 +- doc/webserver/user-manual/index.html | 31 +++---- doc/webserver/user-manual/installation.html | 14 +-- doc/webserver/user-manual/introduction.html | 30 +++++-- doc/webserver/user-manual/quickstart.html | 6 +- doc/webserver/user-manual/seealso.html | 4 +- doc/webserver/user-manual/startup.html | 8 +- doc/webserver/user-manual/templates.html | 4 +- doc/webserver/user-manual/whatsnew.html | 4 +- 19 files changed, 112 insertions(+), 166 deletions(-) diff --git a/doc/webserver/developer-manual/documentation.html b/doc/webserver/developer-manual/documentation.html index d28aa883..4a6a974d 100644 --- a/doc/webserver/developer-manual/documentation.html +++ b/doc/webserver/developer-manual/documentation.html @@ -802,7 +802,7 @@ CLASS="APPLICATION" > version string, e.g. "3.0.10""3.0.11".

Please note that this document is constantly evolving. This copy represents - the state at the release of version 3.0.10. + the state at the release of version 3.0.11. You can find the latest version of the this manual at

  debchange -v 3.0.10-stable-1 "New upstream version"
debchange -v 3.0.11-UNRELEASED-1 "New upstream version" This will create ../privoxy_3.0.10-stable-1_i386.deb../privoxy_3.0.11-UNRELEASED-1_i386.deb which can be uploaded. To upload the package to Sourceforge, simply issue @@ -1827,7 +1827,7 @@ CLASS="LITERAL" CLASS="emphasis" >3.0.10 +>3.0.11 (beta). diff --git a/doc/webserver/faq/index.html b/doc/webserver/faq/index.html index a150c9fa..0742338a 100644 --- a/doc/webserver/faq/index.html +++ b/doc/webserver/faq/index.html @@ -99,7 +99,7 @@ TARGET="_top" > Privoxy is based on Internet Junkbuster (tm).

Please note that this document is a work in progress. This copy represents - the state at the release of version 3.0.10. + the state at the release of version 3.0.11. You can find the latest version of the document at Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

8.1. Finding the Right Mix

8.2. How to Edit

8.4.1. The Domain Pattern

8.4.2. The Path Pattern

8.5.34. Summary

8.7.1. default.action

8.7.2. user.action

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

14.2. Privoxy's Internal Pages

Short cuts. Turn off, then on:

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

The directory where all logging takes place - (i.e. where logfile and - jarfile are located). +> is located).

7.2.7. jarfile

Specifies:

The file to store intercepted cookies in -

Type of value:

File name, relative to logdir

Default value:

Unset (commented out). When activated: jarfile (Unix) or privoxy.jar (Windows).

Effect if unset:

Intercepted cookies are not stored in a dedicated log file. -

Notes:

The jarfile may grow to ridiculous sizes over time. -

If debug 8 (show header parsing) is enabled, cookies are - also written to the logfile with the rest of the headers. - Therefore this option isn't very useful and may be removed - in future releases. Please report to the developers if you - are still using it. -

7.2.8. trustfile7.2.7. trustfile

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

6.1. Controlling Privoxy with Your Web Browser

    Privoxy Menu

        ▪  Documentation @@ -275,7 +275,9 @@ CLASS="FILENAME" Privoxy executable.

executable. The name + and number of configuration files has changed from previous versions, and is + subject to change as development progresses.

The installed defaults provide a reasonable starting point, though some settings may be aggressive by some standards. For the time being, the @@ -454,6 +456,14 @@ CLASS="EMPHASIS" >old listening address.

While under development, the configuration content is subject to change. + The below documentation may not be accurate by the time you read this. + Also, what constitutes a "default" setting, may change, so + please check all your configuration files on important issues.

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User ManualPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

12.1. License

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

9.1. Filter File Tutorial

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User ManualPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

6.1. Controlling Privoxy with Your Web Browser
7.2.7. jarfile
7.2.8. trustfile
8.1. Finding the Right Mix
8.2. How to Edit
8.4.1. The Domain Pattern
8.4.2. The Path Pattern
8.5.34. Summary
8.7.1. default.action
8.7.2. user.action
9.1. Filter File Tutorial
12.1. License
14.2. Privoxy's Internal Pages
Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

RPMs can be installed with rpm -Uvh privoxy-3.0.10-1.rpmrpm -Uvh privoxy-3.0.11-1.rpm, and will use If you have problems with failed dependencies, try rebuilding the SRC RPM: rpm --rebuild privoxy-3.0.10-1.src.rpmrpm --rebuild privoxy-3.0.11-1.src.rpm. This will use your locally installed libraries and RPM version.

, the documentation is in /usr/share/doc/privoxy-3.0.10/usr/share/doc/privoxy-3.0.11 and the Log directory is in

 tar xzvf privoxy-3.0.10-src* [.tgz or .tar.gz]
- cd privoxy-3.0.10
tar xzvf privoxy-3.0.11-beta-src* [.tgz or .tar.gz] + cd privoxy-3.0.11-betaPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual1. Introduction

This documentation is included with the current stable version of +> This documentation is included with the current UNRELEASED version of Privoxy, v.3.0.10.

, v.3.0.11, + and is mostly complete at this point. The most up to date reference for the + time being is still the comments in the source files and in the individual + configuration files. Development of a new version is currently nearing + completion, and includes significant changes and enhancements over + earlier versions. .

Since this is a UNRELEASED version, not all new features are well tested. This + documentation may be slightly out of sync as a result (especially with + CVS sources). And there may be bugs, though hopefully + not many!

Privoxy provides many supplemental - features, + features, some of them currently under development, that give the end-user more control, more privacy and more freedom:

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User ManualPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User ManualPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual

Privoxy 3.0.10 User ManualPrivoxy 3.0.11 User ManualPrivoxy 3.0.10 User ManualPrivoxy 3.0.11 User Manual