Store: Open Books (calibre's DRM Free listing) plugin.

This commit is contained in:
John Schember 2011-06-20 19:24:07 -04:00
parent 039041384e
commit 109fcbc723

View File

@ -1373,6 +1373,14 @@ class StoreNextoStore(StoreBase):
formats = ['EPUB', 'PDF']
affiliate = True
class StoreOpenBooksStore(StoreBase):
name = 'Open Books'
description = u''
actual_plugin = 'calibre.gui2.store.open_books_plugin:OpenBooksStore'
drm_free_only = True
headquarters = 'US'
class StoreOpenLibraryStore(StoreBase):
name = 'Open Library'
description = u'One web page for every book ever published. The goal is to be a true online library. Over 20 million records from a variety of large catalogs as well as single contributions, with more on the way.'
@ -1499,6 +1507,7 @@ plugins += [
StoreManyBooksStore,
StoreMobileReadStore,
StoreNextoStore,
StoreOpenBooksStore,
StoreOpenLibraryStore,
StoreOReillyStore,
StorePragmaticBookshelfStore,