summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-19 21:46:51 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-19 21:46:51 -0400
commitae9ee14ff153698dd90c6560437e42ff124a6d0b (patch)
treeffd990442f624d5d09282c4ecea064f3ed588e70 /settings.py
parent9b23e64dde9d218c5dfbc70bf38f5e2afe7e4089 (diff)
Abstract ArchWiki URLs and references.
Notable things: * Standardize on "ArchWiki", instead of also having "Arch Wiki", via BRANDING_WIKINAME * Link to the article "Install_Guide" instead of "Official_Arch_Linux_Install_Guide", it's a redirect anyway. * On the download page, it assumes the that the version is just appended to the URL for the wiki link. * For the wiki RSS link, It now uses "/${title}?feed=rss" instead of "?title=${title}&feed=rss".
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index c979d03f..09f2df9c 100644
--- a/settings.py
+++ b/settings.py
@@ -142,8 +142,10 @@ SVN_BASE_URL = 'svn://svn.archlinux.org/'
BRANDING_APPNAME = 'archweb'
BRANDING_DISTRONAME = 'Arch Linux'
BRANDING_SHORTNAME = 'Arch'
+BRANDING_WIKINAME = 'ArchWiki'
BRANDING_EMAIL = 'Arch Website Notification <nobody@archlinux.org>'
+
## Import local settings
from local_settings import *