Kyle Auble : Redo links on main status page

Jeremy Newman jnewman at winehq.org
Mon Aug 27 10:09:25 CDT 2012


Module: website
Branch: master
Commit: 50365369e0d6060655d522a3848a7673d99aec68
URL:    http://source.winehq.org/git/website.git/?a=commit;h=50365369e0d6060655d522a3848a7673d99aec68

Author: Kyle Auble <randomidman48 at yahoo.com>
Date:   Thu Aug 23 08:09:51 2012 -0700

Redo links on main status page

I've redirected some of the links on the status page to pages on
the wiki. The changelog I just deleted though since changes are
already recorded in git for static pages and revision history for the
wiki.

---

 templates/en/status.template |    9 ++-------
 templates/he/status.template |    9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/templates/en/status.template b/templates/en/status.template
index 229db34..d740b16 100644
--- a/templates/en/status.template
+++ b/templates/en/status.template
@@ -65,20 +65,15 @@
                Status of user interface elements.
             </dd>
 
-            <dt><a href="{$root}/status/porting"><b>Porting Status</b></a></dt>
+            <dt><a href="http://wiki.winehq.org/WinePortingStatus"><b>Porting Status</b></a></dt>
             <dd>
                Status of porting Wine to various compilers, OSes, architectures.
             </dd>
 
-            <dt><a href="{$root}/status/todo"><b>Known To Do's</b></a></dt>
+            <dt><a href="http://wiki.winehq.org/TodoList"><b>Known TO-DOs</b></a></dt>
             <dd>
                List of known issues.
             </dd>
-
-            <dt><a href="{$root}/status/changelog"><b>ChangeLog</b></a></dt>
-            <dd>
-               Have a look here to get a feeling about development progress.
-            </dd>
         </dl>
    </td></tr>
    </table>
diff --git a/templates/he/status.template b/templates/he/status.template
index dc4660c..42af425 100644
--- a/templates/he/status.template
+++ b/templates/he/status.template
@@ -64,20 +64,15 @@
                מצב רכיבי מנשק המשתמש.
             </dd>
 
-            <dt><a href="{$root}/status/porting"><b>מצב ההסבה</b></a></dt>
+            <dt><a href="http://wiki.winehq.org/WinePortingStatus"><b>מצב ההסבה</b></a></dt>
             <dd>
                מצב הסבת Wine למגוון של מהדרים, מערכות הפעלה, ארכיטקטורות.
             </dd>
 
-            <dt><a href="{$root}/status/todo"><b>נושאים לטיפול</b></a></dt>
+            <dt><a href="http://wiki.winehq.org/TodoList"><b>נושאים לטיפול</b></a></dt>
             <dd>
                רשימה של נושאים לטיפול.
             </dd>
-
-            <dt><a href="{$root}/status/changelog"><b>יומן שינויים</b></a></dt>
-            <dd>
-               ניתן להביט להלן כדי לקבל תחושה על התקדמות הפיתוח.
-            </dd>
         </dl>
    </td></tr>
    </table>




More information about the wine-cvs mailing list