mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
12 lines
754 B
XML
12 lines
754 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>LazyLibrarian</ShortName>
|
|
<Description>Search {label}</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<OutputEncoding>UTF-8</OutputEncoding>
|
|
<Url type="text/html" template="{webroot}/opds?cmd=search&{func}query={searchTerms}&index={startIndex?}"/>
|
|
<Url type="application/atom+xml" template="{webroot}/opds?cmd=search&{func}query={searchTerms}&index={startIndex?}"/>
|
|
<Url type="application/atom+xml;profile=opds-catalog;kind=acquisition" template="{webroot}/opds?cmd=search&{func}query={searchTerms}&index={startIndex?}"/>
|
|
<Query role="example" searchTerms="robot" />
|
|
</OpenSearchDescription>
|