1CREDITS AND ACKNOWLEDGEMENTS 2------------------------------------------------------ 3makefaq 4Revision: 2.5 5Rev Date: 29 Feb 2004 6------------------------------------------------------ 7Copyright (c) 1999-2004 Dan York, dyork@Lodestar2.com 8http://www.makefaq.org/ 9------------------------------------------------------ 10 11 Shortly after the initial release, Dave Seidel provided a very 12 substantial rewrite of the makefaq.py code that was released as part 13 of version 0.3 in January 2000. This reworking made makefaq much more 14 configurable and continue to be used in the codebase today. Dave 15 continued to act as a co-author for the program through 2000. Though 16 he is no longer involved directly, his changes made this program as 17 flexible and adaptable as it is. 18 19 Beyond Dave, the following people need to be acknowledged for their 20 assistance either with direct code or with ideas that led me to the 21 right code. The version number in which their contributions was first 22 incorporated is in parentheses after their name. 23 24 - Guy Brand for the suggestion to use the locale module and 25 the strftime function for localization, also for the 26 French phrases (2.0) 27 - Nicolas Devillard for his multi-line entry implementation (2.0) 28 - Wolfgang Ocker for one multi-line entry implementation and for 29 his implementation with gettext (both of which were very useful 30 in trying to figure out how to implement both features in 2.0) 31 - Wolfgang Ocker and Lenz Grimmer for the German phrases (2.0) 32 - C�sar A. K. Grossmann for his Portugeuse phrases (2.1) 33 - Michael Wiedmann for catching the PrintTimeStamp bug (2.1) and 34 also for packaging makefaq as a Debian package (from 2.0 on) 35 - Michael Wiedmann for the man page (2.1) 36 - Jerry (??) and Ken Ito for identifying the PrintTimeStamp setlocale 37 issue on non-Linux platforms and Gareth Noyce for verifying the 38 problem (2.2) 39 - Fabian Melzow for the German JumpString translation (2.4) 40 - Bernhard Reiter for the suggestion to move comments about functions 41 into actual python docstrings (2.4) 42 - Mauro Persano for the Portugeuse JumpString translation (2.4) 43 - Wojtek Swiatek for first alerting me to the PEP263 warning (2.5) 44 45------------------------------------------------------ 46$Id: CREDITS,v 1.1.2.4 2004/02/29 10:55:32 dyork Exp $ 47