Upgrade a bunch of links to SourceForge to https://
[privoxy.git] / doc / source / developer-manual.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
2 <!entity % dummy "IGNORE">
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity history SYSTEM "history.sgml">
7 <!entity seealso SYSTEM "seealso.sgml">
8 <!entity p-version "3.0.25">
9 <!entity p-status "UNRELEASED">
10 <!entity % p-not-stable "INCLUDE">
11 <!entity % p-stable "IGNORE">
12 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
13 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
14 <!entity % seealso-extra "INCLUDE"> <!-- extra stuff from seealso.sgml    -->
15 <!entity  my-copy "&copy;">        <!-- kludge for docbook2man            -->
16 ]>
17 <!--
18  File        :  $Source: /cvsroot/ijbswa/current/doc/source/developer-manual.sgml,v $
19
20  Purpose     :  developer manual
21                 This file belongs into
22                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
23
24  $Id: developer-manual.sgml,v 2.67 2016/02/26 12:27:32 fabiankeil Exp $
25
26  Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/
27  See LICENSE.
28
29  ========================================================================
30  NOTE: Please read developer-manual/documentation.html before touching
31  anything in this, or other Privoxy documentation. You have been warned!
32  Failure to abide by this rule will result in the revocation of your license
33  to live a peaceful existence!
34  ========================================================================
35
36 -->
37
38 <article id="index">
39   <artheader>
40     <title>Privoxy Developer Manual</title>
41     <pubdate>
42      <subscript>
43     <!-- Completely the wrong markup, but very little is allowed  -->
44     <!-- in this part of an article. FIXME -->
45       <ulink url="http://www.privoxy.org/user-manual/copyright.html">Copyright</ulink>
46       &my-copy; 2001-2016 by
47       <ulink url="http://www.privoxy.org/">Privoxy Developers</ulink>
48      </subscript>
49     </pubdate>
50
51
52     <pubdate>$Id: developer-manual.sgml,v 2.67 2016/02/26 12:27:32 fabiankeil Exp $</pubdate>
53
54 <!--
55
56 Note: this should generate a separate page, and a live link to it.
57 But it doesn't for some mysterious reason. Please leave commented
58 unless it can be fixed proper. For the time being, the copyright
59 statement will be in copyright.smgl.
60
61 Hal.
62
63 <legalnotice id="legalnotice">
64  <para>
65   text goes here ........
66  </para>
67 </legalnotice>
68
69 -->
70
71     <abstract>
72
73 <![%dummy;[
74  <para>
75  <comment>
76   This is here to keep vim syntax file from breaking :/
77   If I knew enough to fix it, I would.
78   PLEASE DO NOT REMOVE! HB: hal@foobox.net
79  </comment>
80  </para>
81  ]]>
82 <para>
83  The developer manual provides guidance on coding, testing, packaging, documentation
84  and other issues of importance to those involved with
85  <application>Privoxy</application> development. It is mandatory (and helpful!) reading
86  for anyone who wants to join the team. Note that it's currently out of date
87  and may not be entirely correct. As always, patches are welcome.
88 </para>
89
90 <!-- Include privoxy.sgml boilerplate text: -->
91
92 <!--  &p-intro; Someone interested enough in the project to contribute
93                 will already know at this point what Privoxy is. -->
94
95 <!-- end boilerplate -->
96
97 <para>
98  Please note that this document is constantly evolving. This copy represents
99  the state at the release of version &p-version;.
100  You can find the latest version of the this manual at <ulink
101  url="http://www.privoxy.org/developer-manual/">http://www.privoxy.org/developer-manual/</ulink>.
102  Please have a look at the
103  <ulink url="http://www.privoxy.org/user-manual/contact.html">contact section in the user manual</ulink>
104  if you are interested in contacting the developers.
105 </para>
106 <!--        <para> -->
107 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
108 <!--   </para> -->
109
110     </abstract>
111   </artheader>
112
113
114 <!--   ~~~~~       New section      ~~~~~     -->
115   <sect1 id="introduction"><title>Introduction</title>
116 <!--
117
118  I don't like seeing blank space :) So added *something* here.
119
120  -->
121     <para>
122      <application>Privoxy</application>, as an heir to
123      <application>Junkbuster</application>, is a Free Software project
124      and the code is licensed under the GNU General Public License version 2.
125      As such, <application>Privoxy</application> development is potentially open
126      to anyone who has the time, knowledge, and desire to contribute
127      in any capacity. Our goals are simply to continue the mission,
128      to improve <application>Privoxy</application>, and
129      to make it available to as wide an audience as possible.
130     </para>
131     <para>
132      One does not have to be a programmer to contribute. Packaging, testing,
133      documenting and porting, are all important jobs as well.
134     </para>
135
136   <!--   ~~~~~       New section      ~~~~~     -->
137   <sect2 id="quickstart"><title>Quickstart to Privoxy Development</title>
138    <para>
139     The first step is to join the <ulink
140       url="mailto:ijbswa-developers@lists.sourceforge.net">developer's mailing list</ulink>.
141     You can submit your ideas, or even better patches. Patches are best
142     submitted to the Sourceforge tracker set up for this purpose, but
143     can be sent to the list for review too.
144    </para>
145     <para>
146      You will also need to have a cvs package installed, which will
147      entail having ssh installed as well (which seems to be a requirement of
148      SourceForge), in order to access the cvs repository. Having the GNU build
149      tools is also going to be important (particularly, autoconf and gmake).
150     </para>
151     <para>
152       For the time being (read, this section is under construction), you can
153       also refer to the extensive comments in the source code. In fact,
154       reading the code is recommended in any case.
155     </para>
156    </sect2>
157   </sect1>
158
159   <!--   ~~~~~       New section      ~~~~~     -->
160   <sect1 id="cvs"><title>The CVS Repository</title>
161     <para>
162       If you become part of the active development team, you will eventually
163       need write access to our holy grail, the CVS repository. One of the
164       team members will need to set this up for you. Please read
165       this chapter completely before accessing via CVS.
166     </para>
167
168     <sect2 id="cvsaccess"><title>Access to CVS</title>
169       <para>
170         The project's CVS repository is hosted on
171         <ulink url="https://sourceforge.net/">SourceForge.</ulink>
172         For historical reasons, the CVS server is
173         called <literal>ijbswa.cvs.sourceforge.net</literal>, the repository is
174         called <literal>ijbswa</literal>, and the source tree module is called
175         <literal>current</literal>.
176       </para>
177     </sect2>
178
179     <sect2 id="cvsbranches">
180     <title>Branches</title>
181      <para>
182        Within the CVS repository, there are modules and branches. As
183        mentioned, the sources are in the <literal>current</literal>
184        <quote>module</quote>. Other modules are present for platform specific
185        issues. There is a webview of the CVS hierarchy at <ulink
186         url="http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/"
187             >http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/</ulink>,
188        which might help with visualizing how these pieces fit together.
189      </para>
190      <!--
191      <para>
192        Branches are used to fork a sub-development path from the main trunk.
193        Within the <literal>current</literal> module where the sources are, there
194        is always at least one <quote>branch</quote> from the main trunk
195        devoted to a stable release series. The main trunk is where active
196        development takes place for the next stable series (e.g. 3.2.x).
197        So just prior to each stable series (e.g. 3.0.x), a branch is created
198        just for stable series releases (e.g. 3.0.0 -> 3.0.1 -> 3.0.2, etc).
199        Once the initial stable release of any stable branch has taken place,
200        this branch is <emphasis>only used for bugfixes</emphasis>, which have
201        had prior testing before being committed to CVS. (See <link
202        linkend="versionnumbers">Version Numbers</link> below for details on
203        versioning.)
204      </para>
205      -->
206      <para>
207       At one time there were two distinct branches: stable and unstable. The
208       more drastic changes were to be in the unstable branch. These branches
209       have now been merged to minimize time and effort of maintaining two
210       branches.
211      </para>
212     <!--
213      <para>
214        This will result in at least two active branches, which means there may
215        be occasions that require the same (or similar) item to be
216        checked into to two different places (assuming its a bugfix and needs
217        fixing in both the stable and unstable trees). This also means that in
218        order to have access to both trees, both will have to be checked out
219        separately. Use the <literal>cvs -r</literal> flag to check out a
220        branch, e.g: <literal>cvs co -r v_3_0_branch current</literal>.
221      </para>
222     -->
223     </sect2>
224
225     <sect2 id="cvscommit"><title>CVS Commit Guidelines</title>
226       <para>
227         The source tree is the heart of every software project. Every effort must
228         be made to ensure that it is readable, compilable and consistent at all
229         times. <!-- There are differing guidelines for the stable branch and the
230         main development trunk, and --> We expect anyone with CVS access to strictly
231         adhere to the following guidelines:
232       </para>
233
234       <para>
235        Basic Guidelines, for all branches:
236       </para>
237       <para>
238         <itemizedlist>
239           <listitem><para>
240             Please don't commit even
241             a small change without testing it thoroughly first. When we're
242             close to a public release, ask a fellow developer to review your
243             changes.
244           </para></listitem>
245           <listitem><para>
246             Your commit message should give a concise overview of <emphasis>what you
247             changed</emphasis> (no big details) and <emphasis>why you changed it</emphasis>
248             Just check previous messages for good examples.
249           </para></listitem>
250           <listitem><para>
251             Don't use the same message on multiple files, unless it equally applies to
252             all those files.
253           </para></listitem>
254           <listitem><para>
255             If your changes span multiple files, and the code won't recompile unless
256             all changes are committed (e.g. when changing the signature of a function),
257             then commit all files one after another, without long delays in between.
258             If necessary, prepare the commit messages in advance.
259           </para></listitem>
260           <listitem><para>
261             Before changing things on CVS, make sure that your changes are in line
262             with the team's general consensus on what should be done.
263           </para></listitem>
264           <listitem>
265            <para>
266             Note that near a major public release, we get more cautious.
267             There is always the possibility to submit a patch to the <ulink
268             url="https://sourceforge.net/tracker/?atid=311118&amp;group_id=11118&amp;func=browse">patch
269             tracker</ulink> instead.
270           </para>
271          </listitem>
272         </itemizedlist>
273       </para>
274
275 <!--
276       <para>
277        Stable branches are handled with more care, especially after the
278        initial *.*.0 release, and we are just in bugfix mode. In addition to
279        the above, the below applies only to the stable branch (currently the
280        <literal>v_3_0_branch</literal> branch):
281       </para>
282
283       <para>
284        <itemizedlist>
285         <listitem>
286          <para>
287            Do not commit <emphasis>anything</emphasis> unless your proposed
288            changes have been well tested first, preferably by other members of the
289            project, or have prior approval of the project leaders or consensus
290            of the devel list.
291          </para>
292         </listitem>
293        <listitem>
294         <para>
295          Where possible, bugfixes and changes should be tested in the main
296          development trunk first. There may be occasions where this is not
297          feasible, though.
298         </para>
299        </listitem>
300        <listitem>
301         <para>
302           Alternately, proposed changes can be submitted as patches to the patch tracker on
303           Sourceforge first: <ulink
304           url="https://sourceforge.net/tracker/?group_id=11118&#38;atid=311118">https://sourceforge.net/tracker/?group_id=11118&#38;atid=311118</ulink>.
305           Then ask for peer review.
306         </para>
307        </listitem>
308         <listitem>
309          <para>
310           Do not even think about anything except bugfixes. No new features!
311          </para>
312         </listitem>
313
314        </itemizedlist>
315       </para>
316     -->
317     </sect2>
318
319   </sect1>
320
321   <!--   ~~~~~       New section      ~~~~~     -->
322 <sect1 id="documentation"><title>Documentation Guidelines</title>
323   <para>
324     All formal documents are maintained in Docbook SGML and located in the
325     <computeroutput>doc/source/*</computeroutput> directory. You will need
326     <ulink url="http://www.docbook.org">Docbook</ulink>, the Docbook
327     DTD's and the Docbook modular stylesheets (or comparable alternatives),
328     and either <application>jade</application> or
329     <application>openjade</application> (recommended) installed in order to
330     build docs from source. Currently there is <ulink
331     url="../user-manual/index.html"><citetitle>user-manual</citetitle></ulink>,
332     <ulink url="../faq/index.html"><citetitle>FAQ</citetitle></ulink>, and, of
333     course this, the <citetitle>developer-manual</citetitle> in this format.
334     The <citetitle>README</citetitle>, <citetitle>AUTHORS</citetitle>,
335     <citetitle>INSTALL</citetitle>,
336     <citetitle>privoxy.1</citetitle> (man page), and
337     <citetitle>config</citetitle> files are also now maintained as Docbook
338     SGML. These files, when built, in the top-level source directory are
339     generated files! Also, the <application>Privoxy</application> <filename>index.html</filename> (and a
340     variation on this file, <filename>privoxy-index.html</filename>,
341     meant for inclusion with doc packages), are maintained as SGML as well.
342     <emphasis>DO NOT edit these directly</emphasis>. Edit the SGML source, or
343     contact someone involved in the documentation.
344     </para>
345     <para>
346      <filename>config</filename> requires some special handling. The reason it
347      is maintained this way is so that the extensive comments in the file
348      mirror those in <citetitle>user-manual</citetitle>. But the conversion
349      process requires going from SGML to HTML to text to special formatting
350      required for the embedded comments. Some of this does not survive so
351      well. Especially some of the examples that are longer than 80 characters.
352      The build process for this file outputs to <filename>config.new</filename>,
353      which should be reviewed for errors and mis-formatting. Once satisfied
354      that it is correct, then it should be hand copied to
355      <filename>config</filename>.
356     </para>
357     <para>
358      Other, less formal documents (e.g. <filename>LICENSE</filename>) are
359      maintained as plain text files in the top-level source directory.
360     </para>
361     <para>
362      Packagers are encouraged to include this documentation. For those without
363      the ability to build the docs locally, text versions of each are kept in
364      CVS. HTML versions are also being kept in CVS under
365      <filename>doc/webserver/*</filename>.
366     </para>
367     <para>
368      Formal documents are built with the Makefile targets of
369      <computeroutput>make dok</computeroutput>.
370      The build process uses the document SGML sources in
371      <computeroutput>doc/source/*/*</computeroutput> to update all text files in
372      <computeroutput>doc/text/</computeroutput> and to update all HTML
373      documents in <computeroutput>doc/webserver/</computeroutput>.
374     </para>
375     <para>
376      Documentation writers should please make sure documents build
377      successfully before committing to CVS, if possible.
378     </para>
379     <para>
380      How do you update the webserver (i.e. the pages on privoxy.org)?
381
382      <orderedlist numeration="arabic">
383       <listitem><para>
384         First, build the docs by running <computeroutput>make
385         dok</computeroutput>.
386       </para></listitem>
387       <listitem><para>
388         Run <computeroutput>make webserver</computeroutput> which copies all
389         files from <computeroutput>doc/webserver</computeroutput> to the
390         sourceforge webserver via scp.
391       </para></listitem>
392      </orderedlist>
393   </para>
394
395   <para>
396    Finished docs should be occasionally submitted to CVS
397    (<filename>doc/webserver/*/*.html</filename>) so that those without
398    the ability to build them locally, have access to them if needed.
399    This is especially important just prior to a new release! Please
400    do this <emphasis>after</emphasis> the <literal>$VERSION</literal> and
401    other release specific data in <filename>configure.in</filename> has been
402    updated (this is done just prior to a new release).
403   </para>
404
405 <!--   ~~~~~       New section      ~~~~~     -->
406 <sect2 id="sgml">
407 <title>Quickstart to Docbook and SGML</title>
408 <para>
409  If you are not familiar with SGML, it is a markup language similar to HTML.
410  Actually, not a mark up language per se, but a language used to define
411  markup languages. In fact, HTML is an SGML application. Both will use
412  <quote>tags</quote> to format text and other content. SGML tags can be much
413  more varied, and flexible, but do much of the same kinds of things. The tags,
414  or <quote>elements</quote>, are definable in SGML. There is no set
415  <quote>standards</quote>. Since we are using
416  <application>Docbook</application>, our tags are those that are defined by
417  <application>Docbook</application>. Much of how the finish document is
418  rendered is determined by the <quote>stylesheets</quote>.
419  The stylesheets determine how each tag gets translated to HTML, or other
420  formats.
421 </para>
422
423 <para>
424  Tags in Docbook SGML need to be always <quote>closed</quote>. If not, you
425  will likely generate errors. Example: <literal>&lt;title&gt;My
426  Title&lt;/title&gt;</literal>. They are also case-insensitive, but we
427  strongly suggest using all lower case. This keeps compatibility with
428  [Docbook] <application>XML</application>.
429 </para>
430
431 <para>
432  Our documents use <quote>sections</quote> for the most part. Sections
433  will be processed into HTML headers (e.g. <literal>h1</literal> for
434  <literal>sect1</literal>). The <application>Docbook</application> stylesheets
435  will use these to also generate the Table of Contents for each doc. Our
436  TOC's are set to a depth of three. Meaning <literal>sect1</literal>,
437  <literal>sect2</literal>, and <literal>sect3</literal> will have TOC
438  entries, but <literal>sect4</literal> will not. Each section requires
439  a <literal>&lt;title&gt;</literal> element, and at least one
440  <literal>&lt;para&gt;</literal>. There is a limit of five section
441  levels in Docbook, but generally three should be sufficient for our
442  purposes.
443 </para>
444
445 <para>
446  Some common elements that you likely will use:
447 </para>
448
449 <para>
450   <simplelist>
451     <member>
452       <emphasis>&lt;para&gt;&lt;/para&gt;</emphasis>, paragraph delimiter. Most
453       text needs to be within paragraph elements (there are some exceptions).
454     </member>
455     <member>
456       <emphasis>&lt;emphasis&gt;&lt;/emphasis&gt;</emphasis>, the stylesheets
457       make this italics.
458     </member>
459     <member>
460       <emphasis>&lt;filename&gt;&lt;/filename&gt;</emphasis>, files and directories.
461     </member>
462     <member>
463       <emphasis>&lt;command&gt;&lt;/command&gt;</emphasis>, command examples.
464     </member>
465     <member>
466       <emphasis>&lt;literallayout&gt;&lt;/literallayout&gt;</emphasis>, like
467       <literal>&lt;pre&gt;</literal>, more or less.
468     </member>
469     <member>
470       <emphasis>&lt;itemizedlist&gt;&lt;/itemizedlist&gt;</emphasis>, list with bullets.
471     </member>
472     <member>
473       <emphasis>&lt;listitem&gt;&lt;/listitem&gt;</emphasis>, member of the above.
474     </member>
475     <member>
476       <emphasis>&lt;screen&gt;&lt;/screen&gt;</emphasis>, screen output, implies
477       <literal>&lt;literallayout&gt;</literal>.
478     </member>
479     <member>
480       <emphasis>&lt;ulink url="example.com"&gt;&lt;/ulink&gt;</emphasis>, like
481       HTML <literal>&lt;a&gt;</literal> tag.
482     </member>
483     <member>
484       <emphasis>&lt;quote&gt;&lt;/quote&gt;</emphasis>, for, doh, quoting text.
485     </member>
486   </simplelist>
487 </para>
488
489 <para>
490  Look at any of the existing docs for examples of all these and more.
491 </para>
492
493 <para>
494  You might also find <quote><ulink
495  url="http://opensource.bureau-cornavin.com/crash-course/index.html">Writing Documentation
496  Using DocBook - A Crash Course</ulink></quote> useful.
497 </para>
498 </sect2>
499
500 <!--   ~~~~~       New section      ~~~~~     -->
501   <sect2 id="docstyle">
502   <title><application>Privoxy</application> Documentation Style</title>
503    <para>
504     It will be easier if everyone follows a similar writing style. This
505     just makes it easier to read what someone else has written if it
506     is all done in a similar fashion.
507    </para>
508    <para>
509     Here it is:
510    </para>
511    <para>
512     <itemizedlist>
513      <listitem>
514       <para>
515        All tags should be lower case.
516       </para>
517     </listitem>
518     <listitem>
519      <para>
520        Tags delimiting a <emphasis>block</emphasis> of text (even small
521        blocks) should be on their own line. Like:
522        <literallayout>
523  &lt;para&gt;
524   Some text goes here.
525  &lt;/para&gt;
526        </literallayout>
527        Tags marking individual words, or few words, should be in-line:
528        <literallayout>
529   Just to &lt;emphasis&gt;emphasize&lt;/emphasis&gt;, some text goes here.
530        </literallayout>
531      </para>
532    </listitem>
533    <listitem>
534     <para>
535       Tags should be nested and step indented for block text like: (except
536       in-line tags)
537      <literallayout>
538  &lt;para&gt;
539   &lt;itemizedlist&gt;
540    &lt;para&gt;
541     &lt;listitem&gt;
542       Some text goes here in our list example.
543      &lt;/listitem&gt;
544    &lt;/para&gt;
545   &lt;/itemizedlist&gt;
546  &lt;/para&gt;
547        </literallayout>
548       This makes it easier to find the text amongst the tags ;-)
549     </para>
550    </listitem>
551    <listitem>
552     <para>
553      Use white space to separate logical divisions within a document,
554      like between sections. Running everything together consistently
555      makes it harder to read and work on.
556     </para>
557    </listitem>
558    <listitem>
559     <para>
560      Do not hesitate to make comments. Comments can either use the
561      &lt;comment&gt; element, or the &lt;!--  --&gt; style comment
562      familiar from HTML. (Note in Docbook v4.x &lt;comment&gt; is
563      replaced by &lt;remark&gt;.)
564     </para>
565   </listitem>
566   <listitem>
567    <para>
568      We have an international audience. Refrain from slang, or English
569      idiosyncrasies (too many to list :). Humor also does not translate
570      well sometimes.
571    </para>
572   </listitem>
573   <listitem>
574    <para>
575     Try to keep overall line lengths in source files to 80 characters or less
576     for obvious reasons. This is not always possible, with lengthy URLs for
577     instance.
578    </para>
579   </listitem>
580   <listitem>
581    <para>
582     Our documents are available in differing formats. Right now, they
583     are just plain text and/or HTML, but others are always a
584     future possibility. Be careful with URLs (&lt;ulink&gt;), and avoid
585     this mistake:
586    </para>
587    <para>
588      My favorite site is &lt;ulink url="http://example.com"&gt;here&lt;/ulink&gt;.
589    </para>
590    <para>
591      This will render as <quote>My favorite site is here</quote>, which is
592      not real helpful in a text doc. Better like this:
593    </para>
594    <para>
595      My favorite site is &lt;ulink url="http://example.com"&gt;example.com&lt;/ulink&gt;.
596    </para>
597   </listitem>
598   <listitem>
599    <para>
600     All documents should be spell checked occasionally.
601     <application>aspell</application> can check SGML with the
602     <literal>-H</literal> option. (<application>ispell</application> I think
603     too.)
604    </para>
605   </listitem>
606
607   </itemizedlist>
608  </para>
609
610   </sect2>
611
612
613  <!--   ~~~~~       New section      ~~~~~     -->
614
615  <sect2><title>Privoxy Custom Entities</title>
616  <para>
617   <application>Privoxy</application> documentation is using
618   a number of customized <quote>entities</quote> to facilitate
619   documentation maintenance.
620  </para>
621  <para>
622   We are using a set of <quote>boilerplate</quote> files with generic text,
623   that is used by multiple docs. This way we can write something once, and use
624   it repeatedly without having to re-write the same content over and over again.
625   If editing such a file, keep in mind that it should be
626   <emphasis>generic</emphasis>. That is the purpose; so it can be used in varying
627   contexts without additional modifications.
628  </para>
629  <para>
630   We are also using what <application>Docbook</application> calls
631   <quote>internal entities</quote>. These are like variables in
632   programming. Well, sort of. For instance, we have the
633   <literal>p-version</literal> entity that contains the current
634   <application>Privoxy</application> version string. You are strongly
635   encouraged to use these where possible. Some of these obviously
636   require re-setting with each release (done by the Makefile). A sampling of
637   custom entities are listed below. See any of the main docs for examples.
638  </para>
639
640  <para>
641   <itemizedlist>
642   <listitem>
643    <para>
644     Re- <quote>boilerplate</quote> text entities are defined like:
645    </para>
646    <para>
647     <literal>&lt;!entity supported SYSTEM "supported.sgml"&gt;</literal>
648    </para>
649    <para>
650      In this example, the contents of the file,
651      <filename>supported.sgml</filename> is available for inclusion anywhere
652      in the doc. To make this happen, just reference the now defined
653      entity: <literal>&#38;supported;</literal> (starts with an ampersand
654      and ends with a semi-colon), and the contents will be dumped into
655      the finished doc at that point.
656    </para>
657   </listitem>
658   <listitem>
659    <para>
660     Commonly used <quote>internal entities</quote>:
661   </para>
662   <simplelist>
663    <member>
664     <emphasis>p-version</emphasis>: the <application>Privoxy</application>
665     version string, e.g. <quote>&p-version;</quote>.
666    </member>
667    <member>
668     <emphasis>p-status</emphasis>: the project status, either
669     <quote>alpha</quote>, <quote>beta</quote>, or <quote>stable</quote>.
670    </member>
671    <member>
672     <emphasis>p-not-stable</emphasis>: use to conditionally include
673     text in <quote>not stable</quote> releases (e.g. <quote>beta</quote>).
674    </member>
675    <member>
676     <emphasis>p-stable</emphasis>: just the opposite.
677    </member>
678    <member>
679     <emphasis>p-text</emphasis>: this doc is only generated as text.
680    </member>
681   </simplelist>
682  </listitem>
683  </itemizedlist>
684  </para>
685  <para>
686   There are others in various places that are defined for a specific
687   purpose. Read the source!
688  </para>
689
690  </sect2>
691
692  </sect1>
693
694 <!--     <listitem><para>be consistent with the redirect script (i.e. the <application>Privoxy</application> program -->
695 <!--       points via the redirect URL at sf to valid end-points in the document)</para></listitem> -->
696
697   <!--   ~~~~~       New section      ~~~~~     -->
698   <sect1 id="coding"><title>Coding Guidelines</title>
699
700     <sect2 id="s1"><title>Introduction</title>
701
702     <para>This set of standards is designed to make our lives easier.  It is
703     developed with the simple goal of helping us keep the "new and improved
704     <application>Privoxy</application>" consistent and reliable. Thus making
705     maintenance easier and increasing chances of success of the
706     project.</para>
707
708     <para>And that of course comes back to us as individuals. If we can
709     increase our development and product efficiencies then we can solve more
710     of the request for changes/improvements and in general feel good about
711     ourselves. ;-></para>
712
713   </sect2>
714
715     <sect2 id="s2"><title>Using Comments</title>
716
717
718     <sect3 id="s3"><title>Comment, Comment, Comment</title>
719
720     <para><emphasis>Explanation:</emphasis></para>
721
722     <para>Comment as much as possible without commenting the obvious.
723     For example do not comment "variable_a is equal to variable_b".
724     Instead explain why variable_a should be equal to the variable_b.
725     Just because a person can read code does not mean they will
726     understand why or what is being done. A reader may spend a lot
727     more time figuring out what is going on when a simple comment
728     or explanation would have prevented the extra research. Please
729     help your fellow Privoxy developers out!</para>
730
731     <para>The comments will also help justify the intent of the code.
732     If the comment describes something different than what the code
733     is doing then maybe a programming error is occurring.</para>
734
735     <para><emphasis>Example:</emphasis></para>
736 <programlisting>
737 /* if page size greater than 1k ... */
738 if (page_length() > 1024)
739 {
740     ... "block" the page up ...
741 }
742
743 /* if page size is small, send it in blocks */
744 if (page_length() > 1024)
745 {
746     ... "block" the page up ...
747 }
748
749 This demonstrates 2 cases of "what not to do".  The first is a
750 "syntax comment".  The second is a comment that does not fit what
751 is actually being done.
752 </programlisting>
753   </sect3>
754
755
756
757     <sect3 id="s4"><title>Use blocks for comments</title>
758
759     <para><emphasis>Explanation:</emphasis></para>
760
761     <para>Comments can help or they can clutter. They help when they
762     are differentiated from the code they describe. One line
763     comments do not offer effective separation between the comment
764     and the code. Block identifiers do, by surrounding the code
765     with a clear, definable pattern.</para>
766
767     <para><emphasis>Example:</emphasis></para>
768 <programlisting>
769 /*********************************************************************
770  * This will stand out clearly in your code!
771  *********************************************************************/
772 if (this_variable == that_variable)
773 {
774    do_something_very_important();
775 }
776
777
778 /* unfortunately, this may not */
779 if (this_variable == that_variable)
780 {
781    do_something_very_important();
782 }
783
784
785 if (this_variable == that_variable) /* this may not either */
786 {
787    do_something_very_important();
788 }</programlisting>
789
790     <para><emphasis>Exception:</emphasis></para>
791
792     <para>If you are trying to add a small logic comment and do not
793     wish to "disrupt" the flow of the code, feel free to use a 1
794     line comment which is NOT on the same line as the code.</para>
795
796
797   </sect3>
798
799
800     <sect3 id="s5"><title>Keep Comments on their own line</title>
801
802     <para><emphasis>Explanation:</emphasis></para>
803
804     <para>It goes back to the question of readability. If the comment
805     is on the same line as the code it will be harder to read than
806     the comment that is on its own line.</para>
807
808     <para>There are three exceptions to this rule, which should be
809     violated freely and often: during the definition of variables,
810     at the end of closing braces, when used to comment
811     parameters.</para>
812
813     <para><emphasis>Example:</emphasis></para>
814 <programlisting>
815 /*********************************************************************
816  * This will stand out clearly in your code,
817  * But the second example won't.
818  *********************************************************************/
819 if (this_variable == this_variable)
820 {
821    do_something_very_important();
822 }
823
824 if (this_variable == this_variable) /*can you see me?*/
825 {
826    do_something_very_important(); /*not easily*/
827 }
828
829
830 /*********************************************************************
831  * But, the encouraged exceptions:
832  *********************************************************************/
833 int urls_read     = 0;     /* # of urls read + rejected */
834 int urls_rejected = 0;     /* # of urls rejected */
835
836 if (1 == X)
837 {
838    do_something_very_important();
839 }
840
841
842 short do_something_very_important(
843    short firstparam,   /* represents something */
844    short nextparam     /* represents something else */ )
845 {
846    ...code here...
847
848 }   /* -END- do_something_very_important */
849 </programlisting>
850   </sect3>
851
852
853     <sect3 id="s6"><title>Comment each logical step</title>
854
855     <para><emphasis>Explanation:</emphasis></para>
856
857     <para>Logical steps should be commented to help others follow the
858     intent of the written code and comments will make the code more
859     readable.</para>
860
861     <para>If you have 25 lines of code without a comment, you should
862     probably go back into it to see where you forgot to put
863     one.</para>
864
865     <para>Most "for", "while", "do", etc... loops _probably_ need a
866     comment. After all, these are usually major logic
867     containers.</para>
868
869
870   </sect3>
871
872
873     <sect3 id="s7"><title>Comment All Functions Thoroughly</title>
874
875     <para><emphasis>Explanation:</emphasis></para>
876
877     <para>A reader of the code should be able to look at the comments
878     just prior to the beginning of a function and discern the
879     reason for its existence and the consequences of using it. The
880     reader should not have to read through the code to determine if
881     a given function is safe for a desired use. The proper
882     information thoroughly presented at the introduction of a
883     function not only saves time for subsequent maintenance or
884     debugging, it more importantly aids in code reuse by allowing a
885     user to determine the safety and applicability of any function
886     for the problem at hand. As a result of such benefits, all
887     functions should contain the information presented in the
888     addendum section of this document.</para>
889
890
891   </sect3>
892
893
894     <sect3 id="s8"><title>Comment at the end of braces if the
895     content is more than one screen length</title>
896
897     <para><emphasis>Explanation:</emphasis></para>
898
899     <para>Each closing brace should be followed on the same line by a
900     comment that describes the origination of the brace if the
901     original brace is off of the screen, or otherwise far away from
902     the closing brace. This will simplify the debugging,
903     maintenance, and readability of the code.</para>
904
905     <para>As a suggestion , use the following flags to make the
906     comment and its brace more readable:</para>
907
908     <para>use following a closing brace: } /* -END- if() or while ()
909     or etc... */</para>
910
911     <para><emphasis>Example:</emphasis></para>
912 <programlisting>
913 if (1 == X)
914 {
915    do_something_very_important();
916    ...some long list of commands...
917 } /* -END- if x is 1 */
918
919 or:
920
921 if (1 == X)
922 {
923    do_something_very_important();
924    ...some long list of commands...
925 } /* -END- if (1 == X) */
926 </programlisting>
927   </sect3>
928
929   </sect2>
930
931     <sect2 id="s9"><title>Naming Conventions</title>
932
933
934
935     <sect3 id="s10"><title>Variable Names</title>
936
937     <para><emphasis>Explanation:</emphasis></para>
938
939     <para>Use all lowercase, and separate words via an underscore
940     ('_'). Do not start an identifier with an underscore. (ANSI C
941     reserves these for use by the compiler and system headers.) Do
942     not use identifiers which are reserved in ANSI C++. (E.g.
943     template, class, true, false, ...). This is in case we ever
944     decide to port Privoxy to C++.</para>
945
946     <para><emphasis>Example:</emphasis></para>
947 <programlisting>
948 int ms_iis5_hack = 0;</programlisting>
949
950     <para><emphasis>Instead of:</emphasis></para>
951
952     <para>
953 <programlisting>
954 int msiis5hack = 0; int msIis5Hack = 0;
955 </programlisting>
956 </para>
957
958
959
960   </sect3>
961
962     <sect3 id="s11"><title>Function Names</title>
963
964     <para><emphasis>Explanation:</emphasis></para>
965
966     <para>Use all lowercase, and separate words via an underscore
967     ('_'). Do not start an identifier with an underscore. (ANSI C
968     reserves these for use by the compiler and system headers.) Do
969     not use identifiers which are reserved in ANSI C++. (E.g.
970     template, class, true, false, ...). This is in case we ever
971     decide to port Privoxy to C++.</para>
972
973     <para><emphasis>Example:</emphasis></para>
974 <programlisting>
975 int load_some_file(struct client_state *csp)</programlisting>
976
977     <para><emphasis>Instead of:</emphasis></para>
978
979     <para>
980 <programlisting>
981 int loadsomefile(struct client_state *csp)
982 int loadSomeFile(struct client_state *csp)
983 </programlisting>
984 </para>
985
986
987   </sect3>
988
989
990     <sect3 id="s12"><title>Header file prototypes</title>
991
992     <para><emphasis>Explanation:</emphasis></para>
993
994     <para>Use a descriptive parameter name in the function prototype
995     in header files. Use the same parameter name in the header file
996     that you use in the c file.</para>
997
998     <para><emphasis>Example:</emphasis></para>
999 <programlisting>
1000 (.h) extern int load_aclfile(struct client_state *csp);
1001 (.c) int load_aclfile(struct client_state *csp)</programlisting>
1002
1003     <para><emphasis>Instead of:</emphasis>
1004 <programlisting>
1005 (.h) extern int load_aclfile(struct client_state *); or
1006 (.h) extern int load_aclfile();
1007 (.c) int load_aclfile(struct client_state *csp)
1008 </programlisting>
1009 </para>
1010
1011
1012   </sect3>
1013
1014
1015     <sect3 id="s13"><title>Enumerations, and #defines</title>
1016
1017     <para><emphasis>Explanation:</emphasis></para>
1018
1019     <para>Use all capital letters, with underscores between words. Do
1020     not start an identifier with an underscore. (ANSI C reserves
1021     these for use by the compiler and system headers.)</para>
1022
1023     <para><emphasis>Example:</emphasis></para>
1024 <programlisting>
1025 (enumeration) : enum Boolean {FALSE, TRUE};
1026 (#define) : #define DEFAULT_SIZE 100;</programlisting>
1027
1028     <para><emphasis>Note:</emphasis> We have a standard naming scheme for #defines
1029     that toggle a feature in the preprocessor: FEATURE_>, where
1030     > is a short (preferably 1 or 2 word) description.</para>
1031
1032     <para><emphasis>Example:</emphasis></para>
1033 <programlisting>
1034 #define FEATURE_FORCE 1
1035
1036 #ifdef FEATURE_FORCE
1037 #define FORCE_PREFIX blah
1038 #endif /* def FEATURE_FORCE */
1039 </programlisting>
1040   </sect3>
1041
1042
1043     <sect3 id="s14"><title>Constants</title>
1044
1045     <para><emphasis>Explanation:</emphasis></para>
1046
1047     <para>Spell common words out entirely (do not remove vowels).</para>
1048
1049     <para>Use only widely-known domain acronyms and abbreviations.
1050     Capitalize all letters of an acronym.</para>
1051
1052     <para>Use underscore (_) to separate adjacent acronyms and
1053     abbreviations. Never terminate a name with an underscore.</para>
1054
1055     <para><emphasis>Example:</emphasis></para>
1056 <programlisting>
1057 #define USE_IMAGE_LIST 1</programlisting>
1058
1059     <para><emphasis>Instead of:</emphasis></para>
1060
1061     <para>
1062 <programlisting>
1063 #define USE_IMG_LST 1 or
1064 #define _USE_IMAGE_LIST 1 or
1065 #define USE_IMAGE_LIST_ 1 or
1066 #define use_image_list 1 or
1067 #define UseImageList 1
1068 </programlisting>
1069 </para>
1070
1071
1072   </sect3>
1073
1074   </sect2>
1075
1076
1077     <sect2 id="s15"><title>Using Space</title>
1078
1079
1080
1081     <sect3 id="s16"><title>Put braces on a line by themselves.</title>
1082
1083     <para><emphasis>Explanation:</emphasis></para>
1084
1085     <para>The brace needs to be on a line all by itself, not at the
1086     end of the statement. Curly braces should line up with the
1087     construct that they're associated with. This practice makes it
1088     easier to identify the opening and closing braces for a
1089     block.</para>
1090
1091     <para><emphasis>Example:</emphasis></para>
1092 <programlisting>
1093 if (this == that)
1094 {
1095    ...
1096 }</programlisting>
1097
1098     <para><emphasis>Instead of:</emphasis></para>
1099
1100     <para>if (this == that) { ... }</para>
1101
1102     <para>or</para>
1103
1104     <para>if (this == that) { ... }</para>
1105
1106     <para><emphasis>Note:</emphasis> In the special case that the if-statement is
1107     inside a loop, and it is trivial, i.e. it tests for a
1108     condition that is obvious from the purpose of the block,
1109     one-liners as above may optically preserve the loop structure
1110     and make it easier to read.</para>
1111
1112     <para><emphasis>Status:</emphasis> developer-discretion.</para>
1113
1114     <para><emphasis>Example exception:</emphasis></para>
1115 <programlisting>
1116 while (more lines are read)
1117 {
1118    /* Please document what is/is not a comment line here */
1119    if (it's a comment) continue;
1120
1121    do_something(line);
1122 }
1123 </programlisting>
1124   </sect3>
1125
1126
1127     <sect3 id="s17"><title>ALL control statements should have a
1128     block</title>
1129
1130     <para><emphasis>Explanation:</emphasis></para>
1131
1132     <para>Using braces to make a block will make your code more
1133     readable and less prone to error. All control statements should
1134     have a block defined.</para>
1135
1136     <para><emphasis>Example:</emphasis></para>
1137 <programlisting>
1138 if (this == that)
1139 {
1140    do_something();
1141    do_something_else();
1142 }</programlisting>
1143
1144     <para><emphasis>Instead of:</emphasis></para>
1145
1146     <para>if (this == that) do_something(); do_something_else();</para>
1147
1148     <para>or</para>
1149
1150     <para>if (this == that) do_something();</para>
1151
1152     <para><emphasis>Note:</emphasis> The first example in "Instead of" will execute
1153     in a manner other than that which the developer desired (per
1154     indentation). Using code braces would have prevented this
1155     "feature". The "explanation" and "exception" from the point
1156     above also applies.</para>
1157
1158
1159   </sect3>
1160
1161
1162     <sect3 id="s18"><title>Do not belabor/blow-up boolean
1163     expressions</title>
1164
1165     <para><emphasis>Example:</emphasis></para>
1166 <programlisting>
1167 structure->flag = (condition);</programlisting>
1168
1169     <para><emphasis>Instead of:</emphasis></para>
1170
1171     <para>if (condition) { structure->flag = 1; } else {
1172     structure->flag = 0; }</para>
1173
1174     <para><emphasis>Note:</emphasis> The former is readable and concise. The later
1175     is wordy and inefficient. Please assume that any developer new
1176     to the project has at least a "good" knowledge of C/C++. (Hope
1177     I do not offend by that last comment ... 8-)</para>
1178
1179
1180   </sect3>
1181
1182
1183     <sect3 id="s19"><title>Use white space freely because it is
1184     free</title>
1185
1186     <para><emphasis>Explanation:</emphasis></para>
1187
1188     <para>Make it readable. The notable exception to using white space
1189     freely is listed in the next guideline.</para>
1190
1191     <para><emphasis>Example:</emphasis></para>
1192 <programlisting>
1193 int first_value   = 0;
1194 int some_value    = 0;
1195 int another_value = 0;
1196 int this_variable = 0;
1197 </programlisting>
1198   </sect3>
1199
1200
1201     <sect3 id="s20"><title>Don't use white space around structure
1202     operators</title>
1203
1204     <para><emphasis>Explanation:</emphasis></para>
1205
1206     <para>- structure pointer operator ( "->" ) - member operator (
1207     "." ) - functions and parentheses</para>
1208
1209     <para>It is a general coding practice to put pointers, references,
1210     and function parentheses next to names. With spaces, the
1211     connection between the object and variable/function name is not
1212     as clear.</para>
1213
1214     <para><emphasis>Example:</emphasis></para>
1215 <programlisting>
1216 a_struct->a_member;
1217 a_struct.a_member;
1218 function_name();</programlisting>
1219
1220     <para><emphasis>Instead of:</emphasis> a_struct -> a_member; a_struct . a_member;
1221     function_name ();</para>
1222
1223
1224   </sect3>
1225
1226
1227     <sect3 id="s21"><title>Make the last brace of a function stand
1228     out</title>
1229
1230     <para><emphasis>Example:</emphasis></para>
1231 <programlisting>
1232 int function1( ... )
1233 {
1234    ...code...
1235    return(ret_code);
1236
1237 } /* -END- function1 */
1238
1239
1240 int function2( ... )
1241 {
1242 } /* -END- function2 */
1243 </programlisting>
1244
1245     <para><emphasis>Instead of:</emphasis></para>
1246
1247     <para>int function1( ... ) { ...code... return(ret_code); } int
1248     function2( ... ) { }</para>
1249
1250     <para><emphasis>Note:</emphasis> Use 1 blank line before the closing brace and 2
1251     lines afterward. This makes the end of function standout to
1252     the most casual viewer. Although function comments help
1253     separate functions, this is still a good coding practice. In
1254     fact, I follow these rules when using blocks in "for", "while",
1255     "do" loops, and long if {} statements too. After all whitespace
1256     is free!</para>
1257
1258     <para><emphasis>Status:</emphasis> developer-discretion on the number of blank
1259     lines. Enforced is the end of function comments.</para>
1260
1261
1262   </sect3>
1263
1264
1265     <sect3 id="s22"><title>Use 3 character indentions</title>
1266
1267     <para><emphasis>Explanation:</emphasis></para>
1268
1269     <para>If some use 8 character TABs and some use 3 character TABs,
1270     the code can look *very* ragged. So use 3 character indentions
1271     only. If you like to use TABs, pass your code through a filter
1272     such as "expand -t3" before checking in your code.</para>
1273
1274     <para><emphasis>Example:</emphasis></para>
1275 <programlisting>
1276 static const char * const url_code_map[256] =
1277 {
1278    NULL, ...
1279 };
1280
1281
1282 int function1( ... )
1283 {
1284    if (1)
1285    {
1286       return ALWAYS_TRUE;
1287    }
1288    else
1289    {
1290       return HOW_DID_YOU_GET_HERE;
1291    }
1292
1293    return NEVER_GETS_HERE;
1294
1295 }
1296 </programlisting>
1297   </sect3>
1298
1299   </sect2>
1300
1301
1302     <sect2 id="s23"><title>Initializing</title>
1303
1304
1305
1306     <sect3 id="s24"><title>Initialize all variables</title>
1307
1308     <para><emphasis>Explanation:</emphasis></para>
1309
1310     <para>Do not assume that the variables declared will not be used
1311     until after they have been assigned a value somewhere else in
1312     the code. Remove the chance of accidentally using an unassigned
1313     variable.</para>
1314
1315     <para><emphasis>Example:</emphasis></para>
1316 <programlisting>
1317 short a_short = 0;
1318 float a_float  = 0;
1319 struct *ptr = NULL;</programlisting>
1320
1321     <para><emphasis>Note:</emphasis> It is much easier to debug a SIGSEGV if the
1322     message says you are trying to access memory address 00000000
1323     and not 129FA012; or array_ptr[20] causes a SIGSEV vs.
1324     array_ptr[0].</para>
1325
1326     <para><emphasis>Status:</emphasis> developer-discretion if and only if the
1327     variable is assigned a value "shortly after" declaration.</para>
1328
1329   </sect3>
1330   </sect2>
1331
1332
1333     <sect2 id="s25"><title>Functions</title>
1334
1335
1336
1337     <sect3 id="s26"><title>Name functions that return a boolean as a
1338     question.</title>
1339
1340     <para><emphasis>Explanation:</emphasis></para>
1341
1342     <para>Value should be phrased as a question that would logically
1343     be answered as a true or false statement</para>
1344
1345     <para><emphasis>Example:</emphasis></para>
1346 <programlisting>
1347 should_we_block_this();
1348 contains_an_image();
1349 is_web_page_blank();
1350 </programlisting>
1351   </sect3>
1352
1353
1354     <sect3 id="s27"><title>Always specify a return type for a
1355     function.</title>
1356
1357     <para><emphasis>Explanation:</emphasis></para>
1358
1359     <para>The default return for a function is an int. To avoid
1360     ambiguity, create a return for a function when the return has a
1361     purpose, and create a void return type if the function does not
1362     need to return anything.</para>
1363
1364
1365   </sect3>
1366
1367
1368     <sect3 id="s28"><title>Minimize function calls when iterating by
1369     using variables</title>
1370
1371     <para><emphasis>Explanation:</emphasis></para>
1372
1373     <para>It is easy to write the following code, and a clear argument
1374     can be made that the code is easy to understand:</para>
1375
1376     <para><emphasis>Example:</emphasis></para>
1377 <programlisting>
1378 for (size_t cnt = 0; cnt &lt; block_list_length(); cnt++)
1379 {
1380    ....
1381 }</programlisting>
1382
1383     <para><emphasis>Note:</emphasis> Unfortunately, this makes a function call for
1384     each and every iteration. This increases the overhead in the
1385     program, because the compiler has to look up the function each
1386     time, call it, and return a value. Depending on what occurs in
1387     the block_list_length() call, it might even be creating and
1388     destroying structures with each iteration, even though in each
1389     case it is comparing "cnt" to the same value, over and over.
1390     Remember too - even a call to block_list_length() is a function
1391     call, with the same overhead.</para>
1392
1393     <para>Instead of using a function call during the iterations,
1394     assign the value to a variable, and evaluate using the
1395     variable.</para>
1396
1397     <para><emphasis>Example:</emphasis></para>
1398 <programlisting>
1399 size_t len = block_list_length();
1400
1401 for (size_t cnt = 0; cnt &lt; len; cnt++)
1402 {
1403    ....
1404 }</programlisting>
1405
1406     <para><emphasis>Exceptions:</emphasis> if the value of block_list_length()
1407     *may* change or could *potentially* change, then you must code the
1408     function call in the for/while loop.</para>
1409
1410
1411   </sect3>
1412
1413
1414     <sect3 id="s29"><title>Pass and Return by Const Reference</title>
1415
1416     <para><emphasis>Explanation:</emphasis></para>
1417
1418     <para>This allows a developer to define a const pointer and call
1419     your function. If your function does not have the const
1420     keyword, we may not be able to use your function. Consider
1421     strcmp, if it were defined as: extern int strcmp(char *s1,
1422     char *s2);</para>
1423
1424     <para>I could then not use it to compare argv's in main: int
1425     main(int argc, const char *argv[]) { strcmp(argv[0], "privoxy");
1426      }</para>
1427
1428     <para>Both these pointers are *const*! If the c runtime library
1429     maintainers do it, we should too.</para>
1430
1431
1432   </sect3>
1433
1434
1435     <sect3 id="s30"><title>Pass and Return by Value</title>
1436
1437     <para><emphasis>Explanation:</emphasis></para>
1438
1439     <para>Most structures cannot fit onto a normal stack entry (i.e.
1440     they are not 4 bytes or less). Aka, a function declaration
1441     like: int load_aclfile(struct client_state csp)</para>
1442
1443     <para>would not work. So, to be consistent, we should declare all
1444     prototypes with "pass by value": int load_aclfile(struct
1445     client_state *csp)</para>
1446
1447
1448   </sect3>
1449
1450
1451     <sect3 id="s31"><title>Names of include files</title>
1452
1453     <para><emphasis>Explanation:</emphasis></para>
1454
1455     <para>Your include statements should contain the file name without
1456     a path. The path should be listed in the Makefile, using -I as
1457     processor directive to search the indicated paths. An exception
1458     to this would be for some proprietary software that utilizes a
1459     partial path to distinguish their header files from system or
1460     other header files.</para>
1461
1462     <para><emphasis>Example:</emphasis></para>
1463 <programlisting>
1464 #include &lt;iostream.h&gt;     /* This is not a local include */
1465 #include "config.h"       /* This IS a local include */
1466 </programlisting>
1467
1468     <para><emphasis>Exception:</emphasis></para>
1469
1470     <para>
1471 <programlisting>
1472 /* This is not a local include, but requires a path element. */
1473 #include &lt;sys/fileName.h&gt;
1474 </programlisting>
1475 </para>
1476
1477     <para><emphasis>Note:</emphasis> Please! do not add "-I." to the Makefile
1478     without a _very_ good reason. This duplicates the #include
1479     "file.h" behavior.</para>
1480
1481
1482   </sect3>
1483
1484
1485     <sect3 id="s32"><title>Provide multiple inclusion
1486     protection</title>
1487
1488     <para><emphasis>Explanation:</emphasis></para>
1489
1490     <para>Prevents compiler and linker errors resulting from
1491     redefinition of items.</para>
1492
1493     <para>Wrap each header file with the following syntax to prevent
1494     multiple inclusions of the file. Of course, replace PROJECT_H
1495     with your file name, with "." Changed to "_", and make it
1496     uppercase.</para>
1497
1498     <para><emphasis>Example:</emphasis></para>
1499 <programlisting>
1500 #ifndef PROJECT_H_INCLUDED
1501 #define PROJECT_H_INCLUDED
1502  ...
1503 #endif /* ndef PROJECT_H_INCLUDED */
1504 </programlisting>
1505   </sect3>
1506
1507
1508     <sect3 id="s33"><title>Use `extern "C"` when appropriate</title>
1509
1510     <para><emphasis>Explanation:</emphasis></para>
1511
1512     <para>If our headers are included from C++, they must declare our
1513     functions as `extern "C"`. This has no cost in C, but increases
1514     the potential re-usability of our code.</para>
1515
1516     <para><emphasis>Example:</emphasis></para>
1517 <programlisting>
1518 #ifdef __cplusplus
1519 extern "C"
1520 {
1521 #endif /* def __cplusplus */
1522
1523 ... function definitions here ...
1524
1525 #ifdef __cplusplus
1526 }
1527 #endif /* def __cplusplus */
1528 </programlisting>
1529   </sect3>
1530
1531
1532     <sect3 id="s34"><title>Where Possible, Use Forward Struct
1533     Declaration Instead of Includes</title>
1534
1535     <para><emphasis>Explanation:</emphasis></para>
1536
1537     <para>Useful in headers that include pointers to other struct's.
1538     Modifications to excess header files may cause needless
1539     compiles.</para>
1540
1541     <para><emphasis>Example:</emphasis></para>
1542 <programlisting>
1543 /*********************************************************************
1544  * We're avoiding an include statement here!
1545  *********************************************************************/
1546 struct file_list;
1547 extern file_list *xyz;</programlisting>
1548
1549     <para><emphasis>Note:</emphasis> If you declare "file_list xyz;" (without the
1550     pointer), then including the proper header file is necessary.
1551     If you only want to prototype a pointer, however, the header
1552     file is unnecessary.</para>
1553
1554     <para><emphasis>Status:</emphasis> Use with discretion.</para>
1555
1556
1557   </sect3>
1558   </sect2>
1559
1560     <sect2 id="s35"><title>General Coding Practices</title>
1561
1562
1563
1564     <sect3 id="s36"><title>Turn on warnings</title>
1565
1566     <para><emphasis>Explanation</emphasis></para>
1567
1568     <para>Compiler warnings are meant to help you find bugs. You
1569     should turn on as many as possible. With GCC, the switch is
1570     "-Wall". Try and fix as many warnings as possible.</para>
1571
1572
1573   </sect3>
1574
1575
1576     <sect3 id="s37"><title>Provide a default case for all switch
1577     statements</title>
1578
1579     <para><emphasis>Explanation:</emphasis></para>
1580
1581     <para>What you think is guaranteed is never really guaranteed. The
1582     value that you don't think you need to check is the one that
1583     someday will be passed. So, to protect yourself from the
1584     unknown, always have a default step in a switch statement.</para>
1585
1586     <para><emphasis>Example:</emphasis></para>
1587 <programlisting>
1588 switch (hash_string(cmd))
1589 {
1590    case hash_actions_file:
1591       ... code ...
1592       break;
1593
1594    case hash_confdir:
1595       ... code ...
1596       break;
1597
1598    default:
1599       log_error( ... );
1600       ... anomaly code goes here ...
1601       continue; / break; / exit( 1 ); / etc ...
1602
1603 } /* end switch (hash_string(cmd)) */</programlisting>
1604
1605     <para><emphasis>Note:</emphasis> If you already have a default condition, you
1606     are obviously exempt from this point. Of note, most of the
1607     WIN32 code calls `DefWindowProc' after the switch statement.
1608     This API call *should* be included in a default statement.</para>
1609
1610     <para><emphasis>Another Note:</emphasis> This is not so much a readability issue
1611     as a robust programming issue. The "anomaly code goes here" may
1612     be no more than a print to the STDERR stream (as in
1613     load_config). Or it may really be an abort condition.</para>
1614
1615     <para><emphasis>Status:</emphasis> Programmer discretion is advised.</para>
1616
1617
1618   </sect3>
1619
1620
1621     <sect3 id="s38"><title>Try to avoid falling through cases in a
1622     switch statement.</title>
1623
1624     <para><emphasis>Explanation:</emphasis></para>
1625
1626     <para>In general, you will want to have a 'break' statement within
1627     each 'case' of a switch statement. This allows for the code to
1628     be more readable and understandable, and furthermore can
1629     prevent unwanted surprises if someone else later gets creative
1630     and moves the code around.</para>
1631
1632     <para>The language allows you to plan the fall through from one
1633     case statement to another simply by omitting the break
1634     statement within the case statement. This feature does have
1635     benefits, but should only be used in rare cases. In general,
1636     use a break statement for each case statement.</para>
1637
1638     <para>If you choose to allow fall through, you should comment both
1639     the fact of the fall through and reason why you felt it was
1640     necessary.</para>
1641
1642
1643   </sect3>
1644
1645
1646     <sect3 id="s40"><title>Don't mix size_t and other types</title>
1647
1648     <para><emphasis>Explanation:</emphasis></para>
1649
1650     <para>The type of size_t varies across platforms. Do not make
1651     assumptions about whether it is signed or unsigned, or about
1652     how long it is. Do not compare a size_t against another
1653     variable of a different type (or even against a constant)
1654     without casting one of the values.</para>
1655
1656
1657   </sect3>
1658
1659
1660     <sect3 id="s41"><title>Declare each variable and struct on its
1661     own line.</title>
1662
1663     <para><emphasis>Explanation:</emphasis></para>
1664
1665     <para>It can be tempting to declare a series of variables all on
1666     one line. Don't.</para>
1667
1668     <para><emphasis>Example:</emphasis></para>
1669 <programlisting>
1670 long a = 0;
1671 long b = 0;
1672 long c = 0;</programlisting>
1673
1674     <para><emphasis>Instead of:</emphasis></para>
1675
1676     <para>long a, b, c;</para>
1677
1678     <para><emphasis>Explanation:</emphasis> - there is more room for comments on the
1679     individual variables - easier to add new variables without
1680     messing up the original ones - when searching on a variable to
1681     find its type, there is less clutter to "visually"
1682     eliminate</para>
1683
1684     <para><emphasis>Exceptions:</emphasis> when you want to declare a bunch of loop
1685     variables or other trivial variables; feel free to declare them
1686     on one line. You should, although, provide a good comment on
1687     their functions.</para>
1688
1689     <para><emphasis>Status:</emphasis> developer-discretion.</para>
1690
1691
1692   </sect3>
1693
1694
1695     <sect3 id="s42"><title>Use malloc/zalloc sparingly</title>
1696
1697     <para><emphasis>Explanation:</emphasis></para>
1698
1699     <para>Create a local struct (on the stack) if the variable will
1700     live and die within the context of one function call.</para>
1701
1702     <para>Only "malloc" a struct (on the heap) if the variable's life
1703     will extend beyond the context of one function call.</para>
1704
1705     <para><emphasis>Example:</emphasis></para>
1706 <programlisting>
1707 If a function creates a struct and stores a pointer to it in a
1708 list, then it should definitely be allocated via `malloc'.
1709 </programlisting>
1710   </sect3>
1711
1712
1713     <sect3 id="s43"><title>The Programmer Who Uses 'malloc' is
1714     Responsible for Ensuring 'free'</title>
1715
1716     <para><emphasis>Explanation:</emphasis></para>
1717
1718     <para>If you have to "malloc" an instance, you are responsible for
1719     insuring that the instance is `free'd, even if the deallocation
1720     event falls within some other programmer's code. You are also
1721     responsible for ensuring that deletion is timely (i.e. not too
1722     soon, not too late). This is known as "low-coupling" and is a
1723     "good thing (tm)". You may need to offer a
1724     free/unload/destructor type function to accommodate this.</para>
1725
1726     <para><emphasis>Example:</emphasis></para>
1727 <programlisting>
1728 int load_re_filterfile(struct client_state *csp) { ... }
1729 static void unload_re_filterfile(void *f) { ... }</programlisting>
1730
1731     <para><emphasis>Exceptions:</emphasis></para>
1732
1733     <para>The developer cannot be expected to provide `free'ing
1734     functions for C run-time library functions ... such as
1735     `strdup'.</para>
1736
1737     <para><emphasis>Status:</emphasis> developer-discretion. The "main" use of this
1738     standard is for allocating and freeing data structures (complex
1739     or nested).</para>
1740
1741
1742   </sect3>
1743
1744
1745     <sect3 id="s44"><title>Add loaders to the `file_list' structure
1746     and in order</title>
1747
1748     <para><emphasis>Explanation:</emphasis></para>
1749
1750     <para>I have ordered all of the "blocker" file code to be in alpha
1751     order. It is easier to add/read new blockers when you expect a
1752     certain order.</para>
1753
1754     <para><emphasis>Note:</emphasis> It may appear that the alpha order is broken in
1755     places by POPUP tests coming before PCRS tests. But since
1756     POPUPs can also be referred to as KILLPOPUPs, it is clear that
1757     it should come first.</para>
1758
1759
1760   </sect3>
1761
1762
1763     <sect3 id="s45"><title>"Uncertain" new code and/or changes to
1764     existing code, use XXX</title>
1765
1766     <para><emphasis>Explanation:</emphasis></para>
1767
1768     <para>If you have enough confidence in new code or confidence in
1769     your changes, but are not *quite* sure of the repercussions,
1770     add this:</para>
1771
1772     <para>/* XXX: this code has a logic error on platform XYZ, *
1773     attempting to fix */ #ifdef PLATFORM ...changed code here...
1774     #endif</para>
1775
1776     <para>or:</para>
1777
1778     <para>/* XXX: I think the original author really meant this...
1779     */ ...changed code here...</para>
1780
1781     <para>or:</para>
1782
1783     <para>/* XXX: new code that *may* break something else... */
1784     ...new code here...</para>
1785
1786     <para><emphasis>Note:</emphasis> If you make it clear that this may or may not
1787     be a "good thing (tm)", it will be easier to identify and
1788     include in the project (or conversely exclude from the
1789     project).</para>
1790
1791
1792   </sect3>
1793
1794   </sect2>
1795
1796     <sect2 id="s46"><title>Addendum: Template for files and function
1797     comment blocks:</title>
1798
1799     <para><emphasis>Example for file comments:</emphasis></para>
1800 <programlisting>
1801 const char FILENAME_rcs[] = "$I&lt;!-- Break CVS Substitution -->d$";
1802 /*********************************************************************
1803  *
1804  * File        :  $S&lt;!-- Break CVS Substitution -->ource$
1805  *
1806  * Purpose     :  (Fill me in with a good description!)
1807  *
1808  * Copyright   :  Written by and Copyright (C) 2001-2009
1809  *                the Privoxy team. http://www.privoxy.org/
1810  *
1811  *                This program is free software; you can redistribute it
1812  *                and/or modify it under the terms of the GNU General
1813  *                Public License as published by the Free Software
1814  *                Foundation; either version 2 of the License, or (at
1815  *                your option) any later version.
1816  *
1817  *                This program is distributed in the hope that it will
1818  *                be useful, but WITHOUT ANY WARRANTY; without even the
1819  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
1820  *                PARTICULAR PURPOSE.  See the GNU General Public
1821  *                License for more details.
1822  *
1823  *                The GNU General Public License should be included with
1824  *                this file.  If not, you can view it at
1825  *                http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1826  *                or write to the Free Software Foundation, Inc.,
1827  *                51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 ,
1828  *                USA
1829  *
1830  *********************************************************************/
1831
1832
1833 #include "config.h"
1834
1835    ...necessary include files for us to do our work...
1836
1837 const char FILENAME_h_rcs[] = FILENAME_H_VERSION;
1838 </programlisting>
1839
1840     <para><emphasis>Note:</emphasis> This declares the rcs variables that should be
1841     added to the "show-proxy-args" page. If this is a brand new
1842     creation by you, you are free to change the "Copyright" section
1843     to represent the rights you wish to maintain.</para>
1844
1845     <para><emphasis>Note:</emphasis> The formfeed character that is present right
1846     after the comment flower box is handy for (X|GNU)Emacs users to
1847     skip the verbiage and get to the heart of the code (via
1848     `forward-page' and `backward-page'). Please include it if you
1849     can.</para>
1850
1851     <para><emphasis>Example for file header comments:</emphasis></para>
1852 <programlisting>
1853 #ifndef _FILENAME_H
1854 #define _FILENAME_H
1855 #define FILENAME_H_VERSION "$I&lt;!-- Break CVS Substitution -->d$"
1856 /*********************************************************************
1857  *
1858  * File        :  $S&lt;!-- Break CVS Substitution -->ource$
1859  *
1860  * Purpose     :  (Fill me in with a good description!)
1861  *
1862  * Copyright   :  Written by and Copyright (C) 2001-2009
1863  *                the Privoxy team. http://www.privoxy.org/
1864  *
1865  *                This program is free software; you can redistribute it
1866  *                and/or modify it under the terms of the GNU General
1867  *                Public License as published by the Free Software
1868  *                Foundation; either version 2 of the License, or (at
1869  *                your option) any later version.
1870  *
1871  *                This program is distributed in the hope that it will
1872  *                be useful, but WITHOUT ANY WARRANTY; without even the
1873  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
1874  *                PARTICULAR PURPOSE.  See the GNU General Public
1875  *                License for more details.
1876  *
1877  *                The GNU General Public License should be included with
1878  *                this file.  If not, you can view it at
1879  *                http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1880  *                or write to the Free Software Foundation, Inc.,
1881  *                51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 ,
1882  *                USA
1883  *
1884  *********************************************************************/
1885
1886
1887 #include "project.h"
1888
1889 #ifdef __cplusplus
1890 extern "C" {
1891 #endif
1892
1893    ... function headers here ...
1894
1895
1896 /* Revision control strings from this header and associated .c file */
1897 extern const char FILENAME_rcs[];
1898 extern const char FILENAME_h_rcs[];
1899
1900
1901 #ifdef __cplusplus
1902 } /* extern "C" */
1903 #endif
1904
1905 #endif /* ndef _FILENAME_H */
1906
1907 /*
1908   Local Variables:
1909   tab-width: 3
1910   end:
1911 */
1912 </programlisting>
1913
1914     <para><emphasis>Example for function comments:</emphasis></para>
1915 <programlisting>
1916 /*********************************************************************
1917  *
1918  * Function    :  FUNCTION_NAME
1919  *
1920  * Description :  (Fill me in with a good description!)
1921  *
1922  * parameters  :
1923  *          1  :  param1 = pointer to an important thing
1924  *          2  :  x      = pointer to something else
1925  *
1926  * Returns     :  0 => Ok, everything else is an error.
1927  *
1928  *********************************************************************/
1929 int FUNCTION_NAME(void *param1, const char *x)
1930 {
1931    ...
1932    return 0;
1933
1934 }
1935 </programlisting>
1936
1937     <para><emphasis>Note:</emphasis> If we all follow this practice, we should be
1938     able to parse our code to create a "self-documenting" web
1939     page.</para>
1940
1941   </sect2>
1942
1943   </sect1>
1944
1945   <!--   ~~~~~       New section      ~~~~~     -->
1946   <sect1 id="testing"><title>Testing Guidelines</title>
1947     <para>To be filled.
1948 </para>
1949
1950     <!--   ~~~~~       New section      ~~~~~     -->
1951     <sect2 id="testing-plan"><title>Testplan for releases</title>
1952       <para>
1953        Explain release numbers. major, minor. developer releases. etc.
1954
1955 <orderedlist numeration="arabic">
1956           <listitem><para>
1957 Remove any existing rpm with rpm -e
1958 </para></listitem>
1959           <listitem><para>
1960 Remove any file that was left over. This includes (but is not limited to)
1961       <itemizedlist>
1962                 <listitem><para>/var/log/privoxy</para></listitem>
1963                 <listitem><para>/etc/privoxy</para></listitem>
1964                 <listitem><para>/usr/sbin/privoxy</para></listitem>
1965                 <listitem><para>/etc/init.d/privoxy</para></listitem>
1966                 <listitem><para>/usr/doc/privoxy*</para></listitem>
1967               </itemizedlist>
1968 </para></listitem>
1969           <listitem><para>
1970 Install the rpm. Any error messages?
1971 </para></listitem>
1972           <listitem><para>start,stop,status <application>Privoxy</application> with the specific script
1973       (e.g. /etc/rc.d/init/privoxy stop). Reboot your machine. Does
1974       autostart work?</para></listitem>
1975           <listitem><para>Start browsing. Does <application>Privoxy</application> work? Logfile written?</para></listitem>
1976           <listitem><para>Remove the rpm. Any error messages? All files removed?</para></listitem>
1977         </orderedlist>
1978 </para>
1979     </sect2>
1980     <!-- XXX: Document how to write test reports and where to send them -->
1981   </sect1>
1982
1983   <!--   ~~~~~       New section      ~~~~~     -->
1984   <sect1 id="newrelease"><title>Releasing a New Version</title>
1985     <para>
1986         When we release versions of <application>Privoxy</application>,
1987         our work leaves our cozy secret lab and has to work in the cold
1988         RealWorld[tm]. Once it is released, there is no way to call it
1989         back, so it is very important that great care is taken to ensure
1990         that everything runs fine, and not to introduce problems in the
1991         very last minute.
1992     </para>
1993     <para>
1994         So when releasing a new version, please adhere exactly to the
1995         procedure outlined in this chapter.
1996     </para>
1997
1998     <para>
1999         The following programs are required to follow this process:
2000         <filename>ncftpput</filename> (ncftp), <filename>scp, ssh</filename> (ssh),
2001         <filename>gmake</filename> (GNU's version of make), autoconf, cvs.
2002     </para>
2003
2004     <sect2 id="versionnumbers">
2005     <title>Version numbers</title>
2006
2007     <para>
2008       First you need to determine which version number the release will have.
2009       <application>Privoxy</application> version numbers consist of three numbers,
2010       separated by dots, like in X.Y.Z (e.g. 3.0.0), where:
2011         <itemizedlist>
2012           <listitem>
2013             <para>
2014               X, the version major, is rarely ever changed. It is increased by one if
2015               turning a development branch into stable substantially changes the functionality,
2016               user interface or configuration syntax. Majors 1 and 2 were
2017               <application>Junkbuster</application>, and 3 will be the first stable
2018               <application>Privoxy</application> release.
2019             </para>
2020           </listitem>
2021           <listitem>
2022             <para>
2023               Y, the version minor, represents the branch within the major version.
2024               At any point in time, there are two branches being maintained:
2025               The stable branch, with an even minor, say, 2N, in which no functionality is
2026               being added and only bug-fixes are made, and 2N+1, the development branch, in
2027               which the further development of <application>Privoxy</application> takes
2028               place.
2029               This enables us to turn the code upside down and inside out, while at the same time
2030               providing and maintaining a stable version.
2031               The minor is reset to zero (and one) when the major is incremented. When a development
2032               branch has matured to the point where it can be turned into stable, the old stable branch
2033               2N is given up (i.e. no longer maintained), the former development branch 2N+1 becomes the
2034               new stable branch 2N+2, and a new development branch 2N+3 is opened.
2035             </para>
2036           </listitem>
2037           <listitem>
2038             <para>
2039               Z, the point or sub version, represents a release of the software within a branch.
2040               It is therefore incremented immediately before each code freeze.
2041               In development branches, only the even point versions correspond to actual releases,
2042               while the odd ones denote the evolving state of the sources on CVS in between.
2043               It follows that Z is odd on CVS in development branches most of the time. There, it gets
2044               increased to an even number immediately before a code freeze, and is increased to an odd
2045               number again immediately thereafter.
2046               This ensures that builds from CVS snapshots are easily distinguished from released versions.
2047               The point version is reset to zero when the minor changes.
2048             </para>
2049             <para>
2050               Stable branches work a little differently, since there should be
2051               little to no development happening in such branches. Remember,
2052               only bugfixes, which presumably should have had some testing
2053               before being committed. Stable branches will then have their
2054               version reported as <literal>0.0.0</literal>, during that period
2055               between releases when changes are being added. This is to denote
2056               that this code is <emphasis>not for release</emphasis>. Then
2057               as the release nears, the version is bumped according: e.g.
2058               <literal>3.0.1 -> 0.0.0 -> 3.0.2</literal>.
2059             </para>
2060           </listitem>
2061         </itemizedlist>
2062     </para>
2063     <para>
2064      In summary, the main CVS trunk is the development branch where new
2065      features are being worked on for the next stable series. This should
2066      almost always be where the most activity takes place. There is always at
2067      least one stable branch from the trunk, e.g now it is
2068      <literal>3.0</literal>, which is only used to release stable versions.
2069      Once the initial *.0 release of the stable branch has been done, then as a
2070      rule, only bugfixes that have had prior testing should be committed to
2071      the stable branch. Once there are enough bugfixes to justify a new
2072      release, the version of this branch is again incremented Example: 3.0.0
2073      -> 3.0.1 -> 3.0.2, etc are all stable releases from within the stable
2074      branch. 3.1.x is currently the main trunk, and where work on 3.2.x is
2075      taking place. If any questions, please post to the devel list
2076      <emphasis>before</emphasis> committing to a stable branch!
2077     </para>
2078     <para>
2079      Developers should remember too that if they commit a bugfix to the stable
2080      branch, this will more than likely require a separate submission to the
2081      main trunk, since these are separate development trees within CVS. If you
2082      are working on both, then this would require at least two separate check
2083      outs (i.e main trunk, <emphasis>and</emphasis> the stable release branch,
2084      which is <literal>v_3_0_branch</literal> at the moment).
2085     </para>
2086
2087     </sect2>
2088
2089     <sect2 id="beforerelease">
2090     <title>Before the Release: Freeze</title>
2091      <para>
2092        The following <emphasis>must be done by one of the
2093        developers</emphasis> prior to each new release.
2094      </para>
2095      <para>
2096       <itemizedlist>
2097        <listitem>
2098         <para>
2099          Make sure that everybody who has worked on the code in the last
2100          couple of days has had a chance to yell <quote>no!</quote> in case
2101          they have pending changes/fixes in their pipelines. Announce the
2102          freeze so that nobody will interfere with last minute changes.
2103         </para>
2104       </listitem>
2105       <listitem>
2106        <para>
2107          Increment the version number (point from odd to even in development
2108          branches!) in <filename>configure.in</filename>. (RPM spec files
2109          will need to be incremented as well.)
2110        </para>
2111       </listitem>
2112       <listitem>
2113        <para>
2114         If <filename>default.action</filename> has changed since last
2115         release (i.e. software release or standalone actions file release),
2116         bump up its version info to A.B in this line:
2117        </para>
2118        <para>
2119         <programlisting>
2120   {+add-header{X-Actions-File-Version: A.B} -filter -no-popups}
2121 </programlisting>
2122        </para>
2123        <para>
2124         Then change the version info in doc/webserver/actions/index.php,
2125         line: '$required_actions_file_version = "A.B";'
2126        </para>
2127       </listitem>
2128       <listitem>
2129        <para>
2130         All documentation should be rebuild after the version bump.
2131         Finished docs should be then be committed to CVS (for those
2132         without the ability to build these). Some docs may require
2133         rather obscure processing tools. <filename>config</filename>,
2134         the man page (and the html version of the man page)
2135         fall in this category. REAMDE, the man page, AUTHORS, and config
2136         should all also be committed to CVS for other packagers. The
2137         formal docs should be uploaded to the webserver. See the
2138         Section "Updating the webserver" in this manual for details.
2139        </para>
2140       </listitem>
2141       <listitem>
2142        <para>
2143          The <citetitle>User Manual</citetitle> is also used for context
2144          sensitive help for the CGI editor. This is version sensitive, so that
2145          the user will get appropriate help for his/her release. So with
2146          each release a fresh version should be uploaded to the webserver
2147          (this is in addition to the main <citetitle>User Manual</citetitle>
2148          link from the main page since we need to keep manuals for various
2149          versions available). The CGI pages will link to something like
2150          <literal>http://privoxy.org/$(VERSION)/user-manual/</literal>. This
2151          will need to be updated for each new release. There is no Makefile
2152          target for this at this time!!! It needs to be done manually.
2153        </para>
2154       </listitem>
2155       <listitem>
2156        <para>
2157         All developers should look at the <filename>ChangeLog</filename> and
2158         make sure noteworthy changes are referenced.
2159        </para>
2160      </listitem>
2161       <listitem>
2162        <para>
2163         <emphasis>Commit all files that were changed in the above steps!</emphasis>
2164        </para>
2165       </listitem>
2166       <listitem>
2167        <para>
2168         Tag all files in CVS with the version number with
2169         <quote><command>cvs tag v_X_Y_Z</command></quote>.
2170         Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) etc.
2171        </para>
2172       </listitem>
2173      <listitem>
2174        <para>
2175         If the release was in a development branch, increase the point version
2176         from even to odd (X.Y.(Z+1)) again in <filename>configure.in</filename> and
2177         commit your change.
2178        </para>
2179       </listitem>
2180      <listitem>
2181        <para>
2182         On the webserver, copy the user manual to a new top-level directory
2183         called <filename>X.Y.Z</filename>. This ensures that help links from the CGI
2184         pages, which have the version as a prefix, will go into the right version of the manual.
2185         If this is a development branch release, also symlink <filename>X.Y.(Z-1)</filename>
2186         to <filename>X.Y.Z</filename> and <filename>X.Y.(Z+1)</filename> to
2187         <filename>.</filename> (i.e. dot).
2188        </para>
2189       </listitem>
2190       </itemizedlist>
2191      </para>
2192     </sect2>
2193
2194     <sect2 id="therelease">
2195     <title>Building and Releasing the Packages</title>
2196      <para>
2197       Now the individual packages can be built and released. Note that for
2198       GPL reasons the first package to be released is always the source tarball.
2199      </para>
2200
2201      <para>
2202       For <emphasis>all</emphasis> types of packages, including the source tarball,
2203       <emphasis>you must make sure that you build from clean sources by exporting
2204       the right version from CVS into an empty directory</emphasis> (just press return when
2205       asked for a password):
2206      </para>
2207
2208      <para>
2209       <programlisting>
2210   mkdir dist # delete or choose different name if it already exists
2211   cd dist
2212   cvs -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa login
2213   cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current
2214 </programlisting>
2215     </para>
2216
2217     <para>
2218      <emphasis>Do NOT change</emphasis> a single bit, including, but not limited to
2219      version information after export from CVS. This is to make sure that
2220      all release packages, and with them, all future bug reports, are based
2221      on exactly the same code.
2222     </para>
2223
2224     <warning>
2225      <para>
2226       Every significant release of Privoxy has included at least one
2227       package that either had incorrect versions of files, missing files,
2228       or incidental leftovers from a previous build process that gave
2229       unknown numbers of users headaches to try to figure out what was
2230       wrong. PLEASE, make sure you are using pristene sources, and are
2231       following the prescribed process!
2232      </para>
2233     </warning>
2234
2235     <para>
2236      Please find additional instructions for the source tarball and the
2237      individual platform dependent binary packages below. And details
2238      on the Sourceforge release process below that.
2239     </para>
2240
2241     <sect3 id="pack-guidelines">
2242     <title>Note on Privoxy Packaging</title>
2243      <para>
2244       Please keep these general guidelines in mind when putting together
2245       your package. These apply to <emphasis>all</emphasis> platforms!
2246      </para>
2247      <para>
2248       <itemizedlist>
2249        <listitem>
2250         <para>
2251           <application>Privoxy</application> <emphasis>requires</emphasis>
2252           write access to: all <filename>*.action</filename> files, all
2253           logfiles, and the <filename>trust</filename> file. You will
2254           need to determine the best way to do this for your platform.
2255         </para>
2256        </listitem>
2257        <listitem>
2258         <para>
2259           Please include up to date documentation. At a bare minimum:
2260         </para>
2261         <simplelist>
2262          <member>
2263           <filename>LICENSE</filename> (top-level directory)
2264          </member>
2265         </simplelist>
2266         <simplelist>
2267          <member>
2268           <filename>README</filename> (top-level directory)
2269          </member>
2270         </simplelist>
2271         <simplelist>
2272          <member>
2273           <filename>AUTHORS</filename> (top-level directory)
2274          </member>
2275         </simplelist>
2276         <simplelist>
2277          <member>
2278           <filename>man page</filename> (top-level directory, Unix-like
2279           platforms only)
2280          </member>
2281         </simplelist>
2282         <simplelist>
2283          <member>
2284           <filename>The User Manual</filename> (doc/webserver/user-manual/)
2285          </member>
2286         </simplelist>
2287         <simplelist>
2288          <member>
2289           <filename>FAQ</filename> (doc/webserver/faq/)
2290          </member>
2291         </simplelist>
2292         <para>
2293           Also suggested: <filename>Developer Manual</filename>
2294           (doc/webserver/developer-manual) and <filename>ChangeLog</filename>
2295           (top-level directory). <filename>FAQ</filename> and the manuals are
2296           HTML docs. There are also text versions in
2297           <filename>doc/text/</filename> which could conceivably also be
2298           included.
2299         </para>
2300         <para>
2301          The documentation has been designed such that the manuals are linked
2302          to each other from parallel directories, and should be packaged
2303          that way. <filename>privoxy-index.html</filename> can also be
2304          included and can serve as a focal point for docs and other links of
2305          interest (and possibly renamed to <filename>index.html</filename>).
2306          This should be one level up from the manuals. There is a link also
2307          on this page to an HTMLized version of the man page. To avoid 404 for
2308          this, it is in CVS as
2309          <filename>doc/webserver/man-page/privoxy-man-page.html</filename>,
2310          and should be included along with the manuals. There is also a
2311          css stylesheets that can be included for better presentation:
2312          <filename>p_doc.css</filename>. This should be in the same directory
2313          with <filename>privoxy-index.html</filename>, (i.e. one level up from
2314          the manual directories).
2315         </para>
2316       </listitem>
2317       <listitem>
2318        <para>
2319         <filename>user.action</filename> and <filename>user.filter</filename>
2320         are designed for local preferences. Make sure these do not get overwritten!
2321         <filename>config</filename> should not be overwritten either. This
2322         has especially important configuration data in it.
2323         <filename>trust</filename> should be left in tact as well.
2324        </para>
2325       </listitem>
2326       <listitem>
2327        <para>
2328         Other configuration files (<filename>default.action</filename> and
2329         <filename>default.filter</filename>) should be installed as the new
2330         defaults, but all previously installed configuration files should be
2331         preserved as backups. This is just good manners :-) These files are
2332         likely to change between releases and contain important new features
2333         and bug fixes.
2334        </para>
2335      </listitem>
2336      <listitem>
2337       <para>
2338        Please check platform specific notes in this doc, if you haven't
2339        done <quote>Privoxy</quote> packaging before for other platform
2340        specific issues. Conversely, please add any notes that you know
2341        are important for your platform (or contact one of the doc
2342        maintainers to do this if you can't).
2343       </para>
2344     </listitem>
2345     <listitem>
2346      <para>
2347        Packagers should do a <quote>clean</quote> install of their
2348        package after building it. So any previous installs should be
2349        removed first to ensure the integrity of the newly built package.
2350        Then run the package for a while to make sure there are no
2351        obvious problems, before uploading.
2352      </para>
2353     </listitem>
2354
2355       </itemizedlist>
2356      </para>
2357
2358     </sect3>
2359
2360     <sect3 id="newrelease-tarball"><title>Source Tarball</title>
2361       <para>
2362         First, <emphasis>make sure that you have freshly exported the right
2363         version into an empty directory</emphasis>. (See "Building and releasing
2364         packages" above). Then run:
2365       </para>
2366       <para>
2367         <programlisting>
2368   cd current
2369   autoheader && autoconf && ./configure
2370 </programlisting>
2371       </para>
2372       <para>
2373         Then do:
2374       </para>
2375       <para>
2376         <programlisting>
2377   make tarball-dist
2378 </programlisting>
2379       </para>
2380       <para>
2381         To upload the package to Sourceforge, simply issue
2382       </para>
2383       <para>
2384         <programlisting>
2385   make tarball-upload
2386 </programlisting>
2387       </para>
2388       <para>
2389         Go to the displayed URL and release the file publicly on Sourceforge.
2390         For the change log field, use the relevant section of the
2391         <filename>ChangeLog</filename> file.
2392       </para>
2393     </sect3>
2394
2395     <sect3 id="newrelease-rpm"><title>SuSE, Conectiva or Red Hat RPM</title>
2396       <para>
2397         In following text, replace <replaceable class="parameter">dist</replaceable>
2398         with either <quote>rh</quote> for Red Hat or <quote>suse</quote> for SuSE.
2399       </para>
2400       <para>
2401         First, <emphasis>make sure that you have freshly exported the right
2402         version into an empty directory</emphasis>. (See "Building and releasing
2403         packages" above).
2404       </para>
2405       <para>
2406         As the only exception to not changing anything after export from CVS,
2407         now examine the file <filename>privoxy-</filename><replaceable class="parameter">dist</replaceable><filename>.spec</filename>
2408         and make sure that the version information and the RPM release number are
2409         correct. The RPM release numbers for each version start at one. Hence it must
2410         be reset to one if this is the first RPM for
2411         <replaceable class="parameter">dist</replaceable> which is built from version
2412         X.Y.Z. Check the
2413         <ulink url="https://sourceforge.net/project/showfiles.php?group_id=11118">file
2414         list</ulink> if unsure. Else, it must be set to the highest already available RPM
2415         release number for that version plus one.
2416       </para>
2417       <para>
2418         Then run:
2419       </para>
2420       <para>
2421         <programlisting>
2422   cd current
2423   autoheader && autoconf && ./configure
2424 </programlisting>
2425       </para>
2426       <para>
2427         Then do
2428       </para>
2429       <para>
2430         <programlisting>
2431   make <replaceable class="parameter">dist</replaceable>-dist
2432 </programlisting>
2433       </para>
2434       <para>
2435         To upload the package to Sourceforge, simply issue
2436       </para>
2437       <para>
2438         <programlisting>
2439   make <replaceable class="parameter">dist</replaceable>-upload <replaceable class="parameter">rpm_packagerev</replaceable>
2440 </programlisting>
2441       </para>
2442       <para>
2443         where <replaceable class="parameter">rpm_packagerev</replaceable> is the
2444         RPM release number as determined above.
2445         Go to the displayed URL and release the file publicly on Sourceforge.
2446         Use the release notes and change log from the source tarball package.
2447       </para>
2448     </sect3>
2449
2450     <sect3 id="newrelease-os2"><title>OS/2</title>
2451       <para>
2452         First, <emphasis>make sure that you have freshly exported the right
2453         version into an empty directory</emphasis>. (See "Building and releasing
2454         packages" above). Then get the OS/2 Setup module:
2455       </para>
2456       <para>
2457         <programlisting>
2458   cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co os2setup
2459 </programlisting>
2460       </para>
2461       <para>
2462         You will need a mix of development tools.
2463         The main compilation takes place with IBM Visual Age C++.
2464         Some ancillary work takes place with GNU tools, available from
2465         various sources like hobbes.nmsu.edu.
2466         Specificially, you will need <filename>autoheader</filename>,
2467         <filename>autoconf</filename> and <filename>sh</filename> tools.
2468         The packaging takes place with WarpIN, available from various sources, including
2469         its home page: <ulink url="http://www.xworkplace.org/">xworkplace</ulink>.
2470       </para>
2471       <para>
2472         Change directory to the <filename>os2setup</filename> directory.
2473         Edit the os2build.cmd file to set the final executable filename.
2474         For example,
2475       </para>
2476       <para>
2477         <programlisting>
2478   installExeName='privoxyos2_setup_X.Y.Z.exe'
2479 </programlisting>
2480       </para>
2481       <para>
2482         Next, edit the <filename>IJB.wis</filename> file so the release number matches
2483         in the <filename>PACKAGEID</filename> section:
2484       </para>
2485       <para>
2486         <programlisting>
2487   PACKAGEID="Privoxy Team\Privoxy\Privoxy Package\X\Y\Z"
2488 </programlisting>
2489       </para>
2490       <para>
2491         You're now ready to build.  Run:
2492       </para>
2493       <para>
2494         <programlisting>
2495   os2build
2496 </programlisting>
2497       </para>
2498       <para>
2499          You will find the  WarpIN-installable executable in the
2500         <filename>./files</filename> directory. Upload this anonymously to
2501          <filename>uploads.sourceforge.net/incoming</filename>, create a release
2502          for it, and you're done. Use the release notes and Change Log from the
2503          source tarball package.
2504       </para>
2505     </sect3>
2506
2507     <sect3 id="newrelease-solaris"><title>Solaris</title>
2508       <para>
2509         Login to Sourceforge's compilefarm via ssh:
2510       </para>
2511       <para>
2512         <programlisting>
2513   ssh cf.sourceforge.net
2514 </programlisting>
2515       </para>
2516       <para>
2517         Choose the right operating system (not the Debian one).
2518         When logged in, <emphasis>make sure that you have freshly exported the right
2519         version into an empty directory</emphasis>. (See "Building and releasing
2520         packages" above). Then run:
2521       </para>
2522       <para>
2523         <programlisting>
2524   cd current
2525   autoheader && autoconf && ./configure
2526 </programlisting>
2527       </para>
2528       <para>
2529         Then run
2530       </para>
2531       <para>
2532         <programlisting>
2533   gmake solaris-dist
2534 </programlisting>
2535       </para>
2536       <para>
2537         which creates a gzip'ed tar archive. Sadly, you cannot use <command>make
2538         solaris-upload</command> on the Sourceforge machine (no ncftpput). You now have
2539         to manually upload the archive to Sourceforge's ftp server and release
2540         the file publicly. Use the release notes and Change Log from the
2541         source tarball package.
2542       </para>
2543     </sect3>
2544
2545     <sect3 id="newrelease-windows"><title>Windows</title>
2546       <para>
2547         Use the <ulink url="http://www.fruitbat.org/Cygwin/index.html#cygwincirca">
2548         Cygwin Time Machine</ulink> to install the last 1.5 version of Cygwin.
2549         Run the following commands from within the Cygwin 1.5 bash shell.
2550       </para>
2551       <para>
2552         First, <emphasis>make sure that you have freshly exported the right
2553         version into an empty directory</emphasis>. (See "Building and releasing
2554         packages" above). Then get the Windows setup module:
2555       </para>
2556       <para>
2557       <programlisting>
2558   cvs -z3  -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co winsetup
2559 </programlisting>
2560       </para>
2561       <para>
2562         Then you can build the package.  This is fully automated, and is
2563         controlled by <filename>winsetup/GNUmakefile</filename>.
2564         All you need to do is:
2565       </para>
2566       <para>
2567       <programlisting>
2568   cd winsetup
2569   make
2570 </programlisting>
2571       </para>
2572       <para>
2573         Now you can manually rename <filename>privoxy_setup.exe</filename> to
2574         <filename>privoxy_setup_X_Y_Z.exe</filename>, and upload it to
2575         SourceForge. When releasing the package on SourceForge, use the release notes
2576         and Change Log from the source tarball package.
2577       </para>
2578     </sect3>
2579
2580     <sect3 id="newrelease-debian"><title>Debian</title>
2581       <para>
2582         First, <emphasis>make sure that you have freshly exported the
2583         right version into an empty directory</emphasis>. (See
2584         "Building and releasing packages" above).  Then add a log
2585         entry to <filename>debian/changelog</filename>, if it is not
2586         already there, for example by running:
2587       </para>
2588       <para>
2589         <programlisting>
2590   debchange -v &p-version;-&p-status;-1 "New upstream version"
2591 </programlisting>
2592       </para>
2593       <para>
2594         Then, run:
2595       </para>
2596       <para>
2597         <programlisting>
2598   dpkg-buildpackage -rfakeroot -us -uc -b
2599 </programlisting>
2600       </para>
2601       <para>
2602         This will create
2603         <filename>../privoxy_&p-version;-&p-status;-1_i386.deb</filename>
2604         which can be uploaded.  To upload the package to Sourceforge, simply
2605         issue
2606       </para>
2607       <para>
2608         <programlisting>
2609   make debian-upload
2610 </programlisting>
2611       </para>
2612     </sect3>
2613
2614     <sect3 id="newrelease-macosx"><title>Mac OS X</title>
2615       <para>
2616         First, <emphasis>make sure that you have freshly exported the right
2617         version into an empty directory</emphasis>. (See "Building and releasing
2618         packages" above).
2619       </para>
2620       <para>
2621         There are three modules available in the CVS repository for use on Mac
2622         OS X, though technically only two of them generate a release (the other
2623         can be used to install from source).
2624       </para>
2625       <sect4 id="OS-X-OSXPackageBuilder-module">
2626       <title>OSXPackageBuilder module</title>
2627         <para>
2628           The OSXPackageBuilder module generates OS X installer packages
2629           supporting all Macs running OS X 10.4 and above. Obtain it from CVS as
2630           follows into a folder parallel to the exported privoxy source:
2631           <programlisting>
2632   cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co OSXPackageBuilder
2633 </programlisting>
2634         </para>
2635         <para>
2636           The module contains complete instructions on its usage in the file
2637           <filename>OS X Package Builder HOWTO.txt</filename>.
2638         </para>
2639         <para>
2640           Once the package(s) have been generated, you can then upload them
2641           directly to the Files section of the Sourceforge project in the
2642           Macintosh (OS X) folder. Each new version release of Privoxy should
2643           have a new subfolder created in which to store its files. Please
2644           ensure that the folder contains a readme file that makes it clear
2645           which package is for whichversion of OS X.
2646         </para>
2647       </sect4>
2648       <sect4 id="OS-X-osxsetup-module">
2649       <title>osxsetup module (DEPRECATED)</title>
2650         <para>
2651           <emphasis>This module is deprecated since the installer it generates
2652           places all Privoxy files in one folder in a non-standard location, and
2653           supports only Intel Macs running OS X 10.6 or higher.</emphasis>
2654         </para>
2655         <para>
2656           Check out the module from CVS as follows into a folder parallel to the
2657           exported privoxy source:
2658           <programlisting>
2659   cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co osxsetup
2660 </programlisting>
2661         </para>
2662         <para>
2663           Then run:
2664         </para>
2665         <para>
2666           <programlisting>
2667   cd osxsetup
2668   build
2669 </programlisting>
2670         </para>
2671         <para>
2672           This will run <filename>autoheader</filename>, <filename>autoconf</filename>
2673           and <filename>configure</filename> as well as <filename>make</filename>.
2674           Finally, it will copy over the necessary files to the ./osxsetup/files
2675           directory for further processing by <filename>PackageMaker</filename>.
2676         </para>
2677         <para>
2678         Bring up PackageMaker with the PrivoxyPackage.pmsp definition file,
2679         modify the package name to match the release, and hit the "Create
2680         package" button. If you specify ./Privoxy.pkg as the output package
2681         name, you can then create the distributable zip file with the command:
2682         </para>
2683         <para>
2684           <programlisting>
2685   zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg
2686 </programlisting>
2687         </para>
2688         <para>
2689           You can then upload this file directly to the Files section of the
2690           Sourceforge project in the Macintosh (OS X) folder. Each new version
2691           release of Privoxy should have a new subfolder created in which to
2692           store its files.
2693           Please ensure that the folder contains a readme file that makes it
2694           clear which version(s) of OS X the package supports.
2695         </para>
2696       </sect4>
2697       <sect4 id="OS-X-macsetup-module">
2698       <title>macsetup module</title>
2699         <para>
2700           The macsetup module is ideal if you wish to build and install Privoxy
2701           from source on a single machine.
2702         </para>
2703         <para>
2704           Check out the module from CVS as follows into a folder parallel to the
2705           exported privoxy source:
2706           <programlisting>
2707   cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co macsetup
2708 </programlisting>
2709         </para>
2710         <para>
2711           The module contains complete instructions on its usage in its
2712           <filename>README</filename> file. The end result will be the
2713           exported version of Privoxy installed on the build machine.
2714         </para>
2715       </sect4>
2716     </sect3>
2717
2718     <sect3 id="newrelease-freebsd"><title>FreeBSD</title>
2719       <para>
2720         Update the www/privoxy port and submit a diff upstream.
2721         For details see the <ulink url="https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/">FreeBSD Porter's Handbook</ulink>.
2722       </para>
2723     </sect3>
2724
2725    <sect2 id="releasing">
2726    <title>Uploading and Releasing Your Package</title>
2727     <para>
2728       After the package is ready, it is time to upload it
2729       to SourceForge, and go through the release steps. The upload
2730       is done via FTP:
2731     </para>
2732      <para>
2733       <itemizedlist>
2734        <listitem>
2735         <para>
2736           Upload to: <ulink url="ftp://upload.sourceforge.net/incoming">ftp://upload.sourceforge.net/incoming</ulink>
2737         </para>
2738       </listitem>
2739       <listitem>
2740        <para>
2741          user: <literal>anonymous</literal>
2742        </para>
2743       </listitem>
2744       <listitem>
2745        <para>
2746          password: <literal>ijbswa-developers@lists.sourceforge.net</literal>
2747        </para>
2748       </listitem>
2749      </itemizedlist>
2750     </para>
2751     <para>
2752      Or use the <command>make</command> targets as described above.
2753     </para>
2754     <para>
2755      Once this done go to <ulink
2756       url="https://sourceforge.net/project/admin/editpackages.php?group_id=11118"
2757       >https://sourceforge.net/project/admin/editpackages.php?group_id=11118</ulink>,
2758      making sure you are logged in. Find your target platform in the
2759      second column, and click <literal>Add Release</literal>. You will
2760      then need to create a new release for your package, using the format
2761      of <literal>$VERSION ($CODE_STATUS)</literal>, e.g. <emphasis>&p-version;
2762      (beta)</emphasis>.
2763     </para>
2764     <para>
2765      Now just follow the prompts. Be sure to add any appropriate Release
2766      notes. You should see your freshly uploaded packages in
2767      <quote>Step 2. Add Files To This Release</quote>. Check the
2768      appropriate box(es). Remember at each step to hit the
2769      <quote>Refresh/Submit</quote> buttons! You should now see your
2770      file(s) listed in Step 3. Fill out the forms with the appropriate
2771      information for your platform, being sure to hit <quote>Update</quote>
2772      for each file. If anyone is monitoring your platform, check the
2773      <quote>email</quote> box at the very bottom to notify them of
2774      the new package. This should do it!
2775     </para>
2776     <para>
2777      If you have made errors, or need to make changes, you can go through
2778      essentially the same steps, but select <literal>Edit Release</literal>,
2779      instead of <literal>Add Release</literal>.
2780     </para>
2781    </sect2>
2782
2783     <sect2 id="afterrelease">
2784     <title>After the Release</title>
2785      <para>
2786       When all (or: most of the) packages have been uploaded and made available,
2787       send an email to the <ulink url="mailto:ijbswa-announce@lists.sourceforge.net">announce
2788       mailing list</ulink>, Subject: "Version X.Y.Z available for download". Be sure to
2789       include the
2790       <ulink url="https://sourceforge.net/project/showfiles.php?group_id=11118">download
2791       location</ulink>, the release notes and the Changelog. Also, post an
2792       updated News item on the project page Sourceforge, and update the Home
2793       page and docs linked from the Home page (see below). Other news sites
2794       and release oriented sites, such as Freshmeat, should also be notified.
2795      </para>
2796    </sect2>
2797
2798   </sect1>
2799
2800   <!--   ~~~~~       New section      ~~~~~     -->
2801   <sect1 id="webserver-update"><title>Update the Webserver</title>
2802    <para>
2803     The webserver should be updated at least with each stable release. When
2804     updating, please follow these steps to make sure that no broken links,
2805     inconsistent contents or permission problems will occur (as it has many
2806     times in the past!):
2807    </para>
2808    <para>
2809     If you have changed anything in the stable-branch documentation source
2810     SGML files, do:
2811    </para>
2812    <para>
2813     <programlisting>
2814   make dok
2815 </programlisting>
2816    </para>
2817    <para>
2818     That will generate <filename>doc/webserver/user-manual</filename>,
2819     <filename>doc/webserver/developer-manual</filename>,
2820     <filename>doc/webserver/faq</filename>,
2821     <filename>doc/webserver/index.html</filename> automatically.
2822    </para>
2823    <para>
2824     If you changed the manual page sources, generate
2825     <filename>doc/webserver/man-page/privoxy-man-page.html</filename>
2826     by running <quote><command>make man</command></quote>. (This is
2827     a separate target due to dependencies on some obscure perl scripts
2828     [now in CVS, but not well tested]. See comments in <filename>GNUmakefile</filename>.)
2829    </para>
2830    <para>
2831     If you want to add new files to the webserver, create them locally in
2832     the <filename>doc/webserver/*</filename> directory (or
2833     create new directories under <filename>doc/webserver</filename>).
2834    </para>
2835    <para>
2836     Next, commit any changes from the above steps to CVS. All set?
2837     If these are docs in the stable branch, then do:
2838    </para>
2839    <para>
2840     <programlisting>
2841   make webserver
2842 </programlisting>
2843    </para>
2844    <para>
2845     This will do the upload to <ulink url="http://www.privoxy.org/">the
2846     webserver</ulink> (www.privoxy.org) and ensure all files and directories
2847     there are group writable.
2848    </para>
2849    <para>
2850     Please do <emphasis>NOT</emphasis> use any other means of transferring
2851     files to the webserver to avoid permission problems. Also, please do not
2852     upload docs from development branches or versions. The publicly posted
2853     docs should be in sync with the last official release.
2854    </para>
2855   </sect1>
2856
2857   <!--
2858
2859   This program is free software; you can redistribute it
2860   and/or modify it under the terms of the GNU General
2861   Public License as published by the Free Software
2862   Foundation; either version 2 of the License, or (at
2863   your option) any later version.
2864
2865   This program is distributed in the hope that it will
2866   be useful, but WITHOUT ANY WARRANTY; without even the
2867   implied warranty of MERCHANTABILITY or FITNESS FOR A
2868   PARTICULAR PURPOSE.  See the GNU General Public
2869   License for more details.
2870
2871   The GNU General Public License should be included with
2872   this file.  If not, you can view it at
2873   http://www.gnu.org/copyleft/gpl.html
2874   or write to the Free Software Foundation, Inc., 59
2875   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
2876
2877   -->
2878
2879 </article>