rebuild docs
[privoxy.git] / doc / webserver / developer-manual / introduction.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >Introduction</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9 REL="HOME"
10 TITLE="Privoxy Developer Manual"
11 HREF="index.html"><LINK
12 REL="PREVIOUS"
13 TITLE="Privoxy Developer Manual"
14 HREF="index.html"><LINK
15 REL="NEXT"
16 TITLE="The CVS Repository"
17 HREF="cvs.html"><LINK
18 REL="STYLESHEET"
19 TYPE="text/css"
20 HREF="../p_doc.css"><META
21 HTTP-EQUIV="Content-Type"
22 CONTENT="text/html;
23 charset=ISO-8859-1"></HEAD
24 ><BODY
25 CLASS="SECT1"
26 BGCOLOR="#EEEEEE"
27 TEXT="#000000"
28 LINK="#0000FF"
29 VLINK="#840084"
30 ALINK="#0000FF"
31 ><DIV
32 CLASS="NAVHEADER"
33 ><TABLE
34 SUMMARY="Header navigation table"
35 WIDTH="100%"
36 BORDER="0"
37 CELLPADDING="0"
38 CELLSPACING="0"
39 ><TR
40 ><TH
41 COLSPAN="3"
42 ALIGN="center"
43 >Privoxy Developer Manual</TH
44 ></TR
45 ><TR
46 ><TD
47 WIDTH="10%"
48 ALIGN="left"
49 VALIGN="bottom"
50 ><A
51 HREF="index.html"
52 ACCESSKEY="P"
53 >Prev</A
54 ></TD
55 ><TD
56 WIDTH="80%"
57 ALIGN="center"
58 VALIGN="bottom"
59 ></TD
60 ><TD
61 WIDTH="10%"
62 ALIGN="right"
63 VALIGN="bottom"
64 ><A
65 HREF="cvs.html"
66 ACCESSKEY="N"
67 >Next</A
68 ></TD
69 ></TR
70 ></TABLE
71 ><HR
72 ALIGN="LEFT"
73 WIDTH="100%"></DIV
74 ><DIV
75 CLASS="SECT1"
76 ><H1
77 CLASS="SECT1"
78 ><A
79 NAME="INTRODUCTION"
80 >1. Introduction</A
81 ></H1
82 ><P
83 >     <SPAN
84 CLASS="APPLICATION"
85 >Privoxy</SPAN
86 >, as an heir to
87      <SPAN
88 CLASS="APPLICATION"
89 >Junkbuster</SPAN
90 >, is a Free Software project
91      and the code is licensed under the GNU General Public License version 2.
92      As such, <SPAN
93 CLASS="APPLICATION"
94 >Privoxy</SPAN
95 > development is potentially open
96      to anyone who has the time, knowledge, and desire to contribute
97      in any capacity. Our goals are simply to continue the mission,
98      to improve <SPAN
99 CLASS="APPLICATION"
100 >Privoxy</SPAN
101 >, and
102      to make it available to as wide an audience as possible.
103     </P
104 ><P
105 >     One does not have to be a programmer to contribute. Packaging, testing,
106      documenting and porting, are all important jobs as well.
107     </P
108 ><DIV
109 CLASS="SECT2"
110 ><H2
111 CLASS="SECT2"
112 ><A
113 NAME="QUICKSTART"
114 >1.1. Quickstart to Privoxy Development</A
115 ></H2
116 ><P
117 >    The first step is to join the <A
118 HREF="https://lists.privoxy.org/mailman/listinfo/privoxy-devel"
119 TARGET="_top"
120 >privoxy-devel mailing list</A
121 >.
122     You can submit your ideas, or even better patches. Patches are best
123     submitted to the Sourceforge tracker set up for this purpose, but
124     can be sent to the list for review too.
125    </P
126 ><P
127 >     You will also need to have a cvs package installed, which will
128      entail having ssh installed as well (which seems to be a requirement of
129      SourceForge), in order to access the cvs repository. Having the GNU build
130      tools is also going to be important (particularly, autoconf and gmake).
131     </P
132 ><P
133 >      For the time being (read, this section is under construction), you can
134       also refer to the extensive comments in the source code. In fact,
135       reading the code is recommended in any case.
136     </P
137 ></DIV
138 ></DIV
139 ><DIV
140 CLASS="NAVFOOTER"
141 ><HR
142 ALIGN="LEFT"
143 WIDTH="100%"><TABLE
144 SUMMARY="Footer navigation table"
145 WIDTH="100%"
146 BORDER="0"
147 CELLPADDING="0"
148 CELLSPACING="0"
149 ><TR
150 ><TD
151 WIDTH="33%"
152 ALIGN="left"
153 VALIGN="top"
154 ><A
155 HREF="index.html"
156 ACCESSKEY="P"
157 >Prev</A
158 ></TD
159 ><TD
160 WIDTH="34%"
161 ALIGN="center"
162 VALIGN="top"
163 ><A
164 HREF="index.html"
165 ACCESSKEY="H"
166 >Home</A
167 ></TD
168 ><TD
169 WIDTH="33%"
170 ALIGN="right"
171 VALIGN="top"
172 ><A
173 HREF="cvs.html"
174 ACCESSKEY="N"
175 >Next</A
176 ></TD
177 ></TR
178 ><TR
179 ><TD
180 WIDTH="33%"
181 ALIGN="left"
182 VALIGN="top"
183 >Privoxy Developer Manual</TD
184 ><TD
185 WIDTH="34%"
186 ALIGN="center"
187 VALIGN="top"
188 >&nbsp;</TD
189 ><TD
190 WIDTH="33%"
191 ALIGN="right"
192 VALIGN="top"
193 >The CVS Repository</TD
194 ></TR
195 ></TABLE
196 ></DIV
197 ></BODY
198 ></HTML
199 >