public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Legler" <a3li@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] sites/www:master commit in: search/
Date: Wed,  9 Sep 2015 10:52:02 +0000 (UTC)	[thread overview]
Message-ID: <1441795887.026f0009ee42ea675041fd66175d6c84dbdb9f88.a3li@gentoo> (raw)

commit:     026f0009ee42ea675041fd66175d6c84dbdb9f88
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Sep  9 10:51:27 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 10:51:27 2015 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=026f0009

Add XML namespace declarations to OpenSearch definitions

 search/archives-gentoo-org.xml | 5 +++--
 search/bugs-gentoo-org.xml     | 5 +++--
 search/forums-gentoo-org.xml   | 5 +++--
 search/packages-gentoo-org.xml | 4 +++-
 search/www-gentoo-org.xml      | 4 +++-
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/search/archives-gentoo-org.xml b/search/archives-gentoo-org.xml
index 31d1f6a..607d6c8 100644
--- a/search/archives-gentoo-org.xml
+++ b/search/archives-gentoo-org.xml
@@ -1,5 +1,6 @@
-<?xml version="1.0" standalone='yes'?>
-<OpenSearchDescription>
+<?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>
   <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/favicon.ico</Image>

diff --git a/search/bugs-gentoo-org.xml b/search/bugs-gentoo-org.xml
index 24a22f8..ba2ab4e 100644
--- a/search/bugs-gentoo-org.xml
+++ b/search/bugs-gentoo-org.xml
@@ -1,5 +1,6 @@
-<?xml version="1.0" standalone='yes'?>
-<OpenSearchDescription>
+<?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 Bugzilla</ShortName>
   <Description>Gentoo's Official Bugzilla</Description>
   <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-bugs.ico</Image>

diff --git a/search/forums-gentoo-org.xml b/search/forums-gentoo-org.xml
index ceecdb4..6c6d073 100644
--- a/search/forums-gentoo-org.xml
+++ b/search/forums-gentoo-org.xml
@@ -1,5 +1,6 @@
-<?xml version="1.0" standalone='yes'?>
-<OpenSearchDescription>
+<?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/"><OpenSearchDescription>
   <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>

diff --git a/search/packages-gentoo-org.xml b/search/packages-gentoo-org.xml
index d6798fc..b749c74 100644
--- a/search/packages-gentoo-org.xml
+++ b/search/packages-gentoo-org.xml
@@ -1,4 +1,6 @@
-<?xml version="1.0" standalone='yes'?>
+<?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/">
 <OpenSearchDescription>
   <ShortName>Gentoo Packages</ShortName>
   <Description>Search packages.gentoo.org</Description>

diff --git a/search/www-gentoo-org.xml b/search/www-gentoo-org.xml
index 5445e03..aff15e1 100644
--- a/search/www-gentoo-org.xml
+++ b/search/www-gentoo-org.xml
@@ -1,4 +1,6 @@
-<?xml version="1.0" standalone='yes'?>
+<?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/">
 <OpenSearchDescription>
   <ShortName>Gentoo Website</ShortName>
   <Description>Search www.gentoo.org via Google</Description>


             reply	other threads:[~2015-09-09 10:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09 10:52 Alex Legler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-09 11:03 [gentoo-commits] sites/www:master commit in: search/ Alex Legler
2015-09-11 21:26 Alex Legler
2016-05-28 10:58 Alex Legler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441795887.026f0009ee42ea675041fd66175d6c84dbdb9f88.a3li@gentoo \
    --to=a3li@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox