mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Update OpenSearch features to current standards
This commit is contained in:
parent
7da87bf9e2
commit
810087ccf9
14 changed files with 23 additions and 17 deletions
|
@ -20,7 +20,7 @@ print("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<?xml-stylesheet href=\"" . S
|
|||
<lastBuildDate><?= NOW->format(Enums\DateTimeFormat::Rss->value) ?></lastBuildDate>
|
||||
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
||||
<atom:link href="<?= SITE_URL ?>/feeds/rss/all?query=<?= urlencode($query) ?>" rel="self" type="application/rss+xml"/>
|
||||
<atom:link href="<?= SITE_URL ?>/ebooks/opensearch" rel="search" type="application/opensearchdescription+xml" />
|
||||
<atom:link href="<?= SITE_URL ?>/opensearch" rel="search" type="application/opensearchdescription+xml" title="Standard Ebooks" />
|
||||
<image>
|
||||
<url><?= SITE_URL ?>/images/logo-rss.png</url>
|
||||
<title>Search Results</title> <? /* must be identical to channel title */ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue