From: Fabian Keil <fk@fabiankeil.de> Date: Fri, 29 May 2020 06:12:01 +0000 (+0200) Subject: Regenerate docs X-Git-Tag: v_3_0_29~366 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/user-manual/@default-cgi@show-status?a=commitdiff_plain;h=78b9ddc7014a3a7d0cc38f7019a695a1c6139dc4;p=privoxy.git Regenerate docs --- diff --git a/AUTHORS b/AUTHORS index e9ff3efe..e7048dfa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -120,6 +120,7 @@ include (in alphabetical order): Amuro Namie Mark Nelson Tobias Netzel + John Palkovic Adam Piggott Petr PÃsar Dan Price diff --git a/doc/webserver/developer-manual/newrelease.html b/doc/webserver/developer-manual/newrelease.html index af54836d..0a076ca2 100644 --- a/doc/webserver/developer-manual/newrelease.html +++ b/doc/webserver/developer-manual/newrelease.html @@ -434,7 +434,7 @@ for-privoxy-version=3.0.11</pre> </tr> </table> <p>You will need a mix of development tools. The main compilation takes place with IBM Visual Age C++. Some - ancillary work takes place with GNU tools, available from various sources like hobbes.nmsu.edu. Specificially, + ancillary work takes place with GNU tools, available from various sources like hobbes.nmsu.edu. Specifically, you will need <tt class="FILENAME">autoheader</tt>, <tt class="FILENAME">autoconf</tt> and <tt class= "FILENAME">sh</tt> tools. The packaging takes place with WarpIN, available from various sources, including its home page: <a href="http://www.xworkplace.org/" target="_top">xworkplace</a>.</p> diff --git a/doc/webserver/faq/copyright.html b/doc/webserver/faq/copyright.html index bb3d0a12..1a0a7d6e 100644 --- a/doc/webserver/faq/copyright.html +++ b/doc/webserver/faq/copyright.html @@ -25,7 +25,7 @@ </div> <div class="SECT1"> <h1 class="SECT1"><a name="COPYRIGHT" id="COPYRIGHT">7. Privoxy Copyright, License and History</a></h1> - <p>Copyright © 2001-2019 by Privoxy Developers <code class="EMAIL"><<a href= + <p>Copyright © 2001-2020 by Privoxy Developers <code class="EMAIL"><<a href= "mailto:privoxy-devel@lists.privoxy.org">privoxy-devel@lists.privoxy.org</a>></code></p> <p>Some source code is based on code Copyright © 1997 by Anonymous Coders and Junkbusters, Inc. and licensed under the <i class="CITETITLE">GNU General Public License</i>.</p> diff --git a/doc/webserver/faq/trouble.html b/doc/webserver/faq/trouble.html index faf550b9..2697c44b 100644 --- a/doc/webserver/faq/trouble.html +++ b/doc/webserver/faq/trouble.html @@ -446,7 +446,7 @@ Request: 66.70.21.80/scripts/click.php?hid=a71b9f6504b0c5681fa5&si=Ua</pre> sufficient.</p> <p>Unless the problem occurs with the filters available in the default configuration, this is not considered a Privoxy bug.</p> - <p>To prevent the crashes you can rewrite your filter to use less ressources, increase the relevant memory limit + <p>To prevent the crashes you can rewrite your filter to use less resources, increase the relevant memory limit or recompile pcre to use less stack space. For details please see the <a href= "http://pcre.org/original/doc/html/pcrestack.html" target="_top">pcrestack man page</a> and the documentation of your operating system.</p> diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index f5a98de2..197c8559 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -1524,7 +1524,7 @@ problem-host.example.com</pre> <p>To detect a redirection URL, <tt class="LITERAL">fast-redirects</tt> only looks for the string <span class="QUOTE">"http://"</span>, either in plain text (invalid but often used) or encoded as <span class="QUOTE">"http%3a//"</span>. Some sites use their own URL encoding scheme, encrypt the address - of the target server or replace it with a database id. In theses cases <tt class= + of the target server or replace it with a database id. In these cases <tt class= "LITERAL">fast-redirects</tt> is fooled and the request reaches the redirection server where it probably gets logged.</p> </dd> @@ -2730,8 +2730,9 @@ www.example.com</pre> action settings.</p> <p>Note that some (rare) ill-configured sites don't handle requests for uncompressed documents correctly. Broken PHP applications tend to send an empty document body, some IIS versions only send the beginning of - the content. If you enable <tt class="LITERAL">prevent-compression</tt> per default, you might want to - add exceptions for those sites. See the example for how to do that.</p> + the content and some content delivery networks let the connection time out. If you enable <tt class= + "LITERAL">prevent-compression</tt> per default, you might want to add exceptions for those sites. See the + example for how to do that.</p> </dd> <dt>Example usage (sections):</dt> <dd> diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index e0566ac5..6ec09c89 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -947,7 +947,7 @@ destination part are optional.</p> <p>If your system implements <a href="http://tools.ietf.org/html/rfc3493" target="_top">RFC 3493</a>, then <tt class="REPLACEABLE"><i>src_addr</i></tt> and <tt class="REPLACEABLE"><i>dst_addr</i></tt> can be - IPv6 addresses delimeted by brackets, <tt class="REPLACEABLE"><i>port</i></tt> can be a number or a + IPv6 addresses delimited by brackets, <tt class="REPLACEABLE"><i>port</i></tt> can be a number or a service name, and <tt class="REPLACEABLE"><i>src_masklen</i></tt> and <tt class= "REPLACEABLE"><i>dst_masklen</i></tt> can be a number from 0 to 128.</p> </dd> @@ -1970,9 +1970,9 @@ <dt>Notes:</dt> <dd> <p>Under high load incoming connection may queue up before Privoxy gets around to serve them. The queue - length is limitted by the operating system. Once the queue is full, additional connections are dropped + length is limited by the operating system. Once the queue is full, additional connections are dropped before Privoxy can accept and serve them.</p> - <p>Increasing the queue length allows Privoxy to accept more incomming connections that arrive roughly at + <p>Increasing the queue length allows Privoxy to accept more incoming connections that arrive roughly at the same time.</p> <p>Note that Privoxy can only request a certain queue length, whether or not the requested length is actually used depends on the operating system which may use a different length instead.</p> diff --git a/doc/webserver/user-manual/copyright.html b/doc/webserver/user-manual/copyright.html index 7be80d4e..79d11fef 100644 --- a/doc/webserver/user-manual/copyright.html +++ b/doc/webserver/user-manual/copyright.html @@ -27,7 +27,7 @@ </div> <div class="SECT1"> <h1 class="SECT1"><a name="COPYRIGHT">12. Privoxy Copyright, License and History</a></h1> - <p>Copyright © 2001-2019 by Privoxy Developers <code class="EMAIL"><<a href= + <p>Copyright © 2001-2020 by Privoxy Developers <code class="EMAIL"><<a href= "mailto:privoxy-devel@lists.privoxy.org">privoxy-devel@lists.privoxy.org</a>></code></p> <p>Some source code is based on code Copyright © 1997 by Anonymous Coders and Junkbusters, Inc. and licensed under the <i class="CITETITLE">GNU General Public License</i>.</p> @@ -523,6 +523,7 @@ Public License instead of this License. Amuro Namie<br> Mark Nelson<br> Tobias Netzel<br> + John Palkovic<br> Adam Piggott<br> Petr Písar<br> Dan Price<br>