Module: website Branch: master Commit: e1abb266251ea43509e99d0264c2bb0793408309 URL: http://source.winehq.org/git/website.git/?a=commit;h=e1abb266251ea43509e99d0...
Author: Dan Kegel dank@kegel.com Date: Tue Feb 19 16:27:53 2008 -0800
website: bring back 'forums' in site menu
Also fix a typo in my last patch.
---
include/config.php | 2 +- templates/en/forums.template | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/include/config.php b/include/config.php index c1c6d2e..ccdc9fb 100644 --- a/include/config.php +++ b/include/config.php @@ -63,7 +63,7 @@ class config 'Development' => array( 'Development' => '{$root}/site/development', 'Developers Guide' => '{$root}/site/docs/winedev-guide/index', - 'Mailing Lists' => '{$root}/site/forums', + 'Mailing Lists/Forums' => '{$root}/site/forums', 'GIT' => '{$root}/site/git', 'Sending Patches' => '{$root}/site/sending_patches', 'To Do Lists' => 'http://wiki.winehq.org/TodoList', diff --git a/templates/en/forums.template b/templates/en/forums.template index a806f60..9ec34a1 100644 --- a/templates/en/forums.template +++ b/templates/en/forums.template @@ -1,4 +1,4 @@ -<!--TITLE:[Mailing Lists]--> +<!--TITLE:[Mailing Lists / Forums]-->
<h1>Key Mailing Lists / Forums</h1>
@@ -6,8 +6,7 @@ Here are the most useful ones for users:</p>
<ul> - <li>The <a href="http://www.winehq.org/mailman/listinfo/wine-users">Wine-Users Mailing List</a> (and [<a href="http://www.winehq.org/pipermail/wine-users/">web archive</a>) - best place for Wine user support - </li><br /> + <li>The <a href="http://www.winehq.org/mailman/listinfo/wine-users">Wine-Users Mailing List</a> (and <a href="http://www.winehq.org/pipermail/wine-users/">web archive</a>) - best place for Wine user support</li>
<li>Ubuntu users may also want to visit the <a href="http://ubuntuforums.org/forumdisplay.php?f=313">Wine area at Ubuntu Forums</a>