Thread: CVS: phpweather AUTHORS,1.11,1.12 INSTALL,1.7,1.8 README,1.14,1.15 RE...
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2003-04-20 13:12:50
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1:/tmp/cvs-serv7461 Modified Files: AUTHORS INSTALL README README-CVS defaults-dist.php images-test.php make-release.sh Log Message: Updated copyright statements a bit, and reworded some paragraphs. Fixed the last couple of short open tags that were still hiding... Thanks goes to Andrew Simpson (andrewsimpson) for reporting this. Index: AUTHORS =================================================================== RCS file: /cvsroot/phpweather/phpweather/AUTHORS,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- AUTHORS 4 Mar 2003 14:36:27 -0000 1.11 +++ AUTHORS 20 Apr 2003 13:12:41 -0000 1.12 @@ -1,18 +1,28 @@ -Main author: Martin Geisler <gim...@gi...> +AUTHORS file for PHP Weather #VERSION# #DATE# -*- text -*- +Copyright (C) 2000--2003 Martin Geisler <gim...@gi...> +Licensed under the GNU GPL. See the file COPYING for details. + + +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...> + +The names are, in somewhat chronological order: -A big thanks goes to all these persons, who have helped me make PHP -Weather: Kristian Kristensen <zi...@zi...> - He made the interface to PostgreSQL. + Original discussions and a interface to PostgreSQL. Jeremy D. Zawodny <Je...@Za...> 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...> - For suggesting that I use http to get the metars instead of the much - slower ftp. + For suggesting that I use HTTP to get the METARs instead of the much + slower FTP. Stefan Wiesendanger <ste...@ep...> For rewritting some large case- and switch-statements as a couple of @@ -107,3 +117,7 @@ Konrad Tadesse Finally, a working German translation. + +Andrew Simpson (andrewsimpson) + Reported problems with the use of short open tags in a couple of + files. Index: INSTALL =================================================================== RCS file: /cvsroot/phpweather/phpweather/INSTALL,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- INSTALL 20 May 2002 17:41:17 -0000 1.7 +++ INSTALL 20 Apr 2003 13:12:41 -0000 1.8 @@ -1,5 +1,5 @@ -Installation instructions for PHP Weather #VERSION# #DATE# -Copyright (C) 2000-2002 Martin Geisler <gim...@gi...> +INSTALL file for PHP Weather #VERSION# #DATE# -*- text -*- +Copyright (C) 2000--2003 Martin Geisler <gim...@gi...> Licensed under the GNU GPL. See the file COPYING for details. @@ -7,7 +7,7 @@ ----------------- You can always get the latest version from - http://www.phpweather.net + http://sourceforge.net/project/showfiles.php?group_id=23245 Installation @@ -27,7 +27,7 @@ the METARs it fetches so that things can go faster. To help you with this task you'll find a couple of scripts in the -config/ subdirectory. The make_config.php script helps you build a +config/ subdirectory. The make_config.php script helps you build a configuration-file for PHP Weather and the make_db.php script will try and make the necessary database tables for you after you've configured PHP Weather. @@ -37,20 +37,30 @@ Bugs? ----- -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 using the right tracker at SourceForge: + + http://sourceforge.net/tracker/?group_id=23245 + +We have a mailing list for general discussions about PHP Weather, +where you can ask questions and talk about anything with relation to +PHP Weather. 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. - -This version of PHP Weather only works with PHP4. The PHP Weather -1.x series work with PHP3, and are available from the project -page on sourceforge. +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. You'll find +the METAR below the report on index.php. + +This and future versions of PHP Weather does not work with PHP3. If +this is a problem for you, then first try and upgrade your webserver, +PHP3 is a very old release now. If you cannot upgrade, then you can +use the PHP Weather 1.x series which offer you most of the +functionality found in PHP Weather 2.x. You can still download PHP +Weather 1.x from the project page on SourceForge: + + http://sourceforge.net/project/showfiles.php?group_id=23245 -Enjoy! - Martin Geisler <gim...@gi...> +Enjoy! --- Martin Geisler <gim...@gi...> Index: README =================================================================== RCS file: /cvsroot/phpweather/phpweather/README,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- README 26 Aug 2002 16:56:27 -0000 1.14 +++ README 20 Apr 2003 13:12:42 -0000 1.15 @@ -1,5 +1,5 @@ -README for PHP Weather #VERSION# #DATE# -Copyright (C) 2000-2002 Martin Geisler <gim...@gi...> +README for PHP Weather #VERSION# #DATE# -*- text -*- +Copyright (C) 2000--2003 Martin Geisler <gim...@gi...> Licensed under the GNU GPL. See the file COPYING for details. @@ -7,10 +7,10 @@ -------------------- 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 +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 +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. @@ -38,20 +38,29 @@ 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 SourceForge using the Bug Tracker: +don't hesitate to report it at SourceForge using one of the available +trackers: - http://sourceforge.net/tracker/?group_id=23245&atid=377952 + http://sourceforge.net/tracker/?group_id=23245 -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: +We have a mailing list for general discussions about PHP Weather, +where you can ask questions and talk about anything with relation to +PHP Weather. 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 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. +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. You'll find +the METAR below the report on index.php. You can always get the newest version at + http://sourceforge.net/project/showfiles.php?group_id=23245 + +and you'll find additionally information at + http://www.phpweather.net/ + +Enjoy! --- Martin Geisler <gim...@gi...> Index: README-CVS =================================================================== RCS file: /cvsroot/phpweather/phpweather/README-CVS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- README-CVS 26 Aug 2002 16:56:27 -0000 1.4 +++ README-CVS 20 Apr 2003 13:12:42 -0000 1.5 @@ -1,13 +1,16 @@ -************************************************************************ -* PHP Weather - a METAR decoder * -************************************************************************ +README-CVS for PHP Weather -*- text -*- +Copyright (C) 2000--2003 Martin Geisler <gim...@gi...> +Licensed under the GNU GPL. See the file COPYING for details. + +README for CVS code +------------------- 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... +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 +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 @@ -16,4 +19,4 @@ understanding how PHP Weather works, since the changes are described in the messages. --- Martin Geisler <gim...@gi...> +Beware and enjoy! --- Martin Geisler <gim...@gi...> Index: defaults-dist.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- defaults-dist.php 21 Jan 2003 22:27:28 -0000 1.16 +++ defaults-dist.php 20 Apr 2003 13:12:42 -0000 1.17 @@ -4,10 +4,11 @@ /* This file holds the original defaults used by PHP Weather. If you * want to change something, you should follow these procedures: * - * Use the script config/make_config.. If you don't want to use that - * for some reason, then it's also simple to edit this file manually: + * Use the script config/make_config.php. If you don't want to use + * that for some reason, then it's also simple to edit this file + * manually: * - * 1) save this file as 'defaults.php' + * 1) save this file as 'defaults.php' in this directory. * 2) change the options you want * 3) remove everything you didn't change * Index: images-test.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/images-test.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- images-test.php 20 Mar 2002 19:26:50 -0000 1.2 +++ images-test.php 20 Apr 2003 13:12:42 -0000 1.3 @@ -60,7 +60,7 @@ available through the internet. For example the METAR data for Eindhoven Airport, Netherlands is:</p> -<blockquote><code><? echo $metar ?></code></blockquote> +<blockquote><code><?php echo $metar ?></code></blockquote> <p>Martin Geisler (<a href="http://www.gimpster.com">www.gimpster.com</a>) has developed a @@ -69,7 +69,7 @@ href="http://sourceforge.net/projects/phpweather/">PHP Weather</a>. By this script, the METAR data of above is converted into:</p> -<? $text->print_pretty(); ?> +<?php $text->print_pretty(); ?> <p>I thought it would be neat to represent the METAR data in a graphical way as well. This is not new. Various portals and newspaper @@ -87,9 +87,9 @@ far):</p> <blockquote> -<img src="<? echo $images->get_temp_image() ?>" height="50" width="20" border="1"> -<img src="<? echo $images->get_winddir_image() ?>" height="40" width="40" border="1"> -<img src="<? echo $images->get_sky_image() ?>" height="50" width="80" border="1"> +<img src="<?php echo $images->get_temp_image() ?>" height="50" width="20" border="1"> +<img src="<?php echo $images->get_winddir_image() ?>" height="40" width="40" border="1"> +<img src="<?php echo $images->get_sky_image() ?>" height="50" width="80" border="1"> </blockquote> <h2>At first...</h2> @@ -164,7 +164,7 @@ </ul> </p> -<? $images->set_time('day'); ?> +<?php $images->set_time('day'); ?> <table class="weather" border="1"> <tr> @@ -177,76 +177,76 @@ </tr> <tr> <th class="weather" colspan=2>None</th> - <td><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('FEW000') ?></td> - <td><? print_sky_image('SCT000') ?></td> - <td><? print_sky_image('BKN000') ?></td> - <td><? print_sky_image('OVC000') ?></td> + <td><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('FEW000') ?></td> + <td><?php print_sky_image('SCT000') ?></td> + <td><?php print_sky_image('BKN000') ?></td> + <td><?php print_sky_image('OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=3>Drizzle/Rain<br>(DZ/RA)</th> <td>light</td> - <td rowspan=3><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('-RA FEW000') ?></td> - <td><? print_sky_image('-RA SCT000') ?></td> - <td><? print_sky_image('-RA BKN000') ?></td> - <td><? print_sky_image('-RA OVC000') ?></td> + <td rowspan=3><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('-RA FEW000') ?></td> + <td><?php print_sky_image('-RA SCT000') ?></td> + <td><?php print_sky_image('-RA BKN000') ?></td> + <td><?php print_sky_image('-RA OVC000') ?></td> </tr> <tr> <td>moderate</td> - <td><? print_sky_image('RA FEW000') ?></td> - <td><? print_sky_image('RA SCT000') ?></td> - <td><? print_sky_image('RA BKN000') ?></td> - <td><? print_sky_image('RA OVC000') ?></td> + <td><?php print_sky_image('RA FEW000') ?></td> + <td><?php print_sky_image('RA SCT000') ?></td> + <td><?php print_sky_image('RA BKN000') ?></td> + <td><?php print_sky_image('RA OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+RA FEW000') ?></td> - <td><? print_sky_image('+RA SCT000') ?></td> - <td><? print_sky_image('+RA BKN000') ?></td> - <td><? print_sky_image('+RA OVC000') ?></td> + <td><?php print_sky_image('+RA FEW000') ?></td> + <td><?php print_sky_image('+RA SCT000') ?></td> + <td><?php print_sky_image('+RA BKN000') ?></td> + <td><?php print_sky_image('+RA OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=2>Snow/Snow Grains<br>(SN/SG)</th> <td>light/<br>moderate</td> - <td rowspan=2><? print_sky_image('CLR') ?></td> - <td rowspan=2><? print_sky_image('SN FEW000') ?></td> - <td rowspan=2><? print_sky_image('SN SCT000') ?></td> - <td rowspan=2><? print_sky_image('SN BKN000') ?></td> - <td><? print_sky_image('SN OVC000') ?></td> + <td rowspan=2><?php print_sky_image('CLR') ?></td> + <td rowspan=2><?php print_sky_image('SN FEW000') ?></td> + <td rowspan=2><?php print_sky_image('SN SCT000') ?></td> + <td rowspan=2><?php print_sky_image('SN BKN000') ?></td> + <td><?php print_sky_image('SN OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+SN OVC000') ?></td> + <td><?php print_sky_image('+SN OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=2>Ice Crystals/Ice Pellets/<br>Hail/Small Hail<br>(IC/PE/GR/GS)</th> <td>light/<br>moderate</td> - <td rowspan=2><? print_sky_image('CLR') ?></td> - <td rowspan=2><? print_sky_image('IC FEW000') ?></td> - <td rowspan=2><? print_sky_image('IC SCT000') ?></td> - <td rowspan=2><? print_sky_image('IC BKN000') ?></td> - <td><? print_sky_image('IC OVC000') ?></td> + <td rowspan=2><?php print_sky_image('CLR') ?></td> + <td rowspan=2><?php print_sky_image('IC FEW000') ?></td> + <td rowspan=2><?php print_sky_image('IC SCT000') ?></td> + <td rowspan=2><?php print_sky_image('IC BKN000') ?></td> + <td><?php print_sky_image('IC OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+IC OVC000') ?></td> + <td><?php print_sky_image('+IC OVC000') ?></td> </tr> <tr> <th class="weather" colspan=2>Thunderstorm<br>(TS)</th> - <td><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('TS FEW000') ?></td> - <td><? print_sky_image('TS SCT000') ?></td> - <td><? print_sky_image('TS BKN000') ?></td> - <td><? print_sky_image('TS OVC000') ?></td> + <td><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('TS FEW000') ?></td> + <td><?php print_sky_image('TS SCT000') ?></td> + <td><?php print_sky_image('TS BKN000') ?></td> + <td><?php print_sky_image('TS OVC000') ?></td> </tr> <tr> <th class="weather" colspan=2>Mist/Fog<br>(BR/FG)</th> - <td><? print_sky_image('FG CLR000') ?></td> - <td><? print_sky_image('FG FEW000') ?></td> - <td><? print_sky_image('FG SCT000') ?></td> - <td><? print_sky_image('FG BKN000') ?></td> - <td><? print_sky_image('FG OVC000') ?></td> + <td><?php print_sky_image('FG CLR000') ?></td> + <td><?php print_sky_image('FG FEW000') ?></td> + <td><?php print_sky_image('FG SCT000') ?></td> + <td><?php print_sky_image('FG BKN000') ?></td> + <td><?php print_sky_image('FG OVC000') ?></td> </tr> </table> @@ -260,7 +260,7 @@ <p>To the night time sky cover/precipitation icons the same remarks as to the day tim icons apply.</p> -<? $images->set_time('nite'); ?> +<?php $images->set_time('nite'); ?> <table border="1" class="weather"> <tr> <th class="weather" colspan=2 width=200>Sky Cover/<br>Precipitation</th> @@ -272,76 +272,76 @@ </tr> <tr> <th class="weather" colspan=2>None</th> - <td><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('FEW000') ?></td> - <td><? print_sky_image('SCT000') ?></td> - <td><? print_sky_image('BKN000') ?></td> - <td><? print_sky_image('OVC000') ?></td> + <td><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('FEW000') ?></td> + <td><?php print_sky_image('SCT000') ?></td> + <td><?php print_sky_image('BKN000') ?></td> + <td><?php print_sky_image('OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=3>Drizzle/Rain<br>(DZ/RA)</th> <td>light</td> - <td rowspan=3><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('-RA FEW000') ?></td> - <td><? print_sky_image('-RA SCT000') ?></td> - <td><? print_sky_image('-RA BKN000') ?></td> - <td><? print_sky_image('-RA OVC000') ?></td> + <td rowspan=3><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('-RA FEW000') ?></td> + <td><?php print_sky_image('-RA SCT000') ?></td> + <td><?php print_sky_image('-RA BKN000') ?></td> + <td><?php print_sky_image('-RA OVC000') ?></td> </tr> <tr> <td>moderate</td> - <td><? print_sky_image('RA FEW000') ?></td> - <td><? print_sky_image('RA SCT000') ?></td> - <td><? print_sky_image('RA BKN000') ?></td> - <td><? print_sky_image('RA OVC000') ?></td> + <td><?php print_sky_image('RA FEW000') ?></td> + <td><?php print_sky_image('RA SCT000') ?></td> + <td><?php print_sky_image('RA BKN000') ?></td> + <td><?php print_sky_image('RA OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+RA FEW000') ?></td> - <td><? print_sky_image('+RA SCT000') ?></td> - <td><? print_sky_image('+RA BKN000') ?></td> - <td><? print_sky_image('+RA OVC000') ?></td> + <td><?php print_sky_image('+RA FEW000') ?></td> + <td><?php print_sky_image('+RA SCT000') ?></td> + <td><?php print_sky_image('+RA BKN000') ?></td> + <td><?php print_sky_image('+RA OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=2>Snow/Snow Grains<br>(SN/SG)</th> <td>light/<br>moderate</td> - <td rowspan=2><? print_sky_image('CLR') ?></td> - <td rowspan=2><? print_sky_image('SN FEW000') ?></td> - <td rowspan=2><? print_sky_image('SN SCT000') ?></td> - <td rowspan=2><? print_sky_image('SN BKN000') ?></td> - <td><? print_sky_image('SN OVC000') ?></td> + <td rowspan=2><?php print_sky_image('CLR') ?></td> + <td rowspan=2><?php print_sky_image('SN FEW000') ?></td> + <td rowspan=2><?php print_sky_image('SN SCT000') ?></td> + <td rowspan=2><?php print_sky_image('SN BKN000') ?></td> + <td><?php print_sky_image('SN OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+SN OVC000') ?></td> + <td><?php print_sky_image('+SN OVC000') ?></td> </tr> <tr> <th class="weather" rowspan=2>Ice Crystals/Ice Pellets/<br>Hail/Small Hail<br>(IC/PE/GR/GS)</th> <td>light/<br>moderate</td> - <td rowspan=2><? print_sky_image('CLR') ?></td> - <td rowspan=2><? print_sky_image('IC FEW000') ?></td> - <td rowspan=2><? print_sky_image('IC SCT000') ?></td> - <td rowspan=2><? print_sky_image('IC BKN000') ?></td> - <td><? print_sky_image('IC OVC000') ?></td> + <td rowspan=2><?php print_sky_image('CLR') ?></td> + <td rowspan=2><?php print_sky_image('IC FEW000') ?></td> + <td rowspan=2><?php print_sky_image('IC SCT000') ?></td> + <td rowspan=2><?php print_sky_image('IC BKN000') ?></td> + <td><?php print_sky_image('IC OVC000') ?></td> </tr> <tr> <td>heavy</td> - <td><? print_sky_image('+IC OVC000') ?></td> + <td><?php print_sky_image('+IC OVC000') ?></td> </tr> <tr> <th class="weather" colspan=2>Thunderstorm<br>(TS)</th> - <td><? print_sky_image('CLR') ?></td> - <td><? print_sky_image('TS FEW000') ?></td> - <td><? print_sky_image('TS SCT000') ?></td> - <td><? print_sky_image('TS BKN000') ?></td> - <td><? print_sky_image('TS OVC000') ?></td> + <td><?php print_sky_image('CLR') ?></td> + <td><?php print_sky_image('TS FEW000') ?></td> + <td><?php print_sky_image('TS SCT000') ?></td> + <td><?php print_sky_image('TS BKN000') ?></td> + <td><?php print_sky_image('TS OVC000') ?></td> </tr> <tr> <th class="weather" colspan=2>Mist/Fog<br>(BR/FG)</th> - <td><? print_sky_image('FG CLR000') ?></td> - <td><? print_sky_image('FG FEW000') ?></td> - <td><? print_sky_image('FG SCT000') ?></td> - <td><? print_sky_image('FG BKN000') ?></td> - <td><? print_sky_image('FG OVC000') ?></td> + <td><?php print_sky_image('FG CLR000') ?></td> + <td><?php print_sky_image('FG FEW000') ?></td> + <td><?php print_sky_image('FG SCT000') ?></td> + <td><?php print_sky_image('FG BKN000') ?></td> + <td><?php print_sky_image('FG OVC000') ?></td> </tr> </table> @@ -351,7 +351,7 @@ as well. Since the metar exists, I decided to show the 'moony' icon.</p> -<? $images->set_time(''); ?> +<?php $images->set_time(''); ?> <h2>Wind direction</h2> <p>A dedicated group in the METAR data provides wind related @@ -437,9 +437,9 @@ <th>No<br>data</th> </tr> <tr> - <td><? print_temp_image('M05/M05') ?></td> - <td><? print_temp_image('05/05') ?></td> - <td><? print_temp_image(' ') ?></td> + <td><?php print_temp_image('M05/M05') ?></td> + <td><?php print_temp_image('05/05') ?></td> + <td><?php print_temp_image(' ') ?></td> </tr> </table> Index: make-release.sh =================================================================== RCS file: /cvsroot/phpweather/phpweather/make-release.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- make-release.sh 21 Jan 2003 22:25:39 -0000 1.8 +++ make-release.sh 20 Apr 2003 13:12:43 -0000 1.9 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2001 Martin Geisler <gim...@gi...> +# Copyright 2001--2003 Martin Geisler <gim...@gi...> # You're free to use this as described in the GPL. # # This small script retrieves the latest version of PHP Weather, pack @@ -23,7 +23,7 @@ rm README-CVS VERSION make-release.sh update-changelog.sh rm usermap $(find . -name '.cvsignore') -for file in README INSTALL base_object.php doc/src/phpweather.texi; do +for file in README INSTALL AUTHORS base_object.php doc/src/phpweather.texi; do sed -e "s/#VERSION#/$VERSION/g" -e "s/#DATE#/$DATE/g" $file > tmp mv -f tmp $file done |