diff options
Diffstat (limited to 'templates/packages/opensearch.xml')
-rw-r--r-- | templates/packages/opensearch.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml index 6c50d991..0004b996 100644 --- a/templates/packages/opensearch.xml +++ b/templates/packages/opensearch.xml @@ -1,9 +1,9 @@ {% load static from staticfiles %}<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> - <ShortName>Arch Packages</ShortName> - <LongName>Arch Linux Package Repository Search</LongName> - <Description>Search the Arch Linux package repositories by keyword in package names and descriptions.</Description> - <Tags>linux archlinux package software</Tags> + <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>{{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> |