diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-11-20 13:18:32 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-11-20 13:18:32 -0500 |
commit | 57393e2865f198eeca9c4ccc3432c77fb890d83f (patch) | |
tree | d104388413e03fc28d6378196fc43204793a6a34 /libre/mozilla-searchplugins | |
parent | e1c5363e190144273ed6164930bc63376fd5037e (diff) |
fix yacy search plugin
Diffstat (limited to 'libre/mozilla-searchplugins')
-rw-r--r-- | libre/mozilla-searchplugins/yacy.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libre/mozilla-searchplugins/yacy.xml b/libre/mozilla-searchplugins/yacy.xml index ec7bf2970..15e094661 100644 --- a/libre/mozilla-searchplugins/yacy.xml +++ b/libre/mozilla-searchplugins/yacy.xml @@ -4,7 +4,6 @@ xmlns:suggestions="http://www.opensearch.org/specifications/opensearch/extensions/suggestions/1.1"> <ShortName>YaCy</ShortName> <LongName>YaCy.net - Web Search by the People, for the People</LongName> - <Image type="image/gif">http://search.yacy.net:7001/env/grafics/yacy.png</Image> <Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAAAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////Chiu+fBm+fRq+fRq+fRq+fRq+fRq8ehXMmk////////////////////////////++exjUqGfZsnjYsXbYsXbYsXbZsnjTp2W+fBr///////////////////////////+9exfs2r/69/L58+z58+z58+z59e/z59bChSn///////////////////////////+9fBnnz638+fX69O369e748un38Ob59O3Ll0fVrGz////////////////////////Jk0HJlUjXuYrWt4jVtYPr28T58+r59OzPn1fPnlX////////////////////////Rolu8eRXCiTPEjTvCijbNnlj169359e7Zs3vLlkf////////////////////////UqmrAgSLt3MP27eH1693169327+T59Ozo0rG/gB////////////////////////////+/gCDv4Mn48+v38Of59Oz58+v48+vr2b2+fRv///////////////////////////+9ehXr17n58+z48ejo0bDp07T48+zx49DBhCj///////////////////////////+/fhzjyJ/59Oz59OzQoVvNmU759Oz58+vKlUbXrnH////////////////////////LlkfUqmn59Oz48+vZtHzNm1D48+v59OzPoFjOnlX////////////////////////OnVPOnFL59e348+vq1rnEiC7u38j69vDXsHTIkT3////////////////////////UqWjIkD327+T58+3s2bzAgSLp07T79/Pmzqq+fBn///////////////////////////+/fx7v4Mr7+PTx5NDHkD3kyqP8+vjs2r+9exf///////////////////////////++fBjQoFnVq2zTp2bGjTjJk0LWrW7SpWC+exf////////////////////////////Nm1C6dQy7eBG8eBK9exe8ehS7dxC6dQzLlkj////////////AH///wB8x+sAf///AD/+PwA///8AP///AD///4A9PU+APoz/gB///4AdxvOAHoz/gB3368AfjU/AHT1PwB/+P </Image> <Language>en-us</Language> @@ -13,17 +12,17 @@ <AdultContent>true</AdultContent> <Description>YaCy is a free GPL-licensed software that can be used for stand-alone search engine installations or as a client for a multi-user P2P-based web indexing cluster. This is the access to peer.</Description> - <Url type="text/html" method="GET" template="http://search.yacy.net:7001/yacysearch.html?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> - <Url type="application/rss+xml" method="GET" template="http://search.yacy.net:7001/yacysearch.rss?nav=&query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> - <Url type="application/atom+xml" method="GET" template="http://search.yacy.net:7001/yacysearch.atom?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&resource=global" /> + <Url type="text/html" method="GET" template="http://search.yacy.net/yacysearch.html?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> + <Url type="application/rss+xml" method="GET" template="http://search.yacy.net/yacysearch.rss?nav=&query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> + <Url type="application/atom+xml" method="GET" template="http://search.yacy.net/yacysearch.atom?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&resource=global" /> - <Url type="application/x-suggestions+json" template="http://search.yacy.net:7001/suggest.json?query={searchTerms}"/> - <Url type="application/x-suggestions+xml" template="http://search.yacy.net:7001/suggest.xml?query={searchTerms}"/> + <Url type="application/x-suggestions+json" template="http://search.yacy.net/suggest.json?query={searchTerms}"/> + <Url type="application/x-suggestions+xml" template="http://search.yacy.net/suggest.xml?query={searchTerms}"/> <!-- syntax according to http://www.loc.gov/standards/sru/. Set verify=true to get snippets in the search results --> <Developer>See http://github.com/orgs/yacy/teams/yacy_developers</Developer> <Query role="example" searchTerms="yacy+free+software" /> <Tags>YaCy Free Software P2P Peer-to-Peer Uncensored Distributed Web Search Engine</Tags> - <Contact>See http://search.yacy.net:7001/ViewProfile.html?hash=localhash</Contact> + <Contact>See http://search.yacy.net/ViewProfile.html?hash=localhash</Contact> <Attribution>http://yacy.net YaCy Software &copy; 2004-2014 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> <SyndicationRight>open</SyndicationRight> </OpenSearchDescription> |