X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fdeveloper-manual%2Findex.html;h=81fd85adf5b34151064b6191e29a90a5241e18fb;hb=071b26597664d7d452b4dfb34de3187243738d46;hp=a072ac523f4846573e5b4cad284633bbb4930209;hpb=1c0834f3f9f6b68c694319ea2e0b9327ba814507;p=privoxy.git diff --git a/doc/webserver/developer-manual/index.html b/doc/webserver/developer-manual/index.html index a072ac52..81fd85ad 100644 --- a/doc/webserver/developer-manual/index.html +++ b/doc/webserver/developer-manual/index.html @@ -38,27 +38,26 @@ CLASS="PUBDATE" > Copyright © 2001-2008 by +> + © 2001-2018 by Privoxy Developers

$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $

The developer manual provides guidance on coding, testing, packaging, documentation @@ -71,17 +70,19 @@ CLASS="APPLICATION" and may not be entirely correct. As always, patches are welcome.

Please note that this document is constantly evolving. This copy represents - the state at the release of version 3.0.11. + 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. The CVS RepositoryThe Git Repository
2.1. Access to CVSAccess to Git
2.2. Branches
2.3. CVS Commit GuidelinesGit 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 or XXX
5.2. Test reportsFuzzing Privoxy
FreeBSD
6.3.10. HP-UX 11
6.3.11. Amiga OS
6.3.12. AIX
Update the Webserver
8. Contacting the developers, Bug Reporting and Feature Requests
8.1. Get Support
8.2. Reporting Problems
8.2.1. Reporting Ads or Other Configuration Problems
8.2.2. Reporting Bugs
8.3. Request New Features
8.4. Other
9. Privoxy Copyright, License and History
9.1. License
9.2. History
10. See also