diff options
author | 2017-07-27 17:38:32 -0700 | |
---|---|---|
committer | 2017-07-27 20:54:15 -0700 | |
commit | 05417061458ac410241250c20d615145dd9441f4 (patch) | |
tree | 8a48b9cdd8b52eef879da3375561151910f3adca /search | |
parent | Make scripts have consistent output. (diff) | |
download | www-05417061458ac410241250c20d615145dd9441f4.tar.gz www-05417061458ac410241250c20d615145dd9441f4.tar.bz2 www-05417061458ac410241250c20d615145dd9441f4.zip |
Sentence case migration.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'search')
-rw-r--r-- | search/archives-gentoo-org.xml | 6 | ||||
-rw-r--r-- | search/bugs-gentoo-org.xml | 4 | ||||
-rw-r--r-- | search/forums-gentoo-org.xml | 6 | ||||
-rw-r--r-- | search/packages-gentoo-org.xml | 2 | ||||
-rw-r--r-- | search/www-gentoo-org.xml | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/search/archives-gentoo-org.xml b/search/archives-gentoo-org.xml index 607d6c8..1f239ba 100644 --- a/search/archives-gentoo-org.xml +++ b/search/archives-gentoo-org.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>Gentoo List Archives</ShortName> - <Description>Search archives.gentoo.org via Google</Description> + <ShortName>Gentoo list archives</ShortName> + <Description>Search archives.gentoo.org (via Google).</Description> <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/favicon.ico</Image> <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Aarchives.gentoo.org"/> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> diff --git a/search/bugs-gentoo-org.xml b/search/bugs-gentoo-org.xml index ba2ab4e..7caa086 100644 --- a/search/bugs-gentoo-org.xml +++ b/search/bugs-gentoo-org.xml @@ -2,7 +2,7 @@ <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> <ShortName>Gentoo Bugzilla</ShortName> - <Description>Gentoo's Official Bugzilla</Description> + <Description>Gentoo's official Bugzilla</Description> <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-bugs.ico</Image> <Url type="text/html" template="http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&emailassigned_to1=1&emailtype2=substring&emailreporter2=1&bugidtype=include&chfieldto=Now&short_desc={searchTerms}&short_desc_type=substring&long_desc_type=substring&bug_file_loc_type=substring&status_whiteboard_type=substring&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&cmdtype=doit&order=Reuse+same+sort+as+last+time&sourceid=Mozilla-search"/> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> diff --git a/search/forums-gentoo-org.xml b/search/forums-gentoo-org.xml index bb9dc4a..9e36209 100644 --- a/search/forums-gentoo-org.xml +++ b/search/forums-gentoo-org.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>Gentoo Forums</ShortName> - <Description>Gentoo's Official Forums</Description> + <ShortName>Gentoo forums</ShortName> + <Description>Gentoo's official forums.</Description> <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-forums.ico</Image> <Url type="text/html" template="http://forums.gentoo.org/search.php?mode=results&show_results=topics&search_keywords={searchTerms}"/> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> diff --git a/search/packages-gentoo-org.xml b/search/packages-gentoo-org.xml index 5b3d0ba..466c5b3 100644 --- a/search/packages-gentoo-org.xml +++ b/search/packages-gentoo-org.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>Gentoo Packages</ShortName> + <ShortName>Gentoo packages</ShortName> <Description>Search packages.gentoo.org</Description> <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-packages.ico</Image> <Url type="text/html" template="https://packages.gentoo.org/packages/search?q={searchTerms}"/> diff --git a/search/www-gentoo-org.xml b/search/www-gentoo-org.xml index ac55593..5ba7fdb 100644 --- a/search/www-gentoo-org.xml +++ b/search/www-gentoo-org.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>Gentoo Website</ShortName> - <Description>Search www.gentoo.org via Google</Description> + <ShortName>Gentoo website</ShortName> + <Description>Search www.gentoo.org (via Google).</Description> <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/favicon.ico</Image> <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Awww.gentoo.org"/> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> |