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