summaryrefslogtreecommitdiff
path: root/templates/packages/opensearch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/opensearch.xml')
-rw-r--r--templates/packages/opensearch.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml
index 6c50d991..5aa4d5d7 100644
--- a/templates/packages/opensearch.xml
+++ b/templates/packages/opensearch.xml
@@ -1,8 +1,8 @@
{% 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>
+ <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>
<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>