Thread: CVS: phpweather-1.x INSTALL,1.2,1.3 README,1.1.1.1,1.2
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-04-19 18:08:57
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv3315 Modified Files: INSTALL README Log Message: Small updates. Index: INSTALL =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- INSTALL 27 Mar 2002 10:55:28 -0000 1.2 +++ INSTALL 19 Apr 2002 18:08:54 -0000 1.3 @@ -1,50 +1,51 @@ Installation instructions for PHP Weather -Copyright (C) 2000, 2001 Martin Geisler <gim...@gi...> +Copyright (C) 2000--2002 Martin Geisler <gim...@gi...> Licensed under the GNU GPL. See the file COPYING for details. -Getting the tarball -------------------- -You can always get the latest version from -http://www.sourceforge.net/projects/phpweather/ +Getting the source +------------------ +You can always get the latest version from this address: + + http://www.sourceforge.net/projects/phpweather/ Installation ------------ -To try out PHP Weather to see that it works, just untar the tarball +To try out PHP Weather to see that it works, just unpack the source into a directory on your webserver, and load the page demo.php in your favorite browser. -The page should show the current weather-conditions in Aalborg, -Denmark (that's where I live) and in Honolulu, Hawaii (that's not -where I live, but the weather is better there than in Denmark :-) -There will also be a drop-down list where you can select a city and a -language, so have the weather for that city displayed in the chosen +The page should show the current weather-conditions in Tirstrup, +Denmark (that's the airport closest to where I live) and in Honolulu, +Hawaii (that's unfortunately not where I live, but the weather is much +better there than in Denmark :-) There will also be a drop-down list +where you can select a city and a language, after which the page will +update with the weather for selected city displayed in the chosen language. -For a quick introduction to PHP Weather, see demo.php. It contains a -lot of examples and instructions on the use of PHP Weather. - -For detailed information about using PHP Weather please -see my webpages at this address: +For detailed information about using PHP Weather please see the +webpages at this address: - http://www.gimpster.com/php/phpweather/index.php + http://phpweather.net/docs/1.x/index.php -I've chosen to put the documentation there, because it's easier for me -to update. It also gives you a chance to see all the features of PHP -Weather in action. +Those pages should always be up-to-date whereas demo.php might be a +little old. Bugs? ----- If you find a bug or 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: +hesitate to report it at this address: + + 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: 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 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. PHP Weather is known to work with PHP from version 3.0.12 and upward. If you find that it works with an earlier version, please write me! Index: README =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- README 7 Mar 2002 09:49:11 -0000 1.1.1.1 +++ README 19 Apr 2002 18:08:54 -0000 1.2 @@ -1,18 +1,18 @@ README for PHP Weather -Copyright (C) 2000, 2001 Martin Geisler <gim...@gi...> +Copyright (C) 2000--2002 Martin Geisler <gim...@gi...> Licensed under the GNU GPL. See the file COPYING for details. 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 empirical and metric -units, caches the data in an XML file or a MySQL, Postgres, Oracle 8, -or DBM database for fast retrieval, and makes easy availably in PHP -scripts. +PHP Weather is designed to make it easy for you 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 empirical and metric units, caches the data in an XML file or a +MySQL, Postgres, Oracle 8, or DBM database for fast retrieval, and +makes easy availably in PHP scripts. Installation ------------ @@ -24,31 +24,39 @@ Here is a list of the features PHP Weather provides: o Shows the current weather in natual language. - o Caches the result to increase performance. o Supports several languages. If you language isn't there, then please write a translation. + o Displays matching icons for the most common weather phenomena. + o Caches the result to increase performance. o Can be use with WAP-phones. Example-page included. -Please see http://www.gimpster.com/php/phpweather/index.php for full -details and examples. +Please see http://phpweather.net/docs/1.x/index.php for full details +and examples. -How to contact me ------------------ +How to report problems +---------------------- If you encounter problems with PHP Weather, or just want to suggest a -new feature, then please don't hesitate to contact me at this address: -<php...@li...>. The address is a -maillinglist - you have to be subscribed to be able to post messages -to it. To subscribe, go to this page: +new feature, then please don't hesitate to submit a new bug report or +feature request at SourceForge: + + http://sourceforge.net/tracker/?group_id=23245 + +You can also join the mailinglist and ask questions there: + + <php...@li...> + +You have to be subscribed to be able to post messages to it. To +subscribe, go to this page: http://lists.sourceforge.net/lists/listinfo/phpweather-devel -Please remember to include the METAR you're having problems with when -you send me a message. Without it, I can't really help you. +Please remember to include the METAR (the raw, coded weather report) +you're having problems with when you send a message. Without it, we +can't really help you. You can always get the newest version at http://www.sourceforge.net/projects/phpweather/ - Enjoy! - Martin Geisler <gim...@gi...> |