CVS: phpweather AUTHORS,1.16,1.17
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2003-12-30 16:19:42
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1:/tmp/cvs-serv28267 Modified Files: AUTHORS Log Message: Added Warren Rohner. I've also removed the email addresses (it occured to me that some people might want to keep it a secret, at least from the SPAM robots) and put in SourceForge login names instead where I could find them --- please object if this is a bad idea, and also mail me your login name if you want it listed. Index: AUTHORS =================================================================== RCS file: /cvsroot/phpweather/phpweather/AUTHORS,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- AUTHORS 10 Oct 2003 23:33:27 -0000 1.16 +++ AUTHORS 30 Dec 2003 16:19:38 -0000 1.17 @@ -6,110 +6,112 @@ Contributers to PHP Weather --------------------------- Everybody listed below has helped me in some way with the creation of -PHP Weather, and I'm very grateful to all of them. If, by some -mistake, your name isn't listed below, then send me a mail, and I'll -add it. --Martin Geisler <gim...@gi...> +PHP Weather, and I'm very grateful to all of them. + +If, by some mistake, your name isn't listed below, then send me a +mail, and I'll add it. Please include your SourceForge login, if any, +and an URL if you like. --Martin Geisler <gim...@gi...> The names are, in somewhat chronological order: -Kristian Kristensen <zi...@zi...> - Original discussions and a interface to PostgreSQL. +Kristian Kristensen (kkrz) + Original discussions and an interface to PostgreSQL. -Jeremy D. Zawodny <Je...@Za...> +Jeremy D. Zawodny For writing Geo::METAR, where I found the logick needed in PHP Weather. See http://www.wcnet.org/jzawodn/perl/Geo-METAR/index.html -Enrico Lodolo <e.l...@bo...> +Enrico Lodolo For suggesting that I use HTTP to get the METARs instead of the much slower FTP. -Stefan Wiesendanger <ste...@ep...> +Stefan Wiesendanger For rewritting some large case- and switch-statements as a couple of arrays. This speeds-up the parsing of the METARs. -Mike <bvr...@ly...> +Mike He noticed that the pressures was all wrong. I though the unit used in the METAR was hPa, when it really was inHg. -Jeffrey Y. Sue <jy...@ti...> +Jeffrey Y. Sue Suggested that I told people how to turn off the warnings, if you don't establish a connection to MySQL. Later he made it possible to use PHP Weather with DBM databases. He also added support for precipitation. Lots of other stuff, see the ChangeLog for more details. -Rutger Lubbers <ru...@no...> +Rutger Lubbers Noticed that South/southeast was duplicated in the directions-array. -Gogo "the Great" "Bongo,,,,"" <gr...@gr...> +Gogo "the Great" "Bongo,,,,"" Added support for PostgreSQL. -Eduardo Guilenea <ed...@gu...> +Eduardo Guilenea Translated PHP Weather into Spanish, and thereby forced me to add support for multiply languages. (Which was a Good Thing :-) -Sven-Erik <sve...@an...> +Sven-Erik Andersen (seasoft) Translated PHP Weather into Norwegian. He also sat down and did the boring work, when he manually compiled the complete list of all airports available from NWS. -Maciek Uhlig <mu...@us...> +Maciek Uhlig Noticed that I sometimes tried to access $cloud_coverage_array with just $cloud_coverage - which, of cause, didn't work. -Ing. Vladimir Kotala <ko...@in...> +Ing. Vladimir Kotala Suggested that I changed the long text '... degrees Celsius' into the more compact '... °C', which is much better. -Gyulai Mihály http://gyulai.freeyellow.com/ +Gyulai Mihály (misibacsi) http://gyulai.freeyellow.com/ Made the Hungarian translation for PHP Weather. He has also corrected tons of spelling errors. -Johnny Funder <jh...@sl...> +Johnny Funder Lots of explanations and suggestions. He also gave a much simpler formula for calculating the relative humidity. -Ray van Beek <r_v...@ho...> +Ray van Beek Helped me spot a little error with the current weather. He has also written code that displays the current weather as an image. -David Kjellquist <da...@kj...> +David Kjellquist Added support for windchill. -Max Hammond <ma...@fl...> +Max Hammond (iridium) Lots of different things: bugfixes, clever suggestions, and general maintenance. -Jesús Peñas <jp...@ed...> +Jesús Peñas Made the Spanish translation. -Ondrej Jombik <ne...@po...> +Ondrej Jombik (nepto) Translated PHP Weather into Slovak and rewrote the navigation system used in index.php. He also looked at the MySQL and PostgreSQL database and found some security flaws. -Reini Urban <ru...@xa...> +Reini Urban Fixed some problems with using PHP Weather on a default installation of PHP 4.2. -Kari Salovaara <kar...@pp...> and Tage Malmen +Kari Salovaara and Tage Malmen Translated PHP Weater into Swedish and Finnish. -Paul Kairis <Pau...@sa...> +Paul Kairis Wrote the code that handles connections through a proxy server. -Bas Elshof <ba...@el...> +Bas Elshof Translated PHP Weather into Dutch. -Václav Ríkal <va...@ph...> +Václav Ríkal Made a Czech translation. -Radoslava Fedáková <mor...@po...> +Radoslava Fedáková Czech translation. -Guillaume Petit <gp...@fr...> +Guillaume Petit Translated PHP Weather into French. Rudy Boedts @@ -122,14 +124,14 @@ Reported problems with the use of short open tags in a couple of files. -Jim Whitehead <ji...@tw...> +Jim Whitehead Fixed the rounding of hours and minutes in the pretty-printed report. -Ferhat Bingol <s0...@st...> +Ferhat Bingol Made a Turkish translation. -Renato Gallmetzer <ren...@re...> +Renato Gallmetzer Provided us with an Italian translation. Pablo Alcaraz (pabloa) @@ -140,6 +142,9 @@ database backends archive the data instead of always replacing the old data with new reports. -Justin Heideman <jus...@mc...> +Justin Heideman Drew a full set of beautiful icons for PHP Weather to display the current weather conditions. + +Warren Rohner + Updated South African statios in the stations.csv file. |