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