[Openfirst-cvscommit] www updatesite.sh,1.5,1.6
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-25 18:46:40
|
Update of /cvsroot/openfirst/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10734 Modified Files: updatesite.sh Log Message: Change the downloads page around to make it a bit more friendly; and to make it update automatically. There's still far too much text on that page, so, once proper user documentation is being written it should be moved there and linked to. Also remove the release notes, because they weren't maintained very well (their contents has been moved to the current downloads page). Index: updatesite.sh =================================================================== RCS file: /cvsroot/openfirst/www/updatesite.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** updatesite.sh 24 May 2005 22:11:19 -0000 1.5 --- updatesite.sh 25 May 2005 18:46:27 -0000 1.6 *************** *** 7,10 **** --- 7,13 ---- php htdocs/news.php + # Update file release listing + php htdocs/files.php + # Ensure website can write session information chmod o+w,g+w tmp/ |