From 4ab05a025f424c0b5ce140ff68182e20595b04a2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 19 Apr 2013 19:11:04 -0400 Subject: manually replace more instances of the Arch name --- templates/packages/flaghelp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/packages/flaghelp.html') diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 819a2f01..9080f611 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -30,7 +30,7 @@

Flagging Packages

Note: Please do not use this facility if the package is broken! Use the bugtracker instead.

+ title="{{ BRANDING_DISTRONAME }} Bugtracker">bugtracker instead.

-- cgit v1.2.3-54-g00ecf From 55b52a92806e4e76b1db17178f323362e3ddfe09 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 20 Apr 2013 00:24:29 -0400 Subject: add MAILMAN_BASE_URL to abstract mailing list links --- main/context_processors.py | 1 + settings.py | 2 ++ templates/base.html | 2 +- templates/packages/flag.html | 2 +- templates/packages/flaghelp.html | 2 +- templates/public/download.html | 2 +- templates/public/index.html | 4 ++-- 7 files changed, 9 insertions(+), 6 deletions(-) (limited to 'templates/packages/flaghelp.html') diff --git a/main/context_processors.py b/main/context_processors.py index 5ac31744..d6456a9d 100644 --- a/main/context_processors.py +++ b/main/context_processors.py @@ -9,6 +9,7 @@ def branding(request): 'BRANDING_SHORTNAME': settings.BRANDING_SHORTNAME, 'BRANDING_WIKINAME': settings.BRANDING_WIKINAME, 'BRANDING_EMAIL': settings.BRANDING_EMAIL, + 'MAILMAN_BASE_URL': settings.MAILMAN_BASE_URL, } # vim: set ts=4 sw=4 et: diff --git a/settings.py b/settings.py index 09f2df9c..ba9560f7 100644 --- a/settings.py +++ b/settings.py @@ -139,6 +139,8 @@ # community bit on the end, repo.svn_root is appended) SVN_BASE_URL = 'svn://svn.archlinux.org/' +MAILMAN_BASE_URL = 'https://mailman.archlinux.org/mailman' + BRANDING_APPNAME = 'archweb' BRANDING_DISTRONAME = 'Arch Linux' BRANDING_SHORTNAME = 'Arch' diff --git a/templates/base.html b/templates/base.html index 2b3aed66..bc4db84f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -39,7 +39,7 @@
  • Signoffs
  • Todos
  • Dev Clocks
  • -
  • Archives
  • Mirrors
  • Flag Package: {{ package.pkgname }} {{ package.full_version }} ({{ package.a

    The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send - an email to the arch-general mailing list with your additional text.

    diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 9080f611..e2d67e06 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -24,7 +24,7 @@

    Flagging Packages

    The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send - an email to the arch-general mailing list with your additional text.

    diff --git a/templates/public/download.html b/templates/public/download.html index 72d21736..f473915a 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -27,7 +27,7 @@

    Release Info

  • diff --git a/templates/public/index.html b/templates/public/index.html index 7c22c251..aeeff175 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -27,7 +27,7 @@

    A simple, lightweight distribution

    Our strong community is diverse and helpful, and we pride ourselves on the range of skillsets and uses for Arch that stem from it. Please check out our forums - and mailing lists to get your feet wet. Also glance through our wiki @@ -127,7 +127,7 @@

    Documentation

    Community