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