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