Rebuild developer-manual and tidy with 'HTML Tidy for FreeBSD version 5.8.0'
[privoxy.git] / doc / webserver / developer-manual / webserver-update.html
index 8b296b2..6e1f21c 100644 (file)
@@ -7,7 +7,7 @@
   <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
   <link rel="PREVIOUS" title="Releasing a New Version" href="newrelease.html">
   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
   <div class="NAVHEADER">
@@ -32,7 +32,7 @@
     <table border="0" bgcolor="#E0E0E0" width="100%">
       <tr>
         <td>
-          <pre class="PROGRAMLISTING">  make dok</pre>
+          <pre class="PROGRAMLISTING">  make dok &#38;&#38; make dok-tidy</pre>
         </td>
       </tr>
     </table>
     <p>If you changed the manual page sources, generate <tt class=
     "FILENAME">doc/webserver/man-page/privoxy-man-page.html</tt> by running <span class="QUOTE">"<b class=
     "COMMAND">make man</b>"</span>. (This is a separate target due to dependencies on some obscure perl scripts [now in
-    CVS, but not well tested]. See comments in <tt class="FILENAME">GNUmakefile</tt>.)</p>
+    Git, but not well tested]. See comments in <tt class="FILENAME">GNUmakefile</tt>.)</p>
     <p>If you want to add new files to the webserver, create them locally in the <tt class=
     "FILENAME">doc/webserver/*</tt> directory (or create new directories under <tt class=
     "FILENAME">doc/webserver</tt>).</p>
-    <p>Next, commit any changes from the above steps to CVS. All set? If these are docs in the stable branch, then
+    <p>Next, commit any changes from the above steps to Git. All set? If these are docs in the stable branch, then
     do:</p>
     <table border="0" bgcolor="#E0E0E0" width="100%">
       <tr>
@@ -55,8 +55,9 @@
         </td>
       </tr>
     </table>
-    <p>This will do the upload to <a href="https://www.privoxy.org/" target="_top">the webserver</a> (www.privoxy.org)
-    and ensure all files and directories there are group writable.</p>
+    <p>This will do the upload to the SourceForge webserver (which is manually syncronized with <a href=
+    "https://www.privoxy.org/" target="_top">www.privoxy.org</a>) and ensure all files and directories there are group
+    writable.</p>
     <p>Please do <span class="emphasis"><i class="EMPHASIS">NOT</i></span> use any other means of transferring files to
     the webserver to avoid permission problems. Also, please do not upload docs from development branches or versions.
     The publicly posted docs should be in sync with the last official release.</p>