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