Regenerate docs
authorFabian Keil <fk@fabiankeil.de>
Fri, 21 Feb 2020 15:41:33 +0000 (16:41 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 22 Feb 2020 13:42:53 +0000 (14:42 +0100)
doc/webserver/user-manual/actions-file.html
doc/webserver/user-manual/appendix.html
doc/webserver/user-manual/config.html

index 90b6dd8..f641896 100644 (file)
@@ -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>
index 5d3c622..bdb6776 100644 (file)
       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>
           "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>
         </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>
         <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>
index b229eb6..bef8710 100644 (file)
             <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
             <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>