mirror of
https://github.com/YunoHost-Apps/librex_ynh.git
synced 2024-09-03 19:36:20 +02:00
11 lines
No EOL
547 B
XML
11 lines
No EOL
547 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>LibreX</ShortName>
|
|
<Description>Framework and javascript free privacy respecting meta search engine</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<LongName>LibreX search</LongName>
|
|
<Url rel="results" type="text/html" method="get" template="http://__DOMAIN__/search.php" />
|
|
<Url type="application/opensearchdescription+xml"
|
|
rel="self"
|
|
template="/opensearch.xml?method=GET" />
|
|
</OpenSearchDescription> |