From 098f3f996e9465705bc3e02b9454b99568c8e372 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Fri, 21 Feb 2020 16:41:33 +0100 Subject: [PATCH] Regenerate docs --- doc/webserver/user-manual/actions-file.html | 4 ++-- doc/webserver/user-manual/appendix.html | 16 ++++++++-------- doc/webserver/user-manual/config.html | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index 90b6dd8f..f641896c 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -1428,8 +1428,8 @@ problem-host.example.com</pre> <p>This action allows <span class="APPLICATION">Privoxy</span> to filter encrypted requests and responses. For this to work <span class="APPLICATION">Privoxy</span> has to generate a certificate and send it to the client which has to accept it.</p> - <p>Before this works the directives in the <a href="config.html">TLS section of the config</a> file have - to be configured.</p> + <p>Before this works the directives in the <tt class="LITERAL"><a href="config.html#TLS" target= + "_top">TLS section</a></tt> of the config file have to be configured.</p> </dd> <dt>Example usage (section):</dt> <dd> diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html index 5d3c622d..bdb6776f 100644 --- a/doc/webserver/user-manual/appendix.html +++ b/doc/webserver/user-manual/appendix.html @@ -202,7 +202,7 @@ these. If not, you will get a friendly error message. Internet access is not necessary either.</p> <ul> <li> - <p>Privoxy main page:</p><a name="AEN6287" id="AEN6287"></a> + <p>Privoxy main page:</p><a name="AEN6288" id="AEN6288"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/" target="_top">http://config.privoxy.org/</a></p> </blockquote> @@ -211,7 +211,7 @@ "APPLICATION">Privoxy</span>)</p> </li> <li> - <p>View and toggle client tags:</p><a name="AEN6295" id="AEN6295"></a> + <p>View and toggle client tags:</p><a name="AEN6296" id="AEN6296"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/client-tags" target= "_top">http://config.privoxy.org/client-tags</a></p> @@ -219,21 +219,21 @@ </li> <li> <p>Show information about the current configuration, including viewing and editing of actions - files:</p><a name="AEN6300" id="AEN6300"></a> + files:</p><a name="AEN6301" id="AEN6301"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-status" target= "_top">http://config.privoxy.org/show-status</a></p> </blockquote> </li> <li> - <p>Show the browser's request headers:</p><a name="AEN6305" id="AEN6305"></a> + <p>Show the browser's request headers:</p><a name="AEN6306" id="AEN6306"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-request" target= "_top">http://config.privoxy.org/show-request</a></p> </blockquote> </li> <li> - <p>Show which actions apply to a URL and why:</p><a name="AEN6310" id="AEN6310"></a> + <p>Show which actions apply to a URL and why:</p><a name="AEN6311" id="AEN6311"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/show-url-info" target= "_top">http://config.privoxy.org/show-url-info</a></p> @@ -242,15 +242,15 @@ <li> <p>Toggle Privoxy on or off. This feature can be turned off/on in the main <tt class="FILENAME">config</tt> file. When toggled <span class="QUOTE">"off"</span>, <span class="QUOTE">"Privoxy"</span> continues to run, - but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6318" id="AEN6318"></a> + but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6319" id="AEN6319"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle" target="_top">http://config.privoxy.org/toggle</a></p> </blockquote> - <p>Short cuts. Turn off, then on:</p><a name="AEN6322" id="AEN6322"></a> + <p>Short cuts. Turn off, then on:</p><a name="AEN6323" id="AEN6323"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle?set=disable" target= "_top">http://config.privoxy.org/toggle?set=disable</a></p> - </blockquote><a name="AEN6325" id="AEN6325"></a> + </blockquote><a name="AEN6326" id="AEN6326"></a> <blockquote class="BLOCKQUOTE"> <p><a href="http://config.privoxy.org/toggle?set=enable" target= "_top">http://config.privoxy.org/toggle?set=enable</a></p> diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index b229eb60..bef8710e 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -2465,8 +2465,8 @@ <dd> <p>This directive specifies the name of the CA certificate file in ".crt" format.</p> <p>The file is used by <span class="APPLICATION">Privoxy</span> to generate website certificates when - https filtering is enabled with the <tt class="LITERAL"><a href="actions-file.html#ENABLE-HTTP-FILTERING" - target="_top">enable-https-filtering</a></tt> action.</p> + https filtering is enabled with the <tt class="LITERAL"><a href= + "actions-file.html#ENABLE-HTTPS-FILTERING" target="_top">enable-https-filtering</a></tt> action.</p> <p><span class="APPLICATION">Privoxy</span> clients should import the certificate so that they can validate the generated certificates.</p> <p>The file can be generated with: openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out @@ -2568,8 +2568,8 @@ <dt>Notes:</dt> <dd> <p>This directive specifies the directory where generated TLS/SSL keys and certificates are saved when - https filtering is enabled with the <tt class="LITERAL"><a href="actions-file.html#ENABLE-HTTP-FILTERING" - target="_top">enable-https-filtering</a></tt> action.</p> + https filtering is enabled with the <tt class="LITERAL"><a href= + "actions-file.html#ENABLE-HTTPS-FILTERING" target="_top">enable-https-filtering</a></tt> action.</p> <p>The keys and certificates currently have to be deleted manually when changing the <a href= "#CA-CERT-FILE" target="_top">ca-cert-file</a> and the <a href="#CA-CERT-KEY" target= "_top">ca-cert-key</a>.</p> -- 2.49.0