mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 20:52:25 -06:00
tested with Moon Reader and Koreader; based on: https://specs.opds.io/opds-1.2#3-search https://github.com/koreader/koreader/pull/7380 Signed-off-by: Brandon Philips <brandon@ifup.org>
7 lines
351 B
XML
7 lines
351 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>{{ longname | truncate(16) | e }}</ShortName>
|
|
<Description>{{ longname | e }}</Description>
|
|
<Url type="application/atom+xml;profile=opds-catalog" template="{{ search_url }}?opds&q={searchTerms}"/>
|
|
</OpenSearchDescription>
|