Module: website Branch: master Commit: 0612d9cb8b6a0b5b7bda20d39bb97c54435e2236 URL: http://source.winehq.org/git/website.git/?a=commit;h=0612d9cb8b6a0b5b7bda20d...
Author: Jeremy White jwhite@codeweavers.com Date: Tue May 26 09:09:04 2009 -0500
Website: Place a prominent link to the Wiki developer pages at the top.
IMHO, the Developer FAQ is not easy enough to find starting at www.winehq.org; this should make it one step closer. Someone should really determine what content is missing from the Wiki dev pages, add it there, and then just point the main dev page of winehq.org to the Wiki.
---
templates/en/devel.template | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/templates/en/devel.template b/templates/en/devel.template index cb0cb28..82b9f1d 100644 --- a/templates/en/devel.template +++ b/templates/en/devel.template @@ -13,6 +13,19 @@ various resources available for our developers.</p> <td bgcolor="black"><b style="color: #FFFFFF">About this Option</b></td> </tr>
+ + <tr bgcolor="#ffffff"> + <td> + <a href="http://wiki.winehq.org/Developers">Wine Wiki Developer Documentation</a> + </td> + <td valign="top"> + The Wine Wiki Developer pages usually have more current information than this page. + A great volunteer job - still available! - would be trimming this page and mostly pointing + it to the Wiki pages. + </td> + </tr> + + <tr bgcolor="#ffffff"> <td> <a href="{$root}/contributing">Contributing to Wine</a>