1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librex_ynh.git synced 2024-09-03 19:36:20 +02:00

Update opensearch.xml.example

This commit is contained in:
Éric Gaspar 2023-11-14 16:40:35 +01:00
parent 0248938439
commit 182ed2c2eb

View file

@ -1,14 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>LibreX</ShortName> <ShortName>LibreX</ShortName>
<Description>A meta search engine for Google.</Description> <Description>Framework and javascript free privacy respecting meta search engine</Description>
<InputEncoding>UTF-8</InputEncoding> <InputEncoding>UTF-8</InputEncoding>
<LongName>LibreX search</LongName> <LongName>LibreX search</LongName>
<Url rel="results" type="text/html" method="post" template="http://__DOMAIN__/search.php"> <Url rel="results" type="text/html" method="get" template="http://localhost:80/search.php?q={searchTerms}" />
<Param name="q" value="{searchTerms}" />
</Url>
<Url type="application/opensearchdescription+xml" <Url type="application/opensearchdescription+xml"
rel="self" rel="self"
template="/opensearch.xml?method=POST" /> template="/opensearch.xml?method=GET" />
</OpenSearchDescription> </OpenSearchDescription>