HTML developer manual.
[privoxy.git] / doc / webserver / developer-manual / introduction.html
1 <HTML
2 ><HEAD
3 ><TITLE
4 >Introduction</TITLE
5 ><META
6 NAME="GENERATOR"
7 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
8 "><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 ></A
78 >1. Introduction</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 an Open Source project 
88      and licensed under the GPL. As such, <SPAN
89 CLASS="APPLICATION"
90 >Privoxy</SPAN
91 >
92      development is potentially open to anyone who has the time, knowledge,
93      and desire to contribute in any capacity. Our goals are simply to
94      continue the mission, to improve <SPAN
95 CLASS="APPLICATION"
96 >Privoxy</SPAN
97 >, and
98      to make it available to as wide an audience as possible. 
99     </P
100 ><P
101 >     One does not have to be a programmer to contribute. Packaging, testing,
102      and porting, are all important jobs as well.
103     </P
104 ><DIV
105 CLASS="SECT2"
106 ><H2
107 CLASS="SECT2"
108 ><A
109 NAME="QUICKSTART"
110 ></A
111 >1.1. Quickstart to Privoxy Development</H2
112 ><P
113 >    The first step is to join the <A
114 HREF="mailto:ijbswa-developers@lists.sourceforge.net"
115 TARGET="_top"
116 >developer's mailing list</A
117 >.
118     You can submit your ideas, or even better patches. Patches are best 
119     submitted to the Sourceforge tracker set up for this purpose, but 
120     can be sent to the list for review too.
121    </P
122 ><P
123 >     You will also need to have a cvs package installed, which will 
124      entail having ssh installed as well (which seems to be a requirement of
125      SourceForge), in order to access the cvs repository. Having the GNU build
126      tools is also going to be important (particularly, autoconf and gmake).
127     </P
128 ><P
129 >      For the time being (read, this section is under construction), you can 
130       also refer to the extensive comments in the source code. In fact, 
131       reading the code is recommended in any case.
132     </P
133 ></DIV
134 ></DIV
135 ><DIV
136 CLASS="NAVFOOTER"
137 ><HR
138 ALIGN="LEFT"
139 WIDTH="100%"><TABLE
140 SUMMARY="Footer navigation table"
141 WIDTH="100%"
142 BORDER="0"
143 CELLPADDING="0"
144 CELLSPACING="0"
145 ><TR
146 ><TD
147 WIDTH="33%"
148 ALIGN="left"
149 VALIGN="top"
150 ><A
151 HREF="index.html"
152 ACCESSKEY="P"
153 >Prev</A
154 ></TD
155 ><TD
156 WIDTH="34%"
157 ALIGN="center"
158 VALIGN="top"
159 ><A
160 HREF="index.html"
161 ACCESSKEY="H"
162 >Home</A
163 ></TD
164 ><TD
165 WIDTH="33%"
166 ALIGN="right"
167 VALIGN="top"
168 ><A
169 HREF="cvs.html"
170 ACCESSKEY="N"
171 >Next</A
172 ></TD
173 ></TR
174 ><TR
175 ><TD
176 WIDTH="33%"
177 ALIGN="left"
178 VALIGN="top"
179 >Privoxy Developer Manual</TD
180 ><TD
181 WIDTH="34%"
182 ALIGN="center"
183 VALIGN="top"
184 >&nbsp;</TD
185 ><TD
186 WIDTH="33%"
187 ALIGN="right"
188 VALIGN="top"
189 >The CVS Repository</TD
190 ></TR
191 ></TABLE
192 ></DIV
193 ></BODY
194 ></HTML
195 >