[Nice-commit] Nice/web .htaccess,1.15,1.16
Brought to you by:
bonniot
From: <bo...@pr...> - 2004-01-26 12:55:57
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14070/web Modified Files: .htaccess Log Message: Redirect for the source download. Index: .htaccess =================================================================== RCS file: /cvsroot/nice/Nice/web/.htaccess,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** .htaccess 11 Dec 2003 23:48:54 -0000 1.15 --- .htaccess 26 Jan 2004 12:54:53 -0000 1.16 *************** *** 1,4 **** --- 1,5 ---- Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.5-unix.tar.gz + Redirect /Nice-source.tar.gz http://prdownloads.sourceforge.net/nice/Nice-0.9.5-source.tar.gz Redirect /Nice.zip http://prdownloads.sourceforge.net/nice/Nice-0.9.5-windows.zip Redirect /nice.deb http://prdownloads.sourceforge.net/nice/nice_0.9.5-1_all.deb |