Module: website
Branch: master
Commit: 5fdcde68b5a56900043d8882da4607eca8e2466b
URL: http://source.winehq.org/git/website.git/?a=commit;h=5fdcde68b5a56900043d88…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Mon Dec 8 15:27:58 2008 -0600
set the title of the home page
---
templates/en/home.template | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/en/home.template b/templates/en/home.template
index fd9e5a0..a321334 100644
--- a/templates/en/home.template
+++ b/templates/en/home.template
@@ -1,5 +1,5 @@
-<!--TITLE:[WineHQ]-->
-<!--BLURB:[Runs Windows applications on Linux, BSD and Mac OS X.]-->
+<!--TITLE:[Run Windows applications on Linux, BSD and Mac OS X]-->
+<!--BLURB:[Run Windows applications on Linux, BSD and Mac OS X.]-->
<!--STYLE:[content_nobox]-->
<div id="main_left">
Module: website
Branch: master
Commit: 3161b73c9458c275dc0a079f513bbc19329ee356
URL: http://source.winehq.org/git/website.git/?a=commit;h=3161b73c9458c275dc0a07…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Mon Dec 8 14:45:12 2008 -0600
fix forums link
---
templates/en/help.template | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/templates/en/help.template b/templates/en/help.template
index ebbeb40..0f75fdc 100644
--- a/templates/en/help.template
+++ b/templates/en/help.template
@@ -56,12 +56,13 @@
<tr bgcolor="#ffffff">
<td align="center" class="small">
- <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine"><img src="{$root}/images/forum.png" /><br />Forum</a>
+ <a href="http://forums.winehq.org/"><img src="{$root}/images/forum.png" /><br />Forum</a>
</td>
<td valign="top">
- We have a web/email based community for Wine users, which is a place that Wine users can visit to ask questions and connect
- with each other. You can join this community in a variety of ways. The simplest is
- Google Groups page for <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine">comp.emulators.ms-windows.wine</a>.
+ We have a <a href="http://forums.winehq.org/">web</a>/<a href="{$root}/site/forums">email</a> based community for
+ Wine users, which is a place that Wine users can visit to ask questions and connect
+ with each other. You can join this community in a variety of ways. An alternate way to access our forums is via the
+ Google Groups page at <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine">comp.emulators.ms-windows.wine</a>.
You may also wish to explore the <a href="{$root}/site/forums">mailing lists</a>
that make up that community as well.
</td>