Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: search/
Date: Sat, 28 May 2016 10:58:08
Message-Id: 1464432513.43e41a29f351b9fa5f006b7b11e99d1a2860fea1.a3li@gentoo
1 commit: 43e41a29f351b9fa5f006b7b11e99d1a2860fea1
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sat May 28 10:48:33 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 10:48:33 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=43e41a29
7
8 pgo OpenSearch: Use native search engine
9
10 search/packages-gentoo-org.xml | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/search/packages-gentoo-org.xml b/search/packages-gentoo-org.xml
14 index b4b1343..5b3d0ba 100644
15 --- a/search/packages-gentoo-org.xml
16 +++ b/search/packages-gentoo-org.xml
17 @@ -4,6 +4,5 @@
18 <ShortName>Gentoo Packages</ShortName>
19 <Description>Search packages.gentoo.org</Description>
20 <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-packages.ico</Image>
21 - <!-- Change this back when the new search functionality is completed -->
22 - <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Apackages.gentoo.org"/>
23 -</OpenSearchDescription>
24 \ No newline at end of file
25 + <Url type="text/html" template="https://packages.gentoo.org/packages/search?q={searchTerms}"/>
26 +</OpenSearchDescription>