Just regenerating to get fresh version in place of very dated versions.
[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">1. Introduction</H1
77 ><P
78 >     <SPAN
79 CLASS="APPLICATION"
80 >Privoxy</SPAN
81 >, as an heir to
82      <SPAN
83 CLASS="APPLICATION"
84 >Junkbuster</SPAN
85 >, is an Open Source project 
86      and licensed under the GPL. As such, <SPAN
87 CLASS="APPLICATION"
88 >Privoxy</SPAN
89 >
90      development is potentially open to anyone who has the time, knowledge,
91      and desire to contribute in any capacity. Our goals are simply to
92      continue the mission, to improve <SPAN
93 CLASS="APPLICATION"
94 >Privoxy</SPAN
95 >, and
96      to make it available to as wide an audience as possible. 
97     </P
98 ><P
99 >     One does not have to be a programmer to contribute. Packaging, testing,
100      and porting, are all important jobs as well.
101     </P
102 ><DIV
103 CLASS="SECT2"
104 ><H2
105 CLASS="SECT2"
106 ><A
107 NAME="QUICKSTART">1.1. Quickstart to Privoxy Development</H2
108 ><P
109 >      You'll need an account on <A
110 HREF="http://sourceforge.net/"
111 TARGET="_top"
112 >Sourceforge</A
113 > to support our
114       development.  Mail your ID to <A
115 HREF="mailto:developers@privoxy.org"
116 TARGET="_top"
117 >the list</A
118 > and wait until a
119       project manager has added you.
120     </P
121 ><P
122 >     You will also need to have a cvs package installed, which will 
123      entail having ssh installed as well (which seems to be a requirement of
124      SourceForge), in order to access the cvs repository. Having the GNU build
125      tools is also going to be important (particularly, autoconf and gmake).
126     </P
127 ><P
128 >      For the time being (read, this section is under construction), please
129       refer to the extensive comments in the source code.
130     </P
131 ></DIV
132 ></DIV
133 ><DIV
134 CLASS="NAVFOOTER"
135 ><HR
136 ALIGN="LEFT"
137 WIDTH="100%"><TABLE
138 SUMMARY="Footer navigation table"
139 WIDTH="100%"
140 BORDER="0"
141 CELLPADDING="0"
142 CELLSPACING="0"
143 ><TR
144 ><TD
145 WIDTH="33%"
146 ALIGN="left"
147 VALIGN="top"
148 ><A
149 HREF="index.html"
150 ACCESSKEY="P"
151 >Prev</A
152 ></TD
153 ><TD
154 WIDTH="34%"
155 ALIGN="center"
156 VALIGN="top"
157 ><A
158 HREF="index.html"
159 ACCESSKEY="H"
160 >Home</A
161 ></TD
162 ><TD
163 WIDTH="33%"
164 ALIGN="right"
165 VALIGN="top"
166 ><A
167 HREF="cvs.html"
168 ACCESSKEY="N"
169 >Next</A
170 ></TD
171 ></TR
172 ><TR
173 ><TD
174 WIDTH="33%"
175 ALIGN="left"
176 VALIGN="top"
177 >Privoxy Developer Manual</TD
178 ><TD
179 WIDTH="34%"
180 ALIGN="center"
181 VALIGN="top"
182 >&nbsp;</TD
183 ><TD
184 WIDTH="33%"
185 ALIGN="right"
186 VALIGN="top"
187 >The CVS Repository</TD
188 ></TR
189 ></TABLE
190 ></DIV
191 ></BODY
192 ></HTML
193 >