From: <ro...@us...> - 2002-09-30 04:34:54
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv14217 Modified Files: download.php Log Message: Add link to CVS SNAPs Index: download.php =================================================================== RCS file: /cvsroot/webnotes/web/download.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- download.php 12 Sep 2002 22:10:09 -0000 1.5 +++ download.php 30 Sep 2002 04:34:51 -0000 1.6 @@ -7,6 +7,7 @@ <span class="center_link"> <p align="center"><a href="http://sourceforge.net/project/showfiles.php?group_id=15381">Download phpWebNotes</a></p> +<p align="center"><a href="http://www.extremeserv-linux.com/downloads/misc/phpwebnotescvs/">Download phpWebNotes CVS SNAPs</a></p> </span> <p>Please check out the <a href="release.php">Release Notes</a> for important notices and information.</p> @@ -14,4 +15,4 @@ <span class="section">Mirroring</span> <p>It is recommended to sign up on the <a href="mailinglists.php">announcements</a> mailing list, if you wish to mirror the software. You should also have a link back to this page.</p> -<?php include('footer.php') ?> \ No newline at end of file +<?php include('footer.php') ?> |