I have posted a working copy of the new website here:
http://wine.codeweavers.com/winehq_new/
-Newman
Jeremy Newman wrote:
I have committed my work for the WineHQ redesign. I've also updated the AppDB and Bugzilla codebases with the new theme.
The site still has not gone live at this time. I wanted to allow a bit more time for the community to review the changes before I cut them live.
Other than the skin itself, the other big change is the new URL scheme. The URLs will no longer have /site in them. I will have redirects so the old URLs still work. But, I would appreciate help updating all external links.
WineHQ.org can be translated. If you want to translate WineHQ it is pretty straight forward. Simply copy the templates in templates/en to templates/<lang code>, and then build a patch. We have a start on the Spanish translation.
-Newman
Jeremy Newman wrote:
Module: website Branch: master Commit: eab5cc1e6dc6f36339018b11d97e47135b3dde45 URL: http://source.winehq.org/git/website.git/?a=commit;h=eab5cc1e6dc6f36339018b1...
Author: Jeremy Newman jnewman@codeweavers.com Date: Fri Dec 5 16:21:48 2008 -0600
WineHQ redesign
- new skin for the webite
- updated website template engine for new URL stucture
- moved wwn,news,interviews to plugins
- dropped sidebar navigation code, no longer used on main site
- other cleanup and removal of dead code
favicon.ico | Bin 3638 -> 1406 bytes images/classic_top_logo.png | Bin 15430 -> 0 bytes images/ppdonate.gif | Bin 2700 -> 0 bytes images/ppdonate.png | Bin 2498 -> 0 bytes images/top_logo.xcf | Bin 39690 -> 0 bytes images/winehq_border_bottom_left.gif | Bin 125 -> 0 bytes images/winehq_border_bottom_right.gif | Bin 105 -> 0 bytes images/winehq_border_dot_left.gif | Bin 114 -> 0 bytes images/winehq_border_dot_right.gif | Bin 114 -> 0 bytes images/winehq_border_top_left.gif | Bin 125 -> 0 bytes images/winehq_border_top_right.gif | Bin 105 -> 0 bytes images/winehq_top_logo.gif | Bin 6679 -> 0 bytes images/winehq_top_logo.png | Bin 5934 -> 0 bytes include/XMLToArray.php | 96 -- include/config.php | 102 +- include/globals.conf.sample | 7 +- include/html.php | 1401 +++++++++++++------- include/incl.php | 54 +- include/menu.php | 193 --- include/plugin.php | 16 +- include/themes/winehq/box.template | 10 - include/themes/winehq/box_title.template | 37 - include/themes/winehq/content.template | 112 +- include/themes/winehq/content_nobox.template | 72 + include/themes/winehq/home_page.template | 18 - include/themes/winehq/menu.template | 9 - include/themes/winehq/menu_item_row.template | 10 - include/themes/winehq/menu_lang_row.template | 12 - include/themes/winehq/menu_search_row.template | 21 - include/themes/winehq/menu_spacer_row.template | 7 - include/themes/winehq/menu_top_row.template | 17 - include/utils.php | 172 +++- include/winehq.php | 18 - include/wwn.php | 153 ++- jquery.js | 32 + jquery.pngfix.js | 126 ++ site | 442 +------ styles.css | 332 +++++ templates/en/404.template | 24 - templates/en/about.template | 27 +- templates/en/acknowledgement.template | 17 +- templates/en/ads.template | 13 - templates/en/contributing.template | 5 +- templates/en/cvs.template | 3 +- templates/en/devel.template | 143 ++ templates/en/developer-cheatsheet.template | 3 +- templates/en/download.template | 96 +- .../deb.template} | 3 +- .../deblenny.template} | 3 +- templates/en/forums.template | 7 +- templates/en/fun_projects.template | 15 +- templates/en/global/404.template | 18 + .../en/{getting_help.template => help.template} | 29 +- templates/en/help_wanted.template | 7 - templates/en/history.template | 7 +- templates/en/home_about.template | 30 - templates/en/howto.template | 168 --- templates/en/irc.template | 3 +- templates/en/license.template | 4 +- templates/en/menu.xml | 58 - templates/en/myths.template | 7 +- templates/en/news_row.template | 8 +- templates/en/pr-09betarelease.template | 76 -- templates/en/press.template | 212 --- templates/en/quotes.template | 6 - templates/en/resources.template | 3 +- templates/en/screenshots.template | 76 -- templates/en/search.template | 3 +- templates/en/sponsor.template | 27 - templates/en/status.template | 35 +- .../changelog.template} | 3 +- .../directx.template} | 135 +- .../{status_dlls.template => status/dlls.template} | 291 ++-- .../multimedia.template} | 73 +- .../options.template} | 3 + .../porting.template} | 3 + .../{status_todo.template => status/todo.template} | 3 +- .../en/{status_ui.template => status/ui.template} | 3 +- templates/en/status/wine.template | 624 +++++++++ templates/en/status_wine.template | 622 --------- templates/en/supported_applications.template | 11 - templates/en/who.template | 643 --------- templates/en/why.template | 7 +- templates/en/wine_features.template | 7 +- templates/en/wine_release.template | 11 - templates/en/winelib.template | 3 +- templates/en/wwn.template | 42 +- templates/en/wwn_content.template | 24 + templates/en/wwn_interview.template | 38 +- templates/es/download-deb.template | 3 +- templates/es/{ => global}/404.template | 12 +- templates/es/help_wanted.template | 7 - templates/es/home_about.template | 33 - templates/es/irc.template | 4 +- templates/es/menu.xml | 58 - templates/es/news_row.template | 5 - templates/es/quotes.template | 6 - templates/es/sending_patches.template | 9 +- templates/es/supported_applications.template | 13 - templates/es/wine_release.template | 11 - templates/es/wwn_interview.template | 29 - utils.js | 23 + 102 files changed, 3217 insertions(+), 4147 deletions(-)
Diff: http://source.winehq.org/git/website.git/?a=commitdiff;h=eab5cc1e6dc6f363390...