Regenerate docs
[privoxy.git] / doc / webserver / developer-manual / introduction.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5   <title>Introduction</title>
6   <meta name="GENERATOR" content=
7   "Modular DocBook HTML Stylesheet Version 1.79">
8   <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
9   <link rel="PREVIOUS" title="Privoxy Developer Manual" href="index.html">
10   <link rel="NEXT" title="The CVS Repository" href="cvs.html">
11   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
12   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13 </head>
14 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
15 "#840084" alink="#0000FF">
16   <div class="NAVHEADER">
17     <table summary="Header navigation table" width="100%" border="0"
18     cellpadding="0" cellspacing="0">
19       <tr>
20         <th colspan="3" align="center">Privoxy Developer Manual</th>
21       </tr>
22       <tr>
23         <td width="10%" align="left" valign="bottom"><a href="index.html"
24         accesskey="P">Prev</a></td>
25         <td width="80%" align="center" valign="bottom"></td>
26         <td width="10%" align="right" valign="bottom"><a href="cvs.html"
27         accesskey="N">Next</a></td>
28       </tr>
29     </table>
30     <hr align="left" width="100%">
31   </div>
32   <div class="SECT1">
33     <h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1.
34     Introduction</a></h1>
35     <p><span class="APPLICATION">Privoxy</span>, as an heir to <span class=
36     "APPLICATION">Junkbuster</span>, is a Free Software project and the code
37     is licensed under the GNU General Public License version 2. As such,
38     <span class="APPLICATION">Privoxy</span> development is potentially open
39     to anyone who has the time, knowledge, and desire to contribute in any
40     capacity. Our goals are simply to continue the mission, to improve
41     <span class="APPLICATION">Privoxy</span>, and to make it available to as
42     wide an audience as possible.</p>
43     <p>One does not have to be a programmer to contribute. Packaging,
44     testing, documenting and porting, are all important jobs as well.</p>
45     <div class="SECT2">
46       <h2 class="SECT2"><a name="QUICKSTART" id="QUICKSTART">1.1. Quickstart
47       to Privoxy Development</a></h2>
48       <p>The first step is to join the <a href=
49       "https://lists.privoxy.org/mailman/listinfo/privoxy-devel" target=
50       "_top">privoxy-devel mailing list</a>. You can submit your ideas, or
51       even better patches. Patches are best submitted to the Sourceforge
52       tracker set up for this purpose, but can be sent to the list for review
53       too.</p>
54       <p>You will also need to have a cvs package installed, which will
55       entail having ssh installed as well (which seems to be a requirement of
56       SourceForge), in order to access the cvs repository. Having the GNU
57       build tools is also going to be important (particularly, autoconf and
58       gmake).</p>
59       <p>For the time being (read, this section is under construction), you
60       can also refer to the extensive comments in the source code. In fact,
61       reading the code is recommended in any case.</p>
62     </div>
63   </div>
64   <div class="NAVFOOTER">
65     <hr align="left" width="100%">
66     <table summary="Footer navigation table" width="100%" border="0"
67     cellpadding="0" cellspacing="0">
68       <tr>
69         <td width="33%" align="left" valign="top"><a href="index.html"
70         accesskey="P">Prev</a></td>
71         <td width="34%" align="center" valign="top"><a href="index.html"
72         accesskey="H">Home</a></td>
73         <td width="33%" align="right" valign="top"><a href="cvs.html"
74         accesskey="N">Next</a></td>
75       </tr>
76       <tr>
77         <td width="33%" align="left" valign="top">Privoxy Developer
78         Manual</td>
79         <td width="34%" align="center" valign="top">&nbsp;</td>
80         <td width="33%" align="right" valign="top">The CVS Repository</td>
81       </tr>
82     </table>
83   </div>
84 </body>
85 </html>