mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
version 0.6.35
This commit is contained in:
parent
57064a70fa
commit
a46a050b0b
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
__version__ = '0.6.34'
|
__version__ = '0.6.35'
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -14,7 +14,7 @@ from PyQt4.Qt import QWidget
|
|||||||
|
|
||||||
class PluginWidget(QWidget,Ui_Form):
|
class PluginWidget(QWidget,Ui_Form):
|
||||||
|
|
||||||
TITLE = _('EPUB/MOBI Options')
|
TITLE = _('E-book Options')
|
||||||
HELP = _('Options specific to')+' EPUB/MOBI '+_('output')
|
HELP = _('Options specific to')+' EPUB/MOBI '+_('output')
|
||||||
OPTION_FIELDS = [('exclude_genre','\[[\w ]*\]'),
|
OPTION_FIELDS = [('exclude_genre','\[[\w ]*\]'),
|
||||||
('exclude_tags','~'),
|
('exclude_tags','~'),
|
||||||
|
@ -230,7 +230,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
minimum_calibre_version = (0, 6, 34)
|
minimum_calibre_version = (0, 6, 34)
|
||||||
author = 'Greg Riker'
|
author = 'Greg Riker'
|
||||||
version = (0, 0, 1)
|
version = (0, 0, 1)
|
||||||
file_types = set(['epub','mobi'])
|
file_types = set(['epub'])
|
||||||
|
|
||||||
cli_options = [Option('--catalog-title',
|
cli_options = [Option('--catalog-title',
|
||||||
default = 'My Catalog',
|
default = 'My Catalog',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user