summaryrefslogtreecommitdiff
path: root/main/context_processors.py
AgeCommit message (Collapse)Author
2013-04-23fix stupid mistakeLuke Shumaker
2013-04-23tweakLuke Shumaker
2013-04-21use a BRANDING_OSEARCH_TAGS for templates/packages/opensearch.xmlLuke Shumaker
2013-04-21add BUGTRACKER_URLLuke Shumaker
2013-04-20add MAILMAN_BASE_URL to abstract mailing list linksLuke Shumaker
2013-04-19Abstract ArchWiki URLs and references.Luke Shumaker
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".
2013-03-27Add a context processor so BRANDING_* works in templacesLuke Shumaker
2010-09-22Get secure/unsecure checking actually workingDan McGee
We need a bit more, like actually having something relevant in the RequestContext object, in order for this to all work. Instead of putting the full request in just populate a 'secure' key with a boolean value indicating whether the request is secure. Signed-off-by: Dan McGee <dan@archlinux.org>