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