web/opds_osd: remove Copyparty branding

As suggested by @Scotsguy remove the Copyparty branding. I was
indifferent to this anyways and neither Koreader nor Moon Reader even
display it.

https://github.com/9001/copyparty/pull/1287#issuecomment-3874112161
Signed-off-by: Brandon Philips <brandon@ifup.org>
This commit is contained in:
Brandon Philips 2026-02-10 14:13:08 -08:00
parent 70ad121869
commit 01cbf45920

View file

@ -1,6 +1,6 @@
<?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>C {{ longname | truncate(14) | e }}</ShortName> <ShortName>{{ longname | truncate(16) | e }}</ShortName>
<Description>Copyparty {{ longname | e }}</Description> <Description>{{ longname | e }}</Description>
<Url type="application/atom+xml;profile=opds-catalog" template="{{ search_url }}?opds&amp;q={searchTerms}"/> <Url type="application/atom+xml;profile=opds-catalog" template="{{ search_url }}?opds&amp;q={searchTerms}"/>
</OpenSearchDescription> </OpenSearchDescription>