[WINEHQ] Updated winehq.conf.sample: lang has all the available languages; documented debug, debug_log, and base_patch

Alexandru Băluț alexandru.balut at gmail.com
Sat Jun 12 03:44:38 CDT 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100612/e4d06fec/attachment.htm>
-------------- next part --------------
---
 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
- at languages:         en, de, es, fr, pt
+ at 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/
-- 
1.7.0.4


More information about the wine-patches mailing list