CVS: phpweather-1.x AUTHORS,1.2,1.3 INSTALL,1.3,1.4 README,1.2,1.3
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-06-29 13:37:44
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv29195 Modified Files: AUTHORS INSTALL README Log Message: Finishing touches before the release... Index: AUTHORS =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- AUTHORS 24 Mar 2002 19:53:21 -0000 1.2 +++ AUTHORS 29 Jun 2002 13:37:39 -0000 1.3 @@ -1,4 +1,12 @@ +AUTHORS for PHP Weather +Copyright (C) 2000--2002 Martin Geisler <gim...@gi...> +Licensed under the GNU GPL. See the file COPYING for details. + Main author: Martin Geisler <gim...@gi...> + + +Helpful People +-------------- Thanks goes to all these persons who have helped: Index: INSTALL =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- INSTALL 19 Apr 2002 18:08:54 -0000 1.3 +++ INSTALL 29 Jun 2002 13:37:39 -0000 1.4 @@ -2,14 +2,18 @@ Copyright (C) 2000--2002 Martin Geisler <gim...@gi...> Licensed under the GNU GPL. See the file COPYING for details. + 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 unpack the source into a directory on your webserver, and load the page demo.php in your favorite browser. @@ -30,10 +34,12 @@ 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 this address: +hesitate to report it using the Bug Tracker at this address: http://sourceforge.net/projects/phpweather/ @@ -47,7 +53,7 @@ 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. +PHP Weather is known to work with PHP from version 3.0.3 and upward. If you find that it works with an earlier version, please write me! Enjoy! - Martin Geisler <gim...@gi...> Index: README =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- README 19 Apr 2002 18:08:54 -0000 1.2 +++ README 29 Jun 2002 13:37:39 -0000 1.3 @@ -2,8 +2,10 @@ 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 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 @@ -14,8 +16,10 @@ MySQL, Postgres, Oracle 8, or DBM database for fast retrieval, and makes easy availably in PHP scripts. + Installation ------------ + See the file INSTALL for instructions on installation of PHP Weather on your webserver. @@ -33,6 +37,7 @@ Please see http://phpweather.net/docs/1.x/index.php for full details and examples. + How to report problems ---------------------- @@ -59,4 +64,4 @@ http://www.sourceforge.net/projects/phpweather/ -Enjoy! - Martin Geisler <gim...@gi...> \ No newline at end of file +Enjoy! - Martin Geisler <gim...@gi...> |