Module: website Branch: master Commit: 68ba8dbac9d3409cf4d81ccd4a9d2634152ceb2f URL: http://source.winehq.org/git/website.git/?a=commit;h=68ba8dbac9d3409cf4d81cc...
Author: Alexandru Băluț alexandru.balut@gmail.com Date: Sat Jun 12 10:44:38 2010 +0200
Updated winehq.conf.sample: lang has all the available languages; documented debug, debug_log, and base_patch
--0016e6d9677e3fe8d50488d1450e Content-Type: text/plain; charset=UTF-8
<br>
---
include/winehq.conf.sample | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/include/winehq.conf.sample b/include/winehq.conf.sample index b5d5025..e46fc4d 100644 --- a/include/winehq.conf.sample +++ b/include/winehq.conf.sample @@ -6,6 +6,12 @@ web_debug: 0 # list of debug channels to output (channels are: none,all,template,plugin) @debug_chan: none
+# Whether to append the debug messages to the debug_log file +debug: 0 + +# Path to debug log file +debug_log: /path/to/error.log + # title of this site site_name: WineHQ
@@ -16,7 +22,7 @@ theme: winehq lang: en
# available languages -@languages: en, de, es, fr, pt +@languages: en, de, es, fr, pl, pt
# default base URLS (if you run the site, in a subdir, set base_root) base_root: @@ -33,3 +39,6 @@ bug_system: http://bugs.winehq.org/show_bug.cgi?id=
# URL for git tree git_tree: http://source.winehq.org/git + +# Path to the root directory of the site +base_path: /path/to/root/directory/of/website/