1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
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">
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">
22 <th colspan="3" align="center">Privoxy Developer Manual</th>
26 <td width="10%" align="left" valign="bottom"><a href="index.html"
27 accesskey="P">Prev</a></td>
29 <td width="80%" align="center" valign="bottom"></td>
31 <td width="10%" align="right" valign="bottom"><a href="cvs.html"
32 accesskey="N">Next</a></td>
35 <hr align="left" width="100%">
39 <h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1.
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>
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>
55 <h2 class="SECT2"><a name="QUICKSTART" id="QUICKSTART">1.1. Quickstart
56 to Privoxy Development</a></h2>
58 <p>The first step is to join the <a href=
59 "https://lists.privoxy.org/mailman/listinfo/privoxy-devel" target=
60 "_top">privoxy-devel mailing list</a>. You can submit your ideas, or
61 even better patches. Patches are best submitted to the Sourceforge
62 tracker set up for this purpose, but can be sent to the list for review
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
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>
77 <div class="NAVFOOTER">
78 <hr align="left" width="100%">
80 <table summary="Footer navigation table" width="100%" border="0"
81 cellpadding="0" cellspacing="0">
83 <td width="33%" align="left" valign="top"><a href="index.html"
84 accesskey="P">Prev</a></td>
86 <td width="34%" align="center" valign="top"><a href="index.html"
87 accesskey="H">Home</a></td>
89 <td width="33%" align="right" valign="top"><a href="cvs.html"
90 accesskey="N">Next</a></td>
94 <td width="33%" align="left" valign="top">Privoxy Developer
97 <td width="34%" align="center" valign="top"> </td>
99 <td width="33%" align="right" valign="top">The CVS Repository</td>