1c81cd6062b5a053cfac72d53a8a3addd8275395
[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="Modular DocBook HTML Stylesheet Version 1.79">
7   <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
8   <link rel="PREVIOUS" title="Privoxy Developer Manual" href="index.html">
9   <link rel="NEXT" title="The Git Repository" href="git.html">
10   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
11   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12 </head>
13 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
14   <div class="NAVHEADER">
15     <table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
16       <tr>
17         <th colspan="3" align="center">Privoxy Developer Manual</th>
18       </tr>
19       <tr>
20         <td width="10%" align="left" valign="bottom"><a href="index.html" accesskey="P">Prev</a></td>
21         <td width="80%" align="center" valign="bottom"></td>
22         <td width="10%" align="right" valign="bottom"><a href="git.html" accesskey="N">Next</a></td>
23       </tr>
24     </table>
25     <hr align="left" width="100%">
26   </div>
27   <div class="SECT1">
28     <h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1. Introduction</a></h1>
29     <p><span class="APPLICATION">Privoxy</span>, as an heir to <span class="APPLICATION">Junkbuster</span>, is a Free
30     Software project and the code is licensed under the GNU General Public License version 2. As such, <span class=
31     "APPLICATION">Privoxy</span> development is potentially open to anyone who has the time, knowledge, and desire to
32     contribute in any capacity. Our goals are simply to continue the mission, to improve <span class=
33     "APPLICATION">Privoxy</span>, and to make it available to as wide an audience as possible.</p>
34     <p>One does not have to be a programmer to contribute. Packaging, testing, documenting and porting, are all
35     important jobs as well.</p>
36     <div class="SECT2">
37       <h2 class="SECT2"><a name="QUICKSTART" id="QUICKSTART">1.1. Quickstart to Privoxy Development</a></h2>
38       <p>The first step is to join the <a href="https://lists.privoxy.org/mailman/listinfo/privoxy-devel" target=
39       "_top">privoxy-devel mailing list</a>. You can submit your ideas or, even better, patches. Patches can also be
40       submitted to the <a href="https://sourceforge.net/p/ijbswa/patches/" target="_top">Sourceforge patch
41       tracker</a>.</p>
42       <p>You will also need to have a git package installed, in order to access the git repository. Having the GNU
43       build tools is also going to be important (particularly, autoconf and gmake).</p>
44       <p>For the time being (read, this section is under construction), you can also refer to the extensive comments in
45       the source code. In fact, reading the code is recommended in any case.</p>
46     </div>
47   </div>
48   <div class="NAVFOOTER">
49     <hr align="left" width="100%">
50     <table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
51       <tr>
52         <td width="33%" align="left" valign="top"><a href="index.html" accesskey="P">Prev</a></td>
53         <td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">Home</a></td>
54         <td width="33%" align="right" valign="top"><a href="git.html" accesskey="N">Next</a></td>
55       </tr>
56       <tr>
57         <td width="33%" align="left" valign="top">Privoxy Developer Manual</td>
58         <td width="34%" align="center" valign="top">&nbsp;</td>
59         <td width="33%" align="right" valign="top">The Git Repository</td>
60       </tr>
61     </table>
62   </div>
63 </body>
64 </html>