Re: Website: Point the Development pages entirely to the Wiki.
I'm holding this patch hostage until the Wiki is updated with the new theme. -Newman Jeremy White wrote:
--- 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 bad2f62..870a934 100644 --- a/templates/en/home.template +++ b/templates/en/home.template @@ -24,8 +24,8 @@ <div class="subtitle">Documentation, Support, and Wiki.</div> </li>
- <li class="devel" onClick="document.location='{$root}/devel/';"> - <div class="title"><a href="{$root}/devel/">Development</a></div> + <li class="devel" onClick="document.location='http://wiki.winehq.org/Developers';"> + <div class="title"><a href="http://wiki.winehq.org/Developers">Development</a></div> <div class="subtitle">Wine source, Bug Tracking, etc.</div> </li>
Jeremy Newman wrote:
I'm holding this patch hostage until the Wiki is updated with the new theme.
-Newman
Jeremy White wrote:
--- 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 bad2f62..870a934 100644 --- a/templates/en/home.template +++ b/templates/en/home.template @@ -24,8 +24,8 @@ <div class="subtitle">Documentation, Support, and Wiki.</div> </li>
- <li class="devel" onClick="document.location='{$root}/devel/';"> - <div class="title"><a href="{$root}/devel/">Development</a></div> + <li class="devel" onClick="document.location='http://wiki.winehq.org/Developers';"> + <div class="title"><a href="http://wiki.winehq.org/Developers">Development</a></div> <div class="subtitle">Wine source, Bug Tracking, etc.</div> </li>
Aren't you the one who's updating the wiki to the theme? Thanks, Scott Ritchie
Scott Ritchie wrote:
Jeremy Newman wrote:
I'm holding this patch hostage until the Wiki is updated with the new theme.
Aren't you the one who's updating the wiki to the theme?
No. I currently do not have access to the Wiki. That is hosted by elsewhere. We are willing, and have the space/cpu to host the wiki. -Newman
On Tue, 2009-06-02 at 09:10 -0500, Jeremy Newman wrote:
Scott Ritchie wrote:
Jeremy Newman wrote:
I'm holding this patch hostage until the Wiki is updated with the new theme.
Aren't you the one who's updating the wiki to the theme?
No. I currently do not have access to the Wiki. That is hosted by elsewhere.
This is true, I'm hosting it. And while I said I'll look at upgrading to the new theme, I just didn't have the time. However, the code is freely available to everybody on SourceForge: http://wine.cvs.sourceforge.net/viewvc/wine/wiki/ And I'm more than happy to accept patches. -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.
participants (3)
-
Dimi Paun -
Jeremy Newman -
Scott Ritchie