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