X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fdeveloper-manual%2Findex.html;h=a96566aa6d6e784008d89dbceaafe40149763d9a;hp=63775749e9d2638a8b121c9d930460c79647b5ff;hb=3c890b0540031fa87cc28514b3e4d0e23124fbcd;hpb=0212c18282eaa5f73843cbbec12c9137ea596e1c diff --git a/doc/webserver/developer-manual/index.html b/doc/webserver/developer-manual/index.html index 63775749..a96566aa 100644 --- a/doc/webserver/developer-manual/index.html +++ b/doc/webserver/developer-manual/index.html @@ -1,17 +1,20 @@ + Privoxy Developer ManualPrivoxy Developer Manual

By: Privoxy Developers

$Id: developer-manual.sgml,v 1.40 2002/05/04 00:43:43 hal9 Exp $

+ + Copyright + © 2001-2016 by + Privoxy Developers + +

$Id: developer-manual.sgml,v 2.83 2017/06/08 13:08:39 fabiankeil Exp $

The developer manual gives the users information on how to help the developer - team. It provides guidance on coding, testing, documentation and other - issues. -

The developer manual provides guidance on coding, testing, packaging, documentation + and other issues of importance to those involved with + Privoxy development. It is mandatory (and helpful!) reading + for anyone who wants to join the team. Note that it's currently out of date + and may not be entirely correct. As always, patches are welcome.

You can find the latest version of the this manual at Please note that this document is constantly evolving. This copy represents + the state at the release of version 3.0.27. + You can find the latest version of the this manual at http://www.privoxy.org/developer-manual/https://www.privoxy.org/developer-manual/. - Please see the Contact section - on how to contact the developers.

contact section in the user manual + if you are interested in contacting the developers.

2.2. CVS Commit GuidelineBranches
2.3. Discussing Changes FirstCVS Commit Guidelines
3.3. Privoxy Custom Entities
4.7.4. Use 'long' or 'short' Instead of - 'int'
4.7.5. Don't mix size_t and other types
4.7.6. 4.7.5. Declare each variable and struct on its own line.
4.7.7. 4.7.6. Use malloc/zalloc sparingly
4.7.8. 4.7.7. The Programmer Who Uses 'malloc' is Responsible for Ensuring 'free'
4.7.9. 4.7.8. Add loaders to the `file_list' structure and in order
4.7.10. 4.7.9. "Uncertain" new code and/or changes to - existing code, use FIXME
5.2. Test reportsFuzzing Privoxy
6.3.1. Note on Privoxy Packaging
6.3.2. Source Tarball
6.3.2. 6.3.3. SuSE or Red Hat RPMSuSE, Conectiva or Red Hat RPM
6.3.3. 6.3.4. OS/2
6.3.4. 6.3.5. Solaris
6.3.5. 6.3.6. Windows
6.3.6. 6.3.7. Debian
6.3.7. 6.3.8. Mac OSXMac OS X
6.3.8. 6.3.9. FreeBSD
6.3.9. HP-UX 11
6.3.10. Amiga OS
6.3.11. AIX
Update the Webserver
8. Contacting the developers, Bug Reporting and Feature Requests
8.1. Get Support
8.2. Report bugs
8.3. Request new features
8.4. Report ads or other filter problems
8.5. Other
9. Copyright and History
9.1. Copyright
9.2. History
10. See also

Next