From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 12 Mar 2020 09:39:18 +0000 (+0100)
Subject: Rebuild docs
X-Git-Tag: v_3_0_30~282^2
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/git.html?a=commitdiff_plain;h=12c8dc0f934964557294fcee2ea4b5444754e032;p=privoxy.git

Rebuild docs
---

diff --git a/INSTALL b/INSTALL
index 01b790dc..7cba5011 100644
--- 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
diff --git a/doc/webserver/developer-manual/introduction.html b/doc/webserver/developer-manual/introduction.html
index 3fe32d28..f029e78e 100644
--- a/doc/webserver/developer-manual/introduction.html
+++ b/doc/webserver/developer-manual/introduction.html
@@ -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>
diff --git a/doc/webserver/developer-manual/newrelease.html b/doc/webserver/developer-manual/newrelease.html
index 95ac34a4..af54836d 100644
--- a/doc/webserver/developer-manual/newrelease.html
+++ b/doc/webserver/developer-manual/newrelease.html
@@ -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>
diff --git a/doc/webserver/index.html b/doc/webserver/index.html
index 2f82a7c7..c8a63929 100644
--- a/doc/webserver/index.html
+++ b/doc/webserver/index.html
@@ -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>
diff --git a/doc/webserver/user-manual/installation.html b/doc/webserver/user-manual/installation.html
index c49dca83..ec7bca81 100644
--- a/doc/webserver/user-manual/installation.html
+++ b/doc/webserver/user-manual/installation.html
@@ -179,7 +179,7 @@
         </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>