diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 15:03:31 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 15:03:31 -0400 |
commit | 4578eb77da75c24f9b366c2ade46f55b0702b340 (patch) | |
tree | df86d5f8a77cb64bfe41f1303361fa610c24dc60 | |
parent | 4ddc952c7720e95a6ec74dcded14cc403585ceab (diff) |
reduce differences
-rw-r--r-- | settings.py | 1 | ||||
-rw-r--r-- | templates/packages/opensearch.xml | 2 | ||||
-rw-r--r-- | templates/public/donate.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/settings.py b/settings.py index dda8f74a..02a4d497 100644 --- a/settings.py +++ b/settings.py @@ -174,6 +174,7 @@ BUGTRACKER_URL = 'https://bugs.archlinux.org/' # URL for linking to the release engineering/iso project on the bugtracker BUGTRACKER_RELENG_URL = 'https://bugs.archlinux.org/index.php?project=6' +# URL for linking to projects in git PROJECTS_URL = 'https://projects.archlinux.org' # Trackers used for ISO download magnet links diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml index 5aa4d5d7..0004b996 100644 --- a/templates/packages/opensearch.xml +++ b/templates/packages/opensearch.xml @@ -3,7 +3,7 @@ <ShortName>{{BRANDING_SHORTNAME}} Packages</ShortName> <LongName>{{BRANDING_DISTRONAME}} Package Repository Search</LongName> <Description>Search the {{BRANDING_DISTRONAME}} package repositories by keyword in package names and descriptions.</Description> - <Tags>linux archlinux package software</Tags> + <Tags>{{BRANDING_OSEARCH_TAGS}}</Tags> <Image height="16" width="16" type="image/x-icon">{{ domain }}{% static "favicon.ico" %}</Image> <Image height="64" width="64" type="image/png">{{ domain }}{% static "logos/icon-transparent-64x64.png" %}</Image> <Language>en-us</Language> diff --git a/templates/public/donate.html b/templates/public/donate.html index 963a02ca..7b104e4e 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -8,7 +8,7 @@ {% cache 600 donations secure %} <div id="donations" class="box"> - <h2>Donate to Arch Linux</h2> + <h2>Donate to {{ BRANDING_SHORTNAME }}</h2> <p>Arch Linux survives because of the tireless efforts of many people in the community and the core development circle. None of us are paid for |