2 File : $Source: /cvsroot/ijbswa/current/doc/source/p-authors.sgml,v $
4 Purpose : Entity included in other project documents.
6 $Id: p-authors.sgml,v 2.77 2016/05/03 13:22:13 fabiankeil Exp $
8 Copyright (C) 2001-2013 Privoxy Developers https://www.privoxy.org/
11 ======================================================================
12 This file used for inclusion with other documents only.
13 ======================================================================
15 If you make changes to this file, please verify the finished
16 docs all display as intended.
18 This file is included into:
26 <![%p-authors-formal;[
33 Fabian Keil, lead developer
39 <![%p-authors-formal;[
43 Former Privoxy Team Members:
73 <![%p-authors-formal;[
75 Thanks to the many people who have tested Privoxy, reported bugs, provided
76 patches, made suggestions, donated or contributed in some other way.
77 These include (in alphabetical order):
168 Benjamin C. Wiley Sittler
195 Privoxy is based in part on code originally developed by
196 Junkbusters Corp. and Anonymous Coders.
200 Privoxy heavily relies on Philip Hazel's PCRE.
204 The code to filter compressed content makes use of zlib
205 which is written by Jean-loup Gailly and Mark Adler.
209 On systems that lack snprintf(), Privoxy is using a version
210 written by Mark Martinec. On systems that lack strptime(),
211 Privoxy is using the one from the GNU C Library written