Rebuild docs
authorFabian Keil <fk@fabiankeil.de>
Thu, 12 Mar 2020 09:39:18 +0000 (10:39 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 12 Mar 2020 10:07:21 +0000 (11:07 +0100)
INSTALL
doc/webserver/developer-manual/introduction.html
doc/webserver/developer-manual/newrelease.html
doc/webserver/index.html
doc/webserver/user-manual/installation.html

diff --git a/INSTALL b/INSTALL
index 01b790d..7cba501 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -69,7 +69,7 @@ And then /etc/group, like:
 
 Some binary packages may do this for you.
 
-Then, to build from either unpacked tarball or CVS source:
+Then, to build from either unpacked tarball or Git checkout:
 
  autoheader
  autoconf
index 3fe32d2..f029e78 100644 (file)
@@ -38,9 +38,8 @@
       <p>The first step is to join the <a href="https://lists.privoxy.org/mailman/listinfo/privoxy-devel" target=
       "_top">privoxy-devel mailing list</a>. You can submit your ideas or, even better, patches. Patches are best
       submitted to the Sourceforge tracker set up for this purpose, but can be sent to the list for review too.</p>
-      <p>You will also need to have a git package installed, which will entail having ssh installed as well, in order
-      to access the git repository. Having the GNU build tools is also going to be important (particularly, autoconf
-      and gmake).</p>
+      <p>You will also need to have a git package installed, in order to access the git repository. Having the GNU
+      build tools is also going to be important (particularly, autoconf and gmake).</p>
       <p>For the time being (read, this section is under construction), you can also refer to the extensive comments in
       the source code. In fact, reading the code is recommended in any case.</p>
     </div>
index 95ac34a..af54836 100644 (file)
@@ -203,7 +203,7 @@ for-privoxy-version=3.0.11</pre>
           to be done manually.</p>
         </li>
         <li>
-          <p>Tag all files in Git with the version number with <span class="QUOTE">"<b class="COMMAND">cvs tag
+          <p>Tag all files in Git with the version number with <span class="QUOTE">"<b class="COMMAND">git tag
           v_X_Y_Z</b>"</span>. Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) etc.</p>
         </li>
         <li>
@@ -227,8 +227,9 @@ for-privoxy-version=3.0.11</pre>
           <td>
             <pre class="PROGRAMLISTING">  mkdir dist # delete or choose different name if it already exists
   cd dist
-  cvs -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa login
-  cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current</pre>
+  git clone https://www.privoxy.org/git/privoxy.git
+  cd privoxy
+  git checkout v_X_Y_Z</pre>
           </td>
         </tr>
       </table>
index 2f82a7c..c8a6392 100644 (file)
@@ -96,8 +96,6 @@
       <p style="text-align: center"><sub>Hosting and development is funded in part by:</sub></p>
       <p style="text-align: center"><sub><a href="https://www.top10vpn.com" target=
       "_top">https://www.top10vpn.com</a></sub></p>
-      <p style="text-align: center"><sub><a href="https://www.vpnranks.com/" target=
-      "_top">https://www.vpnranks.com/</a></sub></p>
       <p style="text-align: center"><sub><a href="/faq/general.html#SPONSOR" target="_top">Become a
       sponsor</a></sub></p>
     </div>
index c49dca8..ec7bca8 100644 (file)
         </tr>
       </table>
       <p>Some binary packages may do this for you.</p>
-      <p>Then, to build from either unpacked tarball or CVS source:</p>
+      <p>Then, to build from either unpacked tarball or Git checkout:</p>
       <table border="0" bgcolor="#E0E0E0" width="100%">
         <tr>
           <td>