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