ChangeSet ID: 31231 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: julliard@winehq.org 2007/06/26 15:40:03
Modified files: templates/en : getting_help.template . : .htaccess
Log message: Fix remaining FAQ links to point to the wiki.
Patch: http://cvs.winehq.org/patch.py?id=31231
Old revision New revision Changes Path 1.4 1.5 +1 -1 lostwages/templates/en/getting_help.template 1.19 1.20 +6 -6 lostwages/.htaccess
Index: lostwages/templates/en/getting_help.template diff -u -p lostwages/templates/en/getting_help.template:1.4 lostwages/templates/en/getting_help.template:1.5 --- lostwages/templates/en/getting_help.template:1.4 26 Jun 2007 20:40: 3 -0000 +++ lostwages/templates/en/getting_help.template 26 Jun 2007 20:40: 3 -0000 @@ -17,7 +17,7 @@ </td> <td valign="top"> Most questions can be quickly answered by browsing our - <a href="{$root}/site/docs/wine-faq/index">FAQ</a>. + <a href="http://wiki.winehq.org/FAQ">FAQ</a>. This is the first place you should check to see if your question has been answered. </td> </tr> Index: lostwages/.htaccess diff -u -p lostwages/.htaccess:1.19 lostwages/.htaccess:1.20 --- lostwages/.htaccess:1.19 26 Jun 2007 20:40: 3 -0000 +++ lostwages/.htaccess 26 Jun 2007 20:40: 3 -0000 @@ -43,8 +43,8 @@ RedirectPermanent /support.shtml RedirectPermanent /News/status.html http://www.winehq.org/site/status RedirectPermanent /status http://www.winehq.org/site/status RedirectPermanent /status/ http://www.winehq.org/site/status -RedirectPermanent /faq/ http://www.winehq.org/site/docs/wine-faq/index -RedirectPermanent /faq http://www.winehq.org/site/docs/wine-faq/index +RedirectPermanent /faq/ http://wiki.winehq.org/FAQ +RedirectPermanent /faq http://wiki.winehq.org/FAQ RedirectPermanent /screenshots/ http://www.winehq.org/site/screenshots RedirectPermanent /screenshots http://www.winehq.org/site/screenshots RedirectPermanent /news/ http://www.winehq.org/site?news=archive @@ -73,12 +73,12 @@ RedirectMatch ^/(APPS|Apps|apps)/$ RedirectMatch ^/(APPS|Apps|apps)$ http://appdb.winehq.org/ RedirectMatch ^/(APPS|Apps|apps)/query.cgi$ http://appdb.winehq.org/ RedirectMatch ^/apps.cgi$ http://appdb.winehq.org/ -RedirectMatch ^/(FAQ|Faq)/$ http://www.winehq.org/site/docs/wine-faq/index -RedirectMatch ^/(FAQ|Faq)$ http://www.winehq.org/site/docs/wine-faq/index +RedirectMatch ^/(FAQ|Faq)/$ http://wiki.winehq.org/FAQ +RedirectMatch ^/(FAQ|Faq)$ http://wiki.winehq.org/FAQ RedirectMatch ^/(BUGS|Bugs|bugs)/$ http://bugs.winehq.org/ RedirectMatch ^/(BUGS|Bugs|bugs)$ http://bugs.winehq.org/ -RedirectMatch ^/(TROUBLE|Trouble|trouble)/$ http://www.winehq.org/site/docs/wine-faq/index -RedirectMatch ^/(TROUBLE|Trouble|trouble)$ http://www.winehq.org/site/docs/wine-faq/index +RedirectMatch ^/(TROUBLE|Trouble|trouble)/$ http://wiki.winehq.org/FAQ +RedirectMatch ^/(TROUBLE|Trouble|trouble)$ http://wiki.winehq.org/FAQ
# redirect soure website RedirectMatch /WineAPI(.*)$ http://source.winehq.org/WineAPI$1