Am 29.08.2012 21:13, schrieb Kyle Auble:
I'm starting to work on moving static pages to and from the wiki, but I wanted to ask for opinions on a few changes first:
...
- Do we still need the static "cvs" page, or should I just redirect any
links to it, then delete? On a related note, the WineHQ ToDo on the wiki still claims that a browser for the old CVS source tree is lurking on the site somewhere. Is that true, or do I need to cut that line from the ToDo list?
get the website source and do "grep -Ri cvs *" then ignore wwn/ and news/ the first lines already look like they need love:
include/htaccess.sample:RedirectPermanent /dev.shtml http://www.winehq.org/cvs include/htaccess.sample:RedirectPermanent /dev.html http://www.winehq.org/cvs include/htaccess.sample:RedirectPermanent /devstart.shtml http://www.winehq.org/cvs include/htaccess.sample:RedirectMatch ^/cvsweb(.*)$ http://cvs.winehq.org/cvsweb$1 include/htaccess.sample:RedirectMatch ^/patch.py(.*)$ http://cvs.winehq.org/patch.py$1 include/wwn.php: if ($file == "." or $file == ".." or $file == "CVS" or $file == "interviews")
and some things in templates all that should somehow bring you to http://www.winehq.org/cvs or be deleted