Regenerate HTML docs with recent changes
[privoxy.git] / doc / webserver / developer-manual / webserver-update.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5   <title>Update the Webserver</title>
6   <meta name="GENERATOR" content=
7   "Modular DocBook HTML Stylesheet Version 1.79">
8   <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
9   <link rel="PREVIOUS" title="Releasing a New Version" href=
10   "newrelease.html">
11   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
12   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13 </head>
14 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
15 "#840084" alink="#0000FF">
16   <div class="NAVHEADER">
17     <table summary="Header navigation table" width="100%" border="0"
18     cellpadding="0" cellspacing="0">
19       <tr>
20         <th colspan="3" align="center">Privoxy Developer Manual</th>
21       </tr>
22       <tr>
23         <td width="10%" align="left" valign="bottom"><a href=
24         "newrelease.html" accesskey="P">Prev</a></td>
25         <td width="80%" align="center" valign="bottom"></td>
26         <td width="10%" align="right" valign="bottom">&nbsp;</td>
27       </tr>
28     </table>
29     <hr align="left" width="100%">
30   </div>
31   <div class="SECT1">
32     <h1 class="SECT1"><a name="WEBSERVER-UPDATE" id="WEBSERVER-UPDATE">7.
33     Update the Webserver</a></h1>
34     <p>The webserver should be updated at least with each stable release.
35     When updating, please follow these steps to make sure that no broken
36     links, inconsistent contents or permission problems will occur (as it has
37     many times in the past!):</p>
38     <p>If you have changed anything in the stable-branch documentation source
39     SGML files, do:</p>
40     <table border="0" bgcolor="#E0E0E0" width="100%">
41       <tr>
42         <td>
43           <pre class="PROGRAMLISTING">  make dok</pre>
44         </td>
45       </tr>
46     </table>
47     <p>That will generate <tt class=
48     "FILENAME">doc/webserver/user-manual</tt>, <tt class=
49     "FILENAME">doc/webserver/developer-manual</tt>, <tt class=
50     "FILENAME">doc/webserver/faq</tt>, <tt class=
51     "FILENAME">doc/webserver/index.html</tt> automatically.</p>
52     <p>If you changed the manual page sources, generate <tt class=
53     "FILENAME">doc/webserver/man-page/privoxy-man-page.html</tt> by running
54     <span class="QUOTE">"<b class="COMMAND">make man</b>"</span>. (This is a
55     separate target due to dependencies on some obscure perl scripts [now in
56     CVS, but not well tested]. See comments in <tt class=
57     "FILENAME">GNUmakefile</tt>.)</p>
58     <p>If you want to add new files to the webserver, create them locally in
59     the <tt class="FILENAME">doc/webserver/*</tt> directory (or create new
60     directories under <tt class="FILENAME">doc/webserver</tt>).</p>
61     <p>Next, commit any changes from the above steps to CVS. All set? If
62     these are docs in the stable branch, then do:</p>
63     <table border="0" bgcolor="#E0E0E0" width="100%">
64       <tr>
65         <td>
66           <pre class="PROGRAMLISTING">  make webserver</pre>
67         </td>
68       </tr>
69     </table>
70     <p>This will do the upload to <a href="https://www.privoxy.org/" target=
71     "_top">the webserver</a> (www.privoxy.org) and ensure all files and
72     directories there are group writable.</p>
73     <p>Please do <span class="emphasis"><i class="EMPHASIS">NOT</i></span>
74     use any other means of transferring files to the webserver to avoid
75     permission problems. Also, please do not upload docs from development
76     branches or versions. The publicly posted docs should be in sync with the
77     last official release.</p>
78   </div>
79   <div class="NAVFOOTER">
80     <hr align="left" width="100%">
81     <table summary="Footer navigation table" width="100%" border="0"
82     cellpadding="0" cellspacing="0">
83       <tr>
84         <td width="33%" align="left" valign="top"><a href="newrelease.html"
85         accesskey="P">Prev</a></td>
86         <td width="34%" align="center" valign="top"><a href="index.html"
87         accesskey="H">Home</a></td>
88         <td width="33%" align="right" valign="top">&nbsp;</td>
89       </tr>
90       <tr>
91         <td width="33%" align="left" valign="top">Releasing a New
92         Version</td>
93         <td width="34%" align="center" valign="top">&nbsp;</td>
94         <td width="33%" align="right" valign="top">&nbsp;</td>
95       </tr>
96     </table>
97   </div>
98 </body>
99 </html>