CVS: web index.php,1.18,1.19
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-28 14:15:31
|
Update of /cvsroot/phpweather/web In directory usw-pr-cvs1:/tmp/cvs-serv31796 Modified Files: index.php Log Message: Added a link to the downloads directory. Index: index.php =================================================================== RCS file: /cvsroot/phpweather/web/index.php,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- index.php 27 Mar 2002 14:40:51 -0000 1.18 +++ index.php 28 Mar 2002 14:15:29 -0000 1.19 @@ -6,9 +6,14 @@ require_once('phpweather/pw_utilities.php'); ?> - <p>This is the homepage of PHP Weather at <a - href="http://www.sourceforge.net/">SourceForge</a>. You should go <a href="http://sourceforge.net/project/showfiles.php?group_id=23245">here to download</a> files.</p> +<p>This is the homepage of PHP Weather at <a +href="http://www.sourceforge.net/">SourceForge</a>.</p> +<p>If you're interested in obtaining PHP Weather, then go to the <a +href="http://sourceforge.net/project/showfiles.php?group_id=23245">download +area at SourceForge</a> for released files. If you want to download +the latest CVS code, then try our <a href="downloads/">daily CVS +snapshot</a>.</p> <p>PHP Weather helps you do this on your webpages:</p> |