CVS: phpweather-1.x demo.php,1.4,1.5
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-05-17 22:13:25
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv1438 Modified Files: demo.php Log Message: Small updates. Index: demo.php =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/demo.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- demo.php 19 Apr 2002 18:27:42 -0000 1.4 +++ demo.php 17 May 2002 22:13:22 -0000 1.5 @@ -37,11 +37,9 @@ <h1>Your version: <?php echo $version ?></h1> -<p>Your source was last modified on <b><?php echo $last_modified ?></b>. -Click <a href="http://sourceforge.net/projects/phpweather/">here</a> -to download the newest version from <a -href="http://www.sourceforge.net/">SourceForge</a>. I'm currently -working on the next version of <a +<p>You can download new version from <a +href="http://sourceforge.net/projects/phpweather/">this page</a>. I'm +currently working on the next version of <a href="http://www.sourceforge.net/projects/phpweather/">PHP Weather</a>. You can try it by downloading a snapshot of CVS, but as I don't make these all the time, the best way to follow the development @@ -51,19 +49,21 @@ <p>If you are having problems with <a href="http://sourceforge.net/projects/phpweather/">PHP Weather</a>, -then please upgrade to the latest version. If that doesn't help, then ask for help at the maillinglist, by sending a mail to <a +then please upgrade to the latest version. If that doesn't help, then +ask for help at the maillinglist, by sending a mail to <a href="mailto:php...@li...">php...@li...</a>. But before doing that, you <b>must</b> be subscribed to the list - go to <a href="http://lists.sourceforge.net/lists/listinfo/phpweather-devel">this page</a>.</p> -To help speed up the development, you should take a look at the latest -code from CVS. Try and see if you can figure out what is happening in -there, and then tell me what you think. Or even better: create a -user-account at <a href="http://www.sourceforge.net/">SourceForge</a>, -and mail me the username. I'll then add you to the project, so that -you can help by changing the code yourself.</p> +<p>To help speed up the development, you should take a look at the +latest code from CVS. Try and see if you can figure out what is +happening in there, and then tell me what you think. Or even better: +create a user-account at <a +href="http://www.sourceforge.net/">SourceForge</a>, and mail me the +username. I'll then add you to the project, so that you can help by +changing the code yourself.</p> <h1>A sample METAR-report</h1> |