mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
de60086a68
commit
1768d5cdab
@ -178,7 +178,7 @@ class INVESBOOK(EB600):
|
|||||||
|
|
||||||
class BOOQ(EB600):
|
class BOOQ(EB600):
|
||||||
name = 'Booq Device Interface'
|
name = 'Booq Device Interface'
|
||||||
gui_name = 'Booq'
|
gui_name = 'bq Reader'
|
||||||
|
|
||||||
FORMATS = ['epub', 'mobi', 'prc', 'fb2', 'pdf', 'doc', 'rtf', 'txt', 'html']
|
FORMATS = ['epub', 'mobi', 'prc', 'fb2', 'pdf', 'doc', 'rtf', 'txt', 'html']
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ class PALMPRE(USBMS):
|
|||||||
|
|
||||||
class AVANT(USBMS):
|
class AVANT(USBMS):
|
||||||
name = 'Booq Avant Device Interface'
|
name = 'Booq Avant Device Interface'
|
||||||
gui_name = 'Avant'
|
gui_name = 'bq Avant'
|
||||||
description = _('Communicate with the Booq Avant')
|
description = _('Communicate with the Bq Avant')
|
||||||
author = 'Kovid Goyal'
|
author = 'Kovid Goyal'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ class Kobo(Device):
|
|||||||
id = 'kobo'
|
id = 'kobo'
|
||||||
|
|
||||||
class Booq(Device):
|
class Booq(Device):
|
||||||
name = 'Booq Reader'
|
name = 'bq Classic'
|
||||||
manufacturer = 'Booq'
|
manufacturer = 'Booq'
|
||||||
output_profile = 'sony'
|
output_profile = 'sony'
|
||||||
output_format = 'EPUB'
|
output_format = 'EPUB'
|
||||||
@ -125,7 +125,18 @@ class TheBook(Device):
|
|||||||
id = 'thebook'
|
id = 'thebook'
|
||||||
|
|
||||||
class Avant(Booq):
|
class Avant(Booq):
|
||||||
name = 'Booq Avant'
|
name = 'bq Avant'
|
||||||
|
|
||||||
|
class AvantXL(Booq):
|
||||||
|
name = 'bq Avant XL'
|
||||||
|
output_profile = 'ipad'
|
||||||
|
|
||||||
|
class BooqPocketPlus(Booq):
|
||||||
|
name = 'bq Pocket Plus'
|
||||||
|
output_profile = 'sony300'
|
||||||
|
|
||||||
|
class BooqCervantes(Booq):
|
||||||
|
name = 'bq Cervantes'
|
||||||
|
|
||||||
class Sony300(Sony505):
|
class Sony300(Sony505):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user