[LinksOS CVS Commit]website/content downloads.php,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-06 04:03:51
|
Update of /cvsroot/linksos/website/content In directory router-internal.tossell.net:/tmp/cvs-serv32559/content Added Files: downloads.php Log Message: Title: Downloads Changes: Added downloads page, which currently just shows snapshot link. Effects: People can download stuff. a=kennyt --- NEW FILE: downloads.php --- <? echo '<a href="http://www.linksos.org/snapshot/linksos-cvs-' . date('m-d-Y') . '.tar.gz">Most recent snapshot (' . date('F jS, Y') . ')</a>'; ?> |