CVS: phpweather README,1.13,1.14 README-CVS,1.3,1.4
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-08-26 16:56:30
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv28530 Modified Files: README README-CVS Log Message: Minor fixes. Index: README =================================================================== RCS file: /cvsroot/phpweather/phpweather/README,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- README 27 Mar 2002 10:59:33 -0000 1.13 +++ README 26 Aug 2002 16:56:27 -0000 1.14 @@ -5,14 +5,15 @@ What is PHP Weather? -------------------- -PHP Weather makes it easy to show the current weather on your -webpage. All over the world airports make a so-called METAR-report -once an hour. A METAR report is an aviation weather report to be used -primarily by airplanes. The report contains data, in a shorthand form, -about temperature, wind speed and direction, cloud-coverage and much -more. PHP Weather converts this format into both imperial and metric -units, caches the data in MySQL, Postgres or DBM database for fast -retrieval, and makes them easily available in PHP scripts. +PHP Weather is a script that makes it easy to show the current weather +on your webpage. Airports all over the world make a so-called METAR +report once an hour. A METAR report is an aviation weather report to +be used primarily by airplanes. The report contains data, in a +shorthand form, about temperature, wind speed and direction, +cloud-coverage and much more. PHP Weather converts this format into +both imperial and metric units, caches the data in MySQL, Postgres or +DBM database for fast retrieval, and makes them easily available in +PHP scripts. Installation @@ -27,29 +28,30 @@ o Shows the current weather in natural language. o Caches the result to increase performance. - o MySQL, PostgreSQL DBM databases are supported. + o MySQL, PostgreSQL, and DBM databases are supported. o Supports several languages. If your language isn't here, you can add a translation. - o Can be used with WAP-phones. Example-page is included. -Please see http://www.phpweather.net/ for full details and -examples. +Please see http://www.phpweather.net/ for full details and examples. -How to contact me +How to contact us ----------------- -If you find a bug or have a feature request for PHP Weather, please -don't hesitate to report it at http://sourceforge.net/projects/phpweather/ -We have a mailing list for general discussions about PHP Weather, -but before you can send mails to the list, you have to subscribe -to it - go to this page to subscribe: +If you find a bug or have a feature request for PHP Weather, please +don't hesitate to report it at SourceForge using the Bug Tracker: + + http://sourceforge.net/tracker/?group_id=23245&atid=377952 + +We have a mailing list for general discussions about PHP Weather, but +before you can send mails to the list, you have to subscribe to it - +go to this page to subscribe: http://lists.sourceforge.net/lists/listinfo/phpweather-devel -If PHP Weather is decoding a METAR incorrectly, please remember to -include that METAR you're having problems with when you send a -message or submit a bug. Without it, we can't really help you. +If the problem you're reporting has to do with the decoding of a +specific METAR report, then please remember to include the METAR in +your report. Without it, we can't really help you. You can always get the newest version at - http://phpweather.sourceforge.net + http://www.phpweather.net/ Index: README-CVS =================================================================== RCS file: /cvsroot/phpweather/phpweather/README-CVS,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- README-CVS 8 Jul 2001 16:09:34 -0000 1.3 +++ README-CVS 26 Aug 2002 16:56:27 -0000 1.4 @@ -1,16 +1,19 @@ ************************************************************************ * PHP Weather - a METAR decoder * ************************************************************************ -This is the CVS version of PHP Weather - use at your own risk :-) -It should work most of the time. You should follow the CVS -commits-maillinglist if you're interested in getting email every time -CVS has changed: +Since you have this file, you must be using a CVS version of PHP +Weather. The CVS version contains the latest ideas but also the latest +bugs... + +It should work most of the time, but don't be too surprised if it +doesn't. You should follow the CVS commits-maillinglist if you're +interested in getting email every time CVS has changed: http://lists.sourceforge.net/lists/listinfo/phpweather-checkins By subscribing to that list you'll stand a better chance of -understanding how PHP Weather works, since the changes are described in -the messages. +understanding how PHP Weather works, since the changes are described +in the messages. -- Martin Geisler <gim...@gi...> |