Content deleted Content added
m Reverted 4 edits by 81.57.74.178 (talk) to last revision by Leandrogfcdutra. (TW) |
HadrienFdbks (talk | contribs) |
||
Line 1:
{{external links|date=January 2013}}
{{Clr}}
{{Infobox file format
| name = Open Publication Distribution System
| icon =
| caption =
| extension =
| mime = application/atom+xml;profile=opds-catalog
| owner =
| creatorcode =
| genre = [[web syndication]]
| released = {{start-date|5 May 2010}}
| latest release version = OPDS 1.1
| latest release date = {{release date and age|df=yes|2011|06|27}}
| containerfor =
| containedby =
| extendedfrom = [[Atom (standard)|Atom]]
| extendedto =
| free = Yes
| url = {{URL|opds-spec.org/specs/}} }}
The '''Open Publication Distribution System''' (OPDS) Catalog format is a [[Web syndication|syndication]] format for [[electronic publication]]s based on [[Atom (standard)|Atom]] and [[HTTP]]. OPDS Catalogs enable the aggregation, distribution, discovery, and acquisition of electronic publications. OPDS Catalogs use existing or emergent [[open standard]]s and conventions, with a priority on simplicity.<ref>{{Citation | date = 27 June 2011 | publisher = The Open Internet archive | url = http://opds-spec.org/specs/opds-catalog-1-1-20110627/ | title = OPDS Spec | contribution = OPDS Spec 1.1 | accessdate = 2013‐5‐7 | type = technical specification}}.</ref>
The Open Publication Distribution System specification is prepared by an informal grouping of partners, combining [[Internet Archive]], [[O'Reilly Media]], [[Feedbooks]], [[One Laptop per Child |OLPC]], and others.
==History==
OPDS is based on the initial work done by [[Lexcycle]]<ref>[http://groups.google.com/d/topic/openpub/Vr8FI7gIKHg/discussion "Project Goals"]. Official OPDS mailing list. Retrieved May 5, 2013.</ref>, the company behind [[Lexcycle Stanza|Stanza]], an [[E-Book|eBook reader application]] for [[iOS]].
All revisions of the specification were produced by an informal group organized around an open mailing list<ref>[http://groups.google.com/group/openpub "Official OPDS mailing list"]. Google Groups. Retrieved May 5, 2013.</ref>.
{| class="wikitable sortable" align="left"
|+ Version history
|-
! Version !! Date
|-
| 0.9<ref>[http://opds-spec.org/specs/opds-catalog-0-9 "OPDS Spec 0.9"]. Official OPDS Website. Retrieved May 5, 2013.</ref> || {{dts|2010|05|25}}
|-
| 1.0<ref>[http://opds-spec.org/specs/opds-catalog-1-0 "OPDS Spec 1.0"]. Official OPDS Website. Retrieved May 5, 2013.</ref> || {{dts|2010|08|30}}
|-
| 1.1<ref>[http://opds-spec.org/specs/opds-catalog-1-1 "OPDS Spec 1.1"]. Official OPDS Website. Retrieved May 5, 2013.</ref> || {{dts|2011|06|27}}
|}
{{Clr}}
==Example of OPDS 1.1 content==
An example of an acquisition feed in OPDS:
<source lang="xml"><?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:opds="http://opds-spec.org/2010/catalog">
<id>urn:uuid:433a5d6a-0b8c-4933-af65-4ca4f02763eb</id>
<link rel="related"
href="/opds-catalogs/vampire.farming.xml"
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<link rel="self"
href="/opds-catalogs/unpopular.xml"
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<link rel="start"
href="/opds-catalogs/root.xml"
type="application/atom+xml;profile=opds-catalog;kind=navigation"/>
<link rel="up"
href="/opds-catalogs/root.xml"
type="application/atom+xml;profile=opds-catalog;kind=navigation"/>
<title>Unpopular Publications</title>
<updated>2010-01-10T10:01:11Z</updated>
<author>
<name>Spec Writer</name>
<uri>http://opds-spec.org</uri>
</author>
<entry>
<title>Bob, Son of Bob</title>
<id>urn:uuid:6409a00b-7bf2-405e-826c-3fdff0fd0734</id>
<updated>2010-01-10T10:01:11Z</updated>
<author>
<name>Bob the Recursive</name>
<uri>http://opds-spec.org/authors/1285</uri>
</author>
<dc:language>en</dc:language>
<dc:issued>1917</dc:issued>
<category scheme="http://www.bisg.org/standards/bisac_subject/index.html"
term="FIC020000"
label="FICTION / Men's Adventure"/>
<summary>The story of the son of the Bob and the gallant part he played in
the lives of a man and a woman.</summary>
<link rel="http://opds-spec.org/image"
href="/covers/4561.lrg.png"
type="image/png"/>
<link rel="http://opds-spec.org/image/thumbnail"
href="/covers/4561.thmb.gif"
type="image/gif"/>
<link rel="alternate"
href="/opds-catalogs/entries/4571.complete.xml"
type="application/atom+xml;type=entry;profile=opds-catalog"
title="Complete Catalog Entry for Bob, Son of Bob"/>
<link rel="http://opds-spec.org/acquisition"
href="/content/free/4561.epub"
type="application/epub+zip"/>
<link rel="http://opds-spec.org/acquisition"
href="/content/free/4561.mobi"
type="application/x-mobipocket-ebook"/>
</entry>
<entry>
<title>Modern Online Philately</title>
<id>urn:uuid:7b595b0c-e15c-4755-bf9a-b7019f5c1dab</id>
<author>
<name>Stampy McGee</name>
<uri>http://opds-spec.org/authors/21285</uri>
</author>
<author>
<name>Alice McGee</name>
<uri>http://opds-spec.org/authors/21284</uri>
</author>
<author>
<name>Harold McGee</name>
<uri>http://opds-spec.org/authors/21283</uri>
</author>
<updated>2010-01-10T10:01:10Z</updated>
<rights>Copyright (c) 2009, Stampy McGee</rights>
<dc:identifier>urn:isbn:978029536341X</dc:identifier>
<dc:publisher>StampMeOnline, Inc.</dc:publisher>
<dc:language>en</dc:language>
<dc:issued>2009-10-01</dc:issued>
<content type="text">The definitive reference for the web-curious
philatelist.</content>
<link rel="http://opds-spec.org/image"
href="/covers/11241.lrg.jpg"
type="image/jpeg"/>
<link rel="http://opds-spec.org/acquisition/buy"
href="/content/buy/11241.epub"
type="application/epub+zip">
<opds:price currencycode="USD">18.99</opds:price>
<opds:price currencycode="GBP">11.99</opds:price>
</link>
</entry>
</feed></source>
{{Clr}}
==Comparaison of OPDS clients==
In order to test client compatibility, a test catalog is available as a [[GitHub]] project<ref>{{cite web |url=http://feedbooks.github.io/opds-test-catalog/ |title=OPDS Test Catalog |publisher=Feedbooks |date= |accessdate=2011-01-01}}</ref>.
Over a dozen OPDS clients are available on major platforms such as [[Android (operating system)|Android]], [[iOS]] and [[Microsoft Windows|Windows]]<ref>{{cite web |url=http://wiki.mobileread.com/wiki/OPDS#eBook_Reading_Software_Supporting_OPDS |title=eBook Reading Software Supporting OPDS |publisher=MobileRead Wiki |date= |accessdate=2011-01-01}}</ref>.
===Core OPDS features===
{| class="wikitable sortable" style="text-align:center; width: 100%"
|-
! Product
! Navigation feeds
! Acquisition feeds
! Clear distinction between navigation/acquisition
! Pagination
! Search
! Support for full entries
|-
| [[Aldiko]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no2|Limited to pre-loaded catalog}}
| {{yes}}
|-
| [[Mantano Reader]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes2|Partial support}}
| {{no}}
|-
| [[FBReader]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes2|Partial support}}
| {{yes}}
|-
| Bluefire Reader<ref>{{cite web|url=http://www.bluefirereader.com/ |title=Bluefire Reader |publisher=Bluefire Productions, LLC |date= |accessdate=2013-05-14}}</ref>
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes2|Partial support}}
| {{no}}
|-
| Moon+ Reader<ref>{{cite web |url=http://moondownload.com |title=Moon+ Reader |publisher=Moon+ |date= |accessdate=2013-05-14}}</ref>
| {{yes}}
| {{yes}}
| {{no}}
| {{yes}}
| {{no}}
| {{no}}
|-
| eBook Search<ref>{{cite web |url=http://www.ebooksearchapp.com/ |title=eBook Search |publisher=Inkstone Software, Inc. |date= |accessdate=2013-05-14}}</ref>, MegaReader<ref>{{cite web |url=http://www.megareader.net/ |title=MegaReader |publisher=Inkstone Software, Inc. |date= |accessdate=2013-05-14}}</ref> & QuickReader<ref>{{cite web |url=http://www.quickreader.net/ |title=QuickReader |publisher=Inkstone Software, Inc. |date= |accessdate=2013-05-14}}</ref>
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes2|Partial support}}
| {{yes}}
|}
{{Clr}}
===Metadata and Images===
{| class="wikitable sortable" style="text-align:center; width: 100%"
|-
! Product
! Thumbnail
! Full image
! Title
! Author
! Contributor
! Language
! Publication date
! Summary
! Description
! Summary vs Description
! Rights
! Category
! Code vs Label in category
|-
| [[Aldiko]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
|-
| [[Mantano Reader]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{yes2|Partial}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{yes2|Partial}}
| {{yes}}
|-
| [[FBReader]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{yes}}
| {{yes}}
|-
| Bluefire Reader
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no2|?}}
| {{no2|?}}
| {{no2|?}}
| {{yes}}
| {{yes}}
| {{no2|?}}
| {{no2|?}}
| {{yes}}
| {{yes}}
|-
| Moon+ Reader
| {{yes}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{no}}
| {{no}}
|-
| eBook Search, MegaReader & QuickReader
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
|}
{{Clr}}
===Content acquisition===
{| class="wikitable sortable" style="text-align:center; width: 100%"
|-
! Product
! Generic acquisition
! Buy
! Borrow
! [[Open Access]]
! Subscribe
! Sample
! Multiple acquisition types
! Price and currency
! Indirect acquisition
|-
| [[Aldiko]]
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{no}}
|-
| [[Mantano Reader]]
| {{yes}}
| {{yes}}
| {{no}}
| {{yes}}
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
|-
| [[FBReader]]
| {{yes}}
| {{yes}}
| {{no}}
| {{yes}}
| {{no}}
| {{yes}}
| {{no}}
| {{yes}}
| {{no}}
|-
| Bluefire Reader
| {{yes}}
| {{yes}}
| {{no2|?}}
| {{no2|?}}
| {{no}}
| {{no2|?}}
| {{no2|?}}
| {{yes}}
| {{no2|?}}
|-
| Moon+ Reader
| {{yes}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
| {{yes2|Partial support}}
| {{no}}
| {{no}}
| {{no}}
|-
| eBook Search, MegaReader & QuickReader
| {{yes}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
| {{yes2|Partial support}}
| {{no}}
| {{no}}
| {{no}}
|}
{{Clr}}
==Online OPDS Catalogs==
Line 27 ⟶ 425:
* [[Calibre (software)|Calibre]] – personal e-book converter/catalog including an OPDS server
* {{Citation | url = https://tinyopds.codeplex.com/ | title = Codeplex | contribution = TinyOPDS | publisher = Microsoft}} – lightweight and simple OPDS server for the home use
== References ==
{{Reflist}}
== External
*[http://opds-spec.org/ OPDS Official News and Specifications]
*[http://
*[http://code.google.com/p/openpub/ OPDS
*[http://wiki.mobileread.com/wiki/OPDS MobileRead Wiki - OPDS]
{{Clr}}
{{Ebooks}}
|