mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Track opensearch definition file
This commit is contained in:
parent
4ecb6f2aa2
commit
cb5fa83e94
1 changed files with 13 additions and 0 deletions
13
www/ebooks/opensearch.xml
Normal file
13
www/ebooks/opensearch.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||
<ShortName>Standard Ebooks</ShortName>
|
||||
<Description>Search the Standard Ebooks catalog.</Description>
|
||||
<Developer>Standard Ebooks</Developer>
|
||||
<Language>en-US</Language>
|
||||
<SyndicationRight>open</SyndicationRight>
|
||||
<OutputEncoding>UTF-8</OutputEncoding>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<Url type="text/html" template="https://standardebooks.org/ebooks?query={searchTerms}&per-page={count}&page={startPage}"/>
|
||||
<Url type="application/atom+xml;profile=opds-catalog;kind=acquisition" template="https://standardebooks.org/opds/all?query={searchTerms}"/>
|
||||
<Query role="example" searchTerms="fiction" startPage="1" count="12"/>
|
||||
</OpenSearchDescription>
|
Loading…
Add table
Add a link
Reference in a new issue