Module: website Branch: master Commit: 375867c364da53377241b55bee1804b7c5386046 URL: https://source.winehq.org/git/website.git/?a=commit;h=375867c364da53377241b5...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Mar 24 13:13:06 2021 -0500
update with latest defaults
---
include/winehq.conf.sample | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/include/winehq.conf.sample b/include/winehq.conf.sample index 4d3376a5..7cbc760f 100644 --- a/include/winehq.conf.sample +++ b/include/winehq.conf.sample @@ -20,13 +20,13 @@ site_name: WineHQ lang: en
# available languages -@languages: en, de, es, fr, ko, pl, pt, tr, uk, zh-cn +@languages: en, de, es, fr, ko, nl, pl, pt, tr, uk, zh-cn
# pages that use PATH_INFO @stop_pages: announce, interview, lang, news, wwn
# default base URLS -base_root: +base_root: base_url: https://www.winehq.org%7B$base_root%7D/
# Path to WWN XML files @@ -36,10 +36,7 @@ news_xml_path: ./news wwn_xml_path: ./wwn
# URL for bugs -bug_system: http://bugs.winehq.org/show_bug.cgi?id= +bug_system: https://bugs.winehq.org/show_bug.cgi?id=
# URL for git tree -git_tree: http://source.winehq.org/git - -# Google Analytics Tracking Code -google_analytics: +git_tree: https://source.winehq.org/git