-
Notifications
You must be signed in to change notification settings - Fork 2
/
start.xml
31 lines (28 loc) · 926 Bytes
/
start.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xmlns:opds="http://opds-spec.org/2010/catalog"
xml:lang="en"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:app="http://www.w3.org/2007/app"
xmlns="http://www.w3.org/2005/Atom">
<link rel="search"
title="Search"
href="search.xml"
type="application/opensearchdescription+xml"/>
<id>Start</id>
<title>myOPDS Library</title>
<icon>myOPDS.png</icon>
<author>
<name>Matthias Bock</name>
</author>
<entry>
<id>Catalog</id>
<title>Catalog</title>
<content type="text">My Books, Papers, Publications</content>
<link rel="http://opds-spec.org/sort/popular"
href="catalog.php"
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
</entry>
</feed>