mirror of
https://github.com/9001/copyparty.git
synced 2026-02-27 05:53:11 -07:00
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:
parent
70ad121869
commit
01cbf45920
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||
<ShortName>C {{ longname | truncate(14) | e }}</ShortName>
|
||||
<Description>Copyparty {{ longname | e }}</Description>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue