Module: website Branch: master Commit: 983621fe65f3e4f8dca24a86bc722ea558654034 URL: http://source.winehq.org/git/website.git/?a=commit;h=983621fe65f3e4f8dca24a8...
Author: Kyle Auble randomidman48@yahoo.com Date: Sat Sep 8 20:02:39 2012 -0700
Redirect all status links to wiki
---
templates/en/status.template | 15 ++++++++++----- templates/he/status.template | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/templates/en/status.template b/templates/en/status.template index d740b16..1528a85 100644 --- a/templates/en/status.template +++ b/templates/en/status.template @@ -40,27 +40,32 @@ Status of APIs Implemented. </dd>
- <dt><a href="{$root}/status/wine"><b>Core Status</b></a></dt> + <dt><a href="http://wiki.winehq.org/CoreStatus"><b>Core Status</b></a></dt> <dd> Status of core Wine components, tools, and misc. </dd>
- <dt><a href="{$root}/status/dlls"><b>DLLs Status</b></a></dt> + <dt><a href="http://wiki.winehq.org/DLLStatus"><b>DLLs Status</b></a></dt> <dd> Status of Windows DLL clones. </dd>
- <dt><a href="{$root}/status/directx"><b>DirectX Status</b></a></dt> + <dt><a href="http://wiki.winehq.org/DirectXStatus"><b>DirectX Status</b></a></dt> <dd> Status of DirectX DLL clones. </dd>
- <dt><a href="{$root}/status/multimedia"><b>Multimedia Status</b></a></dt> + <dt><a href="http://wiki.winehq.org/MultimediaStatus"><b>Multimedia Status</b></a></dt> <dd> Status of multimedia elements. </dd>
- <dt><a href="{$root}/status/ui"><b>UI Status</b></a></dt> + <dt><a href="http://wiki.winehq.org/ToolStatus"><b>Tool Status</b></a></dt> + <dd> + Status of ancillary tool programs and scripts. + </dd> + + <dt><a href="http://wiki.winehq.org/UserInterfaceStatus"><b>UI Status</b></a></dt> <dd> Status of user interface elements. </dd> diff --git a/templates/he/status.template b/templates/he/status.template index 42af425..463018a 100644 --- a/templates/he/status.template +++ b/templates/he/status.template @@ -39,27 +39,32 @@ מצב פונקציות ה־ APIשהוטמעו. </dd>
- <dt><a href="{$root}/status/wine"><b>מצב הליבה</b></a></dt> + <dt><a href="http://wiki.winehq.org/CoreStatus"><b>מצב הליבה</b></a></dt> <dd> מצב רכיבי הליבה, הכלים ועוד של Wine. </dd>
- <dt><a href="{$root}/status/dlls"><b>מצב ה־DLLים</b></a></dt> + <dt><a href="http://wiki.winehq.org/DLLStatus"><b>מצב ה־DLLים</b></a></dt> <dd> מצב כפילי ה־DLL של Windows. </dd>
- <dt><a href="{$root}/status/directx"><b>מצב DirectX</b></a></dt> + <dt><a href="http://wiki.winehq.org/DirectXStatus"><b>מצב DirectX</b></a></dt> <dd> מצב כפילי ה־DLL של DirectX. </dd>
- <dt><a href="{$root}/status/multimedia"><b>מצב המולטימדיה</b></a></dt> + <dt><a href="http://wiki.winehq.org/MultimediaStatus"><b>מצב המולטימדיה</b></a></dt> <dd> מצב רכיבי המולטימדיה. </dd>
- <dt><a href="{$root}/status/ui"><b>מצב מנשק המשתמש</b></a></dt> + <dt><a href="http://wiki.winehq.org/ToolStatus"><b>מצב כלי עבודה</b></a></dt> + <dd> + מצב כלי עבודה ותסריטים משלים. + </dd> + + <dt><a href="http://wiki.winehq.org/UserInterfaceStatus"><b>מצב מנשק המשתמש</b></a></dt> <dd> מצב רכיבי מנשק המשתמש. </dd>