Jeremy Newman : updated config sample
Module: website Branch: master Commit: 631a8c4571fd7958c99795cf10912994581ee2c8 URL: http://source.winehq.org/git/website.git/?a=commit;h=631a8c4571fd7958c99795c... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Tue Dec 9 12:19:33 2008 -0600 updated config sample --- include/winehq.conf.sample | 34 ++++++++++++++++++++-------------- 1 files changed, 20 insertions(+), 14 deletions(-) diff --git a/include/winehq.conf.sample b/include/winehq.conf.sample index 5048496..64e6722 100644 --- a/include/winehq.conf.sample +++ b/include/winehq.conf.sample @@ -1,29 +1,35 @@ # Website Configuration File -# turns debug mode on/off -debug: 0 -web_debug: 0 +# turns on debug log on website (shows sql queries, etc) +web_debug: 0 + +# list of debug channels to output (channels are: none,all,template,plugin) +(a)debug_chan: none # title of this site -site_name: Wine HQ +site_name: WineHQ # default theme -theme: winehq +theme: winehq # default language -lang: en - -# available themes -(a)themes: winehq +lang: en # available languages -(a)languages: en +(a)languages: en, es -# base URL for website -base_url: http://www.winehq.org +# default base URLS (if you run the site, in a subdir, set base_root) +base_root: +base_url: http://www.winehq.org{$base_root}/ # Path to WWN XML files -news_xml_path: news +news_xml_path: news # Path to WWN XML files -wwn_xml_path: wwn +wwn_xml_path: wwn + +# URL for bugs +bug_system: http://bugs.winehq.org/show_bug.cgi?id= + +# URL for git tree +git_tree: http://source.winehq.org/git
participants (1)
-
Jeremy Newman