Fri Nov 27 13:52:50 2015 UTC ()
Update calibre to 2.45.0:

New Features

    Cover browser: Allow customizing the text that appears under the covers with a template in Preferences->Look & Feel->Cover browser
    When sending books without a cover to the device, generate a cover with book metadata instead of using the blank book icon
    Preferenes->Add your own columns: Show more information about existing columns

Bug Fixes

    PDF Output: Handle input documents with fonts that do not have either postscript or full name information.
    DOCX Input: Handle numbering styles that use non-decimal number formats and custom templates.
    Allow restoring of corrupted library to work even if the metadata.db file is missing from the library folder
    Bulk metadata dialog: Fix renaming a custom series via search and replace causing the series index to be reset to 1.
    Bulk metadata dialog: Fix search and replace not working for text like custom columns if the column contains only a single value.
    Content server: Fix next and previous links not working in the mobile view when using a search query that includes url unsafe characters.
    Update Amazon metadata download plugin to handle amazon.com website change that was preventing any metadata from being downloaded
    Edit Book: Fix error when trying to add words to user dictionary for a book with a language that has no dictionary available.
    Tag browser: Fix various bugs in how grouped search terms are displayed. Also fix counts and average rating for items in user categories
    When using copy to library also create missing composite columns in the destination library.


(wiz)
diff -r1.122 -r1.123 pkgsrc/misc/calibre/Makefile
diff -r1.49 -r1.50 pkgsrc/misc/calibre/PLIST
diff -r1.54 -r1.55 pkgsrc/misc/calibre/distinfo

cvs diff -r1.122 -r1.123 pkgsrc/misc/calibre/Makefile (switch to unified diff)

--- pkgsrc/misc/calibre/Makefile 2015/11/23 11:03:40 1.122
+++ pkgsrc/misc/calibre/Makefile 2015/11/27 13:52:50 1.123
@@ -1,155 +1,155 @@ @@ -1,155 +1,155 @@
1# $NetBSD: Makefile,v 1.122 2015/11/23 11:03:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.123 2015/11/27 13:52:50 wiz Exp $
2 2
3DISTNAME= calibre-2.44.1 3DISTNAME= calibre-2.45.0
4CATEGORIES= misc 4CATEGORIES= misc
5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} 5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
6MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ 6MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 8DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.calibre-ebook.com/ 11HOMEPAGE= http://www.calibre-ebook.com/
12COMMENT= E-book library management application 12COMMENT= E-book library management application
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15#DEPENDS+= help2man>=1.36.4:../../converters/help2man 15#DEPENDS+= help2man>=1.36.4:../../converters/help2man
16DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 16DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
17DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils 17DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils
18#DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils 18#DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
19DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.1:../../textproc/py-lxml 19DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.1:../../textproc/py-lxml
20DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup 20DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
21DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize 21DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize
22DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.7.1:../../textproc/py-cssselect 22DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.7.1:../../textproc/py-cssselect
23DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils 23DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils
24DEPENDS+= ${PYPKGPREFIX}-psutil>=0.6.1:../../sysutils/py-psutil 24DEPENDS+= ${PYPKGPREFIX}-psutil>=0.6.1:../../sysutils/py-psutil
25## Let's depend on the ones we have in pkgsrc instead of the bundled ones. 25## Let's depend on the ones we have in pkgsrc instead of the bundled ones.
26#DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf 26#DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
27DEPENDS+= ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy 27DEPENDS+= ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy
28DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib 28DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
29#DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet 29#DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
30DEPENDS+= ${PYPKGPREFIX}-netifaces>=0.8:../../net/py-netifaces 30DEPENDS+= ${PYPKGPREFIX}-netifaces>=0.8:../../net/py-netifaces
31DEPENDS+= ${PYPKGPREFIX}-apsw>=3.7.17:../../databases/py-apsw 31DEPENDS+= ${PYPKGPREFIX}-apsw>=3.7.17:../../databases/py-apsw
32 32
33# dateutil>=1.4.1 33# dateutil>=1.4.1
34# dns>=1.6.0 34# dns>=1.6.0
35PYTHON_VERSIONED_DEPENDENCIES= dateutil dns 35PYTHON_VERSIONED_DEPENDENCIES= dateutil dns
36 36
37EXTRACT_USING= bsdtar 37EXTRACT_USING= bsdtar
38 38
39USE_LANGUAGES= c c++ 39USE_LANGUAGES= c c++
40USE_LIBTOOL= yes 40USE_LIBTOOL= yes
41USE_TOOLS+= pkg-config pax 41USE_TOOLS+= pkg-config pax
42PYTHON_VERSIONS_ACCEPTED= 27 42PYTHON_VERSIONS_ACCEPTED= 27
43PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces 43PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
44PYDISTUTILSPKG= yes 44PYDISTUTILSPKG= yes
45PYSETUPOPTARGS= # empty 45PYSETUPOPTARGS= # empty
46PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} 46PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
47 47
48INSTALLATION_DIRS= share/applications 48INSTALLATION_DIRS= share/applications
49INSTALLATION_DIRS= share/icons 49INSTALLATION_DIRS= share/icons
50INSTALLATION_DIRS= share/calibre/recipes 50INSTALLATION_DIRS= share/calibre/recipes
51 51
52FIX_PYTHON_PATHS+= *.py 52FIX_PYTHON_PATHS+= *.py
53FIX_PYTHON_PATHS+= recipes/*.recipe 53FIX_PYTHON_PATHS+= recipes/*.recipe
54FIX_PYTHON_PATHS+= */*.py 54FIX_PYTHON_PATHS+= */*.py
55FIX_PYTHON_PATHS+= */*/*.py 55FIX_PYTHON_PATHS+= */*/*.py
56FIX_PYTHON_PATHS+= */*/*/*.py 56FIX_PYTHON_PATHS+= */*/*/*.py
57FIX_PYTHON_PATHS+= */*/*/*/*.py 57FIX_PYTHON_PATHS+= */*/*/*/*.py
58FIX_PYTHON_PATHS+= */*/*/*/*/*.py 58FIX_PYTHON_PATHS+= */*/*/*/*/*.py
59FIX_PYTHON_PATHS+= */*/*/*/*/*/*.py 59FIX_PYTHON_PATHS+= */*/*/*/*/*/*.py
60 60
61SUBST_CLASSES+= prefix 61SUBST_CLASSES+= prefix
62SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt5/bin/qmake'," 62SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt5/bin/qmake',"
63SUBST_MESSAGE.prefix= Fixing path to QMAKE 63SUBST_MESSAGE.prefix= Fixing path to QMAKE
64SUBST_STAGE.prefix= post-patch 64SUBST_STAGE.prefix= post-patch
65SUBST_FILES.prefix= setup/build_environment.py 65SUBST_FILES.prefix= setup/build_environment.py
66 66
67# This one is for /usr/bin/env python (or even /usr/bin/env Python or /usr/bin/python2) 67# This one is for /usr/bin/env python (or even /usr/bin/env Python or /usr/bin/python2)
68SUBST_CLASSES+= path 68SUBST_CLASSES+= path
69SUBST_SED.path= -e "s,\#! */usr/bin/env *[Pp]ython[0-9.]*,\#!${PYTHONBIN}," 69SUBST_SED.path= -e "s,\#! */usr/bin/env *[Pp]ython[0-9.]*,\#!${PYTHONBIN},"
70SUBST_MESSAGE.path= Fixing path to python. 70SUBST_MESSAGE.path= Fixing path to python.
71SUBST_STAGE.path= post-patch 71SUBST_STAGE.path= post-patch
72SUBST_FILES.path= ${FIX_PYTHON_PATHS} 72SUBST_FILES.path= ${FIX_PYTHON_PATHS}
73 73
74REPLACE_BASH+= resources/calibre-portable.sh 74REPLACE_BASH+= resources/calibre-portable.sh
75 75
76# These ones are for replacing python[0-9*] with PYTHONBIN 76# These ones are for replacing python[0-9*] with PYTHONBIN
77REPLACE_PYTHON+= recipes/animal_politico.recipe 77REPLACE_PYTHON+= recipes/animal_politico.recipe
78REPLACE_PYTHON+= recipes/respekt_magazine.recipe 78REPLACE_PYTHON+= recipes/respekt_magazine.recipe
79REPLACE_PYTHON+= recipes/respekt_web.recipe 79REPLACE_PYTHON+= recipes/respekt_web.recipe
80REPLACE_PYTHON+= recipes/kompiutierra.recipe 80REPLACE_PYTHON+= recipes/kompiutierra.recipe
81REPLACE_PYTHON+= recipes/trouw.recipe 81REPLACE_PYTHON+= recipes/trouw.recipe
82REPLACE_PYTHON+= src/calibre/ebooks/markdown/extensions/*.py 82REPLACE_PYTHON+= src/calibre/ebooks/markdown/extensions/*.py
83REPLACE_PYTHON+= src/calibre/ebooks/metadata/odt.py 83REPLACE_PYTHON+= src/calibre/ebooks/metadata/odt.py
84REPLACE_PYTHON+= src/calibre/utils/*.py 84REPLACE_PYTHON+= src/calibre/utils/*.py
85REPLACE_PYTHON+= src/odf/*.py 85REPLACE_PYTHON+= src/odf/*.py
86 86
87MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig 87MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig
88MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib 88MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib
89MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo 89MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
90MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib 90MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
91MAKE_ENV+= SIP_BIN=${BUILDLINK_PREFIX.py-sip}/bin/sip${PYVERSSUFFIX} 91MAKE_ENV+= SIP_BIN=${BUILDLINK_PREFIX.py-sip}/bin/sip${PYVERSSUFFIX}
92#MAKE_ENV+= WITH_USB=no 92#MAKE_ENV+= WITH_USB=no
93 93
94# Let's depend on the ones we have in pkgsrc instead of the bundled ones. 94# Let's depend on the ones we have in pkgsrc instead of the bundled ones.
95pre-configure: 95pre-configure:
96 cd ${WRKSRC} && rm -rf src/cherrypy src/pyPdf src/html5lib src/chardet 96 cd ${WRKSRC} && rm -rf src/cherrypy src/pyPdf src/html5lib src/chardet
97 97
98# Turn off x bits on non-executable files. 98# Turn off x bits on non-executable files.
99post-extract: 99post-extract:
100 find ${WRKSRC}/src/calibre/devices ${WRKSRC}/src/calibre/ebooks ${WRKSRC}/src/calibre/web -name '*.py' -exec chmod a-x \{} \; 100 find ${WRKSRC}/src/calibre/devices ${WRKSRC}/src/calibre/ebooks ${WRKSRC}/src/calibre/web -name '*.py' -exec chmod a-x \{} \;
101 find ${WRKSRC}/resources/images/mimetypes -name '*.png' -exec chmod a-x \{} \; 101 find ${WRKSRC}/resources/images/mimetypes -name '*.png' -exec chmod a-x \{} \;
102 chmod a-x ${WRKSRC}/src/calibre/utils/Zeroconf.py 102 chmod a-x ${WRKSRC}/src/calibre/utils/Zeroconf.py
103 chmod a-x ${WRKSRC}/src/calibre/utils/smtplib.py 103 chmod a-x ${WRKSRC}/src/calibre/utils/smtplib.py
104 104
105# not sure why libheadless installed into wrong directory 105# not sure why libheadless installed into wrong directory
106# side effect of patch-setup_extensions.py? 106# side effect of patch-setup_extensions.py?
107post-install: 107post-install:
108 cd ${WRKSRC}/recipes && pax -wr -pma *.recipe \ 108 cd ${WRKSRC}/recipes && pax -wr -pma *.recipe \
109 ${DESTDIR}${PREFIX}/share/calibre/recipes 109 ${DESTDIR}${PREFIX}/share/calibre/recipes
110 cd ${WRKSRC} && pax -wr -pma Changelog* README.md \ 110 cd ${WRKSRC} && pax -wr -pma Changelog* README.md \
111 COPYRIGHT INSTALL LICENSE.* \ 111 COPYRIGHT INSTALL LICENSE.* \
112 ${DESTDIR}${PREFIX}/share/doc/calibre 112 ${DESTDIR}${PREFIX}/share/doc/calibre
113 cd ${DESTDIR}${PREFIX} && ${MV} lib/calibre/calibre/plugins/.libs/libheadless.so lib/calibre/calibre/plugins/libheadless.so 113 cd ${DESTDIR}${PREFIX} && ${MV} lib/calibre/calibre/plugins/.libs/libheadless.so lib/calibre/calibre/plugins/libheadless.so
114 ${RM} ${DESTDIR}${PREFIX}/bin/calibre-uninstall 114 ${RM} ${DESTDIR}${PREFIX}/bin/calibre-uninstall
115 115
116.include "../../lang/python/application.mk" 116.include "../../lang/python/application.mk"
117.include "../../lang/python/versioned_dependencies.mk" 117.include "../../lang/python/versioned_dependencies.mk"
118.include "../../databases/sqlite3/buildlink3.mk" 118.include "../../databases/sqlite3/buildlink3.mk"
119BUILDLINK_API_DEPENDS.chmlib+= chmlib>=0.40 119BUILDLINK_API_DEPENDS.chmlib+= chmlib>=0.40
120.include "../../devel/chmlib/buildlink3.mk" 120.include "../../devel/chmlib/buildlink3.mk"
121BUILDLINK_API_DEPENDS.libmtp+= libmtp>=1.1.5 121BUILDLINK_API_DEPENDS.libmtp+= libmtp>=1.1.5
122.include "../../devel/libmtp/buildlink3.mk" 122.include "../../devel/libmtp/buildlink3.mk"
123BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12 123BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
124.include "../../devel/libusb/buildlink3.mk" 124.include "../../devel/libusb/buildlink3.mk"
125.include "../../fonts/fontconfig/buildlink3.mk" 125.include "../../fonts/fontconfig/buildlink3.mk"
126BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.5.9 126BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.5.9
127.include "../../graphics/ImageMagick/buildlink3.mk" 127.include "../../graphics/ImageMagick/buildlink3.mk"
128BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6 128BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
129.include "../../graphics/py-imaging/buildlink3.mk" 129.include "../../graphics/py-imaging/buildlink3.mk"
130BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8 130BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8
131.include "../../graphics/libwmf/buildlink3.mk" 131.include "../../graphics/libwmf/buildlink3.mk"
132.include "../../lang/python/egg.mk" 132.include "../../lang/python/egg.mk"
133_PYSETUPTOOLSINSTALLARGS= # empty 133_PYSETUPTOOLSINSTALLARGS= # empty
134# Get rid of --root=${DESTDIR}, use our own version from above instead. 134# Get rid of --root=${DESTDIR}, use our own version from above instead.
135# because the setup.py is not the standard one and behaves differently. 135# because the setup.py is not the standard one and behaves differently.
136_PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINSTALLARGS} 136_PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINSTALLARGS}
137#.include "../../lang/python/extension.mk" 137#.include "../../lang/python/extension.mk"
138BUILDLINK_API_DEPENDS.podofo+= podofo>=0.8.2 138BUILDLINK_API_DEPENDS.podofo+= podofo>=0.8.2
139.include "../../print/podofo/buildlink3.mk" 139.include "../../print/podofo/buildlink3.mk"
140BUILDLINK_API_DEPENDS.poppler+= poppler>=0.20.2 140BUILDLINK_API_DEPENDS.poppler+= poppler>=0.20.2
141.include "../../print/poppler-includes/buildlink3.mk" 141.include "../../print/poppler-includes/buildlink3.mk"
142.include "../../print/poppler/buildlink3.mk" 142.include "../../print/poppler/buildlink3.mk"
143.include "../../print/poppler-qt5/buildlink3.mk" 143.include "../../print/poppler-qt5/buildlink3.mk"
144.include "../../sysutils/desktop-file-utils/desktopdb.mk" 144.include "../../sysutils/desktop-file-utils/desktopdb.mk"
145.include "../../sysutils/hal/buildlink3.mk" 145.include "../../sysutils/hal/buildlink3.mk"
146BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2 146BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2
147.include "../../sysutils/py-dbus/buildlink3.mk" 147.include "../../sysutils/py-dbus/buildlink3.mk"
148.include "../../textproc/icu/buildlink3.mk" 148.include "../../textproc/icu/buildlink3.mk"
149.include "../../databases/shared-mime-info/mimedb.mk" 149.include "../../databases/shared-mime-info/mimedb.mk"
150.include "../../textproc/py-elementtree/buildlink3.mk" 150.include "../../textproc/py-elementtree/buildlink3.mk"
151.include "../../x11/py-sip/buildlink3.mk" 151.include "../../x11/py-sip/buildlink3.mk"
152.include "../../x11/qt5-qtbase/buildlink3.mk" 152.include "../../x11/qt5-qtbase/buildlink3.mk"
153BUILDLINK_API_DEPENDS.py-qt5+= ${PYPKGPREFIX}-qt5>=5.4 153BUILDLINK_API_DEPENDS.py-qt5+= ${PYPKGPREFIX}-qt5>=5.4
154.include "../../x11/py-qt5/buildlink3.mk" 154.include "../../x11/py-qt5/buildlink3.mk"
155.include "../../mk/bsd.pkg.mk" 155.include "../../mk/bsd.pkg.mk"

cvs diff -r1.49 -r1.50 pkgsrc/misc/calibre/PLIST (switch to unified diff)

--- pkgsrc/misc/calibre/PLIST 2015/11/23 11:03:40 1.49
+++ pkgsrc/misc/calibre/PLIST 2015/11/27 13:52:50 1.50
@@ -1,3596 +1,3594 @@ @@ -1,3596 +1,3594 @@
1@comment $NetBSD: PLIST,v 1.49 2015/11/23 11:03:40 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.50 2015/11/27 13:52:50 wiz Exp $
2bin/calibre 2bin/calibre
3bin/calibre-complete 3bin/calibre-complete
4bin/calibre-customize 4bin/calibre-customize
5bin/calibre-debug 5bin/calibre-debug
6bin/calibre-parallel 6bin/calibre-parallel
7bin/calibre-server 7bin/calibre-server
8bin/calibre-smtp 8bin/calibre-smtp
9bin/calibredb 9bin/calibredb
10bin/ebook-convert 10bin/ebook-convert
11bin/ebook-device 11bin/ebook-device
12bin/ebook-edit 12bin/ebook-edit
13bin/ebook-meta 13bin/ebook-meta
14bin/ebook-polish 14bin/ebook-polish
15bin/ebook-viewer 15bin/ebook-viewer
16bin/fetch-ebook-metadata 16bin/fetch-ebook-metadata
17bin/lrf2lrs 17bin/lrf2lrs
18bin/lrfviewer 18bin/lrfviewer
19bin/lrs2lrf 19bin/lrs2lrf
20bin/markdown-calibre 20bin/markdown-calibre
21bin/web2disk 21bin/web2disk
22lib/calibre/calibre/__init__.py 22lib/calibre/calibre/__init__.py
23lib/calibre/calibre/constants.py 23lib/calibre/calibre/constants.py
24lib/calibre/calibre/customize/__init__.py 24lib/calibre/calibre/customize/__init__.py
25lib/calibre/calibre/customize/builtins.py 25lib/calibre/calibre/customize/builtins.py
26lib/calibre/calibre/customize/conversion.py 26lib/calibre/calibre/customize/conversion.py
27lib/calibre/calibre/customize/profiles.py 27lib/calibre/calibre/customize/profiles.py
28lib/calibre/calibre/customize/ui.py 28lib/calibre/calibre/customize/ui.py
29lib/calibre/calibre/customize/zipplugin.py 29lib/calibre/calibre/customize/zipplugin.py
30lib/calibre/calibre/db/__init__.py 30lib/calibre/calibre/db/__init__.py
31lib/calibre/calibre/db/adding.py 31lib/calibre/calibre/db/adding.py
32lib/calibre/calibre/db/backend.py 32lib/calibre/calibre/db/backend.py
33lib/calibre/calibre/db/backup.py 33lib/calibre/calibre/db/backup.py
34lib/calibre/calibre/db/cache.py 34lib/calibre/calibre/db/cache.py
35lib/calibre/calibre/db/categories.py 35lib/calibre/calibre/db/categories.py
36lib/calibre/calibre/db/delete_service.py 36lib/calibre/calibre/db/delete_service.py
37lib/calibre/calibre/db/errors.py 37lib/calibre/calibre/db/errors.py
38lib/calibre/calibre/db/fields.py 38lib/calibre/calibre/db/fields.py
39lib/calibre/calibre/db/lazy.py 39lib/calibre/calibre/db/lazy.py
40lib/calibre/calibre/db/legacy.py 40lib/calibre/calibre/db/legacy.py
41lib/calibre/calibre/db/locking.py 41lib/calibre/calibre/db/locking.py
42lib/calibre/calibre/db/restore.py 42lib/calibre/calibre/db/restore.py
43lib/calibre/calibre/db/schema_upgrades.py 43lib/calibre/calibre/db/schema_upgrades.py
44lib/calibre/calibre/db/search.py 44lib/calibre/calibre/db/search.py
45lib/calibre/calibre/db/tables.py 45lib/calibre/calibre/db/tables.py
46lib/calibre/calibre/db/tests/__init__.py 46lib/calibre/calibre/db/tests/__init__.py
47lib/calibre/calibre/db/tests/add_remove.py 47lib/calibre/calibre/db/tests/add_remove.py
48lib/calibre/calibre/db/tests/base.py 48lib/calibre/calibre/db/tests/base.py
49lib/calibre/calibre/db/tests/filesystem.py 49lib/calibre/calibre/db/tests/filesystem.py
50lib/calibre/calibre/db/tests/legacy.py 50lib/calibre/calibre/db/tests/legacy.py
51lib/calibre/calibre/db/tests/locking.py 51lib/calibre/calibre/db/tests/locking.py
52lib/calibre/calibre/db/tests/main.py 52lib/calibre/calibre/db/tests/main.py
53lib/calibre/calibre/db/tests/profiling.py 53lib/calibre/calibre/db/tests/profiling.py
54lib/calibre/calibre/db/tests/reading.py 54lib/calibre/calibre/db/tests/reading.py
55lib/calibre/calibre/db/tests/utils.py 55lib/calibre/calibre/db/tests/utils.py
56lib/calibre/calibre/db/tests/writing.py 56lib/calibre/calibre/db/tests/writing.py
57lib/calibre/calibre/db/utils.py 57lib/calibre/calibre/db/utils.py
58lib/calibre/calibre/db/view.py 58lib/calibre/calibre/db/view.py
59lib/calibre/calibre/db/write.py 59lib/calibre/calibre/db/write.py
60lib/calibre/calibre/debug.py 60lib/calibre/calibre/debug.py
61lib/calibre/calibre/devices/__init__.py 61lib/calibre/calibre/devices/__init__.py
62lib/calibre/calibre/devices/android/__init__.py 62lib/calibre/calibre/devices/android/__init__.py
63lib/calibre/calibre/devices/android/driver.py 63lib/calibre/calibre/devices/android/driver.py
64lib/calibre/calibre/devices/apple/__init__.py 64lib/calibre/calibre/devices/apple/__init__.py
65lib/calibre/calibre/devices/apple/driver.py 65lib/calibre/calibre/devices/apple/driver.py
66lib/calibre/calibre/devices/apple/itunes.py 66lib/calibre/calibre/devices/apple/itunes.py
67lib/calibre/calibre/devices/bambook/__init__.py 67lib/calibre/calibre/devices/bambook/__init__.py
68lib/calibre/calibre/devices/bambook/driver.py 68lib/calibre/calibre/devices/bambook/driver.py
69lib/calibre/calibre/devices/bambook/libbambookcore.py 69lib/calibre/calibre/devices/bambook/libbambookcore.py
70lib/calibre/calibre/devices/binatone/__init__.py 70lib/calibre/calibre/devices/binatone/__init__.py
71lib/calibre/calibre/devices/binatone/driver.py 71lib/calibre/calibre/devices/binatone/driver.py
72lib/calibre/calibre/devices/blackberry/__init__.py 72lib/calibre/calibre/devices/blackberry/__init__.py
73lib/calibre/calibre/devices/blackberry/driver.py 73lib/calibre/calibre/devices/blackberry/driver.py
74lib/calibre/calibre/devices/boeye/__init__.py 74lib/calibre/calibre/devices/boeye/__init__.py
75lib/calibre/calibre/devices/boeye/driver.py 75lib/calibre/calibre/devices/boeye/driver.py
76lib/calibre/calibre/devices/cli.py 76lib/calibre/calibre/devices/cli.py
77lib/calibre/calibre/devices/cybook/__init__.py 77lib/calibre/calibre/devices/cybook/__init__.py
78lib/calibre/calibre/devices/cybook/driver.py 78lib/calibre/calibre/devices/cybook/driver.py
79lib/calibre/calibre/devices/cybook/t2b.py 79lib/calibre/calibre/devices/cybook/t2b.py
80lib/calibre/calibre/devices/cybook/t4b.py 80lib/calibre/calibre/devices/cybook/t4b.py
81lib/calibre/calibre/devices/eb600/__init__.py 81lib/calibre/calibre/devices/eb600/__init__.py
82lib/calibre/calibre/devices/eb600/driver.py 82lib/calibre/calibre/devices/eb600/driver.py
83lib/calibre/calibre/devices/edge/__init__.py 83lib/calibre/calibre/devices/edge/__init__.py
84lib/calibre/calibre/devices/edge/driver.py 84lib/calibre/calibre/devices/edge/driver.py
85lib/calibre/calibre/devices/errors.py 85lib/calibre/calibre/devices/errors.py
86lib/calibre/calibre/devices/eslick/__init__.py 86lib/calibre/calibre/devices/eslick/__init__.py
87lib/calibre/calibre/devices/eslick/driver.py 87lib/calibre/calibre/devices/eslick/driver.py
88lib/calibre/calibre/devices/folder_device/__init__.py 88lib/calibre/calibre/devices/folder_device/__init__.py
89lib/calibre/calibre/devices/folder_device/driver.py 89lib/calibre/calibre/devices/folder_device/driver.py
90lib/calibre/calibre/devices/hanlin/__init__.py 90lib/calibre/calibre/devices/hanlin/__init__.py
91lib/calibre/calibre/devices/hanlin/driver.py 91lib/calibre/calibre/devices/hanlin/driver.py
92lib/calibre/calibre/devices/hanvon/__init__.py 92lib/calibre/calibre/devices/hanvon/__init__.py
93lib/calibre/calibre/devices/hanvon/driver.py 93lib/calibre/calibre/devices/hanvon/driver.py
94lib/calibre/calibre/devices/idevice/__init__.py 94lib/calibre/calibre/devices/idevice/__init__.py
95lib/calibre/calibre/devices/idevice/libimobiledevice.py 95lib/calibre/calibre/devices/idevice/libimobiledevice.py
96lib/calibre/calibre/devices/idevice/parse_xml.py 96lib/calibre/calibre/devices/idevice/parse_xml.py
97lib/calibre/calibre/devices/iliad/__init__.py 97lib/calibre/calibre/devices/iliad/__init__.py
98lib/calibre/calibre/devices/iliad/driver.py 98lib/calibre/calibre/devices/iliad/driver.py
99lib/calibre/calibre/devices/interface.py 99lib/calibre/calibre/devices/interface.py
100lib/calibre/calibre/devices/irexdr/__init__.py 100lib/calibre/calibre/devices/irexdr/__init__.py
101lib/calibre/calibre/devices/irexdr/driver.py 101lib/calibre/calibre/devices/irexdr/driver.py
102lib/calibre/calibre/devices/iriver/__init__.py 102lib/calibre/calibre/devices/iriver/__init__.py
103lib/calibre/calibre/devices/iriver/driver.py 103lib/calibre/calibre/devices/iriver/driver.py
104lib/calibre/calibre/devices/jetbook/__init__.py 104lib/calibre/calibre/devices/jetbook/__init__.py
105lib/calibre/calibre/devices/jetbook/driver.py 105lib/calibre/calibre/devices/jetbook/driver.py
106lib/calibre/calibre/devices/kindle/__init__.py 106lib/calibre/calibre/devices/kindle/__init__.py
107lib/calibre/calibre/devices/kindle/apnx.py 107lib/calibre/calibre/devices/kindle/apnx.py
108lib/calibre/calibre/devices/kindle/bookmark.py 108lib/calibre/calibre/devices/kindle/bookmark.py
109lib/calibre/calibre/devices/kindle/driver.py 109lib/calibre/calibre/devices/kindle/driver.py
110lib/calibre/calibre/devices/kobo/__init__.py 110lib/calibre/calibre/devices/kobo/__init__.py
111lib/calibre/calibre/devices/kobo/bookmark.py 111lib/calibre/calibre/devices/kobo/bookmark.py
112lib/calibre/calibre/devices/kobo/books.py 112lib/calibre/calibre/devices/kobo/books.py
113lib/calibre/calibre/devices/kobo/driver.py 113lib/calibre/calibre/devices/kobo/driver.py
114lib/calibre/calibre/devices/manager.py 114lib/calibre/calibre/devices/manager.py
115lib/calibre/calibre/devices/mime.py 115lib/calibre/calibre/devices/mime.py
116lib/calibre/calibre/devices/misc.py 116lib/calibre/calibre/devices/misc.py
117lib/calibre/calibre/devices/mtp/__init__.py 117lib/calibre/calibre/devices/mtp/__init__.py
118lib/calibre/calibre/devices/mtp/base.py 118lib/calibre/calibre/devices/mtp/base.py
119lib/calibre/calibre/devices/mtp/books.py 119lib/calibre/calibre/devices/mtp/books.py
120lib/calibre/calibre/devices/mtp/defaults.py 120lib/calibre/calibre/devices/mtp/defaults.py
121lib/calibre/calibre/devices/mtp/driver.py 121lib/calibre/calibre/devices/mtp/driver.py
122lib/calibre/calibre/devices/mtp/filesystem_cache.py 122lib/calibre/calibre/devices/mtp/filesystem_cache.py
123lib/calibre/calibre/devices/mtp/test.py 123lib/calibre/calibre/devices/mtp/test.py
124lib/calibre/calibre/devices/mtp/unix/__init__.py 124lib/calibre/calibre/devices/mtp/unix/__init__.py
125lib/calibre/calibre/devices/mtp/unix/driver.py 125lib/calibre/calibre/devices/mtp/unix/driver.py
126lib/calibre/calibre/devices/mtp/unix/sysfs.py 126lib/calibre/calibre/devices/mtp/unix/sysfs.py
127lib/calibre/calibre/devices/mtp/unix/upstream/update.py 127lib/calibre/calibre/devices/mtp/unix/upstream/update.py
128lib/calibre/calibre/devices/mtp/windows/__init__.py 128lib/calibre/calibre/devices/mtp/windows/__init__.py
129lib/calibre/calibre/devices/mtp/windows/driver.py 129lib/calibre/calibre/devices/mtp/windows/driver.py
130lib/calibre/calibre/devices/mtp/windows/remote.py 130lib/calibre/calibre/devices/mtp/windows/remote.py
131lib/calibre/calibre/devices/nokia/__init__.py 131lib/calibre/calibre/devices/nokia/__init__.py
132lib/calibre/calibre/devices/nokia/driver.py 132lib/calibre/calibre/devices/nokia/driver.py
133lib/calibre/calibre/devices/nook/__init__.py 133lib/calibre/calibre/devices/nook/__init__.py
134lib/calibre/calibre/devices/nook/driver.py 134lib/calibre/calibre/devices/nook/driver.py
135lib/calibre/calibre/devices/nuut2/__init__.py 135lib/calibre/calibre/devices/nuut2/__init__.py
136lib/calibre/calibre/devices/nuut2/driver.py 136lib/calibre/calibre/devices/nuut2/driver.py
137lib/calibre/calibre/devices/prs505/__init__.py 137lib/calibre/calibre/devices/prs505/__init__.py
138lib/calibre/calibre/devices/prs505/driver.py 138lib/calibre/calibre/devices/prs505/driver.py
139lib/calibre/calibre/devices/prs505/sony_cache.py 139lib/calibre/calibre/devices/prs505/sony_cache.py
140lib/calibre/calibre/devices/prst1/__init__.py 140lib/calibre/calibre/devices/prst1/__init__.py
141lib/calibre/calibre/devices/prst1/driver.py 141lib/calibre/calibre/devices/prst1/driver.py
142lib/calibre/calibre/devices/scanner.py 142lib/calibre/calibre/devices/scanner.py
143lib/calibre/calibre/devices/smart_device_app/__init__.py 143lib/calibre/calibre/devices/smart_device_app/__init__.py
144lib/calibre/calibre/devices/smart_device_app/driver.py 144lib/calibre/calibre/devices/smart_device_app/driver.py
145lib/calibre/calibre/devices/sne/__init__.py 145lib/calibre/calibre/devices/sne/__init__.py
146lib/calibre/calibre/devices/sne/driver.py 146lib/calibre/calibre/devices/sne/driver.py
147lib/calibre/calibre/devices/teclast/__init__.py 147lib/calibre/calibre/devices/teclast/__init__.py
148lib/calibre/calibre/devices/teclast/driver.py 148lib/calibre/calibre/devices/teclast/driver.py
149lib/calibre/calibre/devices/udisks.py 149lib/calibre/calibre/devices/udisks.py
150lib/calibre/calibre/devices/usbms/__init__.py 150lib/calibre/calibre/devices/usbms/__init__.py
151lib/calibre/calibre/devices/usbms/books.py 151lib/calibre/calibre/devices/usbms/books.py
152lib/calibre/calibre/devices/usbms/cli.py 152lib/calibre/calibre/devices/usbms/cli.py
153lib/calibre/calibre/devices/usbms/device.py 153lib/calibre/calibre/devices/usbms/device.py
154lib/calibre/calibre/devices/usbms/deviceconfig.py 154lib/calibre/calibre/devices/usbms/deviceconfig.py
155lib/calibre/calibre/devices/usbms/driver.py 155lib/calibre/calibre/devices/usbms/driver.py
156lib/calibre/calibre/devices/usbobserver/test.py 156lib/calibre/calibre/devices/usbobserver/test.py
157lib/calibre/calibre/devices/user_defined/__init__.py 157lib/calibre/calibre/devices/user_defined/__init__.py
158lib/calibre/calibre/devices/user_defined/driver.py 158lib/calibre/calibre/devices/user_defined/driver.py
159lib/calibre/calibre/devices/utils.py 159lib/calibre/calibre/devices/utils.py
160lib/calibre/calibre/ebooks/BeautifulSoup.py 160lib/calibre/calibre/ebooks/BeautifulSoup.py
161lib/calibre/calibre/ebooks/__init__.py 161lib/calibre/calibre/ebooks/__init__.py
162lib/calibre/calibre/ebooks/azw4/__init__.py 162lib/calibre/calibre/ebooks/azw4/__init__.py
163lib/calibre/calibre/ebooks/azw4/reader.py 163lib/calibre/calibre/ebooks/azw4/reader.py
164lib/calibre/calibre/ebooks/chardet.py 164lib/calibre/calibre/ebooks/chardet.py
165lib/calibre/calibre/ebooks/chm/__init__.py 165lib/calibre/calibre/ebooks/chm/__init__.py
166lib/calibre/calibre/ebooks/chm/metadata.py 166lib/calibre/calibre/ebooks/chm/metadata.py
167lib/calibre/calibre/ebooks/chm/reader.py 167lib/calibre/calibre/ebooks/chm/reader.py
168lib/calibre/calibre/ebooks/comic/__init__.py 168lib/calibre/calibre/ebooks/comic/__init__.py
169lib/calibre/calibre/ebooks/comic/input.py 169lib/calibre/calibre/ebooks/comic/input.py
170lib/calibre/calibre/ebooks/compression/__init__.py 170lib/calibre/calibre/ebooks/compression/__init__.py
171lib/calibre/calibre/ebooks/compression/palmdoc.py 171lib/calibre/calibre/ebooks/compression/palmdoc.py
172lib/calibre/calibre/ebooks/compression/tcr.py 172lib/calibre/calibre/ebooks/compression/tcr.py
173lib/calibre/calibre/ebooks/constants.py 173lib/calibre/calibre/ebooks/constants.py
174lib/calibre/calibre/ebooks/conversion/__init__.py 174lib/calibre/calibre/ebooks/conversion/__init__.py
175lib/calibre/calibre/ebooks/conversion/cli.py 175lib/calibre/calibre/ebooks/conversion/cli.py
176lib/calibre/calibre/ebooks/conversion/config.py 176lib/calibre/calibre/ebooks/conversion/config.py
177lib/calibre/calibre/ebooks/conversion/plugins/__init__.py 177lib/calibre/calibre/ebooks/conversion/plugins/__init__.py
178lib/calibre/calibre/ebooks/conversion/plugins/azw4_input.py 178lib/calibre/calibre/ebooks/conversion/plugins/azw4_input.py
179lib/calibre/calibre/ebooks/conversion/plugins/chm_input.py 179lib/calibre/calibre/ebooks/conversion/plugins/chm_input.py
180lib/calibre/calibre/ebooks/conversion/plugins/comic_input.py 180lib/calibre/calibre/ebooks/conversion/plugins/comic_input.py
181lib/calibre/calibre/ebooks/conversion/plugins/djvu_input.py 181lib/calibre/calibre/ebooks/conversion/plugins/djvu_input.py
182lib/calibre/calibre/ebooks/conversion/plugins/docx_input.py 182lib/calibre/calibre/ebooks/conversion/plugins/docx_input.py
183lib/calibre/calibre/ebooks/conversion/plugins/docx_output.py 183lib/calibre/calibre/ebooks/conversion/plugins/docx_output.py
184lib/calibre/calibre/ebooks/conversion/plugins/epub_input.py 184lib/calibre/calibre/ebooks/conversion/plugins/epub_input.py
185lib/calibre/calibre/ebooks/conversion/plugins/epub_output.py 185lib/calibre/calibre/ebooks/conversion/plugins/epub_output.py
186lib/calibre/calibre/ebooks/conversion/plugins/fb2_input.py 186lib/calibre/calibre/ebooks/conversion/plugins/fb2_input.py
187lib/calibre/calibre/ebooks/conversion/plugins/fb2_output.py 187lib/calibre/calibre/ebooks/conversion/plugins/fb2_output.py
188lib/calibre/calibre/ebooks/conversion/plugins/html_input.py 188lib/calibre/calibre/ebooks/conversion/plugins/html_input.py
189lib/calibre/calibre/ebooks/conversion/plugins/html_output.py 189lib/calibre/calibre/ebooks/conversion/plugins/html_output.py
190lib/calibre/calibre/ebooks/conversion/plugins/htmlz_input.py 190lib/calibre/calibre/ebooks/conversion/plugins/htmlz_input.py
191lib/calibre/calibre/ebooks/conversion/plugins/htmlz_output.py 191lib/calibre/calibre/ebooks/conversion/plugins/htmlz_output.py
192lib/calibre/calibre/ebooks/conversion/plugins/lit_input.py 192lib/calibre/calibre/ebooks/conversion/plugins/lit_input.py
193lib/calibre/calibre/ebooks/conversion/plugins/lit_output.py 193lib/calibre/calibre/ebooks/conversion/plugins/lit_output.py
194lib/calibre/calibre/ebooks/conversion/plugins/lrf_input.py 194lib/calibre/calibre/ebooks/conversion/plugins/lrf_input.py
195lib/calibre/calibre/ebooks/conversion/plugins/lrf_output.py 195lib/calibre/calibre/ebooks/conversion/plugins/lrf_output.py
196lib/calibre/calibre/ebooks/conversion/plugins/mobi_input.py 196lib/calibre/calibre/ebooks/conversion/plugins/mobi_input.py
197lib/calibre/calibre/ebooks/conversion/plugins/mobi_output.py 197lib/calibre/calibre/ebooks/conversion/plugins/mobi_output.py
198lib/calibre/calibre/ebooks/conversion/plugins/odt_input.py 198lib/calibre/calibre/ebooks/conversion/plugins/odt_input.py
199lib/calibre/calibre/ebooks/conversion/plugins/oeb_output.py 199lib/calibre/calibre/ebooks/conversion/plugins/oeb_output.py
200lib/calibre/calibre/ebooks/conversion/plugins/pdb_input.py 200lib/calibre/calibre/ebooks/conversion/plugins/pdb_input.py
201lib/calibre/calibre/ebooks/conversion/plugins/pdb_output.py 201lib/calibre/calibre/ebooks/conversion/plugins/pdb_output.py
202lib/calibre/calibre/ebooks/conversion/plugins/pdf_input.py 202lib/calibre/calibre/ebooks/conversion/plugins/pdf_input.py
203lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py 203lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py
204lib/calibre/calibre/ebooks/conversion/plugins/pml_input.py 204lib/calibre/calibre/ebooks/conversion/plugins/pml_input.py
205lib/calibre/calibre/ebooks/conversion/plugins/pml_output.py 205lib/calibre/calibre/ebooks/conversion/plugins/pml_output.py
206lib/calibre/calibre/ebooks/conversion/plugins/rb_input.py 206lib/calibre/calibre/ebooks/conversion/plugins/rb_input.py
207lib/calibre/calibre/ebooks/conversion/plugins/rb_output.py 207lib/calibre/calibre/ebooks/conversion/plugins/rb_output.py
208lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py 208lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py
209lib/calibre/calibre/ebooks/conversion/plugins/rtf_input.py 209lib/calibre/calibre/ebooks/conversion/plugins/rtf_input.py
210lib/calibre/calibre/ebooks/conversion/plugins/rtf_output.py 210lib/calibre/calibre/ebooks/conversion/plugins/rtf_output.py
211lib/calibre/calibre/ebooks/conversion/plugins/snb_input.py 211lib/calibre/calibre/ebooks/conversion/plugins/snb_input.py
212lib/calibre/calibre/ebooks/conversion/plugins/snb_output.py 212lib/calibre/calibre/ebooks/conversion/plugins/snb_output.py
213lib/calibre/calibre/ebooks/conversion/plugins/tcr_input.py 213lib/calibre/calibre/ebooks/conversion/plugins/tcr_input.py
214lib/calibre/calibre/ebooks/conversion/plugins/tcr_output.py 214lib/calibre/calibre/ebooks/conversion/plugins/tcr_output.py
215lib/calibre/calibre/ebooks/conversion/plugins/txt_input.py 215lib/calibre/calibre/ebooks/conversion/plugins/txt_input.py
216lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py 216lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py
217lib/calibre/calibre/ebooks/conversion/plumber.py 217lib/calibre/calibre/ebooks/conversion/plumber.py
218lib/calibre/calibre/ebooks/conversion/preprocess.py 218lib/calibre/calibre/ebooks/conversion/preprocess.py
219lib/calibre/calibre/ebooks/conversion/utils.py 219lib/calibre/calibre/ebooks/conversion/utils.py
220lib/calibre/calibre/ebooks/covers.py 220lib/calibre/calibre/ebooks/covers.py
221lib/calibre/calibre/ebooks/djvu/__init__.py 221lib/calibre/calibre/ebooks/djvu/__init__.py
222lib/calibre/calibre/ebooks/djvu/djvu.py 222lib/calibre/calibre/ebooks/djvu/djvu.py
223lib/calibre/calibre/ebooks/djvu/djvubzzdec.py 223lib/calibre/calibre/ebooks/djvu/djvubzzdec.py
224lib/calibre/calibre/ebooks/docx/__init__.py 224lib/calibre/calibre/ebooks/docx/__init__.py
225lib/calibre/calibre/ebooks/docx/block_styles.py 225lib/calibre/calibre/ebooks/docx/block_styles.py
226lib/calibre/calibre/ebooks/docx/char_styles.py 226lib/calibre/calibre/ebooks/docx/char_styles.py
227lib/calibre/calibre/ebooks/docx/cleanup.py 227lib/calibre/calibre/ebooks/docx/cleanup.py
228lib/calibre/calibre/ebooks/docx/container.py 228lib/calibre/calibre/ebooks/docx/container.py
229lib/calibre/calibre/ebooks/docx/dump.py 229lib/calibre/calibre/ebooks/docx/dump.py
230lib/calibre/calibre/ebooks/docx/fields.py 230lib/calibre/calibre/ebooks/docx/fields.py
231lib/calibre/calibre/ebooks/docx/fonts.py 231lib/calibre/calibre/ebooks/docx/fonts.py
232lib/calibre/calibre/ebooks/docx/footnotes.py 232lib/calibre/calibre/ebooks/docx/footnotes.py
233lib/calibre/calibre/ebooks/docx/images.py 233lib/calibre/calibre/ebooks/docx/images.py
234lib/calibre/calibre/ebooks/docx/index.py 234lib/calibre/calibre/ebooks/docx/index.py
235lib/calibre/calibre/ebooks/docx/lcid.py 235lib/calibre/calibre/ebooks/docx/lcid.py
236lib/calibre/calibre/ebooks/docx/names.py 236lib/calibre/calibre/ebooks/docx/names.py
237lib/calibre/calibre/ebooks/docx/numbering.py 237lib/calibre/calibre/ebooks/docx/numbering.py
238lib/calibre/calibre/ebooks/docx/settings.py 238lib/calibre/calibre/ebooks/docx/settings.py
239lib/calibre/calibre/ebooks/docx/styles.py 239lib/calibre/calibre/ebooks/docx/styles.py
240lib/calibre/calibre/ebooks/docx/tables.py 240lib/calibre/calibre/ebooks/docx/tables.py
241lib/calibre/calibre/ebooks/docx/theme.py 241lib/calibre/calibre/ebooks/docx/theme.py
242lib/calibre/calibre/ebooks/docx/to_html.py 242lib/calibre/calibre/ebooks/docx/to_html.py
243lib/calibre/calibre/ebooks/docx/toc.py 243lib/calibre/calibre/ebooks/docx/toc.py
244lib/calibre/calibre/ebooks/docx/writer/__init__.py 244lib/calibre/calibre/ebooks/docx/writer/__init__.py
245lib/calibre/calibre/ebooks/docx/writer/container.py 245lib/calibre/calibre/ebooks/docx/writer/container.py
246lib/calibre/calibre/ebooks/docx/writer/fonts.py 246lib/calibre/calibre/ebooks/docx/writer/fonts.py
247lib/calibre/calibre/ebooks/docx/writer/from_html.py 247lib/calibre/calibre/ebooks/docx/writer/from_html.py
248lib/calibre/calibre/ebooks/docx/writer/images.py 248lib/calibre/calibre/ebooks/docx/writer/images.py
249lib/calibre/calibre/ebooks/docx/writer/links.py 249lib/calibre/calibre/ebooks/docx/writer/links.py
250lib/calibre/calibre/ebooks/docx/writer/lists.py 250lib/calibre/calibre/ebooks/docx/writer/lists.py
251lib/calibre/calibre/ebooks/docx/writer/styles.py 251lib/calibre/calibre/ebooks/docx/writer/styles.py
252lib/calibre/calibre/ebooks/docx/writer/tables.py 252lib/calibre/calibre/ebooks/docx/writer/tables.py
253lib/calibre/calibre/ebooks/docx/writer/utils.py 253lib/calibre/calibre/ebooks/docx/writer/utils.py
254lib/calibre/calibre/ebooks/epub/__init__.py 254lib/calibre/calibre/ebooks/epub/__init__.py
255lib/calibre/calibre/ebooks/epub/cfi/__init__.py 255lib/calibre/calibre/ebooks/epub/cfi/__init__.py
256lib/calibre/calibre/ebooks/epub/cfi/parse.py 256lib/calibre/calibre/ebooks/epub/cfi/parse.py
257lib/calibre/calibre/ebooks/epub/cfi/tests.py 257lib/calibre/calibre/ebooks/epub/cfi/tests.py
258lib/calibre/calibre/ebooks/epub/pages.py 258lib/calibre/calibre/ebooks/epub/pages.py
259lib/calibre/calibre/ebooks/epub/periodical.py 259lib/calibre/calibre/ebooks/epub/periodical.py
260lib/calibre/calibre/ebooks/fb2/__init__.py 260lib/calibre/calibre/ebooks/fb2/__init__.py
261lib/calibre/calibre/ebooks/fb2/fb2ml.py 261lib/calibre/calibre/ebooks/fb2/fb2ml.py
262lib/calibre/calibre/ebooks/html/__init__.py 262lib/calibre/calibre/ebooks/html/__init__.py
263lib/calibre/calibre/ebooks/html/input.py 263lib/calibre/calibre/ebooks/html/input.py
264lib/calibre/calibre/ebooks/html/meta.py 264lib/calibre/calibre/ebooks/html/meta.py
265lib/calibre/calibre/ebooks/html/to_zip.py 265lib/calibre/calibre/ebooks/html/to_zip.py
266lib/calibre/calibre/ebooks/html_entities.py 266lib/calibre/calibre/ebooks/html_entities.py
267lib/calibre/calibre/ebooks/htmlz/__init__.py 267lib/calibre/calibre/ebooks/htmlz/__init__.py
268lib/calibre/calibre/ebooks/htmlz/oeb2html.py 268lib/calibre/calibre/ebooks/htmlz/oeb2html.py
269lib/calibre/calibre/ebooks/hyphenate.py 269lib/calibre/calibre/ebooks/hyphenate.py
270lib/calibre/calibre/ebooks/iterator/__init__.py 270lib/calibre/calibre/ebooks/iterator/__init__.py
271lib/calibre/calibre/ebooks/lit/__init__.py 271lib/calibre/calibre/ebooks/lit/__init__.py
272lib/calibre/calibre/ebooks/lit/from_any.py 272lib/calibre/calibre/ebooks/lit/from_any.py
273lib/calibre/calibre/ebooks/lit/lzx.py 273lib/calibre/calibre/ebooks/lit/lzx.py
274lib/calibre/calibre/ebooks/lit/maps/__init__.py 274lib/calibre/calibre/ebooks/lit/maps/__init__.py
275lib/calibre/calibre/ebooks/lit/maps/html.py 275lib/calibre/calibre/ebooks/lit/maps/html.py
276lib/calibre/calibre/ebooks/lit/maps/opf.py 276lib/calibre/calibre/ebooks/lit/maps/opf.py
277lib/calibre/calibre/ebooks/lit/mssha1.py 277lib/calibre/calibre/ebooks/lit/mssha1.py
278lib/calibre/calibre/ebooks/lit/reader.py 278lib/calibre/calibre/ebooks/lit/reader.py
279lib/calibre/calibre/ebooks/lit/writer.py 279lib/calibre/calibre/ebooks/lit/writer.py
280lib/calibre/calibre/ebooks/lrf/__init__.py 280lib/calibre/calibre/ebooks/lrf/__init__.py
281lib/calibre/calibre/ebooks/lrf/fonts.py 281lib/calibre/calibre/ebooks/lrf/fonts.py
282lib/calibre/calibre/ebooks/lrf/html/__init__.py 282lib/calibre/calibre/ebooks/lrf/html/__init__.py
283lib/calibre/calibre/ebooks/lrf/html/color_map.py 283lib/calibre/calibre/ebooks/lrf/html/color_map.py
284lib/calibre/calibre/ebooks/lrf/html/convert_from.py 284lib/calibre/calibre/ebooks/lrf/html/convert_from.py
285lib/calibre/calibre/ebooks/lrf/html/convert_to.py 285lib/calibre/calibre/ebooks/lrf/html/convert_to.py
286lib/calibre/calibre/ebooks/lrf/html/table.py 286lib/calibre/calibre/ebooks/lrf/html/table.py
287lib/calibre/calibre/ebooks/lrf/html/table_as_image.py 287lib/calibre/calibre/ebooks/lrf/html/table_as_image.py
288lib/calibre/calibre/ebooks/lrf/input.py 288lib/calibre/calibre/ebooks/lrf/input.py
289lib/calibre/calibre/ebooks/lrf/lrfparser.py 289lib/calibre/calibre/ebooks/lrf/lrfparser.py
290lib/calibre/calibre/ebooks/lrf/lrs/__init__.py 290lib/calibre/calibre/ebooks/lrf/lrs/__init__.py
291lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py 291lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py
292lib/calibre/calibre/ebooks/lrf/meta.py 292lib/calibre/calibre/ebooks/lrf/meta.py
293lib/calibre/calibre/ebooks/lrf/objects.py 293lib/calibre/calibre/ebooks/lrf/objects.py
294lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py 294lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py
295lib/calibre/calibre/ebooks/lrf/pylrs/elements.py 295lib/calibre/calibre/ebooks/lrf/pylrs/elements.py
296lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py 296lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py
297lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py 297lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py
298lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py 298lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py
299lib/calibre/calibre/ebooks/lrf/tags.py 299lib/calibre/calibre/ebooks/lrf/tags.py
300lib/calibre/calibre/ebooks/markdown/__init__.py 300lib/calibre/calibre/ebooks/markdown/__init__.py
301lib/calibre/calibre/ebooks/markdown/__main__.py 301lib/calibre/calibre/ebooks/markdown/__main__.py
302lib/calibre/calibre/ebooks/markdown/__version__.py 302lib/calibre/calibre/ebooks/markdown/__version__.py
303lib/calibre/calibre/ebooks/markdown/blockparser.py 303lib/calibre/calibre/ebooks/markdown/blockparser.py
304lib/calibre/calibre/ebooks/markdown/blockprocessors.py 304lib/calibre/calibre/ebooks/markdown/blockprocessors.py
305lib/calibre/calibre/ebooks/markdown/extensions/__init__.py 305lib/calibre/calibre/ebooks/markdown/extensions/__init__.py
306lib/calibre/calibre/ebooks/markdown/extensions/abbr.py 306lib/calibre/calibre/ebooks/markdown/extensions/abbr.py
307lib/calibre/calibre/ebooks/markdown/extensions/admonition.py 307lib/calibre/calibre/ebooks/markdown/extensions/admonition.py
308lib/calibre/calibre/ebooks/markdown/extensions/attr_list.py 308lib/calibre/calibre/ebooks/markdown/extensions/attr_list.py
309lib/calibre/calibre/ebooks/markdown/extensions/codehilite.py 309lib/calibre/calibre/ebooks/markdown/extensions/codehilite.py
310lib/calibre/calibre/ebooks/markdown/extensions/def_list.py 310lib/calibre/calibre/ebooks/markdown/extensions/def_list.py
311lib/calibre/calibre/ebooks/markdown/extensions/extra.py 311lib/calibre/calibre/ebooks/markdown/extensions/extra.py
312lib/calibre/calibre/ebooks/markdown/extensions/fenced_code.py 312lib/calibre/calibre/ebooks/markdown/extensions/fenced_code.py
313lib/calibre/calibre/ebooks/markdown/extensions/footnotes.py 313lib/calibre/calibre/ebooks/markdown/extensions/footnotes.py
314lib/calibre/calibre/ebooks/markdown/extensions/headerid.py 314lib/calibre/calibre/ebooks/markdown/extensions/headerid.py
315lib/calibre/calibre/ebooks/markdown/extensions/meta.py 315lib/calibre/calibre/ebooks/markdown/extensions/meta.py
316lib/calibre/calibre/ebooks/markdown/extensions/nl2br.py 316lib/calibre/calibre/ebooks/markdown/extensions/nl2br.py
317lib/calibre/calibre/ebooks/markdown/extensions/sane_lists.py 317lib/calibre/calibre/ebooks/markdown/extensions/sane_lists.py
318lib/calibre/calibre/ebooks/markdown/extensions/smart_strong.py 318lib/calibre/calibre/ebooks/markdown/extensions/smart_strong.py
319lib/calibre/calibre/ebooks/markdown/extensions/tables.py 319lib/calibre/calibre/ebooks/markdown/extensions/tables.py
320lib/calibre/calibre/ebooks/markdown/extensions/toc.py 320lib/calibre/calibre/ebooks/markdown/extensions/toc.py
321lib/calibre/calibre/ebooks/markdown/extensions/wikilinks.py 321lib/calibre/calibre/ebooks/markdown/extensions/wikilinks.py
322lib/calibre/calibre/ebooks/markdown/inlinepatterns.py 322lib/calibre/calibre/ebooks/markdown/inlinepatterns.py
323lib/calibre/calibre/ebooks/markdown/odict.py 323lib/calibre/calibre/ebooks/markdown/odict.py
324lib/calibre/calibre/ebooks/markdown/postprocessors.py 324lib/calibre/calibre/ebooks/markdown/postprocessors.py
325lib/calibre/calibre/ebooks/markdown/preprocessors.py 325lib/calibre/calibre/ebooks/markdown/preprocessors.py
326lib/calibre/calibre/ebooks/markdown/serializers.py 326lib/calibre/calibre/ebooks/markdown/serializers.py
327lib/calibre/calibre/ebooks/markdown/treeprocessors.py 327lib/calibre/calibre/ebooks/markdown/treeprocessors.py
328lib/calibre/calibre/ebooks/markdown/util.py 328lib/calibre/calibre/ebooks/markdown/util.py
329lib/calibre/calibre/ebooks/metadata/__init__.py 329lib/calibre/calibre/ebooks/metadata/__init__.py
330lib/calibre/calibre/ebooks/metadata/archive.py 330lib/calibre/calibre/ebooks/metadata/archive.py
331lib/calibre/calibre/ebooks/metadata/book/__init__.py 331lib/calibre/calibre/ebooks/metadata/book/__init__.py
332lib/calibre/calibre/ebooks/metadata/book/base.py 332lib/calibre/calibre/ebooks/metadata/book/base.py
333lib/calibre/calibre/ebooks/metadata/book/formatter.py 333lib/calibre/calibre/ebooks/metadata/book/formatter.py
334lib/calibre/calibre/ebooks/metadata/book/json_codec.py 334lib/calibre/calibre/ebooks/metadata/book/json_codec.py
335lib/calibre/calibre/ebooks/metadata/book/render.py 335lib/calibre/calibre/ebooks/metadata/book/render.py
336lib/calibre/calibre/ebooks/metadata/cli.py 336lib/calibre/calibre/ebooks/metadata/cli.py
337lib/calibre/calibre/ebooks/metadata/docx.py 337lib/calibre/calibre/ebooks/metadata/docx.py
338lib/calibre/calibre/ebooks/metadata/epub.py 338lib/calibre/calibre/ebooks/metadata/epub.py
339lib/calibre/calibre/ebooks/metadata/ereader.py 339lib/calibre/calibre/ebooks/metadata/ereader.py
340lib/calibre/calibre/ebooks/metadata/extz.py 340lib/calibre/calibre/ebooks/metadata/extz.py
341lib/calibre/calibre/ebooks/metadata/fb2.py 341lib/calibre/calibre/ebooks/metadata/fb2.py
342lib/calibre/calibre/ebooks/metadata/haodoo.py 342lib/calibre/calibre/ebooks/metadata/haodoo.py
343lib/calibre/calibre/ebooks/metadata/html.py 343lib/calibre/calibre/ebooks/metadata/html.py
344lib/calibre/calibre/ebooks/metadata/imp.py 344lib/calibre/calibre/ebooks/metadata/imp.py
345lib/calibre/calibre/ebooks/metadata/kdl.py 345lib/calibre/calibre/ebooks/metadata/kdl.py
346lib/calibre/calibre/ebooks/metadata/kfx.py 346lib/calibre/calibre/ebooks/metadata/kfx.py
347lib/calibre/calibre/ebooks/metadata/library_thing.py 347lib/calibre/calibre/ebooks/metadata/library_thing.py
348lib/calibre/calibre/ebooks/metadata/lit.py 348lib/calibre/calibre/ebooks/metadata/lit.py
349lib/calibre/calibre/ebooks/metadata/lrx.py 349lib/calibre/calibre/ebooks/metadata/lrx.py
350lib/calibre/calibre/ebooks/metadata/meta.py 350lib/calibre/calibre/ebooks/metadata/meta.py
351lib/calibre/calibre/ebooks/metadata/mobi.py 351lib/calibre/calibre/ebooks/metadata/mobi.py
352lib/calibre/calibre/ebooks/metadata/odt.py 352lib/calibre/calibre/ebooks/metadata/odt.py
353lib/calibre/calibre/ebooks/metadata/opf2.py 353lib/calibre/calibre/ebooks/metadata/opf2.py
354lib/calibre/calibre/ebooks/metadata/pdb.py 354lib/calibre/calibre/ebooks/metadata/pdb.py
355lib/calibre/calibre/ebooks/metadata/pdf.py 355lib/calibre/calibre/ebooks/metadata/pdf.py
356lib/calibre/calibre/ebooks/metadata/plucker.py 356lib/calibre/calibre/ebooks/metadata/plucker.py
357lib/calibre/calibre/ebooks/metadata/pml.py 357lib/calibre/calibre/ebooks/metadata/pml.py
358lib/calibre/calibre/ebooks/metadata/rar.py 358lib/calibre/calibre/ebooks/metadata/rar.py
359lib/calibre/calibre/ebooks/metadata/rb.py 359lib/calibre/calibre/ebooks/metadata/rb.py
360lib/calibre/calibre/ebooks/metadata/rtf.py 360lib/calibre/calibre/ebooks/metadata/rtf.py
361lib/calibre/calibre/ebooks/metadata/snb.py 361lib/calibre/calibre/ebooks/metadata/snb.py
362lib/calibre/calibre/ebooks/metadata/sources/__init__.py 362lib/calibre/calibre/ebooks/metadata/sources/__init__.py
363lib/calibre/calibre/ebooks/metadata/sources/amazon.py 363lib/calibre/calibre/ebooks/metadata/sources/amazon.py
364lib/calibre/calibre/ebooks/metadata/sources/base.py 364lib/calibre/calibre/ebooks/metadata/sources/base.py
365lib/calibre/calibre/ebooks/metadata/sources/big_book_search.py 365lib/calibre/calibre/ebooks/metadata/sources/big_book_search.py
366lib/calibre/calibre/ebooks/metadata/sources/cli.py 366lib/calibre/calibre/ebooks/metadata/sources/cli.py
367lib/calibre/calibre/ebooks/metadata/sources/covers.py 367lib/calibre/calibre/ebooks/metadata/sources/covers.py
368lib/calibre/calibre/ebooks/metadata/sources/douban.py 368lib/calibre/calibre/ebooks/metadata/sources/douban.py
369lib/calibre/calibre/ebooks/metadata/sources/edelweiss.py 369lib/calibre/calibre/ebooks/metadata/sources/edelweiss.py
370lib/calibre/calibre/ebooks/metadata/sources/google.py 370lib/calibre/calibre/ebooks/metadata/sources/google.py
371lib/calibre/calibre/ebooks/metadata/sources/google_images.py 371lib/calibre/calibre/ebooks/metadata/sources/google_images.py
372lib/calibre/calibre/ebooks/metadata/sources/identify.py 372lib/calibre/calibre/ebooks/metadata/sources/identify.py
373lib/calibre/calibre/ebooks/metadata/sources/isbndb.py 373lib/calibre/calibre/ebooks/metadata/sources/isbndb.py
374lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py 374lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py
375lib/calibre/calibre/ebooks/metadata/sources/overdrive.py 375lib/calibre/calibre/ebooks/metadata/sources/overdrive.py
376lib/calibre/calibre/ebooks/metadata/sources/ozon.py 376lib/calibre/calibre/ebooks/metadata/sources/ozon.py
377lib/calibre/calibre/ebooks/metadata/sources/prefs.py 377lib/calibre/calibre/ebooks/metadata/sources/prefs.py
378lib/calibre/calibre/ebooks/metadata/sources/test.py 378lib/calibre/calibre/ebooks/metadata/sources/test.py
379lib/calibre/calibre/ebooks/metadata/sources/worker.py 379lib/calibre/calibre/ebooks/metadata/sources/worker.py
380lib/calibre/calibre/ebooks/metadata/tag_mapper.py 380lib/calibre/calibre/ebooks/metadata/tag_mapper.py
381lib/calibre/calibre/ebooks/metadata/toc.py 381lib/calibre/calibre/ebooks/metadata/toc.py
382lib/calibre/calibre/ebooks/metadata/topaz.py 382lib/calibre/calibre/ebooks/metadata/topaz.py
383lib/calibre/calibre/ebooks/metadata/txt.py 383lib/calibre/calibre/ebooks/metadata/txt.py
384lib/calibre/calibre/ebooks/metadata/worker.py 384lib/calibre/calibre/ebooks/metadata/worker.py
385lib/calibre/calibre/ebooks/metadata/xisbn.py 385lib/calibre/calibre/ebooks/metadata/xisbn.py
386lib/calibre/calibre/ebooks/metadata/xmp.py 386lib/calibre/calibre/ebooks/metadata/xmp.py
387lib/calibre/calibre/ebooks/metadata/zip.py 387lib/calibre/calibre/ebooks/metadata/zip.py
388lib/calibre/calibre/ebooks/mobi/__init__.py 388lib/calibre/calibre/ebooks/mobi/__init__.py
389lib/calibre/calibre/ebooks/mobi/debug/__init__.py 389lib/calibre/calibre/ebooks/mobi/debug/__init__.py
390lib/calibre/calibre/ebooks/mobi/debug/containers.py 390lib/calibre/calibre/ebooks/mobi/debug/containers.py
391lib/calibre/calibre/ebooks/mobi/debug/headers.py 391lib/calibre/calibre/ebooks/mobi/debug/headers.py
392lib/calibre/calibre/ebooks/mobi/debug/index.py 392lib/calibre/calibre/ebooks/mobi/debug/index.py
393lib/calibre/calibre/ebooks/mobi/debug/main.py 393lib/calibre/calibre/ebooks/mobi/debug/main.py
394lib/calibre/calibre/ebooks/mobi/debug/mobi6.py 394lib/calibre/calibre/ebooks/mobi/debug/mobi6.py
395lib/calibre/calibre/ebooks/mobi/debug/mobi8.py 395lib/calibre/calibre/ebooks/mobi/debug/mobi8.py
396lib/calibre/calibre/ebooks/mobi/huffcdic.py 396lib/calibre/calibre/ebooks/mobi/huffcdic.py
397lib/calibre/calibre/ebooks/mobi/langcodes.py 397lib/calibre/calibre/ebooks/mobi/langcodes.py
398lib/calibre/calibre/ebooks/mobi/mobiml.py 398lib/calibre/calibre/ebooks/mobi/mobiml.py
399lib/calibre/calibre/ebooks/mobi/reader/__init__.py 399lib/calibre/calibre/ebooks/mobi/reader/__init__.py
400lib/calibre/calibre/ebooks/mobi/reader/containers.py 400lib/calibre/calibre/ebooks/mobi/reader/containers.py
401lib/calibre/calibre/ebooks/mobi/reader/headers.py 401lib/calibre/calibre/ebooks/mobi/reader/headers.py
402lib/calibre/calibre/ebooks/mobi/reader/index.py 402lib/calibre/calibre/ebooks/mobi/reader/index.py
403lib/calibre/calibre/ebooks/mobi/reader/markup.py 403lib/calibre/calibre/ebooks/mobi/reader/markup.py
404lib/calibre/calibre/ebooks/mobi/reader/mobi6.py 404lib/calibre/calibre/ebooks/mobi/reader/mobi6.py
405lib/calibre/calibre/ebooks/mobi/reader/mobi8.py 405lib/calibre/calibre/ebooks/mobi/reader/mobi8.py
406lib/calibre/calibre/ebooks/mobi/reader/ncx.py 406lib/calibre/calibre/ebooks/mobi/reader/ncx.py
407lib/calibre/calibre/ebooks/mobi/tweak.py 407lib/calibre/calibre/ebooks/mobi/tweak.py
408lib/calibre/calibre/ebooks/mobi/utils.py 408lib/calibre/calibre/ebooks/mobi/utils.py
409lib/calibre/calibre/ebooks/mobi/writer2/__init__.py 409lib/calibre/calibre/ebooks/mobi/writer2/__init__.py
410lib/calibre/calibre/ebooks/mobi/writer2/indexer.py 410lib/calibre/calibre/ebooks/mobi/writer2/indexer.py
411lib/calibre/calibre/ebooks/mobi/writer2/main.py 411lib/calibre/calibre/ebooks/mobi/writer2/main.py
412lib/calibre/calibre/ebooks/mobi/writer2/resources.py 412lib/calibre/calibre/ebooks/mobi/writer2/resources.py
413lib/calibre/calibre/ebooks/mobi/writer2/serializer.py 413lib/calibre/calibre/ebooks/mobi/writer2/serializer.py
414lib/calibre/calibre/ebooks/mobi/writer8/__init__.py 414lib/calibre/calibre/ebooks/mobi/writer8/__init__.py
415lib/calibre/calibre/ebooks/mobi/writer8/cleanup.py 415lib/calibre/calibre/ebooks/mobi/writer8/cleanup.py
416lib/calibre/calibre/ebooks/mobi/writer8/exth.py 416lib/calibre/calibre/ebooks/mobi/writer8/exth.py
417lib/calibre/calibre/ebooks/mobi/writer8/header.py 417lib/calibre/calibre/ebooks/mobi/writer8/header.py
418lib/calibre/calibre/ebooks/mobi/writer8/index.py 418lib/calibre/calibre/ebooks/mobi/writer8/index.py
419lib/calibre/calibre/ebooks/mobi/writer8/main.py 419lib/calibre/calibre/ebooks/mobi/writer8/main.py
420lib/calibre/calibre/ebooks/mobi/writer8/mobi.py 420lib/calibre/calibre/ebooks/mobi/writer8/mobi.py
421lib/calibre/calibre/ebooks/mobi/writer8/skeleton.py 421lib/calibre/calibre/ebooks/mobi/writer8/skeleton.py
422lib/calibre/calibre/ebooks/mobi/writer8/tbs.py 422lib/calibre/calibre/ebooks/mobi/writer8/tbs.py
423lib/calibre/calibre/ebooks/mobi/writer8/toc.py 423lib/calibre/calibre/ebooks/mobi/writer8/toc.py
424lib/calibre/calibre/ebooks/odt/__init__.py 424lib/calibre/calibre/ebooks/odt/__init__.py
425lib/calibre/calibre/ebooks/odt/input.py 425lib/calibre/calibre/ebooks/odt/input.py
426lib/calibre/calibre/ebooks/oeb/__init__.py 426lib/calibre/calibre/ebooks/oeb/__init__.py
427lib/calibre/calibre/ebooks/oeb/base.py 427lib/calibre/calibre/ebooks/oeb/base.py
428lib/calibre/calibre/ebooks/oeb/display/__init__.py 428lib/calibre/calibre/ebooks/oeb/display/__init__.py
429lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py 429lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py
430lib/calibre/calibre/ebooks/oeb/display/webview.py 430lib/calibre/calibre/ebooks/oeb/display/webview.py
431lib/calibre/calibre/ebooks/oeb/iterator/__init__.py 431lib/calibre/calibre/ebooks/oeb/iterator/__init__.py
432lib/calibre/calibre/ebooks/oeb/iterator/book.py 432lib/calibre/calibre/ebooks/oeb/iterator/book.py
433lib/calibre/calibre/ebooks/oeb/iterator/bookmarks.py 433lib/calibre/calibre/ebooks/oeb/iterator/bookmarks.py
434lib/calibre/calibre/ebooks/oeb/iterator/spine.py 434lib/calibre/calibre/ebooks/oeb/iterator/spine.py
435lib/calibre/calibre/ebooks/oeb/normalize_css.py 435lib/calibre/calibre/ebooks/oeb/normalize_css.py
436lib/calibre/calibre/ebooks/oeb/parse_utils.py 436lib/calibre/calibre/ebooks/oeb/parse_utils.py
437lib/calibre/calibre/ebooks/oeb/polish/__init__.py 437lib/calibre/calibre/ebooks/oeb/polish/__init__.py
438lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py 438lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py
439lib/calibre/calibre/ebooks/oeb/polish/check/base.py 439lib/calibre/calibre/ebooks/oeb/polish/check/base.py
440lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py 440lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py
441lib/calibre/calibre/ebooks/oeb/polish/check/images.py 441lib/calibre/calibre/ebooks/oeb/polish/check/images.py
442lib/calibre/calibre/ebooks/oeb/polish/check/links.py 442lib/calibre/calibre/ebooks/oeb/polish/check/links.py
443lib/calibre/calibre/ebooks/oeb/polish/check/main.py 443lib/calibre/calibre/ebooks/oeb/polish/check/main.py
444lib/calibre/calibre/ebooks/oeb/polish/check/opf.py 444lib/calibre/calibre/ebooks/oeb/polish/check/opf.py
445lib/calibre/calibre/ebooks/oeb/polish/check/parsing.py 445lib/calibre/calibre/ebooks/oeb/polish/check/parsing.py
446lib/calibre/calibre/ebooks/oeb/polish/container.py 446lib/calibre/calibre/ebooks/oeb/polish/container.py
447lib/calibre/calibre/ebooks/oeb/polish/cover.py 447lib/calibre/calibre/ebooks/oeb/polish/cover.py
448lib/calibre/calibre/ebooks/oeb/polish/create.py 448lib/calibre/calibre/ebooks/oeb/polish/create.py
449lib/calibre/calibre/ebooks/oeb/polish/css.py 449lib/calibre/calibre/ebooks/oeb/polish/css.py
450lib/calibre/calibre/ebooks/oeb/polish/embed.py 450lib/calibre/calibre/ebooks/oeb/polish/embed.py
451lib/calibre/calibre/ebooks/oeb/polish/errors.py 451lib/calibre/calibre/ebooks/oeb/polish/errors.py
452lib/calibre/calibre/ebooks/oeb/polish/fonts.py 452lib/calibre/calibre/ebooks/oeb/polish/fonts.py
453lib/calibre/calibre/ebooks/oeb/polish/import_book.py 453lib/calibre/calibre/ebooks/oeb/polish/import_book.py
454lib/calibre/calibre/ebooks/oeb/polish/jacket.py 454lib/calibre/calibre/ebooks/oeb/polish/jacket.py
455lib/calibre/calibre/ebooks/oeb/polish/main.py 455lib/calibre/calibre/ebooks/oeb/polish/main.py
456lib/calibre/calibre/ebooks/oeb/polish/opf.py 456lib/calibre/calibre/ebooks/oeb/polish/opf.py
457lib/calibre/calibre/ebooks/oeb/polish/parsing.py 457lib/calibre/calibre/ebooks/oeb/polish/parsing.py
458lib/calibre/calibre/ebooks/oeb/polish/pretty.py 458lib/calibre/calibre/ebooks/oeb/polish/pretty.py
459lib/calibre/calibre/ebooks/oeb/polish/replace.py 459lib/calibre/calibre/ebooks/oeb/polish/replace.py
460lib/calibre/calibre/ebooks/oeb/polish/report.py 460lib/calibre/calibre/ebooks/oeb/polish/report.py
461lib/calibre/calibre/ebooks/oeb/polish/spell.py 461lib/calibre/calibre/ebooks/oeb/polish/spell.py
462lib/calibre/calibre/ebooks/oeb/polish/split.py 462lib/calibre/calibre/ebooks/oeb/polish/split.py
463lib/calibre/calibre/ebooks/oeb/polish/stats.py 463lib/calibre/calibre/ebooks/oeb/polish/stats.py
464lib/calibre/calibre/ebooks/oeb/polish/subset.py 464lib/calibre/calibre/ebooks/oeb/polish/subset.py
465lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py 465lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py
466lib/calibre/calibre/ebooks/oeb/polish/tests/base.py 466lib/calibre/calibre/ebooks/oeb/polish/tests/base.py
467lib/calibre/calibre/ebooks/oeb/polish/tests/container.py 467lib/calibre/calibre/ebooks/oeb/polish/tests/container.py
468lib/calibre/calibre/ebooks/oeb/polish/tests/main.py 468lib/calibre/calibre/ebooks/oeb/polish/tests/main.py
469lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py 469lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py
470lib/calibre/calibre/ebooks/oeb/polish/toc.py 470lib/calibre/calibre/ebooks/oeb/polish/toc.py
471lib/calibre/calibre/ebooks/oeb/polish/utils.py 471lib/calibre/calibre/ebooks/oeb/polish/utils.py
472lib/calibre/calibre/ebooks/oeb/reader.py 472lib/calibre/calibre/ebooks/oeb/reader.py
473lib/calibre/calibre/ebooks/oeb/stylizer.py 473lib/calibre/calibre/ebooks/oeb/stylizer.py
474lib/calibre/calibre/ebooks/oeb/transforms/__init__.py 474lib/calibre/calibre/ebooks/oeb/transforms/__init__.py
475lib/calibre/calibre/ebooks/oeb/transforms/cover.py 475lib/calibre/calibre/ebooks/oeb/transforms/cover.py
476lib/calibre/calibre/ebooks/oeb/transforms/data_url.py 476lib/calibre/calibre/ebooks/oeb/transforms/data_url.py
477lib/calibre/calibre/ebooks/oeb/transforms/embed_fonts.py 477lib/calibre/calibre/ebooks/oeb/transforms/embed_fonts.py
478lib/calibre/calibre/ebooks/oeb/transforms/filenames.py 478lib/calibre/calibre/ebooks/oeb/transforms/filenames.py
479lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py 479lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py
480lib/calibre/calibre/ebooks/oeb/transforms/guide.py 480lib/calibre/calibre/ebooks/oeb/transforms/guide.py
481lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py 481lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py
482lib/calibre/calibre/ebooks/oeb/transforms/jacket.py 482lib/calibre/calibre/ebooks/oeb/transforms/jacket.py
483lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py 483lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py
484lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py 484lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py
485lib/calibre/calibre/ebooks/oeb/transforms/metadata.py 485lib/calibre/calibre/ebooks/oeb/transforms/metadata.py
486lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py 486lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py
487lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py 487lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py
488lib/calibre/calibre/ebooks/oeb/transforms/rescale.py 488lib/calibre/calibre/ebooks/oeb/transforms/rescale.py
489lib/calibre/calibre/ebooks/oeb/transforms/split.py 489lib/calibre/calibre/ebooks/oeb/transforms/split.py
490lib/calibre/calibre/ebooks/oeb/transforms/structure.py 490lib/calibre/calibre/ebooks/oeb/transforms/structure.py
491lib/calibre/calibre/ebooks/oeb/transforms/subset.py 491lib/calibre/calibre/ebooks/oeb/transforms/subset.py
492lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py 492lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py
493lib/calibre/calibre/ebooks/oeb/transforms/unsmarten.py 493lib/calibre/calibre/ebooks/oeb/transforms/unsmarten.py
494lib/calibre/calibre/ebooks/oeb/writer.py 494lib/calibre/calibre/ebooks/oeb/writer.py
495lib/calibre/calibre/ebooks/pdb/__init__.py 495lib/calibre/calibre/ebooks/pdb/__init__.py
496lib/calibre/calibre/ebooks/pdb/ereader/__init__.py 496lib/calibre/calibre/ebooks/pdb/ereader/__init__.py
497lib/calibre/calibre/ebooks/pdb/ereader/inspector.py 497lib/calibre/calibre/ebooks/pdb/ereader/inspector.py
498lib/calibre/calibre/ebooks/pdb/ereader/reader.py 498lib/calibre/calibre/ebooks/pdb/ereader/reader.py
499lib/calibre/calibre/ebooks/pdb/ereader/reader132.py 499lib/calibre/calibre/ebooks/pdb/ereader/reader132.py
500lib/calibre/calibre/ebooks/pdb/ereader/reader202.py 500lib/calibre/calibre/ebooks/pdb/ereader/reader202.py
501lib/calibre/calibre/ebooks/pdb/ereader/writer.py 501lib/calibre/calibre/ebooks/pdb/ereader/writer.py
502lib/calibre/calibre/ebooks/pdb/formatreader.py 502lib/calibre/calibre/ebooks/pdb/formatreader.py
503lib/calibre/calibre/ebooks/pdb/formatwriter.py 503lib/calibre/calibre/ebooks/pdb/formatwriter.py
504lib/calibre/calibre/ebooks/pdb/haodoo/__init__.py 504lib/calibre/calibre/ebooks/pdb/haodoo/__init__.py
505lib/calibre/calibre/ebooks/pdb/haodoo/reader.py 505lib/calibre/calibre/ebooks/pdb/haodoo/reader.py
506lib/calibre/calibre/ebooks/pdb/header.py 506lib/calibre/calibre/ebooks/pdb/header.py
507lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py 507lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py
508lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py 508lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py
509lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py 509lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py
510lib/calibre/calibre/ebooks/pdb/pdf/__init__.py 510lib/calibre/calibre/ebooks/pdb/pdf/__init__.py
511lib/calibre/calibre/ebooks/pdb/pdf/reader.py 511lib/calibre/calibre/ebooks/pdb/pdf/reader.py
512lib/calibre/calibre/ebooks/pdb/plucker/__init__.py 512lib/calibre/calibre/ebooks/pdb/plucker/__init__.py
513lib/calibre/calibre/ebooks/pdb/plucker/reader.py 513lib/calibre/calibre/ebooks/pdb/plucker/reader.py
514lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py 514lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py
515lib/calibre/calibre/ebooks/pdb/ztxt/reader.py 515lib/calibre/calibre/ebooks/pdb/ztxt/reader.py
516lib/calibre/calibre/ebooks/pdb/ztxt/writer.py 516lib/calibre/calibre/ebooks/pdb/ztxt/writer.py
517lib/calibre/calibre/ebooks/pdf/__init__.py 517lib/calibre/calibre/ebooks/pdf/__init__.py
518lib/calibre/calibre/ebooks/pdf/from_comic.py 518lib/calibre/calibre/ebooks/pdf/from_comic.py
519lib/calibre/calibre/ebooks/pdf/outline_writer.py 519lib/calibre/calibre/ebooks/pdf/outline_writer.py
520lib/calibre/calibre/ebooks/pdf/pageoptions.py 520lib/calibre/calibre/ebooks/pdf/pageoptions.py
521lib/calibre/calibre/ebooks/pdf/pdftohtml.py 521lib/calibre/calibre/ebooks/pdf/pdftohtml.py
522lib/calibre/calibre/ebooks/pdf/reflow.py 522lib/calibre/calibre/ebooks/pdf/reflow.py
523lib/calibre/calibre/ebooks/pdf/render/__init__.py 523lib/calibre/calibre/ebooks/pdf/render/__init__.py
524lib/calibre/calibre/ebooks/pdf/render/common.py 524lib/calibre/calibre/ebooks/pdf/render/common.py
525lib/calibre/calibre/ebooks/pdf/render/engine.py 525lib/calibre/calibre/ebooks/pdf/render/engine.py
526lib/calibre/calibre/ebooks/pdf/render/fonts.py 526lib/calibre/calibre/ebooks/pdf/render/fonts.py
527lib/calibre/calibre/ebooks/pdf/render/from_html.py 527lib/calibre/calibre/ebooks/pdf/render/from_html.py
528lib/calibre/calibre/ebooks/pdf/render/gradients.py 528lib/calibre/calibre/ebooks/pdf/render/gradients.py
529lib/calibre/calibre/ebooks/pdf/render/graphics.py 529lib/calibre/calibre/ebooks/pdf/render/graphics.py
530lib/calibre/calibre/ebooks/pdf/render/links.py 530lib/calibre/calibre/ebooks/pdf/render/links.py
531lib/calibre/calibre/ebooks/pdf/render/serialize.py 531lib/calibre/calibre/ebooks/pdf/render/serialize.py
532lib/calibre/calibre/ebooks/pdf/render/test.py 532lib/calibre/calibre/ebooks/pdf/render/test.py
533lib/calibre/calibre/ebooks/pdf/render/toc.py 533lib/calibre/calibre/ebooks/pdf/render/toc.py
534lib/calibre/calibre/ebooks/pdf/writer.py 534lib/calibre/calibre/ebooks/pdf/writer.py
535lib/calibre/calibre/ebooks/pml/__init__.py 535lib/calibre/calibre/ebooks/pml/__init__.py
536lib/calibre/calibre/ebooks/pml/pmlconverter.py 536lib/calibre/calibre/ebooks/pml/pmlconverter.py
537lib/calibre/calibre/ebooks/pml/pmlml.py 537lib/calibre/calibre/ebooks/pml/pmlml.py
538lib/calibre/calibre/ebooks/rb/__init__.py 538lib/calibre/calibre/ebooks/rb/__init__.py
539lib/calibre/calibre/ebooks/rb/rbml.py 539lib/calibre/calibre/ebooks/rb/rbml.py
540lib/calibre/calibre/ebooks/rb/reader.py 540lib/calibre/calibre/ebooks/rb/reader.py
541lib/calibre/calibre/ebooks/rb/writer.py 541lib/calibre/calibre/ebooks/rb/writer.py
542lib/calibre/calibre/ebooks/readability/__init__.py 542lib/calibre/calibre/ebooks/readability/__init__.py
543lib/calibre/calibre/ebooks/readability/cleaners.py 543lib/calibre/calibre/ebooks/readability/cleaners.py
544lib/calibre/calibre/ebooks/readability/debug.py 544lib/calibre/calibre/ebooks/readability/debug.py
545lib/calibre/calibre/ebooks/readability/htmls.py 545lib/calibre/calibre/ebooks/readability/htmls.py
546lib/calibre/calibre/ebooks/readability/readability.py 546lib/calibre/calibre/ebooks/readability/readability.py
547lib/calibre/calibre/ebooks/rtf/__init__.py 547lib/calibre/calibre/ebooks/rtf/__init__.py
548lib/calibre/calibre/ebooks/rtf/input.py 548lib/calibre/calibre/ebooks/rtf/input.py
549lib/calibre/calibre/ebooks/rtf/preprocess.py 549lib/calibre/calibre/ebooks/rtf/preprocess.py
550lib/calibre/calibre/ebooks/rtf/rtfml.py 550lib/calibre/calibre/ebooks/rtf/rtfml.py
551lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py 551lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py
552lib/calibre/calibre/ebooks/rtf2xml/__init__.py 552lib/calibre/calibre/ebooks/rtf2xml/__init__.py
553lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py 553lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py
554lib/calibre/calibre/ebooks/rtf2xml/body_styles.py 554lib/calibre/calibre/ebooks/rtf2xml/body_styles.py
555lib/calibre/calibre/ebooks/rtf2xml/border_parse.py 555lib/calibre/calibre/ebooks/rtf2xml/border_parse.py
556lib/calibre/calibre/ebooks/rtf2xml/char_set.py 556lib/calibre/calibre/ebooks/rtf2xml/char_set.py
557lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py 557lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py
558lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py 558lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py
559lib/calibre/calibre/ebooks/rtf2xml/colors.py 559lib/calibre/calibre/ebooks/rtf2xml/colors.py
560lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py 560lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py
561lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py 561lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py
562lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py 562lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py
563lib/calibre/calibre/ebooks/rtf2xml/copy.py 563lib/calibre/calibre/ebooks/rtf2xml/copy.py
564lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py 564lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py
565lib/calibre/calibre/ebooks/rtf2xml/delete_info.py 565lib/calibre/calibre/ebooks/rtf2xml/delete_info.py
566lib/calibre/calibre/ebooks/rtf2xml/field_strings.py 566lib/calibre/calibre/ebooks/rtf2xml/field_strings.py
567lib/calibre/calibre/ebooks/rtf2xml/fields_large.py 567lib/calibre/calibre/ebooks/rtf2xml/fields_large.py
568lib/calibre/calibre/ebooks/rtf2xml/fields_small.py 568lib/calibre/calibre/ebooks/rtf2xml/fields_small.py
569lib/calibre/calibre/ebooks/rtf2xml/fonts.py 569lib/calibre/calibre/ebooks/rtf2xml/fonts.py
570lib/calibre/calibre/ebooks/rtf2xml/footnote.py 570lib/calibre/calibre/ebooks/rtf2xml/footnote.py
571lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py 571lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py
572lib/calibre/calibre/ebooks/rtf2xml/get_options.py 572lib/calibre/calibre/ebooks/rtf2xml/get_options.py
573lib/calibre/calibre/ebooks/rtf2xml/group_borders.py 573lib/calibre/calibre/ebooks/rtf2xml/group_borders.py
574lib/calibre/calibre/ebooks/rtf2xml/group_styles.py 574lib/calibre/calibre/ebooks/rtf2xml/group_styles.py
575lib/calibre/calibre/ebooks/rtf2xml/header.py 575lib/calibre/calibre/ebooks/rtf2xml/header.py
576lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py 576lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py
577lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py 577lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py
578lib/calibre/calibre/ebooks/rtf2xml/info.py 578lib/calibre/calibre/ebooks/rtf2xml/info.py
579lib/calibre/calibre/ebooks/rtf2xml/inline.py 579lib/calibre/calibre/ebooks/rtf2xml/inline.py
580lib/calibre/calibre/ebooks/rtf2xml/line_endings.py 580lib/calibre/calibre/ebooks/rtf2xml/line_endings.py
581lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py 581lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py
582lib/calibre/calibre/ebooks/rtf2xml/list_table.py 582lib/calibre/calibre/ebooks/rtf2xml/list_table.py
583lib/calibre/calibre/ebooks/rtf2xml/make_lists.py 583lib/calibre/calibre/ebooks/rtf2xml/make_lists.py
584lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py 584lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py
585lib/calibre/calibre/ebooks/rtf2xml/options_trem.py 585lib/calibre/calibre/ebooks/rtf2xml/options_trem.py
586lib/calibre/calibre/ebooks/rtf2xml/output.py 586lib/calibre/calibre/ebooks/rtf2xml/output.py
587lib/calibre/calibre/ebooks/rtf2xml/override_table.py 587lib/calibre/calibre/ebooks/rtf2xml/override_table.py
588lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py 588lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py
589lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py 589lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py
590lib/calibre/calibre/ebooks/rtf2xml/pict.py 590lib/calibre/calibre/ebooks/rtf2xml/pict.py
591lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py 591lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py
592lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py 592lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py
593lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py 593lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py
594lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py 594lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py
595lib/calibre/calibre/ebooks/rtf2xml/sections.py 595lib/calibre/calibre/ebooks/rtf2xml/sections.py
596lib/calibre/calibre/ebooks/rtf2xml/styles.py 596lib/calibre/calibre/ebooks/rtf2xml/styles.py
597lib/calibre/calibre/ebooks/rtf2xml/table.py 597lib/calibre/calibre/ebooks/rtf2xml/table.py
598lib/calibre/calibre/ebooks/rtf2xml/table_info.py 598lib/calibre/calibre/ebooks/rtf2xml/table_info.py
599lib/calibre/calibre/ebooks/rtf2xml/tokenize.py 599lib/calibre/calibre/ebooks/rtf2xml/tokenize.py
600lib/calibre/calibre/ebooks/sgmllib.py 600lib/calibre/calibre/ebooks/sgmllib.py
601lib/calibre/calibre/ebooks/snb/__init__.py 601lib/calibre/calibre/ebooks/snb/__init__.py
602lib/calibre/calibre/ebooks/snb/snbfile.py 602lib/calibre/calibre/ebooks/snb/snbfile.py
603lib/calibre/calibre/ebooks/snb/snbml.py 603lib/calibre/calibre/ebooks/snb/snbml.py
604lib/calibre/calibre/ebooks/tcr/__init__.py 604lib/calibre/calibre/ebooks/tcr/__init__.py
605lib/calibre/calibre/ebooks/textile/__init__.py 605lib/calibre/calibre/ebooks/textile/__init__.py
606lib/calibre/calibre/ebooks/textile/functions.py 606lib/calibre/calibre/ebooks/textile/functions.py
607lib/calibre/calibre/ebooks/textile/unsmarten.py 607lib/calibre/calibre/ebooks/textile/unsmarten.py
608lib/calibre/calibre/ebooks/tweak.py 608lib/calibre/calibre/ebooks/tweak.py
609lib/calibre/calibre/ebooks/txt/__init__.py 609lib/calibre/calibre/ebooks/txt/__init__.py
610lib/calibre/calibre/ebooks/txt/markdownml.py 610lib/calibre/calibre/ebooks/txt/markdownml.py
611lib/calibre/calibre/ebooks/txt/newlines.py 611lib/calibre/calibre/ebooks/txt/newlines.py
612lib/calibre/calibre/ebooks/txt/processor.py 612lib/calibre/calibre/ebooks/txt/processor.py
613lib/calibre/calibre/ebooks/txt/textileml.py 613lib/calibre/calibre/ebooks/txt/textileml.py
614lib/calibre/calibre/ebooks/txt/txtml.py 614lib/calibre/calibre/ebooks/txt/txtml.py
615lib/calibre/calibre/ebooks/unihandecode/__init__.py 615lib/calibre/calibre/ebooks/unihandecode/__init__.py
616lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py 616lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py
617lib/calibre/calibre/ebooks/unihandecode/jadecoder.py 617lib/calibre/calibre/ebooks/unihandecode/jadecoder.py
618lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py 618lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py
619lib/calibre/calibre/ebooks/unihandecode/krdecoder.py 619lib/calibre/calibre/ebooks/unihandecode/krdecoder.py
620lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py 620lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py
621lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py 621lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py
622lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py 622lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py
623lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py 623lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py
624lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py 624lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py
625lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py 625lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py
626lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py 626lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py
627lib/calibre/calibre/ebooks/unihandecode/unidecoder.py 627lib/calibre/calibre/ebooks/unihandecode/unidecoder.py
628lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py 628lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py
629lib/calibre/calibre/ebooks/unihandecode/vndecoder.py 629lib/calibre/calibre/ebooks/unihandecode/vndecoder.py
630lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py 630lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py
631lib/calibre/calibre/gui2/__init__.py 631lib/calibre/calibre/gui2/__init__.py
632lib/calibre/calibre/gui2/actions/__init__.py 632lib/calibre/calibre/gui2/actions/__init__.py
633lib/calibre/calibre/gui2/actions/add.py 633lib/calibre/calibre/gui2/actions/add.py
634lib/calibre/calibre/gui2/actions/add_to_library.py 634lib/calibre/calibre/gui2/actions/add_to_library.py
635lib/calibre/calibre/gui2/actions/annotate.py 635lib/calibre/calibre/gui2/actions/annotate.py
636lib/calibre/calibre/gui2/actions/catalog.py 636lib/calibre/calibre/gui2/actions/catalog.py
637lib/calibre/calibre/gui2/actions/choose_library.py 637lib/calibre/calibre/gui2/actions/choose_library.py
638lib/calibre/calibre/gui2/actions/convert.py 638lib/calibre/calibre/gui2/actions/convert.py
639lib/calibre/calibre/gui2/actions/copy_to_library.py 639lib/calibre/calibre/gui2/actions/copy_to_library.py
640lib/calibre/calibre/gui2/actions/delete.py 640lib/calibre/calibre/gui2/actions/delete.py
641lib/calibre/calibre/gui2/actions/device.py 641lib/calibre/calibre/gui2/actions/device.py
642lib/calibre/calibre/gui2/actions/edit_collections.py 642lib/calibre/calibre/gui2/actions/edit_collections.py
643lib/calibre/calibre/gui2/actions/edit_metadata.py 643lib/calibre/calibre/gui2/actions/edit_metadata.py
644lib/calibre/calibre/gui2/actions/embed.py 644lib/calibre/calibre/gui2/actions/embed.py
645lib/calibre/calibre/gui2/actions/fetch_news.py 645lib/calibre/calibre/gui2/actions/fetch_news.py
646lib/calibre/calibre/gui2/actions/help.py 646lib/calibre/calibre/gui2/actions/help.py
647lib/calibre/calibre/gui2/actions/mark_books.py 647lib/calibre/calibre/gui2/actions/mark_books.py
648lib/calibre/calibre/gui2/actions/match_books.py 648lib/calibre/calibre/gui2/actions/match_books.py
649lib/calibre/calibre/gui2/actions/next_match.py 649lib/calibre/calibre/gui2/actions/next_match.py
650lib/calibre/calibre/gui2/actions/open.py 650lib/calibre/calibre/gui2/actions/open.py
651lib/calibre/calibre/gui2/actions/plugin_updates.py 651lib/calibre/calibre/gui2/actions/plugin_updates.py
652lib/calibre/calibre/gui2/actions/polish.py 652lib/calibre/calibre/gui2/actions/polish.py
653lib/calibre/calibre/gui2/actions/preferences.py 653lib/calibre/calibre/gui2/actions/preferences.py
654lib/calibre/calibre/gui2/actions/random.py 654lib/calibre/calibre/gui2/actions/random.py
655lib/calibre/calibre/gui2/actions/restart.py 655lib/calibre/calibre/gui2/actions/restart.py
656lib/calibre/calibre/gui2/actions/save_to_disk.py 656lib/calibre/calibre/gui2/actions/save_to_disk.py
657lib/calibre/calibre/gui2/actions/show_book_details.py 657lib/calibre/calibre/gui2/actions/show_book_details.py
658lib/calibre/calibre/gui2/actions/show_quickview.py 658lib/calibre/calibre/gui2/actions/show_quickview.py
659lib/calibre/calibre/gui2/actions/show_template_tester.py 659lib/calibre/calibre/gui2/actions/show_template_tester.py
660lib/calibre/calibre/gui2/actions/similar_books.py 660lib/calibre/calibre/gui2/actions/similar_books.py
661lib/calibre/calibre/gui2/actions/sort.py 661lib/calibre/calibre/gui2/actions/sort.py
662lib/calibre/calibre/gui2/actions/store.py 662lib/calibre/calibre/gui2/actions/store.py
663lib/calibre/calibre/gui2/actions/tag_mapper.py 663lib/calibre/calibre/gui2/actions/tag_mapper.py
664lib/calibre/calibre/gui2/actions/toc_edit.py 664lib/calibre/calibre/gui2/actions/toc_edit.py
665lib/calibre/calibre/gui2/actions/tweak_epub.py 665lib/calibre/calibre/gui2/actions/tweak_epub.py
666lib/calibre/calibre/gui2/actions/unpack_book.py 666lib/calibre/calibre/gui2/actions/unpack_book.py
667lib/calibre/calibre/gui2/actions/view.py 667lib/calibre/calibre/gui2/actions/view.py
668lib/calibre/calibre/gui2/add.py 668lib/calibre/calibre/gui2/add.py
669lib/calibre/calibre/gui2/auto_add.py 669lib/calibre/calibre/gui2/auto_add.py
670lib/calibre/calibre/gui2/bars.py 670lib/calibre/calibre/gui2/bars.py
671lib/calibre/calibre/gui2/book_details.py 671lib/calibre/calibre/gui2/book_details.py
672lib/calibre/calibre/gui2/catalog/__init__.py 672lib/calibre/calibre/gui2/catalog/__init__.py
673lib/calibre/calibre/gui2/catalog/catalog_bibtex.py 673lib/calibre/calibre/gui2/catalog/catalog_bibtex.py
674lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py 674lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py
675lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py 675lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py
676lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py 676lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py
677lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py 677lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py
678lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py 678lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py
679lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py 679lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py
680lib/calibre/calibre/gui2/comments_editor.py 680lib/calibre/calibre/gui2/comments_editor.py
681lib/calibre/calibre/gui2/complete2.py 681lib/calibre/calibre/gui2/complete2.py
682lib/calibre/calibre/gui2/convert/__init__.py 682lib/calibre/calibre/gui2/convert/__init__.py
683lib/calibre/calibre/gui2/convert/azw3_output.py 683lib/calibre/calibre/gui2/convert/azw3_output.py
684lib/calibre/calibre/gui2/convert/azw3_output_ui.py 684lib/calibre/calibre/gui2/convert/azw3_output_ui.py
685lib/calibre/calibre/gui2/convert/bulk.py 685lib/calibre/calibre/gui2/convert/bulk.py
686lib/calibre/calibre/gui2/convert/comic_input.py 686lib/calibre/calibre/gui2/convert/comic_input.py
687lib/calibre/calibre/gui2/convert/comic_input_ui.py 687lib/calibre/calibre/gui2/convert/comic_input_ui.py
688lib/calibre/calibre/gui2/convert/debug.py 688lib/calibre/calibre/gui2/convert/debug.py
689lib/calibre/calibre/gui2/convert/debug_ui.py 689lib/calibre/calibre/gui2/convert/debug_ui.py
690lib/calibre/calibre/gui2/convert/docx_input.py 690lib/calibre/calibre/gui2/convert/docx_input.py
691lib/calibre/calibre/gui2/convert/docx_input_ui.py 691lib/calibre/calibre/gui2/convert/docx_input_ui.py
692lib/calibre/calibre/gui2/convert/docx_output.py 692lib/calibre/calibre/gui2/convert/docx_output.py
693lib/calibre/calibre/gui2/convert/docx_output_ui.py 693lib/calibre/calibre/gui2/convert/docx_output_ui.py
694lib/calibre/calibre/gui2/convert/epub_output.py 694lib/calibre/calibre/gui2/convert/epub_output.py
695lib/calibre/calibre/gui2/convert/epub_output_ui.py 695lib/calibre/calibre/gui2/convert/epub_output_ui.py
696lib/calibre/calibre/gui2/convert/fb2_input.py 696lib/calibre/calibre/gui2/convert/fb2_input.py
697lib/calibre/calibre/gui2/convert/fb2_input_ui.py 697lib/calibre/calibre/gui2/convert/fb2_input_ui.py
698lib/calibre/calibre/gui2/convert/fb2_output.py 698lib/calibre/calibre/gui2/convert/fb2_output.py
699lib/calibre/calibre/gui2/convert/fb2_output_ui.py 699lib/calibre/calibre/gui2/convert/fb2_output_ui.py
700lib/calibre/calibre/gui2/convert/font_key.py 700lib/calibre/calibre/gui2/convert/font_key.py
701lib/calibre/calibre/gui2/convert/font_key_ui.py 701lib/calibre/calibre/gui2/convert/font_key_ui.py
702lib/calibre/calibre/gui2/convert/gui_conversion.py 702lib/calibre/calibre/gui2/convert/gui_conversion.py
703lib/calibre/calibre/gui2/convert/heuristics.py 703lib/calibre/calibre/gui2/convert/heuristics.py
704lib/calibre/calibre/gui2/convert/heuristics_ui.py 704lib/calibre/calibre/gui2/convert/heuristics_ui.py
705lib/calibre/calibre/gui2/convert/htmlz_output.py 705lib/calibre/calibre/gui2/convert/htmlz_output.py
706lib/calibre/calibre/gui2/convert/htmlz_output_ui.py 706lib/calibre/calibre/gui2/convert/htmlz_output_ui.py
707lib/calibre/calibre/gui2/convert/look_and_feel.py 707lib/calibre/calibre/gui2/convert/look_and_feel.py
708lib/calibre/calibre/gui2/convert/look_and_feel_ui.py 708lib/calibre/calibre/gui2/convert/look_and_feel_ui.py
709lib/calibre/calibre/gui2/convert/lrf_output.py 709lib/calibre/calibre/gui2/convert/lrf_output.py
710lib/calibre/calibre/gui2/convert/lrf_output_ui.py 710lib/calibre/calibre/gui2/convert/lrf_output_ui.py
711lib/calibre/calibre/gui2/convert/metadata.py 711lib/calibre/calibre/gui2/convert/metadata.py
712lib/calibre/calibre/gui2/convert/metadata_ui.py 712lib/calibre/calibre/gui2/convert/metadata_ui.py
713lib/calibre/calibre/gui2/convert/mobi_output.py 713lib/calibre/calibre/gui2/convert/mobi_output.py
714lib/calibre/calibre/gui2/convert/mobi_output_ui.py 714lib/calibre/calibre/gui2/convert/mobi_output_ui.py
715lib/calibre/calibre/gui2/convert/page_setup.py 715lib/calibre/calibre/gui2/convert/page_setup.py
716lib/calibre/calibre/gui2/convert/page_setup_ui.py 716lib/calibre/calibre/gui2/convert/page_setup_ui.py
717lib/calibre/calibre/gui2/convert/pdb_output.py 717lib/calibre/calibre/gui2/convert/pdb_output.py
718lib/calibre/calibre/gui2/convert/pdb_output_ui.py 718lib/calibre/calibre/gui2/convert/pdb_output_ui.py
719lib/calibre/calibre/gui2/convert/pdf_input.py 719lib/calibre/calibre/gui2/convert/pdf_input.py
720lib/calibre/calibre/gui2/convert/pdf_input_ui.py 720lib/calibre/calibre/gui2/convert/pdf_input_ui.py
721lib/calibre/calibre/gui2/convert/pdf_output.py 721lib/calibre/calibre/gui2/convert/pdf_output.py
722lib/calibre/calibre/gui2/convert/pdf_output_ui.py 722lib/calibre/calibre/gui2/convert/pdf_output_ui.py
723lib/calibre/calibre/gui2/convert/pml_output.py 723lib/calibre/calibre/gui2/convert/pml_output.py
724lib/calibre/calibre/gui2/convert/pmlz_output_ui.py 724lib/calibre/calibre/gui2/convert/pmlz_output_ui.py
725lib/calibre/calibre/gui2/convert/rb_output.py 725lib/calibre/calibre/gui2/convert/rb_output.py
726lib/calibre/calibre/gui2/convert/rb_output_ui.py 726lib/calibre/calibre/gui2/convert/rb_output_ui.py
727lib/calibre/calibre/gui2/convert/regex_builder.py 727lib/calibre/calibre/gui2/convert/regex_builder.py
728lib/calibre/calibre/gui2/convert/regex_builder_ui.py 728lib/calibre/calibre/gui2/convert/regex_builder_ui.py
729lib/calibre/calibre/gui2/convert/rtf_input.py 729lib/calibre/calibre/gui2/convert/rtf_input.py
730lib/calibre/calibre/gui2/convert/rtf_input_ui.py 730lib/calibre/calibre/gui2/convert/rtf_input_ui.py
731lib/calibre/calibre/gui2/convert/search_and_replace.py 731lib/calibre/calibre/gui2/convert/search_and_replace.py
732lib/calibre/calibre/gui2/convert/search_and_replace_ui.py 732lib/calibre/calibre/gui2/convert/search_and_replace_ui.py
733lib/calibre/calibre/gui2/convert/single.py 733lib/calibre/calibre/gui2/convert/single.py
734lib/calibre/calibre/gui2/convert/single_ui.py 734lib/calibre/calibre/gui2/convert/single_ui.py
735lib/calibre/calibre/gui2/convert/snb_output.py 735lib/calibre/calibre/gui2/convert/snb_output.py
736lib/calibre/calibre/gui2/convert/snb_output_ui.py 736lib/calibre/calibre/gui2/convert/snb_output_ui.py
737lib/calibre/calibre/gui2/convert/structure_detection.py 737lib/calibre/calibre/gui2/convert/structure_detection.py
738lib/calibre/calibre/gui2/convert/structure_detection_ui.py 738lib/calibre/calibre/gui2/convert/structure_detection_ui.py
739lib/calibre/calibre/gui2/convert/toc.py 739lib/calibre/calibre/gui2/convert/toc.py
740lib/calibre/calibre/gui2/convert/toc_ui.py 740lib/calibre/calibre/gui2/convert/toc_ui.py
741lib/calibre/calibre/gui2/convert/txt_input.py 741lib/calibre/calibre/gui2/convert/txt_input.py
742lib/calibre/calibre/gui2/convert/txt_input_ui.py 742lib/calibre/calibre/gui2/convert/txt_input_ui.py
743lib/calibre/calibre/gui2/convert/txt_output.py 743lib/calibre/calibre/gui2/convert/txt_output.py
744lib/calibre/calibre/gui2/convert/txt_output_ui.py 744lib/calibre/calibre/gui2/convert/txt_output_ui.py
745lib/calibre/calibre/gui2/convert/txtz_output.py 745lib/calibre/calibre/gui2/convert/txtz_output.py
746lib/calibre/calibre/gui2/convert/xexp_edit_ui.py 746lib/calibre/calibre/gui2/convert/xexp_edit_ui.py
747lib/calibre/calibre/gui2/convert/xpath_wizard.py 747lib/calibre/calibre/gui2/convert/xpath_wizard.py
748lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py 748lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
749lib/calibre/calibre/gui2/cover_flow.py 749lib/calibre/calibre/gui2/cover_flow.py
750lib/calibre/calibre/gui2/covers.py 750lib/calibre/calibre/gui2/covers.py
751lib/calibre/calibre/gui2/custom_column_widgets.py 751lib/calibre/calibre/gui2/custom_column_widgets.py
752lib/calibre/calibre/gui2/dbus_export/__init__.py 752lib/calibre/calibre/gui2/dbus_export/__init__.py
753lib/calibre/calibre/gui2/dbus_export/demo.py 753lib/calibre/calibre/gui2/dbus_export/demo.py
754lib/calibre/calibre/gui2/dbus_export/gtk.py 754lib/calibre/calibre/gui2/dbus_export/gtk.py
755lib/calibre/calibre/gui2/dbus_export/menu.py 755lib/calibre/calibre/gui2/dbus_export/menu.py
756lib/calibre/calibre/gui2/dbus_export/menu2.py 756lib/calibre/calibre/gui2/dbus_export/menu2.py
757lib/calibre/calibre/gui2/dbus_export/tray.py 757lib/calibre/calibre/gui2/dbus_export/tray.py
758lib/calibre/calibre/gui2/dbus_export/utils.py 758lib/calibre/calibre/gui2/dbus_export/utils.py
759lib/calibre/calibre/gui2/dbus_export/widgets.py 759lib/calibre/calibre/gui2/dbus_export/widgets.py
760lib/calibre/calibre/gui2/device.py 760lib/calibre/calibre/gui2/device.py
761lib/calibre/calibre/gui2/device_drivers/__init__.py 761lib/calibre/calibre/gui2/device_drivers/__init__.py
762lib/calibre/calibre/gui2/device_drivers/configwidget.py 762lib/calibre/calibre/gui2/device_drivers/configwidget.py
763lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py 763lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py
764lib/calibre/calibre/gui2/device_drivers/mtp_config.py 764lib/calibre/calibre/gui2/device_drivers/mtp_config.py
765lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py 765lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py
766lib/calibre/calibre/gui2/dialogs/__init__.py 766lib/calibre/calibre/gui2/dialogs/__init__.py
767lib/calibre/calibre/gui2/dialogs/add_empty_book.py 767lib/calibre/calibre/gui2/dialogs/add_empty_book.py
768lib/calibre/calibre/gui2/dialogs/add_from_isbn.py 768lib/calibre/calibre/gui2/dialogs/add_from_isbn.py
769lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py 769lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py
770lib/calibre/calibre/gui2/dialogs/authors_edit.py 770lib/calibre/calibre/gui2/dialogs/authors_edit.py
771lib/calibre/calibre/gui2/dialogs/book_info.py 771lib/calibre/calibre/gui2/dialogs/book_info.py
772lib/calibre/calibre/gui2/dialogs/catalog.py 772lib/calibre/calibre/gui2/dialogs/catalog.py
773lib/calibre/calibre/gui2/dialogs/catalog_ui.py 773lib/calibre/calibre/gui2/dialogs/catalog_ui.py
774lib/calibre/calibre/gui2/dialogs/check_library.py 774lib/calibre/calibre/gui2/dialogs/check_library.py
775lib/calibre/calibre/gui2/dialogs/choose_format.py 775lib/calibre/calibre/gui2/dialogs/choose_format.py
776lib/calibre/calibre/gui2/dialogs/choose_format_device.py 776lib/calibre/calibre/gui2/dialogs/choose_format_device.py
777lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py 777lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py
778lib/calibre/calibre/gui2/dialogs/choose_format_ui.py 778lib/calibre/calibre/gui2/dialogs/choose_format_ui.py
779lib/calibre/calibre/gui2/dialogs/choose_library.py 779lib/calibre/calibre/gui2/dialogs/choose_library.py
780lib/calibre/calibre/gui2/dialogs/choose_library_ui.py 780lib/calibre/calibre/gui2/dialogs/choose_library_ui.py
781lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py 781lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py
782lib/calibre/calibre/gui2/dialogs/comicconf.py 782lib/calibre/calibre/gui2/dialogs/comicconf.py
783lib/calibre/calibre/gui2/dialogs/comicconf_ui.py 783lib/calibre/calibre/gui2/dialogs/comicconf_ui.py
784lib/calibre/calibre/gui2/dialogs/comments_dialog.py 784lib/calibre/calibre/gui2/dialogs/comments_dialog.py
785lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py 785lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py
786lib/calibre/calibre/gui2/dialogs/confirm_delete.py 786lib/calibre/calibre/gui2/dialogs/confirm_delete.py
787lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py 787lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py
788lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py 788lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py
789lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py 789lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py
790lib/calibre/calibre/gui2/dialogs/confirm_merge.py 790lib/calibre/calibre/gui2/dialogs/confirm_merge.py
791lib/calibre/calibre/gui2/dialogs/conversion_error.py 791lib/calibre/calibre/gui2/dialogs/conversion_error.py
792lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py 792lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py
793lib/calibre/calibre/gui2/dialogs/custom_recipes.py 793lib/calibre/calibre/gui2/dialogs/custom_recipes.py
794lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py 794lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py
795lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py 795lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py
796lib/calibre/calibre/gui2/dialogs/device_category_editor.py 796lib/calibre/calibre/gui2/dialogs/device_category_editor.py
797lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py 797lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py
798lib/calibre/calibre/gui2/dialogs/drm_error.py 798lib/calibre/calibre/gui2/dialogs/drm_error.py
799lib/calibre/calibre/gui2/dialogs/drm_error_ui.py 799lib/calibre/calibre/gui2/dialogs/drm_error_ui.py
800lib/calibre/calibre/gui2/dialogs/duplicates.py 800lib/calibre/calibre/gui2/dialogs/duplicates.py
801lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py 801lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py
802lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py 802lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py
803lib/calibre/calibre/gui2/dialogs/job_view_ui.py 803lib/calibre/calibre/gui2/dialogs/job_view_ui.py
804lib/calibre/calibre/gui2/dialogs/jobs_ui.py 804lib/calibre/calibre/gui2/dialogs/jobs_ui.py
805lib/calibre/calibre/gui2/dialogs/match_books.py 805lib/calibre/calibre/gui2/dialogs/match_books.py
806lib/calibre/calibre/gui2/dialogs/match_books_ui.py 806lib/calibre/calibre/gui2/dialogs/match_books_ui.py
807lib/calibre/calibre/gui2/dialogs/message_box.py 807lib/calibre/calibre/gui2/dialogs/message_box.py
808lib/calibre/calibre/gui2/dialogs/message_box_ui.py 808lib/calibre/calibre/gui2/dialogs/message_box_ui.py
809lib/calibre/calibre/gui2/dialogs/metadata_bulk.py 809lib/calibre/calibre/gui2/dialogs/metadata_bulk.py
810lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py 810lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py
811lib/calibre/calibre/gui2/dialogs/opml.py 811lib/calibre/calibre/gui2/dialogs/opml.py
812lib/calibre/calibre/gui2/dialogs/password.py 812lib/calibre/calibre/gui2/dialogs/password.py
813lib/calibre/calibre/gui2/dialogs/password_ui.py 813lib/calibre/calibre/gui2/dialogs/password_ui.py
814lib/calibre/calibre/gui2/dialogs/plugin_updater.py 814lib/calibre/calibre/gui2/dialogs/plugin_updater.py
815lib/calibre/calibre/gui2/dialogs/progress.py 815lib/calibre/calibre/gui2/dialogs/progress.py
816lib/calibre/calibre/gui2/dialogs/progress_ui.py 816lib/calibre/calibre/gui2/dialogs/progress_ui.py
817lib/calibre/calibre/gui2/dialogs/quickview.py 817lib/calibre/calibre/gui2/dialogs/quickview.py
818lib/calibre/calibre/gui2/dialogs/quickview_ui.py 818lib/calibre/calibre/gui2/dialogs/quickview_ui.py
819lib/calibre/calibre/gui2/dialogs/restore_library.py 819lib/calibre/calibre/gui2/dialogs/restore_library.py
820lib/calibre/calibre/gui2/dialogs/saved_search_editor.py 820lib/calibre/calibre/gui2/dialogs/saved_search_editor.py
821lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py 821lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py
822lib/calibre/calibre/gui2/dialogs/scheduler.py 822lib/calibre/calibre/gui2/dialogs/scheduler.py
823lib/calibre/calibre/gui2/dialogs/scheduler_ui.py 823lib/calibre/calibre/gui2/dialogs/scheduler_ui.py
824lib/calibre/calibre/gui2/dialogs/search.py 824lib/calibre/calibre/gui2/dialogs/search.py
825lib/calibre/calibre/gui2/dialogs/search_item_ui.py 825lib/calibre/calibre/gui2/dialogs/search_item_ui.py
826lib/calibre/calibre/gui2/dialogs/search_ui.py 826lib/calibre/calibre/gui2/dialogs/search_ui.py
827lib/calibre/calibre/gui2/dialogs/select_formats.py 827lib/calibre/calibre/gui2/dialogs/select_formats.py
828lib/calibre/calibre/gui2/dialogs/smartdevice.py 828lib/calibre/calibre/gui2/dialogs/smartdevice.py
829lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py 829lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py
830lib/calibre/calibre/gui2/dialogs/tag_categories.py 830lib/calibre/calibre/gui2/dialogs/tag_categories.py
831lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py 831lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py
832lib/calibre/calibre/gui2/dialogs/tag_editor.py 832lib/calibre/calibre/gui2/dialogs/tag_editor.py
833lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py 833lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py
834lib/calibre/calibre/gui2/dialogs/tag_list_editor.py 834lib/calibre/calibre/gui2/dialogs/tag_list_editor.py
835lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py 835lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py
836lib/calibre/calibre/gui2/dialogs/template_dialog.py 836lib/calibre/calibre/gui2/dialogs/template_dialog.py
837lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py 837lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py
838lib/calibre/calibre/gui2/dialogs/template_line_editor.py 838lib/calibre/calibre/gui2/dialogs/template_line_editor.py
839lib/calibre/calibre/gui2/dialogs/test_email_ui.py 839lib/calibre/calibre/gui2/dialogs/test_email_ui.py
840lib/calibre/calibre/gui2/dialogs/trim_image.py 840lib/calibre/calibre/gui2/dialogs/trim_image.py
841lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py 841lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
842lib/calibre/calibre/gui2/dnd.py 842lib/calibre/calibre/gui2/dnd.py
843lib/calibre/calibre/gui2/ebook_download.py 843lib/calibre/calibre/gui2/ebook_download.py
844lib/calibre/calibre/gui2/email.py 844lib/calibre/calibre/gui2/email.py
845lib/calibre/calibre/gui2/filename_pattern_ui.py 845lib/calibre/calibre/gui2/filename_pattern_ui.py
846lib/calibre/calibre/gui2/font_family_chooser.py 846lib/calibre/calibre/gui2/font_family_chooser.py
847lib/calibre/calibre/gui2/icon_theme.py 847lib/calibre/calibre/gui2/icon_theme.py
848lib/calibre/calibre/gui2/init.py 848lib/calibre/calibre/gui2/init.py
849lib/calibre/calibre/gui2/job_indicator.py 849lib/calibre/calibre/gui2/job_indicator.py
850lib/calibre/calibre/gui2/jobs.py 850lib/calibre/calibre/gui2/jobs.py
851lib/calibre/calibre/gui2/keyboard.py 851lib/calibre/calibre/gui2/keyboard.py
852lib/calibre/calibre/gui2/languages.py 852lib/calibre/calibre/gui2/languages.py
853lib/calibre/calibre/gui2/layout.py 853lib/calibre/calibre/gui2/layout.py
854lib/calibre/calibre/gui2/library/__init__.py 854lib/calibre/calibre/gui2/library/__init__.py
855lib/calibre/calibre/gui2/library/alternate_views.py 855lib/calibre/calibre/gui2/library/alternate_views.py
856lib/calibre/calibre/gui2/library/caches.py 856lib/calibre/calibre/gui2/library/caches.py
857lib/calibre/calibre/gui2/library/delegates.py 857lib/calibre/calibre/gui2/library/delegates.py
858lib/calibre/calibre/gui2/library/models.py 858lib/calibre/calibre/gui2/library/models.py
859lib/calibre/calibre/gui2/library/views.py 859lib/calibre/calibre/gui2/library/views.py
860lib/calibre/calibre/gui2/lrf_renderer/__init__.py 860lib/calibre/calibre/gui2/lrf_renderer/__init__.py
861lib/calibre/calibre/gui2/lrf_renderer/bookview.py 861lib/calibre/calibre/gui2/lrf_renderer/bookview.py
862lib/calibre/calibre/gui2/lrf_renderer/config_ui.py 862lib/calibre/calibre/gui2/lrf_renderer/config_ui.py
863lib/calibre/calibre/gui2/lrf_renderer/document.py 863lib/calibre/calibre/gui2/lrf_renderer/document.py
864lib/calibre/calibre/gui2/lrf_renderer/main.py 864lib/calibre/calibre/gui2/lrf_renderer/main.py
865lib/calibre/calibre/gui2/lrf_renderer/main_ui.py 865lib/calibre/calibre/gui2/lrf_renderer/main_ui.py
866lib/calibre/calibre/gui2/lrf_renderer/text.py 866lib/calibre/calibre/gui2/lrf_renderer/text.py
867lib/calibre/calibre/gui2/main.py 867lib/calibre/calibre/gui2/main.py
868lib/calibre/calibre/gui2/main_window.py 868lib/calibre/calibre/gui2/main_window.py
869lib/calibre/calibre/gui2/metadata/__init__.py 869lib/calibre/calibre/gui2/metadata/__init__.py
870lib/calibre/calibre/gui2/metadata/basic_widgets.py 870lib/calibre/calibre/gui2/metadata/basic_widgets.py
871lib/calibre/calibre/gui2/metadata/bulk_download.py 871lib/calibre/calibre/gui2/metadata/bulk_download.py
872lib/calibre/calibre/gui2/metadata/config.py 872lib/calibre/calibre/gui2/metadata/config.py
873lib/calibre/calibre/gui2/metadata/diff.py 873lib/calibre/calibre/gui2/metadata/diff.py
874lib/calibre/calibre/gui2/metadata/pdf_covers.py 874lib/calibre/calibre/gui2/metadata/pdf_covers.py
875lib/calibre/calibre/gui2/metadata/single.py 875lib/calibre/calibre/gui2/metadata/single.py
876lib/calibre/calibre/gui2/metadata/single_download.py 876lib/calibre/calibre/gui2/metadata/single_download.py
877lib/calibre/calibre/gui2/notify.py 877lib/calibre/calibre/gui2/notify.py
878lib/calibre/calibre/gui2/open_with.py 878lib/calibre/calibre/gui2/open_with.py
879lib/calibre/calibre/gui2/preferences/__init__.py 879lib/calibre/calibre/gui2/preferences/__init__.py
880lib/calibre/calibre/gui2/preferences/adding.py 880lib/calibre/calibre/gui2/preferences/adding.py
881lib/calibre/calibre/gui2/preferences/adding_ui.py 881lib/calibre/calibre/gui2/preferences/adding_ui.py
882lib/calibre/calibre/gui2/preferences/behavior.py 882lib/calibre/calibre/gui2/preferences/behavior.py
883lib/calibre/calibre/gui2/preferences/behavior_ui.py 883lib/calibre/calibre/gui2/preferences/behavior_ui.py
884lib/calibre/calibre/gui2/preferences/coloring.py 884lib/calibre/calibre/gui2/preferences/coloring.py
885lib/calibre/calibre/gui2/preferences/columns.py 885lib/calibre/calibre/gui2/preferences/columns.py
886lib/calibre/calibre/gui2/preferences/columns_ui.py 886lib/calibre/calibre/gui2/preferences/columns_ui.py
887lib/calibre/calibre/gui2/preferences/conversion.py 887lib/calibre/calibre/gui2/preferences/conversion.py
888lib/calibre/calibre/gui2/preferences/conversion_ui.py 888lib/calibre/calibre/gui2/preferences/conversion_ui.py
889lib/calibre/calibre/gui2/preferences/create_custom_column.py 889lib/calibre/calibre/gui2/preferences/create_custom_column.py
890lib/calibre/calibre/gui2/preferences/create_custom_column_ui.py 890lib/calibre/calibre/gui2/preferences/create_custom_column_ui.py
891lib/calibre/calibre/gui2/preferences/device_debug.py 891lib/calibre/calibre/gui2/preferences/device_debug.py
892lib/calibre/calibre/gui2/preferences/device_user_defined.py 892lib/calibre/calibre/gui2/preferences/device_user_defined.py
893lib/calibre/calibre/gui2/preferences/email_ui.py 893lib/calibre/calibre/gui2/preferences/email_ui.py
894lib/calibre/calibre/gui2/preferences/emailp.py 894lib/calibre/calibre/gui2/preferences/emailp.py
895lib/calibre/calibre/gui2/preferences/history.py 895lib/calibre/calibre/gui2/preferences/history.py
896lib/calibre/calibre/gui2/preferences/ignored_devices.py 896lib/calibre/calibre/gui2/preferences/ignored_devices.py
897lib/calibre/calibre/gui2/preferences/keyboard.py 897lib/calibre/calibre/gui2/preferences/keyboard.py
898lib/calibre/calibre/gui2/preferences/look_feel.py 898lib/calibre/calibre/gui2/preferences/look_feel.py
899lib/calibre/calibre/gui2/preferences/look_feel_ui.py 899lib/calibre/calibre/gui2/preferences/look_feel_ui.py
900lib/calibre/calibre/gui2/preferences/main.py 900lib/calibre/calibre/gui2/preferences/main.py
901lib/calibre/calibre/gui2/preferences/metadata_sources.py 901lib/calibre/calibre/gui2/preferences/metadata_sources.py
902lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py 902lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py
903lib/calibre/calibre/gui2/preferences/misc.py 903lib/calibre/calibre/gui2/preferences/misc.py
904lib/calibre/calibre/gui2/preferences/misc_ui.py 904lib/calibre/calibre/gui2/preferences/misc_ui.py
905lib/calibre/calibre/gui2/preferences/plugboard.py 905lib/calibre/calibre/gui2/preferences/plugboard.py
906lib/calibre/calibre/gui2/preferences/plugboard_ui.py 906lib/calibre/calibre/gui2/preferences/plugboard_ui.py
907lib/calibre/calibre/gui2/preferences/plugins.py 907lib/calibre/calibre/gui2/preferences/plugins.py
908lib/calibre/calibre/gui2/preferences/plugins_ui.py 908lib/calibre/calibre/gui2/preferences/plugins_ui.py
909lib/calibre/calibre/gui2/preferences/save_template.py 909lib/calibre/calibre/gui2/preferences/save_template.py
910lib/calibre/calibre/gui2/preferences/save_template_ui.py 910lib/calibre/calibre/gui2/preferences/save_template_ui.py
911lib/calibre/calibre/gui2/preferences/saving.py 911lib/calibre/calibre/gui2/preferences/saving.py
912lib/calibre/calibre/gui2/preferences/saving_ui.py 912lib/calibre/calibre/gui2/preferences/saving_ui.py
913lib/calibre/calibre/gui2/preferences/search.py 913lib/calibre/calibre/gui2/preferences/search.py
914lib/calibre/calibre/gui2/preferences/search_ui.py 914lib/calibre/calibre/gui2/preferences/search_ui.py
915lib/calibre/calibre/gui2/preferences/sending.py 915lib/calibre/calibre/gui2/preferences/sending.py
916lib/calibre/calibre/gui2/preferences/sending_ui.py 916lib/calibre/calibre/gui2/preferences/sending_ui.py
917lib/calibre/calibre/gui2/preferences/server.py 917lib/calibre/calibre/gui2/preferences/server.py
918lib/calibre/calibre/gui2/preferences/server_ui.py 918lib/calibre/calibre/gui2/preferences/server_ui.py
919lib/calibre/calibre/gui2/preferences/template_functions.py 919lib/calibre/calibre/gui2/preferences/template_functions.py
920lib/calibre/calibre/gui2/preferences/template_functions_ui.py 920lib/calibre/calibre/gui2/preferences/template_functions_ui.py
921lib/calibre/calibre/gui2/preferences/texture_chooser.py 921lib/calibre/calibre/gui2/preferences/texture_chooser.py
922lib/calibre/calibre/gui2/preferences/toolbar.py 922lib/calibre/calibre/gui2/preferences/toolbar.py
923lib/calibre/calibre/gui2/preferences/toolbar_ui.py 923lib/calibre/calibre/gui2/preferences/toolbar_ui.py
924lib/calibre/calibre/gui2/preferences/tweaks.py 924lib/calibre/calibre/gui2/preferences/tweaks.py
925lib/calibre/calibre/gui2/preferences/tweaks_ui.py 925lib/calibre/calibre/gui2/preferences/tweaks_ui.py
926lib/calibre/calibre/gui2/proceed.py 926lib/calibre/calibre/gui2/proceed.py
927lib/calibre/calibre/gui2/progress_indicator/__init__.py 927lib/calibre/calibre/gui2/progress_indicator/__init__.py
928lib/calibre/calibre/gui2/save.py 928lib/calibre/calibre/gui2/save.py
929lib/calibre/calibre/gui2/search_box.py 929lib/calibre/calibre/gui2/search_box.py
930lib/calibre/calibre/gui2/search_restriction_mixin.py 930lib/calibre/calibre/gui2/search_restriction_mixin.py
931lib/calibre/calibre/gui2/shortcuts.py 931lib/calibre/calibre/gui2/shortcuts.py
932lib/calibre/calibre/gui2/shortcuts_ui.py 932lib/calibre/calibre/gui2/shortcuts_ui.py
933lib/calibre/calibre/gui2/store/__init__.py 933lib/calibre/calibre/gui2/store/__init__.py
934lib/calibre/calibre/gui2/store/basic_config.py 934lib/calibre/calibre/gui2/store/basic_config.py
935lib/calibre/calibre/gui2/store/basic_config_widget_ui.py 935lib/calibre/calibre/gui2/store/basic_config_widget_ui.py
936lib/calibre/calibre/gui2/store/config/__init__.py 936lib/calibre/calibre/gui2/store/config/__init__.py
937lib/calibre/calibre/gui2/store/config/chooser/__init__.py 937lib/calibre/calibre/gui2/store/config/chooser/__init__.py
938lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py 938lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py
939lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py 939lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py
940lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py 940lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py
941lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py 941lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py
942lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py 942lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py
943lib/calibre/calibre/gui2/store/config/chooser/models.py 943lib/calibre/calibre/gui2/store/config/chooser/models.py
944lib/calibre/calibre/gui2/store/config/chooser/results_view.py 944lib/calibre/calibre/gui2/store/config/chooser/results_view.py
945lib/calibre/calibre/gui2/store/config/search/__init__.py 945lib/calibre/calibre/gui2/store/config/search/__init__.py
946lib/calibre/calibre/gui2/store/config/search/search_widget.py 946lib/calibre/calibre/gui2/store/config/search/search_widget.py
947lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py 947lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py
948lib/calibre/calibre/gui2/store/config/store.py 948lib/calibre/calibre/gui2/store/config/store.py
949lib/calibre/calibre/gui2/store/loader.py 949lib/calibre/calibre/gui2/store/loader.py
950lib/calibre/calibre/gui2/store/opensearch_store.py 950lib/calibre/calibre/gui2/store/opensearch_store.py
951lib/calibre/calibre/gui2/store/search/__init__.py 951lib/calibre/calibre/gui2/store/search/__init__.py
952lib/calibre/calibre/gui2/store/search/adv_search_builder.py 952lib/calibre/calibre/gui2/store/search/adv_search_builder.py
953lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py 953lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py
954lib/calibre/calibre/gui2/store/search/download_thread.py 954lib/calibre/calibre/gui2/store/search/download_thread.py
955lib/calibre/calibre/gui2/store/search/models.py 955lib/calibre/calibre/gui2/store/search/models.py
956lib/calibre/calibre/gui2/store/search/results_view.py 956lib/calibre/calibre/gui2/store/search/results_view.py
957lib/calibre/calibre/gui2/store/search/search.py 957lib/calibre/calibre/gui2/store/search/search.py
958lib/calibre/calibre/gui2/store/search/search_ui.py 958lib/calibre/calibre/gui2/store/search/search_ui.py
959lib/calibre/calibre/gui2/store/search_result.py 959lib/calibre/calibre/gui2/store/search_result.py
960lib/calibre/calibre/gui2/store/stores/__init__.py 960lib/calibre/calibre/gui2/store/stores/__init__.py
961lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py 961lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py
962lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py 962lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py
963lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py 963lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py
964lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py 964lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py
965lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py 965lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py
966lib/calibre/calibre/gui2/store/stores/amazon_plugin.py 966lib/calibre/calibre/gui2/store/stores/amazon_plugin.py
967lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py 967lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py
968lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py 968lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py
969lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py 969lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py
970lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py 970lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py
971lib/calibre/calibre/gui2/store/stores/biblio_plugin.py 971lib/calibre/calibre/gui2/store/stores/biblio_plugin.py
972lib/calibre/calibre/gui2/store/stores/bn_plugin.py 972lib/calibre/calibre/gui2/store/stores/bn_plugin.py
973lib/calibre/calibre/gui2/store/stores/bubok_portugal_plugin.py 973lib/calibre/calibre/gui2/store/stores/bubok_portugal_plugin.py
974lib/calibre/calibre/gui2/store/stores/bubok_publishing_plugin.py 974lib/calibre/calibre/gui2/store/stores/bubok_publishing_plugin.py
975lib/calibre/calibre/gui2/store/stores/cdp_plugin.py 975lib/calibre/calibre/gui2/store/stores/cdp_plugin.py
976lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py 976lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py
977lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py 977lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py
978lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py 978lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py
979lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py 979lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py
980lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py 980lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py
981lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py 981lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py
982lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py 982lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py
983lib/calibre/calibre/gui2/store/stores/empik_plugin.py 983lib/calibre/calibre/gui2/store/stores/empik_plugin.py
984lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py 984lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py
985lib/calibre/calibre/gui2/store/stores/google_books_plugin.py 985lib/calibre/calibre/gui2/store/stores/google_books_plugin.py
986lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py 986lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py
987lib/calibre/calibre/gui2/store/stores/kobo_plugin.py 987lib/calibre/calibre/gui2/store/stores/kobo_plugin.py
988lib/calibre/calibre/gui2/store/stores/koobe_plugin.py 988lib/calibre/calibre/gui2/store/stores/koobe_plugin.py
989lib/calibre/calibre/gui2/store/stores/legimi_plugin.py 989lib/calibre/calibre/gui2/store/stores/legimi_plugin.py
990lib/calibre/calibre/gui2/store/stores/libri_de_plugin.py 990lib/calibre/calibre/gui2/store/stores/libri_de_plugin.py
991lib/calibre/calibre/gui2/store/stores/litres_plugin.py 991lib/calibre/calibre/gui2/store/stores/litres_plugin.py
992lib/calibre/calibre/gui2/store/stores/manybooks_plugin.py 992lib/calibre/calibre/gui2/store/stores/manybooks_plugin.py
993lib/calibre/calibre/gui2/store/stores/mills_boon_uk_plugin.py 993lib/calibre/calibre/gui2/store/stores/mills_boon_uk_plugin.py
994lib/calibre/calibre/gui2/store/stores/mobileread/__init__.py 994lib/calibre/calibre/gui2/store/stores/mobileread/__init__.py
995lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder.py 995lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder.py
996lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder_ui.py 996lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder_ui.py
997lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py 997lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py
998lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py 998lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py
999lib/calibre/calibre/gui2/store/stores/mobileread/cache_update_thread.py 999lib/calibre/calibre/gui2/store/stores/mobileread/cache_update_thread.py
1000lib/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py 1000lib/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py
1001lib/calibre/calibre/gui2/store/stores/mobileread/models.py 1001lib/calibre/calibre/gui2/store/stores/mobileread/models.py
1002lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog.py 1002lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog.py
1003lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog_ui.py 1003lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog_ui.py
1004lib/calibre/calibre/gui2/store/stores/nexto_plugin.py 1004lib/calibre/calibre/gui2/store/stores/nexto_plugin.py
1005lib/calibre/calibre/gui2/store/stores/nook_uk_plugin.py 1005lib/calibre/calibre/gui2/store/stores/nook_uk_plugin.py
1006lib/calibre/calibre/gui2/store/stores/open_books_plugin.py 1006lib/calibre/calibre/gui2/store/stores/open_books_plugin.py
1007lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py 1007lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py
1008lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py 1008lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py
1009lib/calibre/calibre/gui2/store/stores/publio_plugin.py 1009lib/calibre/calibre/gui2/store/stores/publio_plugin.py
1010lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py 1010lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py
1011lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py 1011lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py
1012lib/calibre/calibre/gui2/store/stores/sony_au_plugin.py 1012lib/calibre/calibre/gui2/store/stores/sony_au_plugin.py
1013lib/calibre/calibre/gui2/store/stores/sony_plugin.py 1013lib/calibre/calibre/gui2/store/stores/sony_plugin.py
1014lib/calibre/calibre/gui2/store/stores/virtualo_plugin.py 1014lib/calibre/calibre/gui2/store/stores/virtualo_plugin.py
1015lib/calibre/calibre/gui2/store/stores/waterstones_uk_plugin.py 1015lib/calibre/calibre/gui2/store/stores/waterstones_uk_plugin.py
1016lib/calibre/calibre/gui2/store/stores/weightless_books_plugin.py 1016lib/calibre/calibre/gui2/store/stores/weightless_books_plugin.py
1017lib/calibre/calibre/gui2/store/stores/whsmith_uk_plugin.py 1017lib/calibre/calibre/gui2/store/stores/whsmith_uk_plugin.py
1018lib/calibre/calibre/gui2/store/stores/woblink_plugin.py 1018lib/calibre/calibre/gui2/store/stores/woblink_plugin.py
1019lib/calibre/calibre/gui2/store/stores/wolnelektury_plugin.py 1019lib/calibre/calibre/gui2/store/stores/wolnelektury_plugin.py
1020lib/calibre/calibre/gui2/store/stores/xinxii_plugin.py 1020lib/calibre/calibre/gui2/store/stores/xinxii_plugin.py
1021lib/calibre/calibre/gui2/store/web_control.py 1021lib/calibre/calibre/gui2/store/web_control.py
1022lib/calibre/calibre/gui2/store/web_store_dialog.py 1022lib/calibre/calibre/gui2/store/web_store_dialog.py
1023lib/calibre/calibre/gui2/store/web_store_dialog_ui.py 1023lib/calibre/calibre/gui2/store/web_store_dialog_ui.py
1024lib/calibre/calibre/gui2/tag_browser/__init__.py 1024lib/calibre/calibre/gui2/tag_browser/__init__.py
1025lib/calibre/calibre/gui2/tag_browser/model.py 1025lib/calibre/calibre/gui2/tag_browser/model.py
1026lib/calibre/calibre/gui2/tag_browser/ui.py 1026lib/calibre/calibre/gui2/tag_browser/ui.py
1027lib/calibre/calibre/gui2/tag_browser/view.py 1027lib/calibre/calibre/gui2/tag_browser/view.py
1028lib/calibre/calibre/gui2/tag_mapper.py 1028lib/calibre/calibre/gui2/tag_mapper.py
1029lib/calibre/calibre/gui2/threaded_jobs.py 1029lib/calibre/calibre/gui2/threaded_jobs.py
1030lib/calibre/calibre/gui2/throbber.py 1030lib/calibre/calibre/gui2/throbber.py
1031lib/calibre/calibre/gui2/toc/__init__.py 1031lib/calibre/calibre/gui2/toc/__init__.py
1032lib/calibre/calibre/gui2/toc/location.py 1032lib/calibre/calibre/gui2/toc/location.py
1033lib/calibre/calibre/gui2/toc/main.py 1033lib/calibre/calibre/gui2/toc/main.py
1034lib/calibre/calibre/gui2/tools.py 1034lib/calibre/calibre/gui2/tools.py
1035lib/calibre/calibre/gui2/tweak_book/__init__.py 1035lib/calibre/calibre/gui2/tweak_book/__init__.py
1036lib/calibre/calibre/gui2/tweak_book/boss.py 1036lib/calibre/calibre/gui2/tweak_book/boss.py
1037lib/calibre/calibre/gui2/tweak_book/char_select.py 1037lib/calibre/calibre/gui2/tweak_book/char_select.py
1038lib/calibre/calibre/gui2/tweak_book/check.py 1038lib/calibre/calibre/gui2/tweak_book/check.py
1039lib/calibre/calibre/gui2/tweak_book/check_links.py 1039lib/calibre/calibre/gui2/tweak_book/check_links.py
1040lib/calibre/calibre/gui2/tweak_book/completion/__init__.py 1040lib/calibre/calibre/gui2/tweak_book/completion/__init__.py
1041lib/calibre/calibre/gui2/tweak_book/completion/basic.py 1041lib/calibre/calibre/gui2/tweak_book/completion/basic.py
1042lib/calibre/calibre/gui2/tweak_book/completion/popup.py 1042lib/calibre/calibre/gui2/tweak_book/completion/popup.py
1043lib/calibre/calibre/gui2/tweak_book/completion/utils.py 1043lib/calibre/calibre/gui2/tweak_book/completion/utils.py
1044lib/calibre/calibre/gui2/tweak_book/completion/worker.py 1044lib/calibre/calibre/gui2/tweak_book/completion/worker.py
1045lib/calibre/calibre/gui2/tweak_book/diff/__init__.py 1045lib/calibre/calibre/gui2/tweak_book/diff/__init__.py
1046lib/calibre/calibre/gui2/tweak_book/diff/highlight.py 1046lib/calibre/calibre/gui2/tweak_book/diff/highlight.py
1047lib/calibre/calibre/gui2/tweak_book/diff/main.py 1047lib/calibre/calibre/gui2/tweak_book/diff/main.py
1048lib/calibre/calibre/gui2/tweak_book/diff/view.py 1048lib/calibre/calibre/gui2/tweak_book/diff/view.py
1049lib/calibre/calibre/gui2/tweak_book/editor/__init__.py 1049lib/calibre/calibre/gui2/tweak_book/editor/__init__.py
1050lib/calibre/calibre/gui2/tweak_book/editor/canvas.py 1050lib/calibre/calibre/gui2/tweak_book/editor/canvas.py
1051lib/calibre/calibre/gui2/tweak_book/editor/comments.py 1051lib/calibre/calibre/gui2/tweak_book/editor/comments.py
1052lib/calibre/calibre/gui2/tweak_book/editor/help.py 1052lib/calibre/calibre/gui2/tweak_book/editor/help.py
1053lib/calibre/calibre/gui2/tweak_book/editor/image.py 1053lib/calibre/calibre/gui2/tweak_book/editor/image.py
1054lib/calibre/calibre/gui2/tweak_book/editor/insert_resource.py 1054lib/calibre/calibre/gui2/tweak_book/editor/insert_resource.py
1055lib/calibre/calibre/gui2/tweak_book/editor/smarts/__init__.py 1055lib/calibre/calibre/gui2/tweak_book/editor/smarts/__init__.py
1056lib/calibre/calibre/gui2/tweak_book/editor/smarts/css.py 1056lib/calibre/calibre/gui2/tweak_book/editor/smarts/css.py
1057lib/calibre/calibre/gui2/tweak_book/editor/smarts/html.py 1057lib/calibre/calibre/gui2/tweak_book/editor/smarts/html.py
1058lib/calibre/calibre/gui2/tweak_book/editor/smarts/python.py 1058lib/calibre/calibre/gui2/tweak_book/editor/smarts/python.py
1059lib/calibre/calibre/gui2/tweak_book/editor/smarts/utils.py 1059lib/calibre/calibre/gui2/tweak_book/editor/smarts/utils.py
1060lib/calibre/calibre/gui2/tweak_book/editor/snippets.py 1060lib/calibre/calibre/gui2/tweak_book/editor/snippets.py
1061lib/calibre/calibre/gui2/tweak_book/editor/syntax/__init__.py 1061lib/calibre/calibre/gui2/tweak_book/editor/syntax/__init__.py
1062lib/calibre/calibre/gui2/tweak_book/editor/syntax/base.py 1062lib/calibre/calibre/gui2/tweak_book/editor/syntax/base.py
1063lib/calibre/calibre/gui2/tweak_book/editor/syntax/css.py 1063lib/calibre/calibre/gui2/tweak_book/editor/syntax/css.py
1064lib/calibre/calibre/gui2/tweak_book/editor/syntax/html.py 1064lib/calibre/calibre/gui2/tweak_book/editor/syntax/html.py
1065lib/calibre/calibre/gui2/tweak_book/editor/syntax/javascript.py 1065lib/calibre/calibre/gui2/tweak_book/editor/syntax/javascript.py
1066lib/calibre/calibre/gui2/tweak_book/editor/syntax/pygments_highlighter.py 1066lib/calibre/calibre/gui2/tweak_book/editor/syntax/pygments_highlighter.py
1067lib/calibre/calibre/gui2/tweak_book/editor/syntax/python.py 1067lib/calibre/calibre/gui2/tweak_book/editor/syntax/python.py
1068lib/calibre/calibre/gui2/tweak_book/editor/syntax/utils.py 1068lib/calibre/calibre/gui2/tweak_book/editor/syntax/utils.py
1069lib/calibre/calibre/gui2/tweak_book/editor/syntax/xml.py 1069lib/calibre/calibre/gui2/tweak_book/editor/syntax/xml.py
1070lib/calibre/calibre/gui2/tweak_book/editor/text.py 1070lib/calibre/calibre/gui2/tweak_book/editor/text.py
1071lib/calibre/calibre/gui2/tweak_book/editor/themes.py 1071lib/calibre/calibre/gui2/tweak_book/editor/themes.py
1072lib/calibre/calibre/gui2/tweak_book/editor/widget.py 1072lib/calibre/calibre/gui2/tweak_book/editor/widget.py
1073lib/calibre/calibre/gui2/tweak_book/file_list.py 1073lib/calibre/calibre/gui2/tweak_book/file_list.py
1074lib/calibre/calibre/gui2/tweak_book/function_replace.py 1074lib/calibre/calibre/gui2/tweak_book/function_replace.py
1075lib/calibre/calibre/gui2/tweak_book/job.py 1075lib/calibre/calibre/gui2/tweak_book/job.py
1076lib/calibre/calibre/gui2/tweak_book/live_css.py 1076lib/calibre/calibre/gui2/tweak_book/live_css.py
1077lib/calibre/calibre/gui2/tweak_book/main.py 1077lib/calibre/calibre/gui2/tweak_book/main.py
1078lib/calibre/calibre/gui2/tweak_book/manage_fonts.py 1078lib/calibre/calibre/gui2/tweak_book/manage_fonts.py
1079lib/calibre/calibre/gui2/tweak_book/plugin.py 1079lib/calibre/calibre/gui2/tweak_book/plugin.py
1080lib/calibre/calibre/gui2/tweak_book/polish.py 1080lib/calibre/calibre/gui2/tweak_book/polish.py
1081lib/calibre/calibre/gui2/tweak_book/preferences.py 1081lib/calibre/calibre/gui2/tweak_book/preferences.py
1082lib/calibre/calibre/gui2/tweak_book/preview.py 1082lib/calibre/calibre/gui2/tweak_book/preview.py
1083lib/calibre/calibre/gui2/tweak_book/reports.py 1083lib/calibre/calibre/gui2/tweak_book/reports.py
1084lib/calibre/calibre/gui2/tweak_book/save.py 1084lib/calibre/calibre/gui2/tweak_book/save.py
1085lib/calibre/calibre/gui2/tweak_book/search.py 1085lib/calibre/calibre/gui2/tweak_book/search.py
1086lib/calibre/calibre/gui2/tweak_book/spell.py 1086lib/calibre/calibre/gui2/tweak_book/spell.py
1087lib/calibre/calibre/gui2/tweak_book/templates.py 1087lib/calibre/calibre/gui2/tweak_book/templates.py
1088lib/calibre/calibre/gui2/tweak_book/toc.py 1088lib/calibre/calibre/gui2/tweak_book/toc.py
1089lib/calibre/calibre/gui2/tweak_book/ui.py 1089lib/calibre/calibre/gui2/tweak_book/ui.py
1090lib/calibre/calibre/gui2/tweak_book/undo.py 1090lib/calibre/calibre/gui2/tweak_book/undo.py
1091lib/calibre/calibre/gui2/tweak_book/widgets.py 1091lib/calibre/calibre/gui2/tweak_book/widgets.py
1092lib/calibre/calibre/gui2/ui.py 1092lib/calibre/calibre/gui2/ui.py
1093lib/calibre/calibre/gui2/update.py 1093lib/calibre/calibre/gui2/update.py
1094lib/calibre/calibre/gui2/viewer/__init__.py 1094lib/calibre/calibre/gui2/viewer/__init__.py
1095lib/calibre/calibre/gui2/viewer/bookmarkmanager.py 1095lib/calibre/calibre/gui2/viewer/bookmarkmanager.py
1096lib/calibre/calibre/gui2/viewer/config.py 1096lib/calibre/calibre/gui2/viewer/config.py
1097lib/calibre/calibre/gui2/viewer/config_ui.py 1097lib/calibre/calibre/gui2/viewer/config_ui.py
1098lib/calibre/calibre/gui2/viewer/documentview.py 1098lib/calibre/calibre/gui2/viewer/documentview.py
1099lib/calibre/calibre/gui2/viewer/flip.py 1099lib/calibre/calibre/gui2/viewer/flip.py
1100lib/calibre/calibre/gui2/viewer/footnote.py 1100lib/calibre/calibre/gui2/viewer/footnote.py
1101lib/calibre/calibre/gui2/viewer/gestures.py 1101lib/calibre/calibre/gui2/viewer/gestures.py
1102lib/calibre/calibre/gui2/viewer/image_popup.py 1102lib/calibre/calibre/gui2/viewer/image_popup.py
1103lib/calibre/calibre/gui2/viewer/inspector.py 1103lib/calibre/calibre/gui2/viewer/inspector.py
1104lib/calibre/calibre/gui2/viewer/javascript.py 1104lib/calibre/calibre/gui2/viewer/javascript.py
1105lib/calibre/calibre/gui2/viewer/keys.py 1105lib/calibre/calibre/gui2/viewer/keys.py
1106lib/calibre/calibre/gui2/viewer/main.py 1106lib/calibre/calibre/gui2/viewer/main.py
1107lib/calibre/calibre/gui2/viewer/position.py 1107lib/calibre/calibre/gui2/viewer/position.py
1108lib/calibre/calibre/gui2/viewer/printing.py 1108lib/calibre/calibre/gui2/viewer/printing.py
1109lib/calibre/calibre/gui2/viewer/table_popup.py 1109lib/calibre/calibre/gui2/viewer/table_popup.py
1110lib/calibre/calibre/gui2/viewer/toc.py 1110lib/calibre/calibre/gui2/viewer/toc.py
1111lib/calibre/calibre/gui2/viewer/ui.py 1111lib/calibre/calibre/gui2/viewer/ui.py
1112lib/calibre/calibre/gui2/widgets.py 1112lib/calibre/calibre/gui2/widgets.py
1113lib/calibre/calibre/gui2/widgets2.py 1113lib/calibre/calibre/gui2/widgets2.py
1114lib/calibre/calibre/gui2/wizard/__init__.py 1114lib/calibre/calibre/gui2/wizard/__init__.py
1115lib/calibre/calibre/gui2/wizard/device_ui.py 1115lib/calibre/calibre/gui2/wizard/device_ui.py
1116lib/calibre/calibre/gui2/wizard/finish_ui.py 1116lib/calibre/calibre/gui2/wizard/finish_ui.py
1117lib/calibre/calibre/gui2/wizard/kindle_ui.py 1117lib/calibre/calibre/gui2/wizard/kindle_ui.py
1118lib/calibre/calibre/gui2/wizard/library_ui.py 1118lib/calibre/calibre/gui2/wizard/library_ui.py
1119lib/calibre/calibre/gui2/wizard/send_email.py 1119lib/calibre/calibre/gui2/wizard/send_email.py
1120lib/calibre/calibre/gui2/wizard/send_email_ui.py 1120lib/calibre/calibre/gui2/wizard/send_email_ui.py
1121lib/calibre/calibre/gui2/wizard/stanza_ui.py 1121lib/calibre/calibre/gui2/wizard/stanza_ui.py
1122lib/calibre/calibre/gui_launch.py 1122lib/calibre/calibre/gui_launch.py
1123lib/calibre/calibre/library/__init__.py 1123lib/calibre/calibre/library/__init__.py
1124lib/calibre/calibre/library/add_to_library.py 1124lib/calibre/calibre/library/add_to_library.py
1125lib/calibre/calibre/library/caches.py 1125lib/calibre/calibre/library/caches.py
1126lib/calibre/calibre/library/catalogs/__init__.py 1126lib/calibre/calibre/library/catalogs/__init__.py
1127lib/calibre/calibre/library/catalogs/bibtex.py 1127lib/calibre/calibre/library/catalogs/bibtex.py
1128lib/calibre/calibre/library/catalogs/csv_xml.py 1128lib/calibre/calibre/library/catalogs/csv_xml.py
1129lib/calibre/calibre/library/catalogs/epub_mobi.py 1129lib/calibre/calibre/library/catalogs/epub_mobi.py
1130lib/calibre/calibre/library/catalogs/epub_mobi_builder.py 1130lib/calibre/calibre/library/catalogs/epub_mobi_builder.py
1131lib/calibre/calibre/library/catalogs/utils.py 1131lib/calibre/calibre/library/catalogs/utils.py
1132lib/calibre/calibre/library/check_library.py 1132lib/calibre/calibre/library/check_library.py
1133lib/calibre/calibre/library/cli.py 1133lib/calibre/calibre/library/cli.py
1134lib/calibre/calibre/library/coloring.py 1134lib/calibre/calibre/library/coloring.py
1135lib/calibre/calibre/library/comments.py 1135lib/calibre/calibre/library/comments.py
1136lib/calibre/calibre/library/custom_columns.py 1136lib/calibre/calibre/library/custom_columns.py
1137lib/calibre/calibre/library/database.py 1137lib/calibre/calibre/library/database.py
1138lib/calibre/calibre/library/database2.py 1138lib/calibre/calibre/library/database2.py
1139lib/calibre/calibre/library/field_metadata.py 1139lib/calibre/calibre/library/field_metadata.py
1140lib/calibre/calibre/library/move.py 1140lib/calibre/calibre/library/move.py
1141lib/calibre/calibre/library/prefs.py 1141lib/calibre/calibre/library/prefs.py
1142lib/calibre/calibre/library/restore.py 1142lib/calibre/calibre/library/restore.py
1143lib/calibre/calibre/library/save_to_disk.py 1143lib/calibre/calibre/library/save_to_disk.py
1144lib/calibre/calibre/library/schema_upgrades.py 1144lib/calibre/calibre/library/schema_upgrades.py
1145lib/calibre/calibre/library/server/__init__.py 1145lib/calibre/calibre/library/server/__init__.py
1146lib/calibre/calibre/library/server/ajax.py 1146lib/calibre/calibre/library/server/ajax.py
1147lib/calibre/calibre/library/server/base.py 1147lib/calibre/calibre/library/server/base.py
1148lib/calibre/calibre/library/server/browse.py 1148lib/calibre/calibre/library/server/browse.py
1149lib/calibre/calibre/library/server/cache.py 1149lib/calibre/calibre/library/server/cache.py
1150lib/calibre/calibre/library/server/content.py 1150lib/calibre/calibre/library/server/content.py
1151lib/calibre/calibre/library/server/main.py 1151lib/calibre/calibre/library/server/main.py
1152lib/calibre/calibre/library/server/mobile.py 1152lib/calibre/calibre/library/server/mobile.py
1153lib/calibre/calibre/library/server/opds.py 1153lib/calibre/calibre/library/server/opds.py
1154lib/calibre/calibre/library/server/utils.py 1154lib/calibre/calibre/library/server/utils.py
1155lib/calibre/calibre/library/server/xml.py 1155lib/calibre/calibre/library/server/xml.py
1156lib/calibre/calibre/library/sqlite.py 1156lib/calibre/calibre/library/sqlite.py
1157lib/calibre/calibre/library/test.py 1157lib/calibre/calibre/library/test.py
1158lib/calibre/calibre/libunzip.py 1158lib/calibre/calibre/libunzip.py
1159lib/calibre/calibre/libwand.py 1159lib/calibre/calibre/libwand.py
1160lib/calibre/calibre/linux.py 1160lib/calibre/calibre/linux.py
1161lib/calibre/calibre/plugins/_patiencediff_c.so 1161lib/calibre/calibre/plugins/_patiencediff_c.so
1162lib/calibre/calibre/plugins/_regex.so 1162lib/calibre/calibre/plugins/_regex.so
1163lib/calibre/calibre/plugins/bzzdec.so 1163lib/calibre/calibre/plugins/bzzdec.so
1164lib/calibre/calibre/plugins/cPalmdoc.so 1164lib/calibre/calibre/plugins/cPalmdoc.so
1165lib/calibre/calibre/plugins/certgen.so 1165lib/calibre/calibre/plugins/certgen.so
1166lib/calibre/calibre/plugins/chm_extra.so 1166lib/calibre/calibre/plugins/chm_extra.so
1167lib/calibre/calibre/plugins/chmlib.so 1167lib/calibre/calibre/plugins/chmlib.so
1168lib/calibre/calibre/plugins/dukpy.so 1168lib/calibre/calibre/plugins/dukpy.so
1169lib/calibre/calibre/plugins/freetype.so 1169lib/calibre/calibre/plugins/freetype.so
1170lib/calibre/calibre/plugins/html.so 1170lib/calibre/calibre/plugins/html.so
1171lib/calibre/calibre/plugins/hunspell.so 1171lib/calibre/calibre/plugins/hunspell.so
1172lib/calibre/calibre/plugins/icu.so 1172lib/calibre/calibre/plugins/icu.so
1173lib/calibre/calibre/plugins/libheadless.so 1173lib/calibre/calibre/plugins/libheadless.so
1174lib/calibre/calibre/plugins/lzma_binding.so 1174lib/calibre/calibre/plugins/lzma_binding.so
1175lib/calibre/calibre/plugins/lzx.so 1175lib/calibre/calibre/plugins/lzx.so
1176lib/calibre/calibre/plugins/magick.so 1176lib/calibre/calibre/plugins/magick.so
1177lib/calibre/calibre/plugins/matcher.so 1177lib/calibre/calibre/plugins/matcher.so
1178lib/calibre/calibre/plugins/monotonic.so 1178lib/calibre/calibre/plugins/monotonic.so
1179lib/calibre/calibre/plugins/msdes.so 1179lib/calibre/calibre/plugins/msdes.so
1180lib/calibre/calibre/plugins/pictureflow.so 1180lib/calibre/calibre/plugins/pictureflow.so
1181lib/calibre/calibre/plugins/podofo.so 1181lib/calibre/calibre/plugins/podofo.so
1182lib/calibre/calibre/plugins/progress_indicator.so 1182lib/calibre/calibre/plugins/progress_indicator.so
1183lib/calibre/calibre/plugins/qt_hack.so 1183lib/calibre/calibre/plugins/qt_hack.so
1184lib/calibre/calibre/plugins/speedup.so 1184lib/calibre/calibre/plugins/speedup.so
1185lib/calibre/calibre/plugins/sqlite_custom.so 1185lib/calibre/calibre/plugins/sqlite_custom.so
1186lib/calibre/calibre/plugins/tokenizer.so 1186lib/calibre/calibre/plugins/tokenizer.so
1187lib/calibre/calibre/plugins/unrar.so 1187lib/calibre/calibre/plugins/unrar.so
1188lib/calibre/calibre/plugins/zlib2.so 1188lib/calibre/calibre/plugins/zlib2.so
1189lib/calibre/calibre/ptempfile.py 1189lib/calibre/calibre/ptempfile.py
1190lib/calibre/calibre/rpdb.py 1190lib/calibre/calibre/rpdb.py
1191lib/calibre/calibre/spell/__init__.py 1191lib/calibre/calibre/spell/__init__.py
1192lib/calibre/calibre/spell/break_iterator.py 1192lib/calibre/calibre/spell/break_iterator.py
1193lib/calibre/calibre/spell/dictionary.py 1193lib/calibre/calibre/spell/dictionary.py
1194lib/calibre/calibre/spell/import_from.py 1194lib/calibre/calibre/spell/import_from.py
1195lib/calibre/calibre/srv/__init__.py 1195lib/calibre/calibre/srv/__init__.py
1196lib/calibre/calibre/srv/ajax.py 1196lib/calibre/calibre/srv/ajax.py
1197lib/calibre/calibre/srv/auth.py 1197lib/calibre/calibre/srv/auth.py
1198lib/calibre/calibre/srv/auto_reload.py 1198lib/calibre/calibre/srv/auto_reload.py
1199lib/calibre/calibre/srv/bonjour.py 1199lib/calibre/calibre/srv/bonjour.py
1200lib/calibre/calibre/srv/code.py 1200lib/calibre/calibre/srv/code.py
1201lib/calibre/calibre/srv/content.py 1201lib/calibre/calibre/srv/content.py
1202lib/calibre/calibre/srv/errors.py 1202lib/calibre/calibre/srv/errors.py
1203lib/calibre/calibre/srv/handler.py 1203lib/calibre/calibre/srv/handler.py
1204lib/calibre/calibre/srv/http_request.py 1204lib/calibre/calibre/srv/http_request.py
1205lib/calibre/calibre/srv/http_response.py 1205lib/calibre/calibre/srv/http_response.py
1206lib/calibre/calibre/srv/loop.py 1206lib/calibre/calibre/srv/loop.py
1207lib/calibre/calibre/srv/metadata.py 1207lib/calibre/calibre/srv/metadata.py
1208lib/calibre/calibre/srv/opts.py 1208lib/calibre/calibre/srv/opts.py
1209lib/calibre/calibre/srv/pool.py 1209lib/calibre/calibre/srv/pool.py
1210lib/calibre/calibre/srv/pre_activated.py 1210lib/calibre/calibre/srv/pre_activated.py
1211lib/calibre/calibre/srv/routes.py 1211lib/calibre/calibre/srv/routes.py
1212lib/calibre/calibre/srv/sendfile.py 1212lib/calibre/calibre/srv/sendfile.py
1213lib/calibre/calibre/srv/standalone.py 1213lib/calibre/calibre/srv/standalone.py
1214lib/calibre/calibre/srv/tests/__init__.py 1214lib/calibre/calibre/srv/tests/__init__.py
1215lib/calibre/calibre/srv/tests/ajax.py 1215lib/calibre/calibre/srv/tests/ajax.py
1216lib/calibre/calibre/srv/tests/auth.py 1216lib/calibre/calibre/srv/tests/auth.py
1217lib/calibre/calibre/srv/tests/base.py 1217lib/calibre/calibre/srv/tests/base.py
1218lib/calibre/calibre/srv/tests/content.py 1218lib/calibre/calibre/srv/tests/content.py
1219lib/calibre/calibre/srv/tests/http.py 1219lib/calibre/calibre/srv/tests/http.py
1220lib/calibre/calibre/srv/tests/loop.py 1220lib/calibre/calibre/srv/tests/loop.py
1221lib/calibre/calibre/srv/tests/main.py 1221lib/calibre/calibre/srv/tests/main.py
1222lib/calibre/calibre/srv/tests/routes.py 1222lib/calibre/calibre/srv/tests/routes.py
1223lib/calibre/calibre/srv/tests/web_sockets.py 1223lib/calibre/calibre/srv/tests/web_sockets.py
1224lib/calibre/calibre/srv/users.py 1224lib/calibre/calibre/srv/users.py
1225lib/calibre/calibre/srv/utils.py 1225lib/calibre/calibre/srv/utils.py
1226lib/calibre/calibre/srv/web_socket.py 1226lib/calibre/calibre/srv/web_socket.py
1227lib/calibre/calibre/startup.py 1227lib/calibre/calibre/startup.py
1228lib/calibre/calibre/test_build.py 1228lib/calibre/calibre/test_build.py
1229lib/calibre/calibre/translations/__init__.py 1229lib/calibre/calibre/translations/__init__.py
1230lib/calibre/calibre/translations/dynamic.py 1230lib/calibre/calibre/translations/dynamic.py
1231lib/calibre/calibre/translations/msgfmt.py 1231lib/calibre/calibre/translations/msgfmt.py
1232lib/calibre/calibre/utils/Zeroconf.py 1232lib/calibre/calibre/utils/Zeroconf.py
1233lib/calibre/calibre/utils/__init__.py 1233lib/calibre/calibre/utils/__init__.py
1234lib/calibre/calibre/utils/apsw_shell.py 1234lib/calibre/calibre/utils/apsw_shell.py
1235lib/calibre/calibre/utils/bibtex.py 1235lib/calibre/calibre/utils/bibtex.py
1236lib/calibre/calibre/utils/browser.py 1236lib/calibre/calibre/utils/browser.py
1237lib/calibre/calibre/utils/certgen.py 1237lib/calibre/calibre/utils/certgen.py
1238lib/calibre/calibre/utils/chm/__init__.py 1238lib/calibre/calibre/utils/chm/__init__.py
1239lib/calibre/calibre/utils/chm/chm.py 1239lib/calibre/calibre/utils/chm/chm.py
1240lib/calibre/calibre/utils/chm/chmlib.py 1240lib/calibre/calibre/utils/chm/chmlib.py
1241lib/calibre/calibre/utils/cleantext.py 1241lib/calibre/calibre/utils/cleantext.py
1242lib/calibre/calibre/utils/complete.py 1242lib/calibre/calibre/utils/complete.py
1243lib/calibre/calibre/utils/config.py 1243lib/calibre/calibre/utils/config.py
1244lib/calibre/calibre/utils/config_base.py 1244lib/calibre/calibre/utils/config_base.py
1245lib/calibre/calibre/utils/date.py 1245lib/calibre/calibre/utils/date.py
1246lib/calibre/calibre/utils/dbus_service.py 1246lib/calibre/calibre/utils/dbus_service.py
1247lib/calibre/calibre/utils/file_associations.py 1247lib/calibre/calibre/utils/file_associations.py
 1248lib/calibre/calibre/utils/file_type_icons.py
1248lib/calibre/calibre/utils/filenames.py 1249lib/calibre/calibre/utils/filenames.py
1249lib/calibre/calibre/utils/fonts/__init__.py 1250lib/calibre/calibre/utils/fonts/__init__.py
1250lib/calibre/calibre/utils/fonts/free_type.py 1251lib/calibre/calibre/utils/fonts/free_type.py
1251lib/calibre/calibre/utils/fonts/metadata.py 1252lib/calibre/calibre/utils/fonts/metadata.py
1252lib/calibre/calibre/utils/fonts/scanner.py 1253lib/calibre/calibre/utils/fonts/scanner.py
1253lib/calibre/calibre/utils/fonts/sfnt/__init__.py 1254lib/calibre/calibre/utils/fonts/sfnt/__init__.py
1254lib/calibre/calibre/utils/fonts/sfnt/cff/__init__.py 1255lib/calibre/calibre/utils/fonts/sfnt/cff/__init__.py
1255lib/calibre/calibre/utils/fonts/sfnt/cff/constants.py 1256lib/calibre/calibre/utils/fonts/sfnt/cff/constants.py
1256lib/calibre/calibre/utils/fonts/sfnt/cff/dict_data.py 1257lib/calibre/calibre/utils/fonts/sfnt/cff/dict_data.py
1257lib/calibre/calibre/utils/fonts/sfnt/cff/table.py 1258lib/calibre/calibre/utils/fonts/sfnt/cff/table.py
1258lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py 1259lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py
1259lib/calibre/calibre/utils/fonts/sfnt/cmap.py 1260lib/calibre/calibre/utils/fonts/sfnt/cmap.py
1260lib/calibre/calibre/utils/fonts/sfnt/common.py 1261lib/calibre/calibre/utils/fonts/sfnt/common.py
1261lib/calibre/calibre/utils/fonts/sfnt/container.py 1262lib/calibre/calibre/utils/fonts/sfnt/container.py
1262lib/calibre/calibre/utils/fonts/sfnt/errors.py 1263lib/calibre/calibre/utils/fonts/sfnt/errors.py
1263lib/calibre/calibre/utils/fonts/sfnt/glyf.py 1264lib/calibre/calibre/utils/fonts/sfnt/glyf.py
1264lib/calibre/calibre/utils/fonts/sfnt/gsub.py 1265lib/calibre/calibre/utils/fonts/sfnt/gsub.py
1265lib/calibre/calibre/utils/fonts/sfnt/head.py 1266lib/calibre/calibre/utils/fonts/sfnt/head.py
1266lib/calibre/calibre/utils/fonts/sfnt/kern.py 1267lib/calibre/calibre/utils/fonts/sfnt/kern.py
1267lib/calibre/calibre/utils/fonts/sfnt/loca.py 1268lib/calibre/calibre/utils/fonts/sfnt/loca.py
1268lib/calibre/calibre/utils/fonts/sfnt/maxp.py 1269lib/calibre/calibre/utils/fonts/sfnt/maxp.py
1269lib/calibre/calibre/utils/fonts/sfnt/metrics.py 1270lib/calibre/calibre/utils/fonts/sfnt/metrics.py
1270lib/calibre/calibre/utils/fonts/sfnt/subset.py 1271lib/calibre/calibre/utils/fonts/sfnt/subset.py
1271lib/calibre/calibre/utils/fonts/utils.py 1272lib/calibre/calibre/utils/fonts/utils.py
1272lib/calibre/calibre/utils/fonts/win_fonts.py 1273lib/calibre/calibre/utils/fonts/win_fonts.py
1273lib/calibre/calibre/utils/formatter.py 1274lib/calibre/calibre/utils/formatter.py
1274lib/calibre/calibre/utils/formatter_functions.py 1275lib/calibre/calibre/utils/formatter_functions.py
1275lib/calibre/calibre/utils/html2text.py 1276lib/calibre/calibre/utils/html2text.py
1276lib/calibre/calibre/utils/https.py 1277lib/calibre/calibre/utils/https.py
1277lib/calibre/calibre/utils/icu.py 1278lib/calibre/calibre/utils/icu.py
1278lib/calibre/calibre/utils/icu_test.py 1279lib/calibre/calibre/utils/icu_test.py
1279lib/calibre/calibre/utils/img.py 1280lib/calibre/calibre/utils/img.py
1280lib/calibre/calibre/utils/imghdr.py 1281lib/calibre/calibre/utils/imghdr.py
1281lib/calibre/calibre/utils/inotify.py 1282lib/calibre/calibre/utils/inotify.py
1282lib/calibre/calibre/utils/ipc/__init__.py 1283lib/calibre/calibre/utils/ipc/__init__.py
1283lib/calibre/calibre/utils/ipc/job.py 1284lib/calibre/calibre/utils/ipc/job.py
1284lib/calibre/calibre/utils/ipc/launch.py 1285lib/calibre/calibre/utils/ipc/launch.py
1285lib/calibre/calibre/utils/ipc/pool.py 1286lib/calibre/calibre/utils/ipc/pool.py
1286lib/calibre/calibre/utils/ipc/proxy.py 1287lib/calibre/calibre/utils/ipc/proxy.py
1287lib/calibre/calibre/utils/ipc/server.py 1288lib/calibre/calibre/utils/ipc/server.py
1288lib/calibre/calibre/utils/ipc/simple_worker.py 1289lib/calibre/calibre/utils/ipc/simple_worker.py
1289lib/calibre/calibre/utils/ipc/worker.py 1290lib/calibre/calibre/utils/ipc/worker.py
1290lib/calibre/calibre/utils/ipython.py 1291lib/calibre/calibre/utils/ipython.py
1291lib/calibre/calibre/utils/linux_trash.py 1292lib/calibre/calibre/utils/linux_trash.py
1292lib/calibre/calibre/utils/localization.py 1293lib/calibre/calibre/utils/localization.py
1293lib/calibre/calibre/utils/localunzip.py 1294lib/calibre/calibre/utils/localunzip.py
1294lib/calibre/calibre/utils/lock.py 1295lib/calibre/calibre/utils/lock.py
1295lib/calibre/calibre/utils/logging.py 1296lib/calibre/calibre/utils/logging.py
1296lib/calibre/calibre/utils/lru_cache.py 1297lib/calibre/calibre/utils/lru_cache.py
1297lib/calibre/calibre/utils/magick/__init__.py 1298lib/calibre/calibre/utils/magick/__init__.py
1298lib/calibre/calibre/utils/magick/draw.py 1299lib/calibre/calibre/utils/magick/draw.py
1299lib/calibre/calibre/utils/magick/generate.py 1300lib/calibre/calibre/utils/magick/generate.py
1300lib/calibre/calibre/utils/matcher.py 1301lib/calibre/calibre/utils/matcher.py
1301lib/calibre/calibre/utils/mdns.py 1302lib/calibre/calibre/utils/mdns.py
1302lib/calibre/calibre/utils/mem.py 1303lib/calibre/calibre/utils/mem.py
1303lib/calibre/calibre/utils/monotonic.py 1304lib/calibre/calibre/utils/monotonic.py
1304lib/calibre/calibre/utils/mreplace.py 1305lib/calibre/calibre/utils/mreplace.py
1305lib/calibre/calibre/utils/network.py 1306lib/calibre/calibre/utils/network.py
1306lib/calibre/calibre/utils/open_with/__init__.py 1307lib/calibre/calibre/utils/open_with/__init__.py
1307lib/calibre/calibre/utils/open_with/linux.py 1308lib/calibre/calibre/utils/open_with/linux.py
1308lib/calibre/calibre/utils/open_with/osx.py 1309lib/calibre/calibre/utils/open_with/osx.py
1309lib/calibre/calibre/utils/open_with/windows.py 1310lib/calibre/calibre/utils/open_with/windows.py
1310lib/calibre/calibre/utils/opensearch/__init__.py 1311lib/calibre/calibre/utils/opensearch/__init__.py
1311lib/calibre/calibre/utils/opensearch/description.py 1312lib/calibre/calibre/utils/opensearch/description.py
1312lib/calibre/calibre/utils/opensearch/query.py 1313lib/calibre/calibre/utils/opensearch/query.py
1313lib/calibre/calibre/utils/opensearch/url.py 1314lib/calibre/calibre/utils/opensearch/url.py
1314lib/calibre/calibre/utils/ordered_dict.py 1315lib/calibre/calibre/utils/ordered_dict.py
1315lib/calibre/calibre/utils/pdftk.py 1316lib/calibre/calibre/utils/pdftk.py
1316lib/calibre/calibre/utils/podofo/__init__.py 1317lib/calibre/calibre/utils/podofo/__init__.py
1317lib/calibre/calibre/utils/pyconsole/__init__.py 1318lib/calibre/calibre/utils/pyconsole/__init__.py
1318lib/calibre/calibre/utils/pyconsole/console.py 1319lib/calibre/calibre/utils/pyconsole/console.py
1319lib/calibre/calibre/utils/pyconsole/controller.py 1320lib/calibre/calibre/utils/pyconsole/controller.py
1320lib/calibre/calibre/utils/pyconsole/formatter.py 1321lib/calibre/calibre/utils/pyconsole/formatter.py
1321lib/calibre/calibre/utils/pyconsole/history.py 1322lib/calibre/calibre/utils/pyconsole/history.py
1322lib/calibre/calibre/utils/pyconsole/interpreter.py 1323lib/calibre/calibre/utils/pyconsole/interpreter.py
1323lib/calibre/calibre/utils/pyconsole/main.py 1324lib/calibre/calibre/utils/pyconsole/main.py
1324lib/calibre/calibre/utils/pyparsing.py 1325lib/calibre/calibre/utils/pyparsing.py
1325lib/calibre/calibre/utils/rapydscript.py 1326lib/calibre/calibre/utils/rapydscript.py
1326lib/calibre/calibre/utils/recycle_bin.py 1327lib/calibre/calibre/utils/recycle_bin.py
1327lib/calibre/calibre/utils/resources.py 1328lib/calibre/calibre/utils/resources.py
1328lib/calibre/calibre/utils/rss_gen.py 1329lib/calibre/calibre/utils/rss_gen.py
1329lib/calibre/calibre/utils/search_query_parser.py 1330lib/calibre/calibre/utils/search_query_parser.py
1330lib/calibre/calibre/utils/serve_coffee.py 1331lib/calibre/calibre/utils/serve_coffee.py
1331lib/calibre/calibre/utils/sftp.py 1332lib/calibre/calibre/utils/sftp.py
1332lib/calibre/calibre/utils/shared_file.py 1333lib/calibre/calibre/utils/shared_file.py
1333lib/calibre/calibre/utils/short_uuid.py 1334lib/calibre/calibre/utils/short_uuid.py
1334lib/calibre/calibre/utils/smartypants.py 1335lib/calibre/calibre/utils/smartypants.py
1335lib/calibre/calibre/utils/smtp.py 1336lib/calibre/calibre/utils/smtp.py
1336lib/calibre/calibre/utils/smtplib.py 1337lib/calibre/calibre/utils/smtplib.py
1337lib/calibre/calibre/utils/socket_inheritance.py 1338lib/calibre/calibre/utils/socket_inheritance.py
1338lib/calibre/calibre/utils/soupparser.py 1339lib/calibre/calibre/utils/soupparser.py
1339lib/calibre/calibre/utils/spell/__init__.py 1340lib/calibre/calibre/utils/spell/__init__.py
1340lib/calibre/calibre/utils/terminal.py 1341lib/calibre/calibre/utils/terminal.py
1341lib/calibre/calibre/utils/text2int.py 1342lib/calibre/calibre/utils/text2int.py
1342lib/calibre/calibre/utils/threadpool.py 1343lib/calibre/calibre/utils/threadpool.py
1343lib/calibre/calibre/utils/titlecase.py 1344lib/calibre/calibre/utils/titlecase.py
1344lib/calibre/calibre/utils/unrar.py 1345lib/calibre/calibre/utils/unrar.py
1345lib/calibre/calibre/utils/unsmarten.py 1346lib/calibre/calibre/utils/unsmarten.py
1346lib/calibre/calibre/utils/winreg/__init__.py 1347lib/calibre/calibre/utils/winreg/__init__.py
1347lib/calibre/calibre/utils/winreg/dde.py 1348lib/calibre/calibre/utils/winreg/dde.py
1348lib/calibre/calibre/utils/winreg/default_programs.py 1349lib/calibre/calibre/utils/winreg/default_programs.py
1349lib/calibre/calibre/utils/winreg/lib.py 1350lib/calibre/calibre/utils/winreg/lib.py
1350lib/calibre/calibre/utils/wmf/__init__.py 1351lib/calibre/calibre/utils/wmf/__init__.py
1351lib/calibre/calibre/utils/wmf/emf.py 1352lib/calibre/calibre/utils/wmf/emf.py
1352lib/calibre/calibre/utils/wmf/parse.py 1353lib/calibre/calibre/utils/wmf/parse.py
1353lib/calibre/calibre/utils/wordcount.py 1354lib/calibre/calibre/utils/wordcount.py
1354lib/calibre/calibre/utils/zipfile.py 1355lib/calibre/calibre/utils/zipfile.py
1355lib/calibre/calibre/web/__init__.py 1356lib/calibre/calibre/web/__init__.py
1356lib/calibre/calibre/web/feeds/__init__.py 1357lib/calibre/calibre/web/feeds/__init__.py
1357lib/calibre/calibre/web/feeds/feedparser.py 1358lib/calibre/calibre/web/feeds/feedparser.py
1358lib/calibre/calibre/web/feeds/jsnews.py 1359lib/calibre/calibre/web/feeds/jsnews.py
1359lib/calibre/calibre/web/feeds/news.py 1360lib/calibre/calibre/web/feeds/news.py
1360lib/calibre/calibre/web/feeds/recipes/__init__.py 1361lib/calibre/calibre/web/feeds/recipes/__init__.py
1361lib/calibre/calibre/web/feeds/recipes/collection.py 1362lib/calibre/calibre/web/feeds/recipes/collection.py
1362lib/calibre/calibre/web/feeds/recipes/model.py 1363lib/calibre/calibre/web/feeds/recipes/model.py
1363lib/calibre/calibre/web/feeds/templates.py 1364lib/calibre/calibre/web/feeds/templates.py
1364lib/calibre/calibre/web/fetch/__init__.py 1365lib/calibre/calibre/web/fetch/__init__.py
1365lib/calibre/calibre/web/fetch/javascript.py 1366lib/calibre/calibre/web/fetch/javascript.py
1366lib/calibre/calibre/web/fetch/simple.py 1367lib/calibre/calibre/web/fetch/simple.py
1367lib/calibre/calibre/web/jsbrowser/__init__.py 1368lib/calibre/calibre/web/jsbrowser/__init__.py
1368lib/calibre/calibre/web/jsbrowser/browser.py 1369lib/calibre/calibre/web/jsbrowser/browser.py
1369lib/calibre/calibre/web/jsbrowser/forms.py 1370lib/calibre/calibre/web/jsbrowser/forms.py
1370lib/calibre/calibre/web/jsbrowser/login.py 1371lib/calibre/calibre/web/jsbrowser/login.py
1371lib/calibre/calibre/web/jsbrowser/test.py 1372lib/calibre/calibre/web/jsbrowser/test.py
1372lib/calibre/css_selectors/__init__.py 1373lib/calibre/css_selectors/__init__.py
1373lib/calibre/css_selectors/errors.py 1374lib/calibre/css_selectors/errors.py
1374lib/calibre/css_selectors/ordered_set.py 1375lib/calibre/css_selectors/ordered_set.py
1375lib/calibre/css_selectors/parser.py 1376lib/calibre/css_selectors/parser.py
1376lib/calibre/css_selectors/select.py 1377lib/calibre/css_selectors/select.py
1377lib/calibre/css_selectors/tests.py 1378lib/calibre/css_selectors/tests.py
1378lib/calibre/duktape/__init__.py 1379lib/calibre/duktape/__init__.py
1379lib/calibre/duktape/tests.py 1380lib/calibre/duktape/tests.py
1380lib/calibre/lzma/__init__.py 1381lib/calibre/lzma/__init__.py
1381lib/calibre/lzma/errors.py 1382lib/calibre/lzma/errors.py
1382lib/calibre/lzma/lzma1.py 1383lib/calibre/lzma/lzma1.py
1383lib/calibre/lzma/xz.py 1384lib/calibre/lzma/xz.py
1384lib/calibre/odf/__init__.py 1385lib/calibre/odf/__init__.py
1385lib/calibre/odf/anim.py 1386lib/calibre/odf/anim.py
1386lib/calibre/odf/attrconverters.py 1387lib/calibre/odf/attrconverters.py
1387lib/calibre/odf/chart.py 1388lib/calibre/odf/chart.py
1388lib/calibre/odf/config.py 1389lib/calibre/odf/config.py
1389lib/calibre/odf/dc.py 1390lib/calibre/odf/dc.py
1390lib/calibre/odf/dr3d.py 1391lib/calibre/odf/dr3d.py
1391lib/calibre/odf/draw.py 1392lib/calibre/odf/draw.py
1392lib/calibre/odf/easyliststyle.py 1393lib/calibre/odf/easyliststyle.py
1393lib/calibre/odf/element.py 1394lib/calibre/odf/element.py
1394lib/calibre/odf/elementtypes.py 1395lib/calibre/odf/elementtypes.py
1395lib/calibre/odf/form.py 1396lib/calibre/odf/form.py
1396lib/calibre/odf/grammar.py 1397lib/calibre/odf/grammar.py
1397lib/calibre/odf/load.py 1398lib/calibre/odf/load.py
1398lib/calibre/odf/manifest.py 1399lib/calibre/odf/manifest.py
1399lib/calibre/odf/math.py 1400lib/calibre/odf/math.py
1400lib/calibre/odf/meta.py 1401lib/calibre/odf/meta.py
1401lib/calibre/odf/namespaces.py 1402lib/calibre/odf/namespaces.py
1402lib/calibre/odf/number.py 1403lib/calibre/odf/number.py
1403lib/calibre/odf/odf2moinmoin.py 1404lib/calibre/odf/odf2moinmoin.py
1404lib/calibre/odf/odf2xhtml.py 1405lib/calibre/odf/odf2xhtml.py
1405lib/calibre/odf/odfmanifest.py 1406lib/calibre/odf/odfmanifest.py
1406lib/calibre/odf/office.py 1407lib/calibre/odf/office.py
1407lib/calibre/odf/opendocument.py 1408lib/calibre/odf/opendocument.py
1408lib/calibre/odf/presentation.py 1409lib/calibre/odf/presentation.py
1409lib/calibre/odf/script.py 1410lib/calibre/odf/script.py
1410lib/calibre/odf/style.py 1411lib/calibre/odf/style.py
1411lib/calibre/odf/svg.py 1412lib/calibre/odf/svg.py
1412lib/calibre/odf/table.py 1413lib/calibre/odf/table.py
1413lib/calibre/odf/teletype.py 1414lib/calibre/odf/teletype.py
1414lib/calibre/odf/text.py 1415lib/calibre/odf/text.py
1415lib/calibre/odf/thumbnail.py 1416lib/calibre/odf/thumbnail.py
1416lib/calibre/odf/userfield.py 1417lib/calibre/odf/userfield.py
1417lib/calibre/odf/xforms.py 1418lib/calibre/odf/xforms.py
1418lib/calibre/regex/__init__.py 1419lib/calibre/regex/__init__.py
1419lib/calibre/regex/_regex_core.py 1420lib/calibre/regex/_regex_core.py
1420lib/calibre/routes/__init__.py 1421lib/calibre/routes/__init__.py
1421lib/calibre/routes/base.py 1422lib/calibre/routes/base.py
1422lib/calibre/routes/lru.py 1423lib/calibre/routes/lru.py
1423lib/calibre/routes/mapper.py 1424lib/calibre/routes/mapper.py
1424lib/calibre/routes/middleware.py 1425lib/calibre/routes/middleware.py
1425lib/calibre/routes/route.py 1426lib/calibre/routes/route.py
1426lib/calibre/routes/util.py 1427lib/calibre/routes/util.py
1427lib/calibre/templite/__init__.py 1428lib/calibre/templite/__init__.py
1428lib/calibre/tinycss/__init__.py 1429lib/calibre/tinycss/__init__.py
1429lib/calibre/tinycss/color3.py 1430lib/calibre/tinycss/color3.py
1430lib/calibre/tinycss/css21.py 1431lib/calibre/tinycss/css21.py
1431lib/calibre/tinycss/decoding.py 1432lib/calibre/tinycss/decoding.py
1432lib/calibre/tinycss/fonts3.py 1433lib/calibre/tinycss/fonts3.py
1433lib/calibre/tinycss/media3.py 1434lib/calibre/tinycss/media3.py
1434lib/calibre/tinycss/page3.py 1435lib/calibre/tinycss/page3.py
1435lib/calibre/tinycss/parsing.py 1436lib/calibre/tinycss/parsing.py
1436lib/calibre/tinycss/tests/__init__.py 1437lib/calibre/tinycss/tests/__init__.py
1437lib/calibre/tinycss/tests/color3.py 1438lib/calibre/tinycss/tests/color3.py
1438lib/calibre/tinycss/tests/css21.py 1439lib/calibre/tinycss/tests/css21.py
1439lib/calibre/tinycss/tests/decoding.py 1440lib/calibre/tinycss/tests/decoding.py
1440lib/calibre/tinycss/tests/fonts3.py 1441lib/calibre/tinycss/tests/fonts3.py
1441lib/calibre/tinycss/tests/main.py 1442lib/calibre/tinycss/tests/main.py
1442lib/calibre/tinycss/tests/media3.py 1443lib/calibre/tinycss/tests/media3.py
1443lib/calibre/tinycss/tests/page3.py 1444lib/calibre/tinycss/tests/page3.py
1444lib/calibre/tinycss/tests/tokenizing.py 1445lib/calibre/tinycss/tests/tokenizing.py
1445lib/calibre/tinycss/token_data.py 1446lib/calibre/tinycss/token_data.py
1446lib/calibre/tinycss/tokenizer.py 1447lib/calibre/tinycss/tokenizer.py
1447lib/calibre/tinycss/version.py 1448lib/calibre/tinycss/version.py
1448${PYSITELIB}/init_calibre.py 1449${PYSITELIB}/init_calibre.py
1449share/bash-completion/completions/calibre 1450share/bash-completion/completions/calibre
1450share/calibre/builtin_recipes.xml 1451share/calibre/builtin_recipes.xml
1451share/calibre/builtin_recipes.zip 1452share/calibre/builtin_recipes.zip
1452share/calibre/calibre-ebook-root-CA.crt 1453share/calibre/calibre-ebook-root-CA.crt
1453share/calibre/calibre-mimetypes.xml 1454share/calibre/calibre-mimetypes.xml
1454share/calibre/calibre-portable.bat 1455share/calibre/calibre-portable.bat
1455share/calibre/calibre-portable.sh 1456share/calibre/calibre-portable.sh
1456share/calibre/catalog/DefaultCover.jpg 1457share/calibre/catalog/DefaultCover.jpg
1457share/calibre/catalog/mastheadImage.gif 1458share/calibre/catalog/mastheadImage.gif
1458share/calibre/catalog/section_list_templates.py 1459share/calibre/catalog/section_list_templates.py
1459share/calibre/catalog/stylesheet.css 1460share/calibre/catalog/stylesheet.css
1460share/calibre/catalog/template.xhtml 1461share/calibre/catalog/template.xhtml
1461share/calibre/coffee-script.js 1462share/calibre/coffee-script.js
1462share/calibre/compiled_coffeescript.zip 1463share/calibre/compiled_coffeescript.zip
1463share/calibre/content-server/autoreload.js 1464share/calibre/content-server/autoreload.js
1464share/calibre/content-server/empty.html 1465share/calibre/content-server/empty.html
1465share/calibre/content-server/font-awesome/FontAwesome.otf 1466share/calibre/content-server/font-awesome/FontAwesome.otf
1466share/calibre/content-server/font-awesome/fa.css 1467share/calibre/content-server/font-awesome/fa.css
1467share/calibre/content-server/font-awesome/fontawesome-webfont.eot 1468share/calibre/content-server/font-awesome/fontawesome-webfont.eot
1468share/calibre/content-server/font-awesome/fontawesome-webfont.svg 1469share/calibre/content-server/font-awesome/fontawesome-webfont.svg
1469share/calibre/content-server/font-awesome/fontawesome-webfont.ttf 1470share/calibre/content-server/font-awesome/fontawesome-webfont.ttf
1470share/calibre/content-server/font-awesome/fontawesome-webfont.woff 1471share/calibre/content-server/font-awesome/fontawesome-webfont.woff
1471share/calibre/content-server/font-awesome/fontawesome-webfont.woff2 1472share/calibre/content-server/font-awesome/fontawesome-webfont.woff2
1472share/calibre/content-server/index.html 1473share/calibre/content-server/index.html
1473share/calibre/content-server/main.js 1474share/calibre/content-server/main.js
1474share/calibre/content-server/reset.css 1475share/calibre/content-server/reset.css
1475share/calibre/content_server/av.jpg 1476share/calibre/content_server/av.jpg
1476share/calibre/content_server/bg_search_box.png 1477share/calibre/content_server/bg_search_box.png
1477share/calibre/content_server/browse/browse.css 1478share/calibre/content_server/browse/browse.css
1478share/calibre/content_server/browse/browse.html 1479share/calibre/content_server/browse/browse.html
1479share/calibre/content_server/browse/browse.js 1480share/calibre/content_server/browse/browse.js
1480share/calibre/content_server/browse/details.html 1481share/calibre/content_server/browse/details.html
1481share/calibre/content_server/browse/summary.html 1482share/calibre/content_server/browse/summary.html
1482share/calibre/content_server/btn_search_box.png 1483share/calibre/content_server/btn_search_box.png
1483share/calibre/content_server/button-donate.png 1484share/calibre/content_server/button-donate.png
1484share/calibre/content_server/calibre.png 1485share/calibre/content_server/calibre.png
1485share/calibre/content_server/calibre_banner.png 1486share/calibre/content_server/calibre_banner.png
1486share/calibre/content_server/date.js 1487share/calibre/content_server/date.js
1487share/calibre/content_server/default_cover.jpg 1488share/calibre/content_server/default_cover.jpg
1488share/calibre/content_server/first.png 1489share/calibre/content_server/first.png
1489share/calibre/content_server/gui.css 1490share/calibre/content_server/gui.css
1490share/calibre/content_server/gui.js 1491share/calibre/content_server/gui.js
1491share/calibre/content_server/index.html 1492share/calibre/content_server/index.html
1492share/calibre/content_server/jquery.corner.js 1493share/calibre/content_server/jquery.corner.js
1493share/calibre/content_server/jquery.js 1494share/calibre/content_server/jquery.js
1494share/calibre/content_server/jquery.multiselect.css 1495share/calibre/content_server/jquery.multiselect.css
1495share/calibre/content_server/jquery.multiselect.min.js 1496share/calibre/content_server/jquery.multiselect.min.js
1496share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_flat_75_aaaaaa_40x100.png 1497share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_flat_75_aaaaaa_40x100.png
1497share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_100_f5f0e5_1x400.png 1498share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_100_f5f0e5_1x400.png
1498share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_25_cb842e_1x400.png 1499share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_25_cb842e_1x400.png
1499share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_70_ede4d4_1x400.png 1500share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_70_ede4d4_1x400.png
1500share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png 1501share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
1501share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_65_fee4bd_1x100.png 1502share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
1502share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png 1503share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
1503share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png 1504share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
1504share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_c47a23_256x240.png 1505share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_c47a23_256x240.png
1505share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_cb672b_256x240.png 1506share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_cb672b_256x240.png
1506share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f08000_256x240.png 1507share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f08000_256x240.png
1507share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f35f07_256x240.png 1508share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f35f07_256x240.png
1508share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ff7519_256x240.png 1509share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ff7519_256x240.png
1509share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ffffff_256x240.png 1510share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ffffff_256x240.png
1510share/calibre/content_server/jquery_ui/css/humanity-custom/jquery-ui-1.8.5.custom.css 1511share/calibre/content_server/jquery_ui/css/humanity-custom/jquery-ui-1.8.5.custom.css
1511share/calibre/content_server/jquery_ui/js/jquery-ui-1.8.5.custom.min.js 1512share/calibre/content_server/jquery_ui/js/jquery-ui-1.8.5.custom.min.js
1512share/calibre/content_server/last.png 1513share/calibre/content_server/last.png
1513share/calibre/content_server/loading.gif 1514share/calibre/content_server/loading.gif
1514share/calibre/content_server/logo.png 1515share/calibre/content_server/logo.png
1515share/calibre/content_server/mobile.css 1516share/calibre/content_server/mobile.css
1516share/calibre/content_server/next.png 1517share/calibre/content_server/next.png
1517share/calibre/content_server/previous.png 1518share/calibre/content_server/previous.png
1518share/calibre/content_server/read/monocle.js 1519share/calibre/content_server/read/monocle.js
1519share/calibre/content_server/stacktrace.js 1520share/calibre/content_server/stacktrace.js
1520share/calibre/content_server/star-half.png 1521share/calibre/content_server/star-half.png
1521share/calibre/content_server/star-off.png 1522share/calibre/content_server/star-off.png
1522share/calibre/content_server/star-on.png 1523share/calibre/content_server/star-on.png
1523share/calibre/csscolorparser.js 1524share/calibre/csscolorparser.js
1524share/calibre/default_tweaks.py 1525share/calibre/default_tweaks.py
1525share/calibre/dictionaries/en-GB/en-GB.aff 1526share/calibre/dictionaries/en-GB/en-GB.aff
1526share/calibre/dictionaries/en-GB/en-GB.dic 1527share/calibre/dictionaries/en-GB/en-GB.dic
1527share/calibre/dictionaries/en-GB/locales 1528share/calibre/dictionaries/en-GB/locales
1528share/calibre/dictionaries/en-US/en-US.aff 1529share/calibre/dictionaries/en-US/en-US.aff
1529share/calibre/dictionaries/en-US/en-US.dic 1530share/calibre/dictionaries/en-US/en-US.dic
1530share/calibre/dictionaries/en-US/locales 1531share/calibre/dictionaries/en-US/locales
1531share/calibre/dictionaries/es-ES/es-ES.aff 1532share/calibre/dictionaries/es-ES/es-ES.aff
1532share/calibre/dictionaries/es-ES/es-ES.dic 1533share/calibre/dictionaries/es-ES/es-ES.dic
1533share/calibre/dictionaries/es-ES/locales 1534share/calibre/dictionaries/es-ES/locales
1534share/calibre/ebook-convert-complete.pickle 1535share/calibre/ebook-convert-complete.pickle
1535share/calibre/editor-functions.json 1536share/calibre/editor-functions.json
1536share/calibre/editor-help/css.json 1537share/calibre/editor-help/css.json
1537share/calibre/editor-help/html.json 1538share/calibre/editor-help/html.json
1538share/calibre/editor-help/mathml.json 1539share/calibre/editor-help/mathml.json
1539share/calibre/editor-help/opf2.json 1540share/calibre/editor-help/opf2.json
1540share/calibre/editor-help/opf3.json 1541share/calibre/editor-help/opf3.json
1541share/calibre/editor-help/svg.json 1542share/calibre/editor-help/svg.json
1542share/calibre/fonts/calibreSymbols.otf 1543share/calibre/fonts/calibreSymbols.otf
1543share/calibre/fonts/liberation/LiberationMono-Bold.ttf 1544share/calibre/fonts/liberation/LiberationMono-Bold.ttf
1544share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf 1545share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
1545share/calibre/fonts/liberation/LiberationMono-Italic.ttf 1546share/calibre/fonts/liberation/LiberationMono-Italic.ttf
1546share/calibre/fonts/liberation/LiberationMono-Regular.ttf 1547share/calibre/fonts/liberation/LiberationMono-Regular.ttf
1547share/calibre/fonts/liberation/LiberationSans-Bold.ttf 1548share/calibre/fonts/liberation/LiberationSans-Bold.ttf
1548share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf 1549share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf
1549share/calibre/fonts/liberation/LiberationSans-Italic.ttf 1550share/calibre/fonts/liberation/LiberationSans-Italic.ttf
1550share/calibre/fonts/liberation/LiberationSans-Regular.ttf 1551share/calibre/fonts/liberation/LiberationSans-Regular.ttf
1551share/calibre/fonts/liberation/LiberationSerif-Bold.ttf 1552share/calibre/fonts/liberation/LiberationSerif-Bold.ttf
1552share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf 1553share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf
1553share/calibre/fonts/liberation/LiberationSerif-Italic.ttf 1554share/calibre/fonts/liberation/LiberationSerif-Italic.ttf
1554share/calibre/fonts/liberation/LiberationSerif-Regular.ttf 1555share/calibre/fonts/liberation/LiberationSerif-Regular.ttf
1555share/calibre/images.qrc 1556share/calibre/images.qrc
1556share/calibre/images/add_book.png 1557share/calibre/images/add_book.png
1557share/calibre/images/arrow-down.png 1558share/calibre/images/arrow-down.png
1558share/calibre/images/arrow-up.png 1559share/calibre/images/arrow-up.png
1559share/calibre/images/auto-reload.png 1560share/calibre/images/auto-reload.png
1560share/calibre/images/auto_author_sort.png 1561share/calibre/images/auto_author_sort.png
1561share/calibre/images/back.png 1562share/calibre/images/back.png
1562share/calibre/images/beautify.png 1563share/calibre/images/beautify.png
1563share/calibre/images/blank.png 1564share/calibre/images/blank.png
1564share/calibre/images/book.png 1565share/calibre/images/book.png
1565share/calibre/images/bookmarks.png 1566share/calibre/images/bookmarks.png
1566share/calibre/images/books_in_series.png 1567share/calibre/images/books_in_series.png
1567share/calibre/images/catalog.png 1568share/calibre/images/catalog.png
1568share/calibre/images/chapters.png 1569share/calibre/images/chapters.png
1569share/calibre/images/character-set.png 1570share/calibre/images/character-set.png
1570share/calibre/images/clear_left.png 1571share/calibre/images/clear_left.png
1571share/calibre/images/code.png 1572share/calibre/images/code.png
1572share/calibre/images/column.png 1573share/calibre/images/column.png
1573share/calibre/images/config.png 1574share/calibre/images/config.png
1574share/calibre/images/connect_share.png 1575share/calibre/images/connect_share.png
1575share/calibre/images/connect_share_on.png 1576share/calibre/images/connect_share_on.png
1576share/calibre/images/console.png 1577share/calibre/images/console.png
1577share/calibre/images/convert.png 1578share/calibre/images/convert.png
1578share/calibre/images/copy-to-library.png 1579share/calibre/images/copy-to-library.png
1579share/calibre/images/cover_flow.png 1580share/calibre/images/cover_flow.png
1580share/calibre/images/cover_texture.png 1581share/calibre/images/cover_texture.png
1581share/calibre/images/debug.png 1582share/calibre/images/debug.png
1582share/calibre/images/default_cover.png 1583share/calibre/images/default_cover.png
1583share/calibre/images/devices/bambook.png 1584share/calibre/images/devices/bambook.png
1584share/calibre/images/devices/boox.jpg 1585share/calibre/images/devices/boox.jpg
1585share/calibre/images/devices/folder.png 1586share/calibre/images/devices/folder.png
1586share/calibre/images/devices/ipad.png 1587share/calibre/images/devices/ipad.png
1587share/calibre/images/devices/italica.png 1588share/calibre/images/devices/italica.png
1588share/calibre/images/devices/itunes.png 1589share/calibre/images/devices/itunes.png
1589share/calibre/images/devices/kindle.jpg 1590share/calibre/images/devices/kindle.jpg
1590share/calibre/images/devices/nook.jpg 1591share/calibre/images/devices/nook.jpg
1591share/calibre/images/devices/tablet.png 1592share/calibre/images/devices/tablet.png
1592share/calibre/images/dialog_error.png 1593share/calibre/images/dialog_error.png
1593share/calibre/images/dialog_information.png 1594share/calibre/images/dialog_information.png
1594share/calibre/images/dialog_question.png 1595share/calibre/images/dialog_question.png
1595share/calibre/images/dialog_warning.png 1596share/calibre/images/dialog_warning.png
1596share/calibre/images/dictionary.png 1597share/calibre/images/dictionary.png
1597share/calibre/images/diff.png 1598share/calibre/images/diff.png
1598share/calibre/images/document-encrypt.png 1599share/calibre/images/document-encrypt.png
1599share/calibre/images/document-import.png 1600share/calibre/images/document-import.png
1600share/calibre/images/document-new.png 1601share/calibre/images/document-new.png
1601share/calibre/images/document_open.png 1602share/calibre/images/document_open.png
1602share/calibre/images/donate.png 1603share/calibre/images/donate.png
1603share/calibre/images/dot_green.png 1604share/calibre/images/dot_green.png
1604share/calibre/images/dot_red.png 1605share/calibre/images/dot_red.png
1605share/calibre/images/download-metadata.png 1606share/calibre/images/download-metadata.png
1606share/calibre/images/drawer.png 1607share/calibre/images/drawer.png
1607share/calibre/images/drm-locked.png 1608share/calibre/images/drm-locked.png
1608share/calibre/images/drm-unlocked.png 1609share/calibre/images/drm-unlocked.png
1609share/calibre/images/edit-clear.png 1610share/calibre/images/edit-clear.png
1610share/calibre/images/edit-copy.png 1611share/calibre/images/edit-copy.png
1611share/calibre/images/edit-cut.png 1612share/calibre/images/edit-cut.png
1612share/calibre/images/edit-paste.png 1613share/calibre/images/edit-paste.png
1613share/calibre/images/edit-redo.png 1614share/calibre/images/edit-redo.png
1614share/calibre/images/edit-select-all.png 1615share/calibre/images/edit-select-all.png
1615share/calibre/images/edit-undo.png 1616share/calibre/images/edit-undo.png
1616share/calibre/images/edit_input.png 1617share/calibre/images/edit_input.png
1617share/calibre/images/eject.png 1618share/calibre/images/eject.png
1618share/calibre/images/embed-fonts.png 1619share/calibre/images/embed-fonts.png
1619share/calibre/images/exec.png 1620share/calibre/images/exec.png
1620share/calibre/images/filter.png 1621share/calibre/images/filter.png
1621share/calibre/images/folder_saved_search.png 1622share/calibre/images/folder_saved_search.png
1622share/calibre/images/font.png 1623share/calibre/images/font.png
1623share/calibre/images/font_size_larger.png 1624share/calibre/images/font_size_larger.png
1624share/calibre/images/font_size_smaller.png 1625share/calibre/images/font_size_smaller.png
1625share/calibre/images/format-fill-color.png 1626share/calibre/images/format-fill-color.png
1626share/calibre/images/format-indent-less.png 1627share/calibre/images/format-indent-less.png
1627share/calibre/images/format-indent-more.png 1628share/calibre/images/format-indent-more.png
1628share/calibre/images/format-justify-center.png 1629share/calibre/images/format-justify-center.png
1629share/calibre/images/format-justify-fill.png 1630share/calibre/images/format-justify-fill.png
1630share/calibre/images/format-justify-left.png 1631share/calibre/images/format-justify-left.png
1631share/calibre/images/format-justify-right.png 1632share/calibre/images/format-justify-right.png
1632share/calibre/images/format-list-ordered.png 1633share/calibre/images/format-list-ordered.png
1633share/calibre/images/format-list-unordered.png 1634share/calibre/images/format-list-unordered.png
1634share/calibre/images/format-text-bold.png 1635share/calibre/images/format-text-bold.png
1635share/calibre/images/format-text-color.png 1636share/calibre/images/format-text-color.png
1636share/calibre/images/format-text-heading.png 1637share/calibre/images/format-text-heading.png
1637share/calibre/images/format-text-italic.png 1638share/calibre/images/format-text-italic.png
1638share/calibre/images/format-text-strikethrough.png 1639share/calibre/images/format-text-strikethrough.png
1639share/calibre/images/format-text-subscript.png 1640share/calibre/images/format-text-subscript.png
1640share/calibre/images/format-text-superscript.png 1641share/calibre/images/format-text-superscript.png
1641share/calibre/images/format-text-underline.png 1642share/calibre/images/format-text-underline.png
1642share/calibre/images/forward.png 1643share/calibre/images/forward.png
1643share/calibre/images/gmail_logo.png 1644share/calibre/images/gmail_logo.png
1644share/calibre/images/grid.png 1645share/calibre/images/grid.png
1645share/calibre/images/help.png 1646share/calibre/images/help.png
1646share/calibre/images/heuristics.png 1647share/calibre/images/heuristics.png
1647share/calibre/images/highlight_only_off.png 1648share/calibre/images/highlight_only_off.png
1648share/calibre/images/highlight_only_on.png 1649share/calibre/images/highlight_only_on.png
1649share/calibre/images/hotmail.png 1650share/calibre/images/hotmail.png
1650share/calibre/images/html-fix.png 1651share/calibre/images/html-fix.png
1651share/calibre/images/icon_choose.png 1652share/calibre/images/icon_choose.png
1652share/calibre/images/identifiers.png 1653share/calibre/images/identifiers.png
1653share/calibre/images/insert-link.png 1654share/calibre/images/insert-link.png
1654share/calibre/images/jobs.png 1655share/calibre/images/jobs.png
1655share/calibre/images/keyboard-prefs.png 1656share/calibre/images/keyboard-prefs.png
1656share/calibre/images/languages.png 1657share/calibre/images/languages.png
1657share/calibre/images/library.png 1658share/calibre/images/library.png
1658share/calibre/images/list_remove.png 1659share/calibre/images/list_remove.png
1659share/calibre/images/lookfeel.png 1660share/calibre/images/lookfeel.png
1660share/calibre/images/lt.png 1661share/calibre/images/lt.png
1661share/calibre/images/mail.png 1662share/calibre/images/mail.png
1662share/calibre/images/marked.png 1663share/calibre/images/marked.png
1663share/calibre/images/merge.png 1664share/calibre/images/merge.png
1664share/calibre/images/merge_books.png 1665share/calibre/images/merge_books.png
1665share/calibre/images/metadata.png 1666share/calibre/images/metadata.png
1666share/calibre/images/mimetypes/azw2.png 1667share/calibre/images/mimetypes/azw2.png
1667share/calibre/images/mimetypes/azw3.png 1668share/calibre/images/mimetypes/azw3.png
1668share/calibre/images/mimetypes/bmp.png 1669share/calibre/images/mimetypes/bmp.png
1669share/calibre/images/mimetypes/cbr.png 1670share/calibre/images/mimetypes/cbr.png
1670share/calibre/images/mimetypes/cbz.png 1671share/calibre/images/mimetypes/cbz.png
1671share/calibre/images/mimetypes/computer.png 1672share/calibre/images/mimetypes/computer.png
1672share/calibre/images/mimetypes/dir.png 1673share/calibre/images/mimetypes/dir.png
1673share/calibre/images/mimetypes/djvu.png 1674share/calibre/images/mimetypes/djvu.png
1674share/calibre/images/mimetypes/docx.png 1675share/calibre/images/mimetypes/docx.png
1675share/calibre/images/mimetypes/epub.png 1676share/calibre/images/mimetypes/epub.png
1676share/calibre/images/mimetypes/fb2.png 1677share/calibre/images/mimetypes/fb2.png
1677share/calibre/images/mimetypes/gif.png 1678share/calibre/images/mimetypes/gif.png
1678share/calibre/images/mimetypes/html.png 1679share/calibre/images/mimetypes/html.png
1679share/calibre/images/mimetypes/jpeg.png 1680share/calibre/images/mimetypes/jpeg.png
1680share/calibre/images/mimetypes/lit.png 1681share/calibre/images/mimetypes/lit.png
1681share/calibre/images/mimetypes/lrf.png 1682share/calibre/images/mimetypes/lrf.png
1682share/calibre/images/mimetypes/lrx.png 1683share/calibre/images/mimetypes/lrx.png
1683share/calibre/images/mimetypes/mobi.png 1684share/calibre/images/mimetypes/mobi.png
1684share/calibre/images/mimetypes/odt.png 1685share/calibre/images/mimetypes/odt.png
1685share/calibre/images/mimetypes/opml.png 1686share/calibre/images/mimetypes/opml.png
1686share/calibre/images/mimetypes/pdf.png 1687share/calibre/images/mimetypes/pdf.png
1687share/calibre/images/mimetypes/png.png 1688share/calibre/images/mimetypes/png.png
1688share/calibre/images/mimetypes/rar.png 1689share/calibre/images/mimetypes/rar.png
1689share/calibre/images/mimetypes/rtf.png 1690share/calibre/images/mimetypes/rtf.png
1690share/calibre/images/mimetypes/snb.png 1691share/calibre/images/mimetypes/snb.png
1691share/calibre/images/mimetypes/svg.png 1692share/calibre/images/mimetypes/svg.png
1692share/calibre/images/mimetypes/tpz.png 1693share/calibre/images/mimetypes/tpz.png
1693share/calibre/images/mimetypes/txt.png 1694share/calibre/images/mimetypes/txt.png
1694share/calibre/images/mimetypes/unknown.png 1695share/calibre/images/mimetypes/unknown.png
1695share/calibre/images/mimetypes/xps.png 1696share/calibre/images/mimetypes/xps.png
1696share/calibre/images/mimetypes/zero.png 1697share/calibre/images/mimetypes/zero.png
1697share/calibre/images/mimetypes/zip.png 1698share/calibre/images/mimetypes/zip.png
1698share/calibre/images/minus.png 1699share/calibre/images/minus.png
1699share/calibre/images/minusminus.png 1700share/calibre/images/minusminus.png
1700share/calibre/images/modified.png 1701share/calibre/images/modified.png
1701share/calibre/images/network-server.png 1702share/calibre/images/network-server.png
1702share/calibre/images/news.png 1703share/calibre/images/news.png
1703share/calibre/images/next.png 1704share/calibre/images/next.png
1704share/calibre/images/notify.png 1705share/calibre/images/notify.png
1705share/calibre/images/ok.png 1706share/calibre/images/ok.png
1706share/calibre/images/page.png 1707share/calibre/images/page.png
1707share/calibre/images/plugboard.png 1708share/calibre/images/plugboard.png
1708share/calibre/images/plugins.png 1709share/calibre/images/plugins.png
1709share/calibre/images/plugins/mobileread.png 1710share/calibre/images/plugins/mobileread.png
1710share/calibre/images/plugins/plugin_deprecated.png 1711share/calibre/images/plugins/plugin_deprecated.png
1711share/calibre/images/plugins/plugin_disabled_invalid.png 1712share/calibre/images/plugins/plugin_disabled_invalid.png
1712share/calibre/images/plugins/plugin_disabled_ok.png 1713share/calibre/images/plugins/plugin_disabled_ok.png
1713share/calibre/images/plugins/plugin_disabled_valid.png 1714share/calibre/images/plugins/plugin_disabled_valid.png
1714share/calibre/images/plugins/plugin_new.png 1715share/calibre/images/plugins/plugin_new.png
1715share/calibre/images/plugins/plugin_new_invalid.png 1716share/calibre/images/plugins/plugin_new_invalid.png
1716share/calibre/images/plugins/plugin_new_valid.png 1717share/calibre/images/plugins/plugin_new_valid.png
1717share/calibre/images/plugins/plugin_updater.png 1718share/calibre/images/plugins/plugin_updater.png
1718share/calibre/images/plugins/plugin_updater_updates.png 1719share/calibre/images/plugins/plugin_updater_updates.png
1719share/calibre/images/plugins/plugin_upgrade_invalid.png 1720share/calibre/images/plugins/plugin_upgrade_invalid.png
1720share/calibre/images/plugins/plugin_upgrade_ok.png 1721share/calibre/images/plugins/plugin_upgrade_ok.png
1721share/calibre/images/plugins/plugin_upgrade_valid.png 1722share/calibre/images/plugins/plugin_upgrade_valid.png
1722share/calibre/images/plus.png 1723share/calibre/images/plus.png
1723share/calibre/images/plusplus.png 1724share/calibre/images/plusplus.png
1724share/calibre/images/polish.png 1725share/calibre/images/polish.png
1725share/calibre/images/previous.png 1726share/calibre/images/previous.png
1726share/calibre/images/print.png 1727share/calibre/images/print.png
1727share/calibre/images/publisher.png 1728share/calibre/images/publisher.png
1728share/calibre/images/random.png 1729share/calibre/images/random.png
1729share/calibre/images/rating.png 1730share/calibre/images/rating.png
1730share/calibre/images/reader.png 1731share/calibre/images/reader.png
1731share/calibre/images/reports.png 1732share/calibre/images/reports.png
1732share/calibre/images/resize.png 1733share/calibre/images/resize.png
1733share/calibre/images/rotate-right.png 1734share/calibre/images/rotate-right.png
1734share/calibre/images/save.png 1735share/calibre/images/save.png
1735share/calibre/images/scheduler.png 1736share/calibre/images/scheduler.png
1736share/calibre/images/scroll.png 1737share/calibre/images/scroll.png
1737share/calibre/images/sd.png 1738share/calibre/images/sd.png
1738share/calibre/images/search.png 1739share/calibre/images/search.png
1739share/calibre/images/search_add_saved.png 1740share/calibre/images/search_add_saved.png
1740share/calibre/images/search_copy_saved.png 1741share/calibre/images/search_copy_saved.png
1741share/calibre/images/search_delete_saved.png 1742share/calibre/images/search_delete_saved.png
1742share/calibre/images/series.png 1743share/calibre/images/series.png
1743share/calibre/images/smarten-punctuation.png 1744share/calibre/images/smarten-punctuation.png
1744share/calibre/images/snippets.png 1745share/calibre/images/snippets.png
1745share/calibre/images/spell-check.png 1746share/calibre/images/spell-check.png
1746share/calibre/images/store.png 1747share/calibre/images/store.png
1747share/calibre/images/subset-fonts.png 1748share/calibre/images/subset-fonts.png
1748share/calibre/images/swap.png 1749share/calibre/images/swap.png
1749share/calibre/images/sync-right.png 1750share/calibre/images/sync-right.png
1750share/calibre/images/sync.png 1751share/calibre/images/sync.png
1751share/calibre/images/tags.png 1752share/calibre/images/tags.png
1752share/calibre/images/tb_folder.png 1753share/calibre/images/tb_folder.png
1753share/calibre/images/template_funcs.png 1754share/calibre/images/template_funcs.png
1754share/calibre/images/textures/dark_cloth.png 1755share/calibre/images/textures/dark_cloth.png
1755share/calibre/images/textures/dark_wood.png 1756share/calibre/images/textures/dark_wood.png
1756share/calibre/images/textures/grey_wash_wall.png 1757share/calibre/images/textures/grey_wash_wall.png
1757share/calibre/images/textures/light_wood.png 1758share/calibre/images/textures/light_wood.png
1758share/calibre/images/textures/subtle_wood.png 1759share/calibre/images/textures/subtle_wood.png
1759share/calibre/images/toc.png 1760share/calibre/images/toc.png
1760share/calibre/images/trash.png 1761share/calibre/images/trash.png
1761share/calibre/images/trim.png 1762share/calibre/images/trim.png
1762share/calibre/images/tweak.png 1763share/calibre/images/tweak.png
1763share/calibre/images/unpack-book.png 1764share/calibre/images/unpack-book.png
1764share/calibre/images/user_profile.png 1765share/calibre/images/user_profile.png
1765share/calibre/images/view-image.png 1766share/calibre/images/view-image.png
1766share/calibre/images/view-refresh.png 1767share/calibre/images/view-refresh.png
1767share/calibre/images/view.png 1768share/calibre/images/view.png
1768share/calibre/images/viewer.png 1769share/calibre/images/viewer.png
1769share/calibre/images/welcome_wizard.png 1770share/calibre/images/welcome_wizard.png
1770share/calibre/images/window-close.png 1771share/calibre/images/window-close.png
1771share/calibre/images/wizard.png 1772share/calibre/images/wizard.png
1772share/calibre/jacket/stylesheet.css 1773share/calibre/jacket/stylesheet.css
1773share/calibre/jacket/template.xhtml 1774share/calibre/jacket/template.xhtml
1774share/calibre/jquery.simulate.js 1775share/calibre/jquery.simulate.js
1775share/calibre/localization/iso3166.pickle 1776share/calibre/localization/iso3166.pickle
1776share/calibre/localization/iso639.pickle 1777share/calibre/localization/iso639.pickle
1777share/calibre/localization/locales.zip 1778share/calibre/localization/locales.zip
1778share/calibre/localization/pykakasi/itaijidict2.pickle 1779share/calibre/localization/pykakasi/itaijidict2.pickle
1779share/calibre/localization/pykakasi/kanadict2.pickle 1780share/calibre/localization/pykakasi/kanadict2.pickle
1780share/calibre/localization/pykakasi/kanwadict2.pickle 1781share/calibre/localization/pykakasi/kanwadict2.pickle
1781share/calibre/localization/stats.pickle 1782share/calibre/localization/stats.pickle
1782share/calibre/metadata_sqlite.sql 1783share/calibre/metadata_sqlite.sql
1783share/calibre/mime.types 1784share/calibre/mime.types
1784share/calibre/quick_start/deu.epub 1785share/calibre/quick_start/deu.epub
1785share/calibre/quick_start/eng.epub 1786share/calibre/quick_start/eng.epub
1786share/calibre/quick_start/fra.epub 1787share/calibre/quick_start/fra.epub
1787share/calibre/quick_start/ita.epub 1788share/calibre/quick_start/ita.epub
1788share/calibre/rapydscript/compiler.js.xz 1789share/calibre/rapydscript/compiler.js.xz
1789share/calibre/rapydscript/lib/elementmaker.pyj 1790share/calibre/rapydscript/lib/elementmaker.pyj
1790share/calibre/rapydscript/lib/gettext.pyj 1791share/calibre/rapydscript/lib/gettext.pyj
1791share/calibre/rapydscript/lib/math.pyj 1792share/calibre/rapydscript/lib/math.pyj
1792share/calibre/rapydscript/lib/operator.pyj 1793share/calibre/rapydscript/lib/operator.pyj
1793share/calibre/rapydscript/lib/random.pyj 1794share/calibre/rapydscript/lib/random.pyj
1794share/calibre/rapydscript/lib/re.pyj 1795share/calibre/rapydscript/lib/re.pyj
1795share/calibre/recipes/10minutos.recipe 1796share/calibre/recipes/10minutos.recipe
1796share/calibre/recipes/180.recipe 1797share/calibre/recipes/180.recipe
1797share/calibre/recipes/20_minutos.recipe 1798share/calibre/recipes/20_minutos.recipe
1798share/calibre/recipes/20minutes.recipe 1799share/calibre/recipes/20minutes.recipe
1799share/calibre/recipes/20minutos.recipe 1800share/calibre/recipes/20minutos.recipe
1800share/calibre/recipes/24sata.recipe 1801share/calibre/recipes/24sata.recipe
1801share/calibre/recipes/24sata_rs.recipe 1802share/calibre/recipes/24sata_rs.recipe
1802share/calibre/recipes/3dnews.recipe 1803share/calibre/recipes/3dnews.recipe
1803share/calibre/recipes/7dias.recipe 1804share/calibre/recipes/7dias.recipe
1804share/calibre/recipes/7seri.recipe 1805share/calibre/recipes/7seri.recipe
1805share/calibre/recipes/Ansa.recipe 1806share/calibre/recipes/Ansa.recipe
1806share/calibre/recipes/DrawAndCook.recipe 1807share/calibre/recipes/DrawAndCook.recipe
1807share/calibre/recipes/ZIVE.sk.recipe 1808share/calibre/recipes/ZIVE.sk.recipe
1808share/calibre/recipes/aachener_nachrichten.recipe 1809share/calibre/recipes/aachener_nachrichten.recipe
1809share/calibre/recipes/abc.recipe 1810share/calibre/recipes/abc.recipe
1810share/calibre/recipes/abc_au.recipe 1811share/calibre/recipes/abc_au.recipe
1811share/calibre/recipes/abc_es.recipe 1812share/calibre/recipes/abc_es.recipe
1812share/calibre/recipes/abc_py.recipe 1813share/calibre/recipes/abc_py.recipe
1813share/calibre/recipes/accountancyage.recipe 1814share/calibre/recipes/accountancyage.recipe
1814share/calibre/recipes/acim_bilim_dergisi.recipe 1815share/calibre/recipes/acim_bilim_dergisi.recipe
1815share/calibre/recipes/acrimed.recipe 1816share/calibre/recipes/acrimed.recipe
1816share/calibre/recipes/ad.recipe 1817share/calibre/recipes/ad.recipe
1817share/calibre/recipes/adevarul.recipe 1818share/calibre/recipes/adevarul.recipe
1818share/calibre/recipes/adnkronos.recipe 1819share/calibre/recipes/adnkronos.recipe
1819share/calibre/recipes/ads_of_the_world.recipe 1820share/calibre/recipes/ads_of_the_world.recipe
1820share/calibre/recipes/adventure_zone_pl.recipe 1821share/calibre/recipes/adventure_zone_pl.recipe
1821share/calibre/recipes/adventuregamers.recipe 1822share/calibre/recipes/adventuregamers.recipe
1822share/calibre/recipes/aftenposten.recipe 1823share/calibre/recipes/aftenposten.recipe
1823share/calibre/recipes/agrogerila.recipe 1824share/calibre/recipes/agrogerila.recipe
1824share/calibre/recipes/aif_ru.recipe 1825share/calibre/recipes/aif_ru.recipe
1825share/calibre/recipes/air_force_times.recipe 1826share/calibre/recipes/air_force_times.recipe
1826share/calibre/recipes/ajc.recipe 1827share/calibre/recipes/ajc.recipe
1827share/calibre/recipes/ajiajin.recipe 1828share/calibre/recipes/ajiajin.recipe
1828share/calibre/recipes/aksiyon_derigisi.recipe 1829share/calibre/recipes/aksiyon_derigisi.recipe
1829share/calibre/recipes/akter.recipe 1830share/calibre/recipes/akter.recipe
1830share/calibre/recipes/akter_dnevnik.recipe 1831share/calibre/recipes/akter_dnevnik.recipe
1831share/calibre/recipes/aktualne.cz.recipe 1832share/calibre/recipes/aktualne.cz.recipe
1832share/calibre/recipes/al_ahram.recipe 1833share/calibre/recipes/al_ahram.recipe
1833share/calibre/recipes/al_jazeera.recipe 1834share/calibre/recipes/al_jazeera.recipe
1834share/calibre/recipes/al_masry_al_youm.recipe 1835share/calibre/recipes/al_masry_al_youm.recipe
1835share/calibre/recipes/al_monitor.recipe 1836share/calibre/recipes/al_monitor.recipe
1836share/calibre/recipes/albert_mohler.recipe 1837share/calibre/recipes/albert_mohler.recipe
1837share/calibre/recipes/alejakomiksu_com.recipe 1838share/calibre/recipes/alejakomiksu_com.recipe
1838share/calibre/recipes/alo_novine.recipe 1839share/calibre/recipes/alo_novine.recipe
1839share/calibre/recipes/alt_om_herning.recipe 1840share/calibre/recipes/alt_om_herning.recipe
1840share/calibre/recipes/alternet.recipe 1841share/calibre/recipes/alternet.recipe
1841share/calibre/recipes/am730.recipe 1842share/calibre/recipes/am730.recipe
1842share/calibre/recipes/ambito.recipe 1843share/calibre/recipes/ambito.recipe
1843share/calibre/recipes/ambito_financiero.recipe 1844share/calibre/recipes/ambito_financiero.recipe
1844share/calibre/recipes/american_thinker.recipe 1845share/calibre/recipes/american_thinker.recipe
1845share/calibre/recipes/amspec.recipe 1846share/calibre/recipes/amspec.recipe
1846share/calibre/recipes/an_druma_mor.recipe 1847share/calibre/recipes/an_druma_mor.recipe
1847share/calibre/recipes/anandtech.recipe 1848share/calibre/recipes/anandtech.recipe
1848share/calibre/recipes/anchorage_daily.recipe 1849share/calibre/recipes/anchorage_daily.recipe
1849share/calibre/recipes/android_com_pl.recipe 1850share/calibre/recipes/android_com_pl.recipe
1850share/calibre/recipes/animal_politico.recipe 1851share/calibre/recipes/animal_politico.recipe
1851share/calibre/recipes/antyweb.recipe 1852share/calibre/recipes/antyweb.recipe
1852share/calibre/recipes/ap.recipe 1853share/calibre/recipes/ap.recipe
1853share/calibre/recipes/apcom.recipe 1854share/calibre/recipes/apcom.recipe
1854share/calibre/recipes/apod.recipe 1855share/calibre/recipes/apod.recipe
1855share/calibre/recipes/app_funds.recipe 1856share/calibre/recipes/app_funds.recipe
1856share/calibre/recipes/apple_daily.recipe 1857share/calibre/recipes/apple_daily.recipe
1857share/calibre/recipes/appledaily_tw.recipe 1858share/calibre/recipes/appledaily_tw.recipe
1858share/calibre/recipes/applefobia.recipe 1859share/calibre/recipes/applefobia.recipe
1859share/calibre/recipes/aprospect.recipe 1860share/calibre/recipes/aprospect.recipe
1860share/calibre/recipes/ara_info.recipe 1861share/calibre/recipes/ara_info.recipe
1861share/calibre/recipes/arabian_business.recipe 1862share/calibre/recipes/arabian_business.recipe
1862share/calibre/recipes/arbetaren.recipe 1863share/calibre/recipes/arbetaren.recipe
1863share/calibre/recipes/arcadia.recipe 1864share/calibre/recipes/arcadia.recipe
1864share/calibre/recipes/arcamax.recipe 1865share/calibre/recipes/arcamax.recipe
1865share/calibre/recipes/archeowiesci.recipe 1866share/calibre/recipes/archeowiesci.recipe
1866share/calibre/recipes/argnoticias.recipe 1867share/calibre/recipes/argnoticias.recipe
1867share/calibre/recipes/arizona_republic.recipe 1868share/calibre/recipes/arizona_republic.recipe
1868share/calibre/recipes/army_times.recipe 1869share/calibre/recipes/army_times.recipe
1869share/calibre/recipes/arret_sur_images.recipe 1870share/calibre/recipes/arret_sur_images.recipe
1870share/calibre/recipes/ars_technica.recipe 1871share/calibre/recipes/ars_technica.recipe
1871share/calibre/recipes/asco_de_vida.recipe 1872share/calibre/recipes/asco_de_vida.recipe
1872share/calibre/recipes/asia_one.recipe 1873share/calibre/recipes/asia_one.recipe
1873share/calibre/recipes/asianreviewofbooks.recipe 1874share/calibre/recipes/asianreviewofbooks.recipe
1874share/calibre/recipes/astro_news_pl.recipe 1875share/calibre/recipes/astro_news_pl.recipe
1875share/calibre/recipes/astroflesz.recipe 1876share/calibre/recipes/astroflesz.recipe
1876share/calibre/recipes/athens_news.recipe 1877share/calibre/recipes/athens_news.recipe
1877share/calibre/recipes/atlantic.recipe 1878share/calibre/recipes/atlantic.recipe
1878share/calibre/recipes/atlantic_com.recipe 1879share/calibre/recipes/atlantic_com.recipe
1879share/calibre/recipes/attac_es.recipe 1880share/calibre/recipes/attac_es.recipe
1880share/calibre/recipes/auto.recipe 1881share/calibre/recipes/auto.recipe
1881share/calibre/recipes/auto_blog.recipe 1882share/calibre/recipes/auto_blog.recipe
1882share/calibre/recipes/auto_prove.recipe 1883share/calibre/recipes/auto_prove.recipe
1883share/calibre/recipes/autobild.recipe 1884share/calibre/recipes/autobild.recipe
1884share/calibre/recipes/automatiseringgids.recipe 1885share/calibre/recipes/automatiseringgids.recipe
1885share/calibre/recipes/autosport.recipe 1886share/calibre/recipes/autosport.recipe
1886share/calibre/recipes/avantaje.recipe 1887share/calibre/recipes/avantaje.recipe
1887share/calibre/recipes/aventurilapescuit.recipe 1888share/calibre/recipes/aventurilapescuit.recipe
1888share/calibre/recipes/avto-magazin.recipe 1889share/calibre/recipes/avto-magazin.recipe
1889share/calibre/recipes/axxon_magazine.recipe 1890share/calibre/recipes/axxon_magazine.recipe
1890share/calibre/recipes/axxon_news.recipe 1891share/calibre/recipes/axxon_news.recipe
1891share/calibre/recipes/azstarnet.recipe 1892share/calibre/recipes/azstarnet.recipe
1892share/calibre/recipes/b365realitatea.recipe 1893share/calibre/recipes/b365realitatea.recipe
1893share/calibre/recipes/b92.recipe 1894share/calibre/recipes/b92.recipe
1894share/calibre/recipes/ba_herald.recipe 1895share/calibre/recipes/ba_herald.recipe
1895share/calibre/recipes/babyonline.recipe 1896share/calibre/recipes/babyonline.recipe
1896share/calibre/recipes/badania_net.recipe 1897share/calibre/recipes/badania_net.recipe
1897share/calibre/recipes/balkaninsight.recipe 1898share/calibre/recipes/balkaninsight.recipe
1898share/calibre/recipes/baltimore_sun.recipe 1899share/calibre/recipes/baltimore_sun.recipe
1899share/calibre/recipes/banat_news.recipe 1900share/calibre/recipes/banat_news.recipe
1900share/calibre/recipes/bangkok_biz.recipe 1901share/calibre/recipes/bangkok_biz.recipe
1901share/calibre/recipes/bangkokpost.recipe 1902share/calibre/recipes/bangkokpost.recipe
1902share/calibre/recipes/bankier_pl.recipe 1903share/calibre/recipes/bankier_pl.recipe
1903share/calibre/recipes/barrons.recipe 1904share/calibre/recipes/barrons.recipe
1904share/calibre/recipes/bash_org_pl.recipe 1905share/calibre/recipes/bash_org_pl.recipe
1905share/calibre/recipes/bay_citizen.recipe 1906share/calibre/recipes/bay_citizen.recipe
1906share/calibre/recipes/bbc.recipe 1907share/calibre/recipes/bbc.recipe
1907share/calibre/recipes/bbc_arabic.recipe 1908share/calibre/recipes/bbc_arabic.recipe
1908share/calibre/recipes/bbc_brasil.recipe 1909share/calibre/recipes/bbc_brasil.recipe
1909share/calibre/recipes/bbc_chinese.recipe 1910share/calibre/recipes/bbc_chinese.recipe
1910share/calibre/recipes/bbc_es.recipe 1911share/calibre/recipes/bbc_es.recipe
1911share/calibre/recipes/bbc_fast.recipe 1912share/calibre/recipes/bbc_fast.recipe
1912share/calibre/recipes/bbc_sport.recipe 1913share/calibre/recipes/bbc_sport.recipe
1913share/calibre/recipes/bbcvietnamese.recipe 1914share/calibre/recipes/bbcvietnamese.recipe
1914share/calibre/recipes/benchmark_pl.recipe 1915share/calibre/recipes/benchmark_pl.recipe
1915share/calibre/recipes/beppe_grillo.recipe 1916share/calibre/recipes/beppe_grillo.recipe
1916share/calibre/recipes/berliner_zeitung.recipe 1917share/calibre/recipes/berliner_zeitung.recipe
1917share/calibre/recipes/berlingske_dk.recipe 1918share/calibre/recipes/berlingske_dk.recipe
1918share/calibre/recipes/berria.recipe 1919share/calibre/recipes/berria.recipe
1919share/calibre/recipes/beta.recipe 1920share/calibre/recipes/beta.recipe
1920share/calibre/recipes/beta_en.recipe 1921share/calibre/recipes/beta_en.recipe
1921share/calibre/recipes/biamag.recipe 1922share/calibre/recipes/biamag.recipe
1922share/calibre/recipes/biamag_en.recipe 1923share/calibre/recipes/biamag_en.recipe
1923share/calibre/recipes/bianet.recipe 1924share/calibre/recipes/bianet.recipe
1924share/calibre/recipes/big_oven.recipe 1925share/calibre/recipes/big_oven.recipe
1925share/calibre/recipes/big_picture.recipe 1926share/calibre/recipes/big_picture.recipe
1926share/calibre/recipes/biggovernment.recipe 1927share/calibre/recipes/biggovernment.recipe
1927share/calibre/recipes/bighollywood.recipe 1928share/calibre/recipes/bighollywood.recipe
1928share/calibre/recipes/bild_de.recipe 1929share/calibre/recipes/bild_de.recipe
1929share/calibre/recipes/billorielly.recipe 1930share/calibre/recipes/billorielly.recipe
1930share/calibre/recipes/biolog_pl.recipe 1931share/calibre/recipes/biolog_pl.recipe
1931share/calibre/recipes/birgun_gazetesi.recipe 1932share/calibre/recipes/birgun_gazetesi.recipe
1932share/calibre/recipes/birmingham_evening_mail.recipe 1933share/calibre/recipes/birmingham_evening_mail.recipe
1933share/calibre/recipes/birmingham_post.recipe 1934share/calibre/recipes/birmingham_post.recipe
1934share/calibre/recipes/bitacora.recipe 1935share/calibre/recipes/bitacora.recipe
1935share/calibre/recipes/biweekly.recipe 1936share/calibre/recipes/biweekly.recipe
1936share/calibre/recipes/biz_portal.recipe 1937share/calibre/recipes/biz_portal.recipe
1937share/calibre/recipes/blesk.recipe 1938share/calibre/recipes/blesk.recipe
1938share/calibre/recipes/blic.recipe 1939share/calibre/recipes/blic.recipe
1939share/calibre/recipes/blog_da_cidadania.recipe 1940share/calibre/recipes/blog_da_cidadania.recipe
1940share/calibre/recipes/blues.recipe 1941share/calibre/recipes/blues.recipe
1941share/calibre/recipes/boortz.recipe 1942share/calibre/recipes/boortz.recipe
1942share/calibre/recipes/borse_online.recipe 1943share/calibre/recipes/borse_online.recipe
1943share/calibre/recipes/boston.com.recipe 1944share/calibre/recipes/boston.com.recipe
1944share/calibre/recipes/brand_eins.recipe 1945share/calibre/recipes/brand_eins.recipe
1945share/calibre/recipes/brasil_de_fato.recipe 1946share/calibre/recipes/brasil_de_fato.recipe
1946share/calibre/recipes/brecha.recipe 1947share/calibre/recipes/brecha.recipe
1947share/calibre/recipes/brewiarz.recipe 1948share/calibre/recipes/brewiarz.recipe
1948share/calibre/recipes/brigitte_de.recipe 1949share/calibre/recipes/brigitte_de.recipe
1949share/calibre/recipes/bucataras.recipe 1950share/calibre/recipes/bucataras.recipe
1950share/calibre/recipes/buchreport.recipe 1951share/calibre/recipes/buchreport.recipe
1951share/calibre/recipes/buckmasters.recipe 1952share/calibre/recipes/buckmasters.recipe
1952share/calibre/recipes/buenosaireseconomico.recipe 1953share/calibre/recipes/buenosaireseconomico.recipe
1953share/calibre/recipes/buffalo_news.recipe 1954share/calibre/recipes/buffalo_news.recipe
1954share/calibre/recipes/bugun_gazetesi.recipe 1955share/calibre/recipes/bugun_gazetesi.recipe
1955share/calibre/recipes/business_insider.recipe 1956share/calibre/recipes/business_insider.recipe
1956share/calibre/recipes/business_spectator.recipe 1957share/calibre/recipes/business_spectator.recipe
1957share/calibre/recipes/business_standard.recipe 1958share/calibre/recipes/business_standard.recipe
1958share/calibre/recipes/businessworldin.recipe 1959share/calibre/recipes/businessworldin.recipe
1959share/calibre/recipes/cacm.recipe 1960share/calibre/recipes/cacm.recipe
1960share/calibre/recipes/cafcaf_dergisi.recipe 1961share/calibre/recipes/cafcaf_dergisi.recipe
1961share/calibre/recipes/caijing.recipe 1962share/calibre/recipes/caijing.recipe
1962share/calibre/recipes/calcalist.recipe 1963share/calibre/recipes/calcalist.recipe
1963share/calibre/recipes/calgary_herald.recipe 1964share/calibre/recipes/calgary_herald.recipe
1964share/calibre/recipes/calibre_blog.recipe 1965share/calibre/recipes/calibre_blog.recipe
1965share/calibre/recipes/camera_di_commercio_di_bari.recipe 1966share/calibre/recipes/camera_di_commercio_di_bari.recipe
1966share/calibre/recipes/canardpc.recipe 1967share/calibre/recipes/canardpc.recipe
1967share/calibre/recipes/capes_n_babes.recipe 1968share/calibre/recipes/capes_n_babes.recipe
1968share/calibre/recipes/capital.recipe 1969share/calibre/recipes/capital.recipe
1969share/calibre/recipes/capital_de.recipe 1970share/calibre/recipes/capital_de.recipe
1970share/calibre/recipes/capital_gr.recipe 1971share/calibre/recipes/capital_gr.recipe
1971share/calibre/recipes/caravan_magazine.recipe 1972share/calibre/recipes/caravan_magazine.recipe
1972share/calibre/recipes/caros_amigos.recipe 1973share/calibre/recipes/caros_amigos.recipe
1973share/calibre/recipes/carta.recipe 1974share/calibre/recipes/carta.recipe
1974share/calibre/recipes/carta_capital.recipe 1975share/calibre/recipes/carta_capital.recipe
1975share/calibre/recipes/catavencii.recipe 1976share/calibre/recipes/catavencii.recipe
1976share/calibre/recipes/catavencu.recipe 1977share/calibre/recipes/catavencu.recipe
1977share/calibre/recipes/catholic_daily_readings.recipe 1978share/calibre/recipes/catholic_daily_readings.recipe
1978share/calibre/recipes/catholic_news_agency.recipe 1979share/calibre/recipes/catholic_news_agency.recipe
1979share/calibre/recipes/cato.recipe 1980share/calibre/recipes/cato.recipe
1980share/calibre/recipes/cbc_canada.recipe 1981share/calibre/recipes/cbc_canada.recipe
1981share/calibre/recipes/cbn.recipe 1982share/calibre/recipes/cbn.recipe
1982share/calibre/recipes/cd_action.recipe 1983share/calibre/recipes/cd_action.recipe
1983share/calibre/recipes/cdrinfo_pl.recipe 1984share/calibre/recipes/cdrinfo_pl.recipe
1984share/calibre/recipes/ceska_pozice.recipe 1985share/calibre/recipes/ceska_pozice.recipe
1985share/calibre/recipes/ceske_noviny.recipe 1986share/calibre/recipes/ceske_noviny.recipe
1986share/calibre/recipes/cesky_rozhlas_6.recipe 1987share/calibre/recipes/cesky_rozhlas_6.recipe
1987share/calibre/recipes/cetnixploitation.recipe 1988share/calibre/recipes/cetnixploitation.recipe
1988share/calibre/recipes/cgm_pl.recipe 1989share/calibre/recipes/cgm_pl.recipe
1989share/calibre/recipes/champion.recipe 1990share/calibre/recipes/champion.recipe
1990share/calibre/recipes/chicago_breaking_news.recipe 1991share/calibre/recipes/chicago_breaking_news.recipe
1991share/calibre/recipes/chicago_tribune.recipe 1992share/calibre/recipes/chicago_tribune.recipe
1992share/calibre/recipes/china_economic_net.recipe 1993share/calibre/recipes/china_economic_net.recipe
1993share/calibre/recipes/china_post.recipe 1994share/calibre/recipes/china_post.recipe
1994share/calibre/recipes/china_press.recipe 1995share/calibre/recipes/china_press.recipe
1995share/calibre/recipes/china_times.recipe 1996share/calibre/recipes/china_times.recipe
1996share/calibre/recipes/chinadaily.recipe 1997share/calibre/recipes/chinadaily.recipe
1997share/calibre/recipes/chipro.recipe 1998share/calibre/recipes/chipro.recipe
1998share/calibre/recipes/chosun.recipe 1999share/calibre/recipes/chosun.recipe
1999share/calibre/recipes/chowk.recipe 2000share/calibre/recipes/chowk.recipe
2000share/calibre/recipes/chr_mon.recipe 2001share/calibre/recipes/chr_mon.recipe
2001share/calibre/recipes/christian_post.recipe 2002share/calibre/recipes/christian_post.recipe
2002share/calibre/recipes/chronicle_higher_ed.recipe 2003share/calibre/recipes/chronicle_higher_ed.recipe
2003share/calibre/recipes/cicero.recipe 2004share/calibre/recipes/cicero.recipe
2004share/calibre/recipes/ciekawostki_historyczne.recipe 2005share/calibre/recipes/ciekawostki_historyczne.recipe
2005share/calibre/recipes/cincinnati_enquirer.recipe 2006share/calibre/recipes/cincinnati_enquirer.recipe
2006share/calibre/recipes/cinco_dias.recipe 2007share/calibre/recipes/cinco_dias.recipe
2007share/calibre/recipes/cinebel_be.recipe 2008share/calibre/recipes/cinebel_be.recipe
2008share/calibre/recipes/cio.recipe 2009share/calibre/recipes/cio.recipe
2009share/calibre/recipes/cio_magazine.recipe 2010share/calibre/recipes/cio_magazine.recipe
2010share/calibre/recipes/ciperchile.recipe 2011share/calibre/recipes/ciperchile.recipe
2011share/calibre/recipes/cjr.recipe 2012share/calibre/recipes/cjr.recipe
2012share/calibre/recipes/clarin.recipe 2013share/calibre/recipes/clarin.recipe
2013share/calibre/recipes/clarion_ledger.recipe 2014share/calibre/recipes/clarion_ledger.recipe
2014share/calibre/recipes/clic_rbs.recipe 2015share/calibre/recipes/clic_rbs.recipe
2015share/calibre/recipes/climate_progress.recipe 2016share/calibre/recipes/climate_progress.recipe
2016share/calibre/recipes/cm_journal.recipe 2017share/calibre/recipes/cm_journal.recipe
2017share/calibre/recipes/cnd.recipe 2018share/calibre/recipes/cnd.recipe
2018share/calibre/recipes/cnd_weekly.recipe 2019share/calibre/recipes/cnd_weekly.recipe
2019share/calibre/recipes/cnetjapan.recipe 2020share/calibre/recipes/cnetjapan.recipe
2020share/calibre/recipes/cnetjapan_digital.recipe 2021share/calibre/recipes/cnetjapan_digital.recipe
2021share/calibre/recipes/cnetjapan_release.recipe 2022share/calibre/recipes/cnetjapan_release.recipe
2022share/calibre/recipes/cnetnews.recipe 2023share/calibre/recipes/cnetnews.recipe
2023share/calibre/recipes/cnn.recipe 2024share/calibre/recipes/cnn.recipe
2024share/calibre/recipes/coding_horror.recipe 2025share/calibre/recipes/coding_horror.recipe
2025share/calibre/recipes/colta.recipe 2026share/calibre/recipes/colta.recipe
2026share/calibre/recipes/columbusdispatch.recipe 2027share/calibre/recipes/columbusdispatch.recipe
2027share/calibre/recipes/common_dreams.recipe 2028share/calibre/recipes/common_dreams.recipe
2028share/calibre/recipes/computer_active.recipe 2029share/calibre/recipes/computer_active.recipe
2029share/calibre/recipes/computer_woche.recipe 2030share/calibre/recipes/computer_woche.recipe
2030share/calibre/recipes/computerworld_pl.recipe 2031share/calibre/recipes/computerworld_pl.recipe
2031share/calibre/recipes/conowego_pl.recipe 2032share/calibre/recipes/conowego_pl.recipe
2032share/calibre/recipes/consortium_news.recipe 2033share/calibre/recipes/consortium_news.recipe
2033share/calibre/recipes/consumerist.recipe 2034share/calibre/recipes/consumerist.recipe
2034share/calibre/recipes/contemporary_argentine_writers.recipe 2035share/calibre/recipes/contemporary_argentine_writers.recipe
2035share/calibre/recipes/corren2.recipe 2036share/calibre/recipes/corren2.recipe
2036share/calibre/recipes/corriere_della_sera_en.recipe 2037share/calibre/recipes/corriere_della_sera_en.recipe
2037share/calibre/recipes/corriere_della_sera_it.recipe 2038share/calibre/recipes/corriere_della_sera_it.recipe
2038share/calibre/recipes/corriere_dello_sport.recipe 2039share/calibre/recipes/corriere_dello_sport.recipe
2039share/calibre/recipes/cosmopolitan.recipe 2040share/calibre/recipes/cosmopolitan.recipe
2040share/calibre/recipes/cosmopolitan_de.recipe 2041share/calibre/recipes/cosmopolitan_de.recipe
2041share/calibre/recipes/cosmopolitan_uk.recipe 2042share/calibre/recipes/cosmopolitan_uk.recipe
2042share/calibre/recipes/cotidianul.recipe 2043share/calibre/recipes/cotidianul.recipe
2043share/calibre/recipes/counterpunch.recipe 2044share/calibre/recipes/counterpunch.recipe
2044share/calibre/recipes/countryfile.recipe 2045share/calibre/recipes/countryfile.recipe
2045share/calibre/recipes/courier_mail.recipe 2046share/calibre/recipes/courier_mail.recipe
2046share/calibre/recipes/courrier.recipe 2047share/calibre/recipes/courrier.recipe
2047share/calibre/recipes/courrierinternational.recipe 2048share/calibre/recipes/courrierinternational.recipe
2048share/calibre/recipes/cracked_com.recipe 2049share/calibre/recipes/cracked_com.recipe
2049share/calibre/recipes/craigslist.recipe 2050share/calibre/recipes/craigslist.recipe
2050share/calibre/recipes/credit_slips.recipe 2051share/calibre/recipes/credit_slips.recipe
2051share/calibre/recipes/csid.recipe 2052share/calibre/recipes/csid.recipe
2052share/calibre/recipes/ct24.recipe 2053share/calibre/recipes/ct24.recipe
2053share/calibre/recipes/cubadebate.recipe 2054share/calibre/recipes/cubadebate.recipe
2054share/calibre/recipes/cumhuriyet.recipe 2055share/calibre/recipes/cumhuriyet.recipe
2055share/calibre/recipes/curierulnational.recipe 2056share/calibre/recipes/curierulnational.recipe
2056share/calibre/recipes/cvecezla.recipe 2057share/calibre/recipes/cvecezla.recipe
2057share/calibre/recipes/cyberpresse.recipe 2058share/calibre/recipes/cyberpresse.recipe
2058share/calibre/recipes/cynewslive.recipe 2059share/calibre/recipes/cynewslive.recipe
2059share/calibre/recipes/cyprus_weekly.recipe 2060share/calibre/recipes/cyprus_weekly.recipe
2060share/calibre/recipes/czas_gentlemanow.recipe 2061share/calibre/recipes/czas_gentlemanow.recipe
2061share/calibre/recipes/dachauer_nachrichten.recipe 2062share/calibre/recipes/dachauer_nachrichten.recipe
2062share/calibre/recipes/dagens_industri.recipe 2063share/calibre/recipes/dagens_industri.recipe
2063share/calibre/recipes/daily_express.recipe 2064share/calibre/recipes/daily_express.recipe
2064share/calibre/recipes/daily_mail.recipe 2065share/calibre/recipes/daily_mail.recipe
2065share/calibre/recipes/daily_mirror.recipe 2066share/calibre/recipes/daily_mirror.recipe
2066share/calibre/recipes/daily_telegraph.recipe 2067share/calibre/recipes/daily_telegraph.recipe
2067share/calibre/recipes/daily_writing_tips.recipe 2068share/calibre/recipes/daily_writing_tips.recipe
2068share/calibre/recipes/dailyreckoning.recipe 2069share/calibre/recipes/dailyreckoning.recipe
2069share/calibre/recipes/dailytportal.recipe 2070share/calibre/recipes/dailytportal.recipe
2070share/calibre/recipes/dallas.recipe 2071share/calibre/recipes/dallas.recipe
2071share/calibre/recipes/danas.recipe 2072share/calibre/recipes/danas.recipe
2072share/calibre/recipes/dani.recipe 2073share/calibre/recipes/dani.recipe
2073share/calibre/recipes/dark_horizons.recipe 2074share/calibre/recipes/dark_horizons.recipe
2074share/calibre/recipes/dark_reading.recipe 2075share/calibre/recipes/dark_reading.recipe
2075share/calibre/recipes/darknet.recipe 2076share/calibre/recipes/darknet.recipe
2076share/calibre/recipes/datasport.recipe 2077share/calibre/recipes/datasport.recipe
2077share/calibre/recipes/daum_net.recipe 2078share/calibre/recipes/daum_net.recipe
2078share/calibre/recipes/dawn.recipe 2079share/calibre/recipes/dawn.recipe
2079share/calibre/recipes/daytona_beach.recipe 2080share/calibre/recipes/daytona_beach.recipe
2080share/calibre/recipes/dbb.recipe 2081share/calibre/recipes/dbb.recipe
2081share/calibre/recipes/de_standaard.recipe 2082share/calibre/recipes/de_standaard.recipe
2082share/calibre/recipes/deadspin.recipe 2083share/calibre/recipes/deadspin.recipe
2083share/calibre/recipes/deccan_herald.recipe 2084share/calibre/recipes/deccan_herald.recipe
2084share/calibre/recipes/defensenews.recipe 2085share/calibre/recipes/defensenews.recipe
2085share/calibre/recipes/degentenaar.recipe 2086share/calibre/recipes/degentenaar.recipe
2086share/calibre/recipes/deia.recipe 
2087share/calibre/recipes/delco_times.recipe 2087share/calibre/recipes/delco_times.recipe
2088share/calibre/recipes/demagog.cz.recipe 2088share/calibre/recipes/demagog.cz.recipe
2089share/calibre/recipes/democracy_journal.recipe 2089share/calibre/recipes/democracy_journal.recipe
2090share/calibre/recipes/democracy_now.recipe 2090share/calibre/recipes/democracy_now.recipe
2091share/calibre/recipes/demorgen_be.recipe 2091share/calibre/recipes/demorgen_be.recipe
2092share/calibre/recipes/den_of_geek.recipe 2092share/calibre/recipes/den_of_geek.recipe
2093share/calibre/recipes/denik.cz.recipe 2093share/calibre/recipes/denik.cz.recipe
2094share/calibre/recipes/denik_referendum.recipe 2094share/calibre/recipes/denik_referendum.recipe
2095share/calibre/recipes/denver_post.recipe 2095share/calibre/recipes/denver_post.recipe
2096share/calibre/recipes/der_spiegel.recipe 2096share/calibre/recipes/der_spiegel.recipe
2097share/calibre/recipes/der_standard.recipe 2097share/calibre/recipes/der_standard.recipe
2098share/calibre/recipes/deredactie.recipe 2098share/calibre/recipes/deredactie.recipe
2099share/calibre/recipes/derin_dusunce.recipe 2099share/calibre/recipes/derin_dusunce.recipe
2100share/calibre/recipes/descopera.recipe 2100share/calibre/recipes/descopera.recipe
2101share/calibre/recipes/descopera_org.recipe 2101share/calibre/recipes/descopera_org.recipe
2102share/calibre/recipes/desiring_god.recipe 2102share/calibre/recipes/desiring_god.recipe
2103share/calibre/recipes/detroit_news.recipe 2103share/calibre/recipes/detroit_news.recipe
2104share/calibre/recipes/deutsche_welle_bs.recipe 2104share/calibre/recipes/deutsche_welle_bs.recipe
2105share/calibre/recipes/deutsche_welle_en.recipe 2105share/calibre/recipes/deutsche_welle_en.recipe
2106share/calibre/recipes/deutsche_welle_es.recipe 2106share/calibre/recipes/deutsche_welle_es.recipe
2107share/calibre/recipes/deutsche_welle_hr.recipe 2107share/calibre/recipes/deutsche_welle_hr.recipe
2108share/calibre/recipes/deutsche_welle_pt.recipe 2108share/calibre/recipes/deutsche_welle_pt.recipe
2109share/calibre/recipes/deutsche_welle_sr.recipe 2109share/calibre/recipes/deutsche_welle_sr.recipe
2110share/calibre/recipes/developpez.recipe 2110share/calibre/recipes/developpez.recipe
2111share/calibre/recipes/dhnet_be.recipe 2111share/calibre/recipes/dhnet_be.recipe
2112share/calibre/recipes/di.recipe 2112share/calibre/recipes/di.recipe
2113share/calibre/recipes/diagonal.recipe 2113share/calibre/recipes/diagonal.recipe
2114share/calibre/recipes/diagonales.recipe 2114share/calibre/recipes/diagonales.recipe
2115share/calibre/recipes/diario_cordoba.recipe 2115share/calibre/recipes/diario_cordoba.recipe
2116share/calibre/recipes/diario_de_noticias.recipe 2116share/calibre/recipes/diario_de_noticias.recipe
2117share/calibre/recipes/diario_el_pueblo.recipe 2117share/calibre/recipes/diario_el_pueblo.recipe
2118share/calibre/recipes/diario_extra.recipe 2118share/calibre/recipes/diario_extra.recipe
2119share/calibre/recipes/diario_ibiza.recipe 2119share/calibre/recipes/diario_ibiza.recipe
2120share/calibre/recipes/diario_la_republica.recipe 2120share/calibre/recipes/diario_la_republica.recipe
2121share/calibre/recipes/diario_salto.recipe 2121share/calibre/recipes/diario_salto.recipe
2122share/calibre/recipes/diario_sport.recipe 2122share/calibre/recipes/diario_sport.recipe
2123share/calibre/recipes/diariovasco.recipe 2123share/calibre/recipes/diariovasco.recipe
2124share/calibre/recipes/diepresse.recipe 2124share/calibre/recipes/diepresse.recipe
2125share/calibre/recipes/digital_arts.recipe 2125share/calibre/recipes/digital_arts.recipe
2126share/calibre/recipes/digitaljournal.recipe 2126share/calibre/recipes/digitaljournal.recipe
2127share/calibre/recipes/digitalspy_uk.recipe 2127share/calibre/recipes/digitalspy_uk.recipe
2128share/calibre/recipes/digizone.recipe 2128share/calibre/recipes/digizone.recipe
2129share/calibre/recipes/dilbert.recipe 2129share/calibre/recipes/dilbert.recipe
2130share/calibre/recipes/dilemaveche.recipe 2130share/calibre/recipes/dilemaveche.recipe
2131share/calibre/recipes/dingoo_a320.recipe 2131share/calibre/recipes/dingoo_a320.recipe
2132share/calibre/recipes/discover_magazine.recipe 2132share/calibre/recipes/discover_magazine.recipe
2133share/calibre/recipes/discover_magazine_monthly.recipe 2133share/calibre/recipes/discover_magazine_monthly.recipe
2134share/calibre/recipes/disinformatico.recipe 2134share/calibre/recipes/disinformatico.recipe
2135share/calibre/recipes/divahair.recipe 2135share/calibre/recipes/divahair.recipe
2136share/calibre/recipes/dn_se.recipe 2136share/calibre/recipes/dn_se.recipe
2137share/calibre/recipes/dna.recipe 2137share/calibre/recipes/dna.recipe
2138share/calibre/recipes/dnevni_avaz.recipe 2138share/calibre/recipes/dnevni_avaz.recipe
2139share/calibre/recipes/dnevnik.recipe 2139share/calibre/recipes/dnevnik.recipe
2140share/calibre/recipes/dnevnik_cro.recipe 2140share/calibre/recipes/dnevnik_cro.recipe
2141share/calibre/recipes/dnevnik_mk.recipe 2141share/calibre/recipes/dnevnik_mk.recipe
2142share/calibre/recipes/dobanevinosti.recipe 2142share/calibre/recipes/dobanevinosti.recipe
2143share/calibre/recipes/dobreprogamy.recipe 2143share/calibre/recipes/dobreprogamy.recipe
2144share/calibre/recipes/doghousediaries.recipe 2144share/calibre/recipes/doghousediaries.recipe
2145share/calibre/recipes/dominion.recipe 2145share/calibre/recipes/dominion.recipe
2146share/calibre/recipes/dorfener_anzeiger.recipe 2146share/calibre/recipes/dorfener_anzeiger.recipe
2147share/calibre/recipes/dosisdiarias.recipe 2147share/calibre/recipes/dosisdiarias.recipe
2148share/calibre/recipes/dot_net.recipe 2148share/calibre/recipes/dot_net.recipe
2149share/calibre/recipes/dotpod.recipe 2149share/calibre/recipes/dotpod.recipe
2150share/calibre/recipes/down_to_earth.recipe 2150share/calibre/recipes/down_to_earth.recipe
2151share/calibre/recipes/dr_dk.recipe 2151share/calibre/recipes/dr_dk.recipe
2152share/calibre/recipes/drivelry.recipe 2152share/calibre/recipes/drivelry.recipe
2153share/calibre/recipes/drytooling_pl.recipe 2153share/calibre/recipes/drytooling_pl.recipe
2154share/calibre/recipes/dunya_bizim.recipe 2154share/calibre/recipes/dunya_bizim.recipe
2155share/calibre/recipes/dunya_bulteni.recipe 2155share/calibre/recipes/dunya_bulteni.recipe
2156share/calibre/recipes/dvhn.recipe 2156share/calibre/recipes/dvhn.recipe
2157share/calibre/recipes/dwutygodnik.recipe 2157share/calibre/recipes/dwutygodnik.recipe
2158share/calibre/recipes/dzial_zagraniczny.recipe 2158share/calibre/recipes/dzial_zagraniczny.recipe
2159share/calibre/recipes/dzieje_pl.recipe 2159share/calibre/recipes/dzieje_pl.recipe
2160share/calibre/recipes/dziennik_baltycki.recipe 2160share/calibre/recipes/dziennik_baltycki.recipe
2161share/calibre/recipes/dziennik_lodzki.recipe 2161share/calibre/recipes/dziennik_lodzki.recipe
2162share/calibre/recipes/dziennik_pl.recipe 2162share/calibre/recipes/dziennik_pl.recipe
2163share/calibre/recipes/dziennik_polski.recipe 2163share/calibre/recipes/dziennik_polski.recipe
2164share/calibre/recipes/dziennik_wschodni.recipe 2164share/calibre/recipes/dziennik_wschodni.recipe
2165share/calibre/recipes/dziennik_zachodni.recipe 2165share/calibre/recipes/dziennik_zachodni.recipe
2166share/calibre/recipes/dziennikzwiazkowy.recipe 2166share/calibre/recipes/dziennikzwiazkowy.recipe
2167share/calibre/recipes/e_novine.recipe 2167share/calibre/recipes/e_novine.recipe
2168share/calibre/recipes/ebetrsberger_zeitung.recipe 2168share/calibre/recipes/ebetrsberger_zeitung.recipe
2169share/calibre/recipes/echo_dnia.recipe 2169share/calibre/recipes/echo_dnia.recipe
2170share/calibre/recipes/echo_moskvy.recipe 2170share/calibre/recipes/echo_moskvy.recipe
2171share/calibre/recipes/echo_online.recipe 2171share/calibre/recipes/echo_online.recipe
2172share/calibre/recipes/eclicto.recipe 2172share/calibre/recipes/eclicto.recipe
2173share/calibre/recipes/eclipseonline.recipe 2173share/calibre/recipes/eclipseonline.recipe
2174share/calibre/recipes/ecogeek.recipe 2174share/calibre/recipes/ecogeek.recipe
2175share/calibre/recipes/economia.recipe 2175share/calibre/recipes/economia.recipe
2176share/calibre/recipes/economico.recipe 2176share/calibre/recipes/economico.recipe
2177share/calibre/recipes/economist.recipe 2177share/calibre/recipes/economist.recipe
2178share/calibre/recipes/economist_free.recipe 2178share/calibre/recipes/economist_free.recipe
2179share/calibre/recipes/ecotrend.recipe 2179share/calibre/recipes/ecotrend.recipe
2180share/calibre/recipes/ecuisine.recipe 2180share/calibre/recipes/ecuisine.recipe
2181share/calibre/recipes/edebistan.recipe 2181share/calibre/recipes/edebistan.recipe
2182share/calibre/recipes/edebiyat_haber.recipe 2182share/calibre/recipes/edebiyat_haber.recipe
2183share/calibre/recipes/edge_conversations.recipe 2183share/calibre/recipes/edge_conversations.recipe
2184share/calibre/recipes/editor_and_publisher.recipe 2184share/calibre/recipes/editor_and_publisher.recipe
2185share/calibre/recipes/editoriali.recipe 2185share/calibre/recipes/editoriali.recipe
2186share/calibre/recipes/edmonton_journal.recipe 2186share/calibre/recipes/edmonton_journal.recipe
2187share/calibre/recipes/egirl.recipe 2187share/calibre/recipes/egirl.recipe
2188share/calibre/recipes/eioba.recipe 2188share/calibre/recipes/eioba.recipe
2189share/calibre/recipes/ekantipur.recipe 2189share/calibre/recipes/ekantipur.recipe
2190share/calibre/recipes/ekathemerini.recipe 2190share/calibre/recipes/ekathemerini.recipe
2191share/calibre/recipes/ekologia_pl.recipe 2191share/calibre/recipes/ekologia_pl.recipe
2192share/calibre/recipes/ekot.recipe 2192share/calibre/recipes/ekot.recipe
2193share/calibre/recipes/ekundelek_pl.recipe 2193share/calibre/recipes/ekundelek_pl.recipe
2194share/calibre/recipes/el_colombiano.recipe 2194share/calibre/recipes/el_colombiano.recipe
2195share/calibre/recipes/el_correo.recipe 2195share/calibre/recipes/el_correo.recipe
2196share/calibre/recipes/el_cultural.recipe 2196share/calibre/recipes/el_cultural.recipe
2197share/calibre/recipes/el_diplo.recipe 2197share/calibre/recipes/el_diplo.recipe
2198share/calibre/recipes/el_espectador.recipe 2198share/calibre/recipes/el_espectador.recipe
2199share/calibre/recipes/el_faro.recipe 2199share/calibre/recipes/el_faro.recipe
2200share/calibre/recipes/el_malpensante.recipe 2200share/calibre/recipes/el_malpensante.recipe
2201share/calibre/recipes/el_mercurio_chile.recipe 2201share/calibre/recipes/el_mercurio_chile.recipe
2202share/calibre/recipes/el_mostrador.recipe 2202share/calibre/recipes/el_mostrador.recipe
2203share/calibre/recipes/el_mundo_co.recipe 2203share/calibre/recipes/el_mundo_co.recipe
2204share/calibre/recipes/el_mundo_today.recipe 2204share/calibre/recipes/el_mundo_today.recipe
2205share/calibre/recipes/el_observador.recipe 2205share/calibre/recipes/el_observador.recipe
2206share/calibre/recipes/el_pais.recipe 2206share/calibre/recipes/el_pais.recipe
2207share/calibre/recipes/el_pais_babelia.recipe 2207share/calibre/recipes/el_pais_babelia.recipe
2208share/calibre/recipes/el_pais_uy.recipe 2208share/calibre/recipes/el_pais_uy.recipe
2209share/calibre/recipes/el_periodico.recipe 2209share/calibre/recipes/el_periodico.recipe
2210share/calibre/recipes/el_publico.recipe 2210share/calibre/recipes/el_publico.recipe
2211share/calibre/recipes/el_tiempo.recipe 2211share/calibre/recipes/el_tiempo.recipe
2212share/calibre/recipes/el_universal.recipe 2212share/calibre/recipes/el_universal.recipe
2213share/calibre/recipes/elargentino.recipe 2213share/calibre/recipes/elargentino.recipe
2214share/calibre/recipes/elclubdelebook.recipe 2214share/calibre/recipes/elclubdelebook.recipe
2215share/calibre/recipes/elcomercio.recipe 2215share/calibre/recipes/elcomercio.recipe
2216share/calibre/recipes/elcronista.recipe 2216share/calibre/recipes/elcronista.recipe
2217share/calibre/recipes/ele.recipe 2217share/calibre/recipes/ele.recipe
2218share/calibre/recipes/elektroda_pl.recipe 2218share/calibre/recipes/elektroda_pl.recipe
2219share/calibre/recipes/elet_es_irodalom.recipe 2219share/calibre/recipes/elet_es_irodalom.recipe
2220share/calibre/recipes/elmundo.recipe 2220share/calibre/recipes/elmundo.recipe
2221share/calibre/recipes/elpais_impreso.recipe 2221share/calibre/recipes/elpais_impreso.recipe
2222share/calibre/recipes/elpais_semanal.recipe 2222share/calibre/recipes/elpais_semanal.recipe
2223share/calibre/recipes/elperiodico_catalan.recipe 2223share/calibre/recipes/elperiodico_catalan.recipe
2224share/calibre/recipes/elperiodico_spanish.recipe 2224share/calibre/recipes/elperiodico_spanish.recipe
2225share/calibre/recipes/elsevier.recipe 2225share/calibre/recipes/elsevier.recipe
2226share/calibre/recipes/eltiempo_hn.recipe 2226share/calibre/recipes/eltiempo_hn.recipe
2227share/calibre/recipes/eltribuno_jujuy_impreso.recipe 2227share/calibre/recipes/eltribuno_jujuy_impreso.recipe
2228share/calibre/recipes/eltribuno_salta_impreso.recipe 2228share/calibre/recipes/eltribuno_salta_impreso.recipe
2229share/calibre/recipes/eluniversal_ve.recipe 2229share/calibre/recipes/eluniversal_ve.recipe
2230share/calibre/recipes/eluniversalimpresa.recipe 2230share/calibre/recipes/eluniversalimpresa.recipe
2231share/calibre/recipes/eluniverso_ec.recipe 2231share/calibre/recipes/eluniverso_ec.recipe
2232share/calibre/recipes/emg_en.recipe 2232share/calibre/recipes/emg_en.recipe
2233share/calibre/recipes/emg_rs.recipe 2233share/calibre/recipes/emg_rs.recipe
2234share/calibre/recipes/empire_magazine.recipe 2234share/calibre/recipes/empire_magazine.recipe
2235share/calibre/recipes/emuzica_pl.recipe 2235share/calibre/recipes/emuzica_pl.recipe
2236share/calibre/recipes/endgadget.recipe 2236share/calibre/recipes/endgadget.recipe
2237share/calibre/recipes/endgadget_ja.recipe 2237share/calibre/recipes/endgadget_ja.recipe
2238share/calibre/recipes/entrepeneur.recipe 2238share/calibre/recipes/entrepeneur.recipe
2239share/calibre/recipes/epicurious.recipe 2239share/calibre/recipes/epicurious.recipe
2240share/calibre/recipes/epl_talk.recipe 2240share/calibre/recipes/epl_talk.recipe
2241share/calibre/recipes/epw.recipe 2241share/calibre/recipes/epw.recipe
2242share/calibre/recipes/equipped.recipe 2242share/calibre/recipes/equipped.recipe
2243share/calibre/recipes/erdinger_anzeiger.recipe 2243share/calibre/recipes/erdinger_anzeiger.recipe
2244share/calibre/recipes/escrevinhador.recipe 2244share/calibre/recipes/escrevinhador.recipe
2245share/calibre/recipes/esenja.recipe 2245share/calibre/recipes/esenja.recipe
2246share/calibre/recipes/esensja_(rss).recipe 2246share/calibre/recipes/esensja_(rss).recipe
2247share/calibre/recipes/eso_pl.recipe 2247share/calibre/recipes/eso_pl.recipe
2248share/calibre/recipes/espn.recipe 2248share/calibre/recipes/espn.recipe
2249share/calibre/recipes/esquire.recipe 2249share/calibre/recipes/esquire.recipe
2250share/calibre/recipes/estadao.recipe 2250share/calibre/recipes/estadao.recipe
2251share/calibre/recipes/eu_commission.recipe 2251share/calibre/recipes/eu_commission.recipe
2252share/calibre/recipes/europa_press.recipe 2252share/calibre/recipes/europa_press.recipe
2253share/calibre/recipes/europasur.recipe 2253share/calibre/recipes/europasur.recipe
2254share/calibre/recipes/european_voice.recipe 2254share/calibre/recipes/european_voice.recipe
2255share/calibre/recipes/evangelizo.recipe 2255share/calibre/recipes/evangelizo.recipe
2256share/calibre/recipes/everett_herald.recipe 2256share/calibre/recipes/everett_herald.recipe
2257share/calibre/recipes/evz.ro.recipe 2257share/calibre/recipes/evz.ro.recipe
2258share/calibre/recipes/exiled.recipe 2258share/calibre/recipes/exiled.recipe
2259share/calibre/recipes/expansion_spanish.recipe 2259share/calibre/recipes/expansion_spanish.recipe
2260share/calibre/recipes/explosm.recipe 2260share/calibre/recipes/explosm.recipe
2261share/calibre/recipes/express_de.recipe 2261share/calibre/recipes/express_de.recipe
2262share/calibre/recipes/f1_ultra.recipe 2262share/calibre/recipes/f1_ultra.recipe
2263share/calibre/recipes/f_secure.recipe 2263share/calibre/recipes/f_secure.recipe
2264share/calibre/recipes/factcheck.recipe 2264share/calibre/recipes/factcheck.recipe
2265share/calibre/recipes/fairbanks_daily.recipe 2265share/calibre/recipes/fairbanks_daily.recipe
2266share/calibre/recipes/fan_graphs.recipe 2266share/calibre/recipes/fan_graphs.recipe
2267share/calibre/recipes/fastcompany.recipe 2267share/calibre/recipes/fastcompany.recipe
2268share/calibre/recipes/faznet.recipe 2268share/calibre/recipes/faznet.recipe
2269share/calibre/recipes/fc_knudde.recipe 2269share/calibre/recipes/fc_knudde.recipe
2270share/calibre/recipes/fdb_pl.recipe 2270share/calibre/recipes/fdb_pl.recipe
2271share/calibre/recipes/fe_india.recipe 2271share/calibre/recipes/fe_india.recipe
2272share/calibre/recipes/felicia.recipe 2272share/calibre/recipes/felicia.recipe
2273share/calibre/recipes/fhm_uk.recipe 2273share/calibre/recipes/fhm_uk.recipe
2274share/calibre/recipes/fhmro.recipe 2274share/calibre/recipes/fhmro.recipe
2275share/calibre/recipes/film_org_pl.recipe 2275share/calibre/recipes/film_org_pl.recipe
2276share/calibre/recipes/film_web.recipe 2276share/calibre/recipes/film_web.recipe
2277share/calibre/recipes/financial_times.recipe 2277share/calibre/recipes/financial_times.recipe
2278share/calibre/recipes/financial_times_uk.recipe 2278share/calibre/recipes/financial_times_uk.recipe
2279share/calibre/recipes/financial_times_us.recipe 2279share/calibre/recipes/financial_times_us.recipe
2280share/calibre/recipes/financialsense.recipe 2280share/calibre/recipes/financialsense.recipe
2281share/calibre/recipes/financiarul.recipe 2281share/calibre/recipes/financiarul.recipe
2282share/calibre/recipes/financieele_dagblad.recipe 2282share/calibre/recipes/financieele_dagblad.recipe
2283share/calibre/recipes/fisco_oggi.recipe 2283share/calibre/recipes/fisco_oggi.recipe
2284share/calibre/recipes/fleshbot.recipe 2284share/calibre/recipes/fleshbot.recipe
2285share/calibre/recipes/flickr.recipe 2285share/calibre/recipes/flickr.recipe
2286share/calibre/recipes/flickr_es.recipe 2286share/calibre/recipes/flickr_es.recipe
2287share/calibre/recipes/fluter_de.recipe 2287share/calibre/recipes/fluter_de.recipe
2288share/calibre/recipes/focus_de.recipe 2288share/calibre/recipes/focus_de.recipe
2289share/calibre/recipes/focus_pl.recipe 2289share/calibre/recipes/focus_pl.recipe
2290share/calibre/recipes/fokkeensukke.recipe 2290share/calibre/recipes/fokkeensukke.recipe
2291share/calibre/recipes/folha.recipe 2291share/calibre/recipes/folha.recipe
2292share/calibre/recipes/folhadesaopaulo.recipe 2292share/calibre/recipes/folhadesaopaulo.recipe
2293share/calibre/recipes/folhadesaopaulo_sub.recipe 2293share/calibre/recipes/folhadesaopaulo_sub.recipe
2294share/calibre/recipes/forbes.recipe 2294share/calibre/recipes/forbes.recipe
2295share/calibre/recipes/forbes_india.recipe 2295share/calibre/recipes/forbes_india.recipe
2296share/calibre/recipes/forbes_pl.recipe 2296share/calibre/recipes/forbes_pl.recipe
2297share/calibre/recipes/foreign_policy.recipe 2297share/calibre/recipes/foreign_policy.recipe
2298share/calibre/recipes/foreignaffairs.recipe 2298share/calibre/recipes/foreignaffairs.recipe
2299share/calibre/recipes/formulaas.recipe 2299share/calibre/recipes/formulaas.recipe
2300share/calibre/recipes/forsal.recipe 2300share/calibre/recipes/forsal.recipe
2301share/calibre/recipes/fortune_magazine.recipe 2301share/calibre/recipes/fortune_magazine.recipe
2302share/calibre/recipes/fotoblogia_pl.recipe 2302share/calibre/recipes/fotoblogia_pl.recipe
2303share/calibre/recipes/foxnews.recipe 2303share/calibre/recipes/foxnews.recipe
2304share/calibre/recipes/fr_online.recipe 2304share/calibre/recipes/fr_online.recipe
2305share/calibre/recipes/frandroid.recipe 2305share/calibre/recipes/frandroid.recipe
2306share/calibre/recipes/frankfurter_rundschau.recipe 2306share/calibre/recipes/frankfurter_rundschau.recipe
2307share/calibre/recipes/frazpc.recipe 2307share/calibre/recipes/frazpc.recipe
2308share/calibre/recipes/freakonomics.recipe 2308share/calibre/recipes/freakonomics.recipe
2309share/calibre/recipes/freenature.recipe 2309share/calibre/recipes/freenature.recipe
2310share/calibre/recipes/freeway.recipe 2310share/calibre/recipes/freeway.recipe
2311share/calibre/recipes/freisinger_tagblatt.recipe 2311share/calibre/recipes/freisinger_tagblatt.recipe
2312share/calibre/recipes/fria.recipe 2312share/calibre/recipes/fria.recipe
2313share/calibre/recipes/frontlineonnet.recipe 2313share/calibre/recipes/frontlineonnet.recipe
2314share/calibre/recipes/fstream.recipe 2314share/calibre/recipes/fstream.recipe
2315share/calibre/recipes/ftd.recipe 2315share/calibre/recipes/ftd.recipe
2316share/calibre/recipes/fudzilla.recipe 2316share/calibre/recipes/fudzilla.recipe
2317share/calibre/recipes/furstenfeldbrucker_tagblatt.recipe 2317share/calibre/recipes/furstenfeldbrucker_tagblatt.recipe
2318share/calibre/recipes/futurismic.recipe 2318share/calibre/recipes/futurismic.recipe
2319share/calibre/recipes/galaxys_edge.recipe 2319share/calibre/recipes/galaxys_edge.recipe
2320share/calibre/recipes/galicia_confidential.recipe 2320share/calibre/recipes/galicia_confidential.recipe
2321share/calibre/recipes/gamasutra_fa.recipe 2321share/calibre/recipes/gamasutra_fa.recipe
2322share/calibre/recipes/gamasutra_news.recipe 2322share/calibre/recipes/gamasutra_news.recipe
2323share/calibre/recipes/gamekult.recipe 2323share/calibre/recipes/gamekult.recipe
2324share/calibre/recipes/gameplay_pl.recipe 2324share/calibre/recipes/gameplay_pl.recipe
2325share/calibre/recipes/gamespot.recipe 2325share/calibre/recipes/gamespot.recipe
2326share/calibre/recipes/gandul.recipe 2326share/calibre/recipes/gandul.recipe
2327share/calibre/recipes/garmischer_tagblatt.recipe 2327share/calibre/recipes/garmischer_tagblatt.recipe
2328share/calibre/recipes/gawker.recipe 2328share/calibre/recipes/gawker.recipe
2329share/calibre/recipes/gazeta-prawna-calibre-v1.recipe 2329share/calibre/recipes/gazeta-prawna-calibre-v1.recipe
2330share/calibre/recipes/gazeta_krakowska.recipe 2330share/calibre/recipes/gazeta_krakowska.recipe
2331share/calibre/recipes/gazeta_lubuska.recipe 2331share/calibre/recipes/gazeta_lubuska.recipe
2332share/calibre/recipes/gazeta_pl_bydgoszcz.recipe 2332share/calibre/recipes/gazeta_pl_bydgoszcz.recipe
2333share/calibre/recipes/gazeta_pl_krakow.recipe 2333share/calibre/recipes/gazeta_pl_krakow.recipe
2334share/calibre/recipes/gazeta_pl_szczecin.recipe 2334share/calibre/recipes/gazeta_pl_szczecin.recipe
2335share/calibre/recipes/gazeta_pl_warszawa.recipe 2335share/calibre/recipes/gazeta_pl_warszawa.recipe
2336share/calibre/recipes/gazeta_pomorska.recipe 2336share/calibre/recipes/gazeta_pomorska.recipe
2337share/calibre/recipes/gazeta_wroclawska.recipe 2337share/calibre/recipes/gazeta_wroclawska.recipe
2338share/calibre/recipes/gazeta_wspolczesna.recipe 2338share/calibre/recipes/gazeta_wspolczesna.recipe
2339share/calibre/recipes/gazeta_wyborcza.recipe 2339share/calibre/recipes/gazeta_wyborcza.recipe
2340share/calibre/recipes/gcn.recipe 2340share/calibre/recipes/gcn.recipe
2341share/calibre/recipes/geek_poke.recipe 2341share/calibre/recipes/geek_poke.recipe
2342share/calibre/recipes/geopolityka.recipe 2342share/calibre/recipes/geopolityka.recipe
2343share/calibre/recipes/geretsrieder_merkur.recipe 2343share/calibre/recipes/geretsrieder_merkur.recipe
2344share/calibre/recipes/german_gov.recipe 2344share/calibre/recipes/german_gov.recipe
2345share/calibre/recipes/gezgin_dergi.recipe 2345share/calibre/recipes/gezgin_dergi.recipe
2346share/calibre/recipes/gildia_pl.recipe 2346share/calibre/recipes/gildia_pl.recipe
2347share/calibre/recipes/gizmodo.recipe 2347share/calibre/recipes/gizmodo.recipe
2348share/calibre/recipes/gkt.recipe 2348share/calibre/recipes/gkt.recipe
2349share/calibre/recipes/glamour.recipe 2349share/calibre/recipes/glamour.recipe
2350share/calibre/recipes/glas_srpske.recipe 2350share/calibre/recipes/glas_srpske.recipe
2351share/calibre/recipes/glasgow_herald.recipe 2351share/calibre/recipes/glasgow_herald.recipe
2352share/calibre/recipes/glasjavnosti.recipe 2352share/calibre/recipes/glasjavnosti.recipe
2353share/calibre/recipes/glenn_greenwald.recipe 2353share/calibre/recipes/glenn_greenwald.recipe
2354share/calibre/recipes/glennbeck.recipe 2354share/calibre/recipes/glennbeck.recipe
2355share/calibre/recipes/globaltimes.recipe 2355share/calibre/recipes/globaltimes.recipe
2356share/calibre/recipes/globe_and_mail.recipe 2356share/calibre/recipes/globe_and_mail.recipe
2357share/calibre/recipes/globes_co_il.recipe 2357share/calibre/recipes/globes_co_il.recipe
2358share/calibre/recipes/glos_wielkopolski.recipe 2358share/calibre/recipes/glos_wielkopolski.recipe
2359share/calibre/recipes/go4it.recipe 2359share/calibre/recipes/go4it.recipe
2360share/calibre/recipes/go_comics.recipe 2360share/calibre/recipes/go_comics.recipe
2361share/calibre/recipes/goal.recipe 2361share/calibre/recipes/goal.recipe
2362share/calibre/recipes/gofin_pl.recipe 2362share/calibre/recipes/gofin_pl.recipe
2363share/calibre/recipes/golem_de.recipe 2363share/calibre/recipes/golem_de.recipe
2364share/calibre/recipes/good_house_keeping.recipe 2364share/calibre/recipes/good_house_keeping.recipe
2365share/calibre/recipes/good_to_know.recipe 2365share/calibre/recipes/good_to_know.recipe
2366share/calibre/recipes/googlemobileblog.recipe 2366share/calibre/recipes/googlemobileblog.recipe
2367share/calibre/recipes/gosc_full.recipe 2367share/calibre/recipes/gosc_full.recipe
2368share/calibre/recipes/gosc_niedzielny.recipe 2368share/calibre/recipes/gosc_niedzielny.recipe
2369share/calibre/recipes/gram_pl.recipe 2369share/calibre/recipes/gram_pl.recipe
2370share/calibre/recipes/grandes_corresponsales_es.recipe 2370share/calibre/recipes/grandes_corresponsales_es.recipe
2371share/calibre/recipes/granma.recipe 2371share/calibre/recipes/granma.recipe
2372share/calibre/recipes/grantland.recipe 2372share/calibre/recipes/grantland.recipe
2373share/calibre/recipes/greensboro_news_and_record.recipe 2373share/calibre/recipes/greensboro_news_and_record.recipe
2374share/calibre/recipes/grid_to.recipe 2374share/calibre/recipes/grid_to.recipe
2375share/calibre/recipes/grrm.recipe 2375share/calibre/recipes/grrm.recipe
2376share/calibre/recipes/gry_online_pl.recipe 2376share/calibre/recipes/gry_online_pl.recipe
2377share/calibre/recipes/gs24_pl.recipe 2377share/calibre/recipes/gs24_pl.recipe
2378share/calibre/recipes/gsp.recipe 2378share/calibre/recipes/gsp.recipe
2379share/calibre/recipes/guardian.recipe 2379share/calibre/recipes/guardian.recipe
2380share/calibre/recipes/gulfnews.recipe 2380share/calibre/recipes/gulfnews.recipe
2381share/calibre/recipes/gulli.recipe 2381share/calibre/recipes/gulli.recipe
2382share/calibre/recipes/gva_be.recipe 2382share/calibre/recipes/gva_be.recipe
2383share/calibre/recipes/gwup.recipe 2383share/calibre/recipes/gwup.recipe
2384share/calibre/recipes/h1.recipe 2384share/calibre/recipes/h1.recipe
2385share/calibre/recipes/h2.recipe 2385share/calibre/recipes/h2.recipe
2386share/calibre/recipes/h3.recipe 2386share/calibre/recipes/h3.recipe
2387share/calibre/recipes/h7_tumspor.recipe 2387share/calibre/recipes/h7_tumspor.recipe
2388share/calibre/recipes/haaretz_en.recipe 2388share/calibre/recipes/haaretz_en.recipe
2389share/calibre/recipes/haber7.recipe 2389share/calibre/recipes/haber7.recipe
2390share/calibre/recipes/hackernews.recipe 2390share/calibre/recipes/hackernews.recipe
2391share/calibre/recipes/haksoz.recipe 2391share/calibre/recipes/haksoz.recipe
2392share/calibre/recipes/hallo_assen.recipe 2392share/calibre/recipes/hallo_assen.recipe
2393share/calibre/recipes/hamilton_spectator.recipe 2393share/calibre/recipes/hamilton_spectator.recipe
2394share/calibre/recipes/handelsblatt.recipe 2394share/calibre/recipes/handelsblatt.recipe
2395share/calibre/recipes/hankyoreh.recipe 2395share/calibre/recipes/hankyoreh.recipe
2396share/calibre/recipes/hankyoreh21.recipe 2396share/calibre/recipes/hankyoreh21.recipe
2397share/calibre/recipes/hannoversche_zeitung.recipe 2397share/calibre/recipes/hannoversche_zeitung.recipe
2398share/calibre/recipes/harpers.recipe 2398share/calibre/recipes/harpers.recipe
2399share/calibre/recipes/harpers_full.recipe 2399share/calibre/recipes/harpers_full.recipe
2400share/calibre/recipes/hartford_courant.recipe 2400share/calibre/recipes/hartford_courant.recipe
2401share/calibre/recipes/hatalska.recipe 2401share/calibre/recipes/hatalska.recipe
2402share/calibre/recipes/hawaii.recipe 2402share/calibre/recipes/hawaii.recipe
2403share/calibre/recipes/hbr.recipe 2403share/calibre/recipes/hbr.recipe
2404share/calibre/recipes/heavy_metal_it.recipe 2404share/calibre/recipes/heavy_metal_it.recipe
2405share/calibre/recipes/heise.recipe 2405share/calibre/recipes/heise.recipe
2406share/calibre/recipes/heise_online.recipe 2406share/calibre/recipes/heise_online.recipe
2407share/calibre/recipes/heise_open.recipe 2407share/calibre/recipes/heise_open.recipe
2408share/calibre/recipes/helsingin_sanomat.recipe 2408share/calibre/recipes/helsingin_sanomat.recipe
2409share/calibre/recipes/heraldo.recipe 2409share/calibre/recipes/heraldo.recipe
2410share/calibre/recipes/heritage_foundation.recipe 2410share/calibre/recipes/heritage_foundation.recipe
2411share/calibre/recipes/high_country_news.recipe 2411share/calibre/recipes/high_country_news.recipe
2412share/calibre/recipes/hindu.recipe 2412share/calibre/recipes/hindu.recipe
2413share/calibre/recipes/hindu_business_line.recipe 2413share/calibre/recipes/hindu_business_line.recipe
2414share/calibre/recipes/hindustan_times.recipe 2414share/calibre/recipes/hindustan_times.recipe
2415share/calibre/recipes/hira.recipe 2415share/calibre/recipes/hira.recipe
2416share/calibre/recipes/histmag.recipe 2416share/calibre/recipes/histmag.recipe
2417share/calibre/recipes/historia_news.recipe 2417share/calibre/recipes/historia_news.recipe
2418share/calibre/recipes/historia_pl.recipe 2418share/calibre/recipes/historia_pl.recipe
2419share/calibre/recipes/historiaro.recipe 2419share/calibre/recipes/historiaro.recipe
2420share/calibre/recipes/historias_del_mundo_es.recipe 2420share/calibre/recipes/historias_del_mundo_es.recipe
2421share/calibre/recipes/histories_del_mon_ca.recipe 2421share/calibre/recipes/histories_del_mon_ca.recipe
2422share/calibre/recipes/history_today.recipe 2422share/calibre/recipes/history_today.recipe
2423share/calibre/recipes/hitro.recipe 2423share/calibre/recipes/hitro.recipe
2424share/calibre/recipes/hln.recipe 2424share/calibre/recipes/hln.recipe
2425share/calibre/recipes/hln_be.recipe 2425share/calibre/recipes/hln_be.recipe
2426share/calibre/recipes/hna.recipe 2426share/calibre/recipes/hna.recipe
2427share/calibre/recipes/hnonline.recipe 2427share/calibre/recipes/hnonline.recipe
2428share/calibre/recipes/hola.recipe 2428share/calibre/recipes/hola.recipe
2429share/calibre/recipes/hollywood_reporter.recipe 2429share/calibre/recipes/hollywood_reporter.recipe
2430share/calibre/recipes/holzkirchener_merkur.recipe 2430share/calibre/recipes/holzkirchener_merkur.recipe
2431share/calibre/recipes/homopedia_pl.recipe 2431share/calibre/recipes/homopedia_pl.recipe
2432share/calibre/recipes/hotair.recipe 2432share/calibre/recipes/hotair.recipe
2433share/calibre/recipes/hotcity.recipe 2433share/calibre/recipes/hotcity.recipe
2434share/calibre/recipes/hotnews.recipe 2434share/calibre/recipes/hotnews.recipe
2435share/calibre/recipes/house_news.recipe 2435share/calibre/recipes/house_news.recipe
2436share/calibre/recipes/houston_chronicle.recipe 2436share/calibre/recipes/houston_chronicle.recipe
2437share/calibre/recipes/howtogeek.recipe 2437share/calibre/recipes/howtogeek.recipe
2438share/calibre/recipes/hoy.recipe 2438share/calibre/recipes/hoy.recipe
2439share/calibre/recipes/hrt.recipe 2439share/calibre/recipes/hrt.recipe
2440share/calibre/recipes/huffingtonpost.recipe 2440share/calibre/recipes/huffingtonpost.recipe
2441share/calibre/recipes/huffingtonpost_uk.recipe 2441share/calibre/recipes/huffingtonpost_uk.recipe
2442share/calibre/recipes/hurriyet.recipe 2442share/calibre/recipes/hurriyet.recipe
2443share/calibre/recipes/hurriyet_daily_news.recipe 2443share/calibre/recipes/hurriyet_daily_news.recipe
2444share/calibre/recipes/hvg.recipe 2444share/calibre/recipes/hvg.recipe
2445share/calibre/recipes/ibm_smarter_planet.recipe 2445share/calibre/recipes/ibm_smarter_planet.recipe
2446share/calibre/recipes/ideal_almeria.recipe 2446share/calibre/recipes/ideal_almeria.recipe
2447share/calibre/recipes/ideal_granada.recipe 2447share/calibre/recipes/ideal_granada.recipe
2448share/calibre/recipes/ideal_jaen.recipe 2448share/calibre/recipes/ideal_jaen.recipe
2449share/calibre/recipes/idg_now.recipe 2449share/calibre/recipes/idg_now.recipe
2450share/calibre/recipes/idg_se.recipe 2450share/calibre/recipes/idg_se.recipe
2451share/calibre/recipes/idnes.recipe 2451share/calibre/recipes/idnes.recipe
2452share/calibre/recipes/ieco.recipe 2452share/calibre/recipes/ieco.recipe
2453share/calibre/recipes/ieeespectrum.recipe 2453share/calibre/recipes/ieeespectrum.recipe
2454share/calibre/recipes/iekspries.recipe 2454share/calibre/recipes/iekspries.recipe
2455share/calibre/recipes/ifzm.recipe 2455share/calibre/recipes/ifzm.recipe
2456share/calibre/recipes/ihned.cz.recipe 2456share/calibre/recipes/ihned.cz.recipe
2457share/calibre/recipes/ihned.recipe 2457share/calibre/recipes/ihned.recipe
2458share/calibre/recipes/iht.recipe 2458share/calibre/recipes/iht.recipe
2459share/calibre/recipes/iktibas.recipe 2459share/calibre/recipes/iktibas.recipe
2460share/calibre/recipes/il_cambiamento.recipe 2460share/calibre/recipes/il_cambiamento.recipe
2461share/calibre/recipes/il_fatto.recipe 2461share/calibre/recipes/il_fatto.recipe
2462share/calibre/recipes/il_foglio.recipe 2462share/calibre/recipes/il_foglio.recipe
2463share/calibre/recipes/il_giornale.recipe 2463share/calibre/recipes/il_giornale.recipe
2464share/calibre/recipes/il_messaggero.recipe 2464share/calibre/recipes/il_messaggero.recipe
2465share/calibre/recipes/iliteratura_cz.recipe 2465share/calibre/recipes/iliteratura_cz.recipe
2466share/calibre/recipes/ilmanifesto.recipe 2466share/calibre/recipes/ilmanifesto.recipe
2467share/calibre/recipes/ilsole24ore.recipe 2467share/calibre/recipes/ilsole24ore.recipe
2468share/calibre/recipes/imperatortravel.recipe 2468share/calibre/recipes/imperatortravel.recipe
2469share/calibre/recipes/impulse_de.recipe 2469share/calibre/recipes/impulse_de.recipe
2470share/calibre/recipes/in4_pl.recipe 2470share/calibre/recipes/in4_pl.recipe
2471share/calibre/recipes/in_gr.recipe 2471share/calibre/recipes/in_gr.recipe
2472share/calibre/recipes/inc.recipe 2472share/calibre/recipes/inc.recipe
2473share/calibre/recipes/independent.recipe 2473share/calibre/recipes/independent.recipe
2474share/calibre/recipes/index_hu.recipe 2474share/calibre/recipes/index_hu.recipe
2475share/calibre/recipes/india_today.recipe 2475share/calibre/recipes/india_today.recipe
2476share/calibre/recipes/indian_express.recipe 2476share/calibre/recipes/indian_express.recipe
2477share/calibre/recipes/indy_star.recipe 2477share/calibre/recipes/indy_star.recipe
2478share/calibre/recipes/infobae.recipe 2478share/calibre/recipes/infobae.recipe
2479share/calibre/recipes/infomotori.recipe 2479share/calibre/recipes/infomotori.recipe
2480share/calibre/recipes/information_dk.recipe 2480share/calibre/recipes/information_dk.recipe
2481share/calibre/recipes/infoworld.recipe 2481share/calibre/recipes/infoworld.recipe
2482share/calibre/recipes/infra_pl.recipe 2482share/calibre/recipes/infra_pl.recipe
2483share/calibre/recipes/inopressa.recipe 2483share/calibre/recipes/inopressa.recipe
2484share/calibre/recipes/inquirer_net.recipe 2484share/calibre/recipes/inquirer_net.recipe
2485share/calibre/recipes/insan_okur.recipe 2485share/calibre/recipes/insan_okur.recipe
2486share/calibre/recipes/insider.recipe 2486share/calibre/recipes/insider.recipe
2487share/calibre/recipes/instapaper.recipe 2487share/calibre/recipes/instapaper.recipe
2488share/calibre/recipes/intelligencer.recipe 2488share/calibre/recipes/intelligencer.recipe
2489share/calibre/recipes/interia_fakty.recipe 2489share/calibre/recipes/interia_fakty.recipe
2490share/calibre/recipes/interia_sport.recipe 2490share/calibre/recipes/interia_sport.recipe
2491share/calibre/recipes/intrefete.recipe 2491share/calibre/recipes/intrefete.recipe
2492share/calibre/recipes/io9.recipe 2492share/calibre/recipes/io9.recipe
2493share/calibre/recipes/iol_za.recipe 2493share/calibre/recipes/iol_za.recipe
2494share/calibre/recipes/ionline_pt.recipe 2494share/calibre/recipes/ionline_pt.recipe
2495share/calibre/recipes/iprofesional.recipe 2495share/calibre/recipes/iprofesional.recipe
2496share/calibre/recipes/irish_independent.recipe 2496share/calibre/recipes/irish_independent.recipe
2497share/calibre/recipes/irish_times.recipe 2497share/calibre/recipes/irish_times.recipe
2498share/calibre/recipes/isar-loisachbote.recipe 2498share/calibre/recipes/isar-loisachbote.recipe
2499share/calibre/recipes/ittechblog.recipe 2499share/calibre/recipes/ittechblog.recipe
2500share/calibre/recipes/ivanamilakovic.recipe 2500share/calibre/recipes/ivanamilakovic.recipe
2501share/calibre/recipes/ixbt.recipe 2501share/calibre/recipes/ixbt.recipe
2502share/calibre/recipes/izvestia.recipe 2502share/calibre/recipes/izvestia.recipe
2503share/calibre/recipes/jagran_josh.recipe 2503share/calibre/recipes/jagran_josh.recipe
2504share/calibre/recipes/jakarta_globe.recipe 2504share/calibre/recipes/jakarta_globe.recipe
2505share/calibre/recipes/jakarta_post.recipe 2505share/calibre/recipes/jakarta_post.recipe
2506share/calibre/recipes/jalopnik.recipe 2506share/calibre/recipes/jalopnik.recipe
2507share/calibre/recipes/japaa.recipe 2507share/calibre/recipes/japaa.recipe
2508share/calibre/recipes/japan_news.recipe 2508share/calibre/recipes/japan_news.recipe
2509share/calibre/recipes/japan_times.recipe 2509share/calibre/recipes/japan_times.recipe
2510share/calibre/recipes/javalobby.recipe 2510share/calibre/recipes/javalobby.recipe
2511share/calibre/recipes/jazzpress.recipe 2511share/calibre/recipes/jazzpress.recipe
2512share/calibre/recipes/jb_online.recipe 2512share/calibre/recipes/jb_online.recipe
2513share/calibre/recipes/jbpress.recipe 2513share/calibre/recipes/jbpress.recipe
2514share/calibre/recipes/jeuxvideo.recipe 2514share/calibre/recipes/jeuxvideo.recipe
2515share/calibre/recipes/jezebel.recipe 2515share/calibre/recipes/jezebel.recipe
2516share/calibre/recipes/jijinews.recipe 2516share/calibre/recipes/jijinews.recipe
2517share/calibre/recipes/joelonsoftware.recipe 2517share/calibre/recipes/joelonsoftware.recipe
2518share/calibre/recipes/johm.recipe 2518share/calibre/recipes/johm.recipe
2519share/calibre/recipes/joongang.recipe 2519share/calibre/recipes/joongang.recipe
2520share/calibre/recipes/joop.recipe 2520share/calibre/recipes/joop.recipe
2521share/calibre/recipes/jot_down.recipe 2521share/calibre/recipes/jot_down.recipe
2522share/calibre/recipes/journalgazette.recipe 2522share/calibre/recipes/journalgazette.recipe
2523share/calibre/recipes/journalofaccountancy.recipe 2523share/calibre/recipes/journalofaccountancy.recipe
2524share/calibre/recipes/jp_dk.recipe 2524share/calibre/recipes/jp_dk.recipe
2525share/calibre/recipes/jpost.recipe 2525share/calibre/recipes/jpost.recipe
2526share/calibre/recipes/jpost_fr.recipe 2526share/calibre/recipes/jpost_fr.recipe
2527share/calibre/recipes/jsonline.recipe 2527share/calibre/recipes/jsonline.recipe
2528share/calibre/recipes/jurnalulnational.recipe 2528share/calibre/recipes/jurnalulnational.recipe
2529share/calibre/recipes/jutarnji.recipe 2529share/calibre/recipes/jutarnji.recipe
2530share/calibre/recipes/juve_la_stampa.recipe 2530share/calibre/recipes/juve_la_stampa.recipe
2531share/calibre/recipes/juventudrebelde.recipe 2531share/calibre/recipes/juventudrebelde.recipe
2532share/calibre/recipes/juventudrebelde_english.recipe 2532share/calibre/recipes/juventudrebelde_english.recipe
2533share/calibre/recipes/kahokushinpo.recipe 2533share/calibre/recipes/kahokushinpo.recipe
2534share/calibre/recipes/kamerabild.recipe 2534share/calibre/recipes/kamerabild.recipe
2535share/calibre/recipes/kamikaze.recipe 2535share/calibre/recipes/kamikaze.recipe
2536share/calibre/recipes/karlsruhe.recipe 2536share/calibre/recipes/karlsruhe.recipe
2537share/calibre/recipes/karsi_gazete.recipe 2537share/calibre/recipes/karsi_gazete.recipe
2538share/calibre/recipes/kath_net.recipe 2538share/calibre/recipes/kath_net.recipe
2539share/calibre/recipes/kathemerini.recipe 2539share/calibre/recipes/kathemerini.recipe
2540share/calibre/recipes/kellog_faculty.recipe 2540share/calibre/recipes/kellog_faculty.recipe
2541share/calibre/recipes/kellog_insight.recipe 2541share/calibre/recipes/kellog_insight.recipe
2542share/calibre/recipes/kerrang.recipe 2542share/calibre/recipes/kerrang.recipe
2543share/calibre/recipes/kidney.recipe 2543share/calibre/recipes/kidney.recipe
2544share/calibre/recipes/kitsapun.recipe 2544share/calibre/recipes/kitsapun.recipe
2545share/calibre/recipes/kleinezeitung.recipe 2545share/calibre/recipes/kleinezeitung.recipe
2546share/calibre/recipes/klip_me.recipe 2546share/calibre/recipes/klip_me.recipe
2547share/calibre/recipes/klubknjige.recipe 2547share/calibre/recipes/klubknjige.recipe
2548share/calibre/recipes/km_blog.recipe 2548share/calibre/recipes/km_blog.recipe
2549share/calibre/recipes/komchadluek.recipe 2549share/calibre/recipes/komchadluek.recipe
2550share/calibre/recipes/kommersant.recipe 2550share/calibre/recipes/kommersant.recipe
2551share/calibre/recipes/kompas.recipe 2551share/calibre/recipes/kompas.recipe
2552share/calibre/recipes/kompiutierra.recipe 2552share/calibre/recipes/kompiutierra.recipe
2553share/calibre/recipes/konflikty_zbrojne.recipe 2553share/calibre/recipes/konflikty_zbrojne.recipe
2554share/calibre/recipes/kopalniawiedzy.recipe 2554share/calibre/recipes/kopalniawiedzy.recipe
2555share/calibre/recipes/korben.recipe 2555share/calibre/recipes/korben.recipe
2556share/calibre/recipes/korea_herald.recipe 2556share/calibre/recipes/korea_herald.recipe
2557share/calibre/recipes/kosmonauta_pl.recipe 2557share/calibre/recipes/kosmonauta_pl.recipe
2558share/calibre/recipes/kotaku.recipe 2558share/calibre/recipes/kotaku.recipe
2559share/calibre/recipes/kp.recipe 2559share/calibre/recipes/kp.recipe
2560share/calibre/recipes/krebs_on_security.recipe 2560share/calibre/recipes/krebs_on_security.recipe
2561share/calibre/recipes/kresy_pl.recipe 2561share/calibre/recipes/kresy_pl.recipe
2562share/calibre/recipes/krstarica.recipe 2562share/calibre/recipes/krstarica.recipe
2563share/calibre/recipes/krstarica_en.recipe 2563share/calibre/recipes/krstarica_en.recipe
2564share/calibre/recipes/ksiazka_pl.recipe 2564share/calibre/recipes/ksiazka_pl.recipe
2565share/calibre/recipes/kstar.recipe 2565share/calibre/recipes/kstar.recipe
2566share/calibre/recipes/kudika.recipe 2566share/calibre/recipes/kudika.recipe
2567share/calibre/recipes/kudy_z_nudy.recipe 2567share/calibre/recipes/kudy_z_nudy.recipe
2568share/calibre/recipes/kukuburi.recipe 2568share/calibre/recipes/kukuburi.recipe
2569share/calibre/recipes/kurier.recipe 2569share/calibre/recipes/kurier.recipe
2570share/calibre/recipes/kurier_galicyjski.recipe 2570share/calibre/recipes/kurier_galicyjski.recipe
2571share/calibre/recipes/kurier_lubelski.recipe 2571share/calibre/recipes/kurier_lubelski.recipe
2572share/calibre/recipes/kurier_poranny.recipe 2572share/calibre/recipes/kurier_poranny.recipe
2573share/calibre/recipes/kurier_szczecinski.recipe 2573share/calibre/recipes/kurier_szczecinski.recipe
2574share/calibre/recipes/kyungyhang.recipe 2574share/calibre/recipes/kyungyhang.recipe
2575share/calibre/recipes/l_espresso.recipe 2575share/calibre/recipes/l_espresso.recipe
2576share/calibre/recipes/l_vivs_ghazieta.recipe 2576share/calibre/recipes/l_vivs_ghazieta.recipe
2577share/calibre/recipes/la_cuarta.recipe 2577share/calibre/recipes/la_cuarta.recipe
2578share/calibre/recipes/la_diaria.recipe 2578share/calibre/recipes/la_diaria.recipe
2579share/calibre/recipes/la_gazetta_del_mezzogiorno.recipe 2579share/calibre/recipes/la_gazetta_del_mezzogiorno.recipe
2580share/calibre/recipes/la_gazzeta_dello_sport.recipe 2580share/calibre/recipes/la_gazzeta_dello_sport.recipe
2581share/calibre/recipes/la_jornada.recipe 2581share/calibre/recipes/la_jornada.recipe
2582share/calibre/recipes/la_nacion_cr.recipe 2582share/calibre/recipes/la_nacion_cr.recipe
2583share/calibre/recipes/la_nueva.recipe 2583share/calibre/recipes/la_nueva.recipe
2584share/calibre/recipes/la_pausa_caffe.recipe 2584share/calibre/recipes/la_pausa_caffe.recipe
2585share/calibre/recipes/la_razon_bo.recipe 2585share/calibre/recipes/la_razon_bo.recipe
2586share/calibre/recipes/la_republica.recipe 2586share/calibre/recipes/la_republica.recipe
2587share/calibre/recipes/la_rioja.recipe 2587share/calibre/recipes/la_rioja.recipe
2588share/calibre/recipes/la_segunda.recipe 2588share/calibre/recipes/la_segunda.recipe
2589share/calibre/recipes/la_stampa.recipe 2589share/calibre/recipes/la_stampa.recipe
2590share/calibre/recipes/la_tercera.recipe 2590share/calibre/recipes/la_tercera.recipe
2591share/calibre/recipes/la_tribuna.recipe 2591share/calibre/recipes/la_tribuna.recipe
2592share/calibre/recipes/la_voce.recipe 2592share/calibre/recipes/la_voce.recipe
2593share/calibre/recipes/lacapital.recipe 2593share/calibre/recipes/lacapital.recipe
2594share/calibre/recipes/lalibre_be.recipe 2594share/calibre/recipes/lalibre_be.recipe
2595share/calibre/recipes/lamebook.recipe 2595share/calibre/recipes/lamebook.recipe
2596share/calibre/recipes/lameuse_be.recipe 2596share/calibre/recipes/lameuse_be.recipe
2597share/calibre/recipes/lamujerdemivida.recipe 2597share/calibre/recipes/lamujerdemivida.recipe
2598share/calibre/recipes/lanacion.recipe 2598share/calibre/recipes/lanacion.recipe
2599share/calibre/recipes/lanacion_chile.recipe 2599share/calibre/recipes/lanacion_chile.recipe
2600share/calibre/recipes/lapoliticaonline_ar.recipe 2600share/calibre/recipes/lapoliticaonline_ar.recipe
2601share/calibre/recipes/laprensa.recipe 2601share/calibre/recipes/laprensa.recipe
2602share/calibre/recipes/laprensa_hn.recipe 2602share/calibre/recipes/laprensa_hn.recipe
2603share/calibre/recipes/laprensa_ni.recipe 2603share/calibre/recipes/laprensa_ni.recipe
2604share/calibre/recipes/las_vegas_review.recipe 2604share/calibre/recipes/las_vegas_review.recipe
2605share/calibre/recipes/latimes.recipe 2605share/calibre/recipes/latimes.recipe
2606share/calibre/recipes/latribuna.recipe 2606share/calibre/recipes/latribuna.recipe
2607share/calibre/recipes/lavanguardia.recipe 2607share/calibre/recipes/lavanguardia.recipe
2608share/calibre/recipes/lavanguardia_corresponsales_es.recipe 2608share/calibre/recipes/lavanguardia_corresponsales_es.recipe
2609share/calibre/recipes/lavenir_be.recipe 2609share/calibre/recipes/lavenir_be.recipe
2610share/calibre/recipes/le_gorafi.recipe 2610share/calibre/recipes/le_gorafi.recipe
2611share/calibre/recipes/le_journal.recipe 2611share/calibre/recipes/le_journal.recipe
2612share/calibre/recipes/le_monde.recipe 2612share/calibre/recipes/le_monde.recipe
2613share/calibre/recipes/le_monde_diplomatique_fr.recipe 2613share/calibre/recipes/le_monde_diplomatique_fr.recipe
2614share/calibre/recipes/le_monde_sub.recipe 2614share/calibre/recipes/le_monde_sub.recipe
2615share/calibre/recipes/le_nouvel_observateur.recipe 2615share/calibre/recipes/le_nouvel_observateur.recipe
2616share/calibre/recipes/le_temps.recipe 2616share/calibre/recipes/le_temps.recipe
2617share/calibre/recipes/ledevoir.recipe 2617share/calibre/recipes/ledevoir.recipe
2618share/calibre/recipes/leduc.recipe 2618share/calibre/recipes/leduc.recipe
2619share/calibre/recipes/lega_nerd.recipe 2619share/calibre/recipes/lega_nerd.recipe
2620share/calibre/recipes/legeartis.recipe 2620share/calibre/recipes/legeartis.recipe
2621share/calibre/recipes/leggo_it.recipe 2621share/calibre/recipes/leggo_it.recipe
2622share/calibre/recipes/legitymizm.recipe 2622share/calibre/recipes/legitymizm.recipe
2623share/calibre/recipes/leipzer_volkszeitung.recipe 2623share/calibre/recipes/leipzer_volkszeitung.recipe
2624share/calibre/recipes/lemonde_dip.recipe 2624share/calibre/recipes/lemonde_dip.recipe
2625share/calibre/recipes/lenta_ru.recipe 2625share/calibre/recipes/lenta_ru.recipe
2626share/calibre/recipes/lepoint.recipe 2626share/calibre/recipes/lepoint.recipe
2627share/calibre/recipes/lequipe.recipe 2627share/calibre/recipes/lequipe.recipe
2628share/calibre/recipes/les_echos.recipe 2628share/calibre/recipes/les_echos.recipe
2629share/calibre/recipes/lescienze.recipe 2629share/calibre/recipes/lescienze.recipe
2630share/calibre/recipes/lesoir_be.recipe 2630share/calibre/recipes/lesoir_be.recipe
2631share/calibre/recipes/letsgetcritical.recipe 2631share/calibre/recipes/letsgetcritical.recipe
2632share/calibre/recipes/levante.recipe 2632share/calibre/recipes/levante.recipe
2633share/calibre/recipes/lexpress.recipe 2633share/calibre/recipes/lexpress.recipe
2634share/calibre/recipes/libartes.recipe 2634share/calibre/recipes/libartes.recipe
2635share/calibre/recipes/liberation.recipe 2635share/calibre/recipes/liberation.recipe
2636share/calibre/recipes/liberatorio_politico.recipe 2636share/calibre/recipes/liberatorio_politico.recipe
2637share/calibre/recipes/libero.recipe 2637share/calibre/recipes/libero.recipe
2638share/calibre/recipes/libertad_digital.recipe 2638share/calibre/recipes/libertad_digital.recipe
2639share/calibre/recipes/liberty_times.recipe 2639share/calibre/recipes/liberty_times.recipe
2640share/calibre/recipes/lidovky.recipe 2640share/calibre/recipes/lidovky.recipe
2641share/calibre/recipes/lifehacker.recipe 2641share/calibre/recipes/lifehacker.recipe
2642share/calibre/recipes/lifehacker_pl.recipe 2642share/calibre/recipes/lifehacker_pl.recipe
2643share/calibre/recipes/lightspeed_magazine.recipe 2643share/calibre/recipes/lightspeed_magazine.recipe
2644share/calibre/recipes/limes.recipe 2644share/calibre/recipes/limes.recipe
2645share/calibre/recipes/linux_journal.recipe 2645share/calibre/recipes/linux_journal.recipe
2646share/calibre/recipes/linux_magazine.recipe 2646share/calibre/recipes/linux_magazine.recipe
2647share/calibre/recipes/linuxdevices.recipe 2647share/calibre/recipes/linuxdevices.recipe
2648share/calibre/recipes/linuxportal_pl.recipe 2648share/calibre/recipes/linuxportal_pl.recipe
2649share/calibre/recipes/list_apart.recipe 2649share/calibre/recipes/list_apart.recipe
2650share/calibre/recipes/livemint.recipe 2650share/calibre/recipes/livemint.recipe
2651share/calibre/recipes/living_stones.recipe 2651share/calibre/recipes/living_stones.recipe
2652share/calibre/recipes/loksatta.recipe 2652share/calibre/recipes/loksatta.recipe
2653share/calibre/recipes/lomza.recipe 2653share/calibre/recipes/lomza.recipe
2654share/calibre/recipes/london_free_press.recipe 2654share/calibre/recipes/london_free_press.recipe
2655share/calibre/recipes/los_tiempos_bo.recipe 2655share/calibre/recipes/los_tiempos_bo.recipe
2656share/calibre/recipes/losandes.recipe 2656share/calibre/recipes/losandes.recipe
2657share/calibre/recipes/losservatoreromano_it.recipe 2657share/calibre/recipes/losservatoreromano_it.recipe
2658share/calibre/recipes/lrb.recipe 2658share/calibre/recipes/lrb.recipe
2659share/calibre/recipes/lrb_payed.recipe 2659share/calibre/recipes/lrb_payed.recipe
2660share/calibre/recipes/ludwig_mises.recipe 2660share/calibre/recipes/ludwig_mises.recipe
2661share/calibre/recipes/luns_a_venres.recipe 2661share/calibre/recipes/luns_a_venres.recipe
2662share/calibre/recipes/lupa.recipe 2662share/calibre/recipes/lupa.recipe
2663share/calibre/recipes/lvivs_ks_ghazieta.recipe 2663share/calibre/recipes/lvivs_ks_ghazieta.recipe
2664share/calibre/recipes/lwn.recipe 2664share/calibre/recipes/lwn.recipe
2665share/calibre/recipes/lwn_weekly.recipe 2665share/calibre/recipes/lwn_weekly.recipe
2666share/calibre/recipes/mac_video.recipe 2666share/calibre/recipes/mac_video.recipe
2667share/calibre/recipes/mac_world.recipe 2667share/calibre/recipes/mac_world.recipe
2668share/calibre/recipes/mac_world_uk.recipe 2668share/calibre/recipes/mac_world_uk.recipe
2669share/calibre/recipes/macity.recipe 2669share/calibre/recipes/macity.recipe
2670share/calibre/recipes/macleans.recipe 2670share/calibre/recipes/macleans.recipe
2671share/calibre/recipes/maekyung.recipe 2671share/calibre/recipes/maekyung.recipe
2672share/calibre/recipes/maharashtra_times.recipe 2672share/calibre/recipes/maharashtra_times.recipe
2673share/calibre/recipes/mail_and_guardian.recipe 2673share/calibre/recipes/mail_and_guardian.recipe
2674share/calibre/recipes/mainichi.recipe 2674share/calibre/recipes/mainichi.recipe
2675share/calibre/recipes/mainichi_en.recipe 2675share/calibre/recipes/mainichi_en.recipe
2676share/calibre/recipes/mainichi_science_news.recipe 2676share/calibre/recipes/mainichi_science_news.recipe
2677share/calibre/recipes/malaya_business_insight.recipe 2677share/calibre/recipes/malaya_business_insight.recipe
2678share/calibre/recipes/malaysian_mirror.recipe 2678share/calibre/recipes/malaysian_mirror.recipe
2679share/calibre/recipes/manila_standard_today.recipe 2679share/calibre/recipes/manila_standard_today.recipe
2680share/calibre/recipes/marca.recipe 2680share/calibre/recipes/marca.recipe
2681share/calibre/recipes/marctv.recipe 2681share/calibre/recipes/marctv.recipe
2682share/calibre/recipes/marine_corps_times.recipe 2682share/calibre/recipes/marine_corps_times.recipe
2683share/calibre/recipes/marketing_magazine.recipe 2683share/calibre/recipes/marketing_magazine.recipe
2684share/calibre/recipes/marketing_sensoriale.recipe 2684share/calibre/recipes/marketing_sensoriale.recipe
2685share/calibre/recipes/mateusz_czytania.recipe 2685share/calibre/recipes/mateusz_czytania.recipe
2686share/calibre/recipes/matichon.recipe 2686share/calibre/recipes/matichon.recipe
2687share/calibre/recipes/max_planck.recipe 2687share/calibre/recipes/max_planck.recipe
2688share/calibre/recipes/mayra.recipe 2688share/calibre/recipes/mayra.recipe
2689share/calibre/recipes/mdj.recipe 2689share/calibre/recipes/mdj.recipe
2690share/calibre/recipes/media2.recipe 2690share/calibre/recipes/media2.recipe
2691share/calibre/recipes/mediafax.recipe 2691share/calibre/recipes/mediafax.recipe
2692share/calibre/recipes/mediaindonesia.recipe 2692share/calibre/recipes/mediaindonesia.recipe
2693share/calibre/recipes/mediapart.recipe 2693share/calibre/recipes/mediapart.recipe
2694share/calibre/recipes/medscape.recipe 2694share/calibre/recipes/medscape.recipe
2695share/calibre/recipes/melbourne_herald_sun.recipe 2695share/calibre/recipes/melbourne_herald_sun.recipe
2696share/calibre/recipes/men24_gr.recipe 2696share/calibre/recipes/men24_gr.recipe
2697share/calibre/recipes/mens_health.recipe 2697share/calibre/recipes/mens_health.recipe
2698share/calibre/recipes/merco_press.recipe 2698share/calibre/recipes/merco_press.recipe
2699share/calibre/recipes/mesec.recipe 2699share/calibre/recipes/mesec.recipe
2700share/calibre/recipes/metro_montreal.recipe 2700share/calibre/recipes/metro_montreal.recipe
2701share/calibre/recipes/metro_news_nl.recipe 2701share/calibre/recipes/metro_news_nl.recipe
2702share/calibre/recipes/metro_uk.recipe 2702share/calibre/recipes/metro_uk.recipe
2703share/calibre/recipes/metropol_tv.recipe 2703share/calibre/recipes/metropol_tv.recipe
2704share/calibre/recipes/miami_herald.recipe 2704share/calibre/recipes/miami_herald.recipe
2705share/calibre/recipes/michalkiewicz.recipe 2705share/calibre/recipes/michalkiewicz.recipe
2706share/calibre/recipes/michellemalkin.recipe 2706share/calibre/recipes/michellemalkin.recipe
2707share/calibre/recipes/miesbacher_merkur.recipe 2707share/calibre/recipes/miesbacher_merkur.recipe
2708share/calibre/recipes/milenio.recipe 2708share/calibre/recipes/milenio.recipe
2709share/calibre/recipes/military_times.recipe 2709share/calibre/recipes/military_times.recipe
2710share/calibre/recipes/ming_pao.recipe 2710share/calibre/recipes/ming_pao.recipe
2711share/calibre/recipes/ming_pao_toronto.recipe 2711share/calibre/recipes/ming_pao_toronto.recipe
2712share/calibre/recipes/ming_pao_vancouver.recipe 2712share/calibre/recipes/ming_pao_vancouver.recipe
2713share/calibre/recipes/miradasalsur.recipe 2713share/calibre/recipes/miradasalsur.recipe
2714share/calibre/recipes/mit_technology_review.recipe 2714share/calibre/recipes/mit_technology_review.recipe
2715share/calibre/recipes/mlody_technik_pl.recipe 2715share/calibre/recipes/mlody_technik_pl.recipe
2716share/calibre/recipes/mmc_rtv.recipe 2716share/calibre/recipes/mmc_rtv.recipe
2717share/calibre/recipes/mobile_bulgaria.recipe 2717share/calibre/recipes/mobile_bulgaria.recipe
2718share/calibre/recipes/mobilenations.recipe 2718share/calibre/recipes/mobilenations.recipe
2719share/calibre/recipes/modoros.recipe 2719share/calibre/recipes/modoros.recipe
2720share/calibre/recipes/moldovaazi.recipe 2720share/calibre/recipes/moldovaazi.recipe
2721share/calibre/recipes/monbiot.recipe 2721share/calibre/recipes/monbiot.recipe
2722share/calibre/recipes/mondedurable.recipe 2722share/calibre/recipes/mondedurable.recipe
2723share/calibre/recipes/monden.recipe 2723share/calibre/recipes/monden.recipe
2724share/calibre/recipes/money_pl.recipe 2724share/calibre/recipes/money_pl.recipe
2725share/calibre/recipes/moneycontrol.recipe 2725share/calibre/recipes/moneycontrol.recipe
2726share/calibre/recipes/moneynews.recipe 2726share/calibre/recipes/moneynews.recipe
2727share/calibre/recipes/moneyro.recipe 2727share/calibre/recipes/moneyro.recipe
2728share/calibre/recipes/monitor.recipe 2728share/calibre/recipes/monitor.recipe
2729share/calibre/recipes/montevideo_com.recipe 2729share/calibre/recipes/montevideo_com.recipe
2730share/calibre/recipes/montreal_gazette.recipe 2730share/calibre/recipes/montreal_gazette.recipe
2731share/calibre/recipes/more_intelligent_life.recipe 2731share/calibre/recipes/more_intelligent_life.recipe
2732share/calibre/recipes/moscow_times.recipe 2732share/calibre/recipes/moscow_times.recipe
2733share/calibre/recipes/motherjones.recipe 2733share/calibre/recipes/motherjones.recipe
2734share/calibre/recipes/msdnmag_en.recipe 2734share/calibre/recipes/msdnmag_en.recipe
2735share/calibre/recipes/msnbc.recipe 2735share/calibre/recipes/msnbc.recipe
2736share/calibre/recipes/msnsankei.recipe 2736share/calibre/recipes/msnsankei.recipe
2737share/calibre/recipes/mumbai_mirror.recipe 2737share/calibre/recipes/mumbai_mirror.recipe
2738share/calibre/recipes/munchner_merkur_nord.recipe 2738share/calibre/recipes/munchner_merkur_nord.recipe
2739share/calibre/recipes/munchner_merkur_stadt.recipe 2739share/calibre/recipes/munchner_merkur_stadt.recipe
2740share/calibre/recipes/munchner_merkur_sud.recipe 2740share/calibre/recipes/munchner_merkur_sud.recipe
2741share/calibre/recipes/munchner_merkur_wurmtal.recipe 2741share/calibre/recipes/munchner_merkur_wurmtal.recipe
2742share/calibre/recipes/murnauer_tagblatt.recipe 2742share/calibre/recipes/murnauer_tagblatt.recipe
2743share/calibre/recipes/mwjournal.recipe 2743share/calibre/recipes/mwjournal.recipe
2744share/calibre/recipes/myapple_pl.recipe 2744share/calibre/recipes/myapple_pl.recipe
2745share/calibre/recipes/nachdenkseiten.recipe 2745share/calibre/recipes/nachdenkseiten.recipe
2746share/calibre/recipes/nacional_cro.recipe 2746share/calibre/recipes/nacional_cro.recipe
2747share/calibre/recipes/nacionred.recipe 2747share/calibre/recipes/nacionred.recipe
2748share/calibre/recipes/nadacni_fond_proti_korupci.recipe 2748share/calibre/recipes/nadacni_fond_proti_korupci.recipe
2749share/calibre/recipes/najwyzszy_czas.recipe 2749share/calibre/recipes/najwyzszy_czas.recipe
2750share/calibre/recipes/nakedcapitalism.recipe 2750share/calibre/recipes/nakedcapitalism.recipe
2751share/calibre/recipes/nanfengchuang.recipe 2751share/calibre/recipes/nanfengchuang.recipe
2752share/calibre/recipes/nasa.recipe 2752share/calibre/recipes/nasa.recipe
2753share/calibre/recipes/naszdziennik.recipe 2753share/calibre/recipes/naszdziennik.recipe
2754share/calibre/recipes/natemat_pl.recipe 2754share/calibre/recipes/natemat_pl.recipe
2755share/calibre/recipes/natgeo.recipe 2755share/calibre/recipes/natgeo.recipe
2756share/calibre/recipes/nation_ke.recipe 2756share/calibre/recipes/nation_ke.recipe
2757share/calibre/recipes/national_geographic_de.recipe 2757share/calibre/recipes/national_geographic_de.recipe
2758share/calibre/recipes/national_geographic_es.recipe 2758share/calibre/recipes/national_geographic_es.recipe
2759share/calibre/recipes/national_geographic_it.recipe 2759share/calibre/recipes/national_geographic_it.recipe
2760share/calibre/recipes/national_geographic_pl.recipe 2760share/calibre/recipes/national_geographic_pl.recipe
2761share/calibre/recipes/national_post.recipe 2761share/calibre/recipes/national_post.recipe
2762share/calibre/recipes/nationalgeographicjp.recipe 2762share/calibre/recipes/nationalgeographicjp.recipe
2763share/calibre/recipes/nationalgeoro.recipe 2763share/calibre/recipes/nationalgeoro.recipe
2764share/calibre/recipes/nationalreviewonline.recipe 2764share/calibre/recipes/nationalreviewonline.recipe
2765share/calibre/recipes/nauka_w_polsce.recipe 2765share/calibre/recipes/nauka_w_polsce.recipe
2766share/calibre/recipes/navegalo.recipe 2766share/calibre/recipes/navegalo.recipe
2767share/calibre/recipes/navy_times.recipe 2767share/calibre/recipes/navy_times.recipe
2768share/calibre/recipes/nbonline.recipe 2768share/calibre/recipes/nbonline.recipe
2769share/calibre/recipes/ncrnext.recipe 2769share/calibre/recipes/ncrnext.recipe
2770share/calibre/recipes/nejm.recipe 2770share/calibre/recipes/nejm.recipe
2771share/calibre/recipes/neowin.recipe 2771share/calibre/recipes/neowin.recipe
2772share/calibre/recipes/nepszabadsag.recipe 2772share/calibre/recipes/nepszabadsag.recipe
2773share/calibre/recipes/netzpolitik.recipe 2773share/calibre/recipes/netzpolitik.recipe
2774share/calibre/recipes/neu_osnabrucker_zeitung.recipe 2774share/calibre/recipes/neu_osnabrucker_zeitung.recipe
2775share/calibre/recipes/neviditelny_pes.recipe 2775share/calibre/recipes/neviditelny_pes.recipe
2776share/calibre/recipes/new_london_day.recipe 2776share/calibre/recipes/new_london_day.recipe
2777share/calibre/recipes/new_scientist.recipe 2777share/calibre/recipes/new_scientist.recipe
2778share/calibre/recipes/new_statesman.recipe 2778share/calibre/recipes/new_statesman.recipe
2779share/calibre/recipes/new_york_review_of_books.recipe 2779share/calibre/recipes/new_york_review_of_books.recipe
2780share/calibre/recipes/new_york_review_of_books_no_sub.recipe 2780share/calibre/recipes/new_york_review_of_books_no_sub.recipe
2781share/calibre/recipes/new_yorker.recipe 2781share/calibre/recipes/new_yorker.recipe
2782share/calibre/recipes/news24.recipe 2782share/calibre/recipes/news24.recipe
2783share/calibre/recipes/news_busters.recipe 2783share/calibre/recipes/news_busters.recipe
2784share/calibre/recipes/news_times.recipe 2784share/calibre/recipes/news_times.recipe
2785share/calibre/recipes/newsbeast.recipe 2785share/calibre/recipes/newsbeast.recipe
2786share/calibre/recipes/newsmoldova.recipe 2786share/calibre/recipes/newsmoldova.recipe
2787share/calibre/recipes/newsobs.recipe 2787share/calibre/recipes/newsobs.recipe
2788share/calibre/recipes/newsstraitstimes.recipe 2788share/calibre/recipes/newsstraitstimes.recipe
2789share/calibre/recipes/newsweek.recipe 2789share/calibre/recipes/newsweek.recipe
2790share/calibre/recipes/newsweek_argentina.recipe 2790share/calibre/recipes/newsweek_argentina.recipe
2791share/calibre/recipes/newsweek_polska.recipe 2791share/calibre/recipes/newsweek_polska.recipe
2792share/calibre/recipes/nezavisne_novine.recipe 2792share/calibre/recipes/nezavisne_novine.recipe
2793share/calibre/recipes/ngz.recipe 2793share/calibre/recipes/ngz.recipe
2794share/calibre/recipes/niebezpiecznik.recipe 2794share/calibre/recipes/niebezpiecznik.recipe
2795share/calibre/recipes/nightflier.recipe 2795share/calibre/recipes/nightflier.recipe
2796share/calibre/recipes/nikkei_free.recipe 2796share/calibre/recipes/nikkei_free.recipe
2797share/calibre/recipes/nikkei_news.recipe 2797share/calibre/recipes/nikkei_news.recipe
2798share/calibre/recipes/nikkei_sub.recipe 2798share/calibre/recipes/nikkei_sub.recipe
2799share/calibre/recipes/nin.recipe 2799share/calibre/recipes/nin.recipe
2800share/calibre/recipes/njp.recipe 2800share/calibre/recipes/njp.recipe
2801share/calibre/recipes/njuz_net.recipe 2801share/calibre/recipes/njuz_net.recipe
2802share/calibre/recipes/nme.recipe 2802share/calibre/recipes/nme.recipe
2803share/calibre/recipes/noaa.recipe 2803share/calibre/recipes/noaa.recipe
2804share/calibre/recipes/nol.recipe 2804share/calibre/recipes/nol.recipe
2805share/calibre/recipes/non_leggerlo.recipe 2805share/calibre/recipes/non_leggerlo.recipe
2806share/calibre/recipes/nortecastilla.recipe 2806share/calibre/recipes/nortecastilla.recipe
2807share/calibre/recipes/noticias_r7.recipe 2807share/calibre/recipes/noticias_r7.recipe
2808share/calibre/recipes/noticias_unb.recipe 2808share/calibre/recipes/noticias_unb.recipe
2809share/calibre/recipes/novaya_gazeta.recipe 2809share/calibre/recipes/novaya_gazeta.recipe
2810share/calibre/recipes/novilist_novine_hr.recipe 2810share/calibre/recipes/novilist_novine_hr.recipe
2811share/calibre/recipes/novilist_portal_hr.recipe 2811share/calibre/recipes/novilist_portal_hr.recipe
2812share/calibre/recipes/novinite.recipe 2812share/calibre/recipes/novinite.recipe
2813share/calibre/recipes/novinite_bg.recipe 2813share/calibre/recipes/novinite_bg.recipe
2814share/calibre/recipes/novinky.cz.recipe 2814share/calibre/recipes/novinky.cz.recipe
2815share/calibre/recipes/novinky.recipe 2815share/calibre/recipes/novinky.recipe
2816share/calibre/recipes/novistandard.recipe 2816share/calibre/recipes/novistandard.recipe
2817share/calibre/recipes/novosti.recipe 2817share/calibre/recipes/novosti.recipe
2818share/calibre/recipes/now_toronto.recipe 2818share/calibre/recipes/now_toronto.recipe
2819share/calibre/recipes/nowa_fantastyka.recipe 2819share/calibre/recipes/nowa_fantastyka.recipe
2820share/calibre/recipes/nowiny_rybnik.recipe 2820share/calibre/recipes/nowiny_rybnik.recipe
2821share/calibre/recipes/nowy_ekran.recipe 2821share/calibre/recipes/nowy_ekran.recipe
2822share/calibre/recipes/nowy_obywatel.recipe 2822share/calibre/recipes/nowy_obywatel.recipe
2823share/calibre/recipes/noz.recipe 2823share/calibre/recipes/noz.recipe
2824share/calibre/recipes/npr.recipe 2824share/calibre/recipes/npr.recipe
2825share/calibre/recipes/npr_music_blogs.recipe 2825share/calibre/recipes/npr_music_blogs.recipe
2826share/calibre/recipes/nrc-nl-epub.recipe 2826share/calibre/recipes/nrc-nl-epub.recipe
2827share/calibre/recipes/nrc.nl.recipe 2827share/calibre/recipes/nrc.nl.recipe
2828share/calibre/recipes/nrc_handelsblad.recipe 2828share/calibre/recipes/nrc_handelsblad.recipe
2829share/calibre/recipes/nrc_next.recipe 2829share/calibre/recipes/nrc_next.recipe
2830share/calibre/recipes/nsfw_corp.recipe 2830share/calibre/recipes/nsfw_corp.recipe
2831share/calibre/recipes/nspm.recipe 2831share/calibre/recipes/nspm.recipe
2832share/calibre/recipes/nspm_int.recipe 2832share/calibre/recipes/nspm_int.recipe
2833share/calibre/recipes/nto.recipe 2833share/calibre/recipes/nto.recipe
2834share/calibre/recipes/ntv_spor.recipe 2834share/calibre/recipes/ntv_spor.recipe
2835share/calibre/recipes/ntv_tr.recipe 2835share/calibre/recipes/ntv_tr.recipe
2836share/calibre/recipes/nu.recipe 2836share/calibre/recipes/nu.recipe
2837share/calibre/recipes/nursingtimes.recipe 2837share/calibre/recipes/nursingtimes.recipe
2838share/calibre/recipes/nuus24.recipe 2838share/calibre/recipes/nuus24.recipe
2839share/calibre/recipes/nymag.recipe 2839share/calibre/recipes/nymag.recipe
2840share/calibre/recipes/nypost.recipe 2840share/calibre/recipes/nypost.recipe
2841share/calibre/recipes/nytimes.recipe 2841share/calibre/recipes/nytimes.recipe
2842share/calibre/recipes/nytimes_sports.recipe 2842share/calibre/recipes/nytimes_sports.recipe
2843share/calibre/recipes/nytimes_sub.recipe 2843share/calibre/recipes/nytimes_sub.recipe
2844share/calibre/recipes/nytimes_tech.recipe 2844share/calibre/recipes/nytimes_tech.recipe
2845share/calibre/recipes/nytimesbook.recipe 2845share/calibre/recipes/nytimesbook.recipe
2846share/calibre/recipes/nzherald.recipe 2846share/calibre/recipes/nzherald.recipe
2847share/calibre/recipes/nzz_folio.recipe 2847share/calibre/recipes/nzz_folio.recipe
2848share/calibre/recipes/nzz_ger.recipe 2848share/calibre/recipes/nzz_ger.recipe
2849share/calibre/recipes/nzz_webpaper.recipe 2849share/calibre/recipes/nzz_webpaper.recipe
2850share/calibre/recipes/o_globo.recipe 2850share/calibre/recipes/o_globo.recipe
2851share/calibre/recipes/oakland_north.recipe 2851share/calibre/recipes/oakland_north.recipe
2852share/calibre/recipes/observa_digital.recipe 2852share/calibre/recipes/observa_digital.recipe
2853share/calibre/recipes/observatorul_cultural.recipe 2853share/calibre/recipes/observatorul_cultural.recipe
2854share/calibre/recipes/observer.recipe 2854share/calibre/recipes/observer.recipe
2855share/calibre/recipes/observer_gb.recipe 2855share/calibre/recipes/observer_gb.recipe
2856share/calibre/recipes/oc_register.recipe 2856share/calibre/recipes/oc_register.recipe
2857share/calibre/recipes/odkrywcy_pl.recipe 2857share/calibre/recipes/odkrywcy_pl.recipe
2858share/calibre/recipes/office_space.recipe 2858share/calibre/recipes/office_space.recipe
2859share/calibre/recipes/oilprice.recipe 2859share/calibre/recipes/oilprice.recipe
2860share/calibre/recipes/oldnewthing.recipe 2860share/calibre/recipes/oldnewthing.recipe
2861share/calibre/recipes/omgubuntu.recipe 2861share/calibre/recipes/omgubuntu.recipe
2862share/calibre/recipes/onda_rock.recipe 2862share/calibre/recipes/onda_rock.recipe
2863share/calibre/recipes/onemagazine.recipe 2863share/calibre/recipes/onemagazine.recipe
2864share/calibre/recipes/onionavclub.recipe 2864share/calibre/recipes/onionavclub.recipe
2865share/calibre/recipes/open_left.recipe 2865share/calibre/recipes/open_left.recipe
2866share/calibre/recipes/opinion_bo.recipe 2866share/calibre/recipes/opinion_bo.recipe
2867share/calibre/recipes/optyczne_pl.recipe 2867share/calibre/recipes/optyczne_pl.recipe
2868share/calibre/recipes/oregonian.recipe 2868share/calibre/recipes/oregonian.recipe
2869share/calibre/recipes/oreilly_premium.recipe 2869share/calibre/recipes/oreilly_premium.recipe
2870share/calibre/recipes/oriental_daily.recipe 2870share/calibre/recipes/oriental_daily.recipe
2871share/calibre/recipes/origo_hu.recipe 2871share/calibre/recipes/origo_hu.recipe
2872share/calibre/recipes/orlando_sentinel.recipe 2872share/calibre/recipes/orlando_sentinel.recipe
2873share/calibre/recipes/orsai.recipe 2873share/calibre/recipes/orsai.recipe
2874share/calibre/recipes/osel_cz.recipe 2874share/calibre/recipes/osel_cz.recipe
2875share/calibre/recipes/osw.recipe 2875share/calibre/recipes/osw.recipe
2876share/calibre/recipes/osworld_pl.recipe 2876share/calibre/recipes/osworld_pl.recipe
2877share/calibre/recipes/ottawa_citizen.recipe 2877share/calibre/recipes/ottawa_citizen.recipe
2878share/calibre/recipes/ourdailybread.recipe 2878share/calibre/recipes/ourdailybread.recipe
2879share/calibre/recipes/outlook_india.recipe 2879share/calibre/recipes/outlook_india.recipe
2880share/calibre/recipes/overclock_pl.recipe 2880share/calibre/recipes/overclock_pl.recipe
2881share/calibre/recipes/oxford_mail.recipe 2881share/calibre/recipes/oxford_mail.recipe
2882share/calibre/recipes/padreydecano.recipe 2882share/calibre/recipes/padreydecano.recipe
2883share/calibre/recipes/pagina12.recipe 2883share/calibre/recipes/pagina12.recipe
2884share/calibre/recipes/pagina_12_print_ed.recipe 2884share/calibre/recipes/pagina_12_print_ed.recipe
2885share/calibre/recipes/pajama.recipe 2885share/calibre/recipes/pajama.recipe
2886share/calibre/recipes/palmtop_pl.recipe 2886share/calibre/recipes/palmtop_pl.recipe
2887share/calibre/recipes/pambianco.recipe 2887share/calibre/recipes/pambianco.recipe
2888share/calibre/recipes/pandodaily.recipe 2888share/calibre/recipes/pandodaily.recipe
2889share/calibre/recipes/panorama.recipe 2889share/calibre/recipes/panorama.recipe
2890share/calibre/recipes/paperli_topic.recipe 2890share/calibre/recipes/paperli_topic.recipe
2891share/calibre/recipes/parlamentni_listy.recipe 2891share/calibre/recipes/parlamentni_listy.recipe
2892share/calibre/recipes/patente_de_corso.recipe 2892share/calibre/recipes/patente_de_corso.recipe
2893share/calibre/recipes/pc_advisor.recipe 2893share/calibre/recipes/pc_advisor.recipe
2894share/calibre/recipes/pc_arena.recipe 2894share/calibre/recipes/pc_arena.recipe
2895share/calibre/recipes/pc_centre_pl.recipe 2895share/calibre/recipes/pc_centre_pl.recipe
2896share/calibre/recipes/pc_foster.recipe 2896share/calibre/recipes/pc_foster.recipe
2897share/calibre/recipes/pc_lab.recipe 2897share/calibre/recipes/pc_lab.recipe
2898share/calibre/recipes/pc_mag.recipe 2898share/calibre/recipes/pc_mag.recipe
2899share/calibre/recipes/pc_world.recipe 2899share/calibre/recipes/pc_world.recipe
2900share/calibre/recipes/pcworld_hu.recipe 2900share/calibre/recipes/pcworld_hu.recipe
2901share/calibre/recipes/pcworldro.recipe 2901share/calibre/recipes/pcworldro.recipe
2902share/calibre/recipes/pecat.recipe 2902share/calibre/recipes/pecat.recipe
2903share/calibre/recipes/penguin_news.recipe 2903share/calibre/recipes/penguin_news.recipe
2904share/calibre/recipes/penzberger_merkur.recipe 2904share/calibre/recipes/penzberger_merkur.recipe
2905share/calibre/recipes/people_daily.recipe 2905share/calibre/recipes/people_daily.recipe
2906share/calibre/recipes/people_us_mashup.recipe 2906share/calibre/recipes/people_us_mashup.recipe
2907share/calibre/recipes/perfil.recipe 2907share/calibre/recipes/perfil.recipe
2908share/calibre/recipes/periodismo_humano_es.recipe 2908share/calibre/recipes/periodismo_humano_es.recipe
2909share/calibre/recipes/pescanik.recipe 2909share/calibre/recipes/pescanik.recipe
2910share/calibre/recipes/peterschiff.recipe 2910share/calibre/recipes/peterschiff.recipe
2911share/calibre/recipes/phd_comics.recipe 2911share/calibre/recipes/phd_comics.recipe
2912share/calibre/recipes/philippino_star_ngayon.recipe 2912share/calibre/recipes/philippino_star_ngayon.recipe
2913share/calibre/recipes/phillosophy_now.recipe 2913share/calibre/recipes/phillosophy_now.recipe
2914share/calibre/recipes/philly.recipe 2914share/calibre/recipes/philly.recipe
2915share/calibre/recipes/phoronix.recipe 2915share/calibre/recipes/phoronix.recipe
2916share/calibre/recipes/phys_org.recipe 2916share/calibre/recipes/phys_org.recipe
2917share/calibre/recipes/physics_today.recipe 2917share/calibre/recipes/physics_today.recipe
2918share/calibre/recipes/physics_world.recipe 2918share/calibre/recipes/physics_world.recipe
2919share/calibre/recipes/picoboard_pl.recipe 2919share/calibre/recipes/picoboard_pl.recipe
2920share/calibre/recipes/pilot.recipe 2920share/calibre/recipes/pilot.recipe
2921share/calibre/recipes/piratska_strana.recipe 2921share/calibre/recipes/piratska_strana.recipe
2922share/calibre/recipes/piratske_noviny.recipe 2922share/calibre/recipes/piratske_noviny.recipe
2923share/calibre/recipes/planet_kde.recipe 2923share/calibre/recipes/planet_kde.recipe
2924share/calibre/recipes/planet_python.recipe 2924share/calibre/recipes/planet_python.recipe
2925share/calibre/recipes/plus_info.recipe 2925share/calibre/recipes/plus_info.recipe
2926share/calibre/recipes/pnn.recipe 2926share/calibre/recipes/pnn.recipe
2927share/calibre/recipes/pobjeda.recipe 2927share/calibre/recipes/pobjeda.recipe
2928share/calibre/recipes/poche.recipe 2928share/calibre/recipes/poche.recipe
2929share/calibre/recipes/podnikatel.recipe 2929share/calibre/recipes/podnikatel.recipe
2930share/calibre/recipes/politico.recipe 2930share/calibre/recipes/politico.recipe
2931share/calibre/recipes/politifact.recipe 2931share/calibre/recipes/politifact.recipe
2932share/calibre/recipes/politika.recipe 2932share/calibre/recipes/politika.recipe
2933share/calibre/recipes/politiken_dk.recipe 2933share/calibre/recipes/politiken_dk.recipe
2934share/calibre/recipes/polityka.recipe 2934share/calibre/recipes/polityka.recipe
2935share/calibre/recipes/polizeipress_de.recipe 2935share/calibre/recipes/polizeipress_de.recipe
2936share/calibre/recipes/polska_times.recipe 2936share/calibre/recipes/polska_times.recipe
2937share/calibre/recipes/polter_pl.recipe 2937share/calibre/recipes/polter_pl.recipe
2938share/calibre/recipes/popscience.recipe 2938share/calibre/recipes/popscience.recipe
2939share/calibre/recipes/poradnia_pwn.recipe 2939share/calibre/recipes/poradnia_pwn.recipe
2940share/calibre/recipes/portafolio.recipe 2940share/calibre/recipes/portafolio.recipe
2941share/calibre/recipes/portfolio.recipe 2941share/calibre/recipes/portfolio.recipe
2942share/calibre/recipes/portfolio_hu.recipe 2942share/calibre/recipes/portfolio_hu.recipe
2943share/calibre/recipes/portfolio_hu_hu.recipe 2943share/calibre/recipes/portfolio_hu_hu.recipe
2944share/calibre/recipes/post_today.recipe 2944share/calibre/recipes/post_today.recipe
2945share/calibre/recipes/poughkeepsie_journal.recipe 2945share/calibre/recipes/poughkeepsie_journal.recipe
2946share/calibre/recipes/ppe_pl.recipe 2946share/calibre/recipes/ppe_pl.recipe
2947share/calibre/recipes/praguemonitor.recipe 2947share/calibre/recipes/praguemonitor.recipe
2948share/calibre/recipes/pravda.recipe 2948share/calibre/recipes/pravda.recipe
2949share/calibre/recipes/pravda_en.recipe 2949share/calibre/recipes/pravda_en.recipe
2950share/calibre/recipes/pravda_it.recipe 2950share/calibre/recipes/pravda_it.recipe
2951share/calibre/recipes/pravda_por.recipe 2951share/calibre/recipes/pravda_por.recipe
2952share/calibre/recipes/pravda_rs.recipe 2952share/calibre/recipes/pravda_rs.recipe
2953share/calibre/recipes/pravda_ru.recipe 2953share/calibre/recipes/pravda_ru.recipe
2954share/calibre/recipes/pravo.recipe 2954share/calibre/recipes/pravo.recipe
2955share/calibre/recipes/prawica_net.recipe 2955share/calibre/recipes/prawica_net.recipe
2956share/calibre/recipes/presse_portal.recipe 2956share/calibre/recipes/presse_portal.recipe
2957share/calibre/recipes/presseurop.recipe 2957share/calibre/recipes/presseurop.recipe
2958share/calibre/recipes/pressonline.recipe 2958share/calibre/recipes/pressonline.recipe
2959share/calibre/recipes/pressthink.recipe 2959share/calibre/recipes/pressthink.recipe
2960share/calibre/recipes/private_eye.recipe 2960share/calibre/recipes/private_eye.recipe
2961share/calibre/recipes/pro_linux_de.recipe 2961share/calibre/recipes/pro_linux_de.recipe
2962share/calibre/recipes/pro_physik.recipe 2962share/calibre/recipes/pro_physik.recipe
2963share/calibre/recipes/projo.recipe 2963share/calibre/recipes/projo.recipe
2964share/calibre/recipes/promotor.recipe 2964share/calibre/recipes/promotor.recipe
2965share/calibre/recipes/propublica.recipe 2965share/calibre/recipes/propublica.recipe
2966share/calibre/recipes/prospectmaguk.recipe 2966share/calibre/recipes/prospectmaguk.recipe
2967share/calibre/recipes/prosport.recipe 2967share/calibre/recipes/prosport.recipe
2968share/calibre/recipes/prostamerika.recipe 2968share/calibre/recipes/prostamerika.recipe
2969share/calibre/recipes/protagon.recipe 2969share/calibre/recipes/protagon.recipe
2970share/calibre/recipes/protvmagazin.recipe 2970share/calibre/recipes/protvmagazin.recipe
2971share/calibre/recipes/psych.recipe 2971share/calibre/recipes/psych.recipe
2972share/calibre/recipes/psychologies.recipe 2972share/calibre/recipes/psychologies.recipe
2973share/calibre/recipes/pubblico_giornale.recipe 2973share/calibre/recipes/pubblico_giornale.recipe
2974share/calibre/recipes/publico.recipe 2974share/calibre/recipes/publico.recipe
2975share/calibre/recipes/publika.recipe 2975share/calibre/recipes/publika.recipe
2976share/calibre/recipes/puls_biznesu.recipe 2976share/calibre/recipes/puls_biznesu.recipe
2977share/calibre/recipes/punto_informatico.recipe 2977share/calibre/recipes/punto_informatico.recipe
2978share/calibre/recipes/pure_pc.recipe 2978share/calibre/recipes/pure_pc.recipe
2979share/calibre/recipes/pvp_online.recipe 2979share/calibre/recipes/pvp_online.recipe
2980share/calibre/recipes/queleer.recipe 2980share/calibre/recipes/queleer.recipe
2981share/calibre/recipes/quotidiano.recipe 2981share/calibre/recipes/quotidiano.recipe
2982share/calibre/recipes/rabble_ca.recipe 2982share/calibre/recipes/rabble_ca.recipe
2983share/calibre/recipes/racjonalista_pl.recipe 2983share/calibre/recipes/racjonalista_pl.recipe
2984share/calibre/recipes/radikal_tr.recipe 2984share/calibre/recipes/radikal_tr.recipe
2985share/calibre/recipes/radio_prague.recipe 2985share/calibre/recipes/radio_prague.recipe
2986share/calibre/recipes/radio_praha.recipe 2986share/calibre/recipes/radio_praha.recipe
2987share/calibre/recipes/rbc_ru.recipe 2987share/calibre/recipes/rbc_ru.recipe
2988share/calibre/recipes/rds.recipe 2988share/calibre/recipes/rds.recipe
2989share/calibre/recipes/readers_digest.recipe 2989share/calibre/recipes/readers_digest.recipe
2990share/calibre/recipes/readitlater.recipe 2990share/calibre/recipes/readitlater.recipe
2991share/calibre/recipes/real_clear.recipe 2991share/calibre/recipes/real_clear.recipe
2992share/calibre/recipes/real_world_economics_review.recipe 2992share/calibre/recipes/real_world_economics_review.recipe
2993share/calibre/recipes/realitatea.recipe 2993share/calibre/recipes/realitatea.recipe
2994share/calibre/recipes/rebelion.recipe 2994share/calibre/recipes/rebelion.recipe
2995share/calibre/recipes/red_aragon.recipe 2995share/calibre/recipes/red_aragon.recipe
2996share/calibre/recipes/red_voltaire.recipe 2996share/calibre/recipes/red_voltaire.recipe
2997share/calibre/recipes/regina_leader_post.recipe 2997share/calibre/recipes/regina_leader_post.recipe
2998share/calibre/recipes/replicavedetelor.recipe 2998share/calibre/recipes/replicavedetelor.recipe
2999share/calibre/recipes/reptantes.recipe 2999share/calibre/recipes/reptantes.recipe
3000share/calibre/recipes/republica.recipe 3000share/calibre/recipes/republica.recipe
3001share/calibre/recipes/republika.recipe 3001share/calibre/recipes/republika.recipe
3002share/calibre/recipes/res_publica.recipe 3002share/calibre/recipes/res_publica.recipe
3003share/calibre/recipes/respekt_magazine.recipe 
3004share/calibre/recipes/respekt_web.recipe 
3005share/calibre/recipes/resurgence.recipe 3003share/calibre/recipes/resurgence.recipe
3006share/calibre/recipes/reuters.recipe 3004share/calibre/recipes/reuters.recipe
3007share/calibre/recipes/reuters_ja.recipe 3005share/calibre/recipes/reuters_ja.recipe
3008share/calibre/recipes/revista_bla.recipe 3006share/calibre/recipes/revista_bla.recipe
3009share/calibre/recipes/revista_cromos.recipe 3007share/calibre/recipes/revista_cromos.recipe
3010share/calibre/recipes/revista_muy.recipe 3008share/calibre/recipes/revista_muy.recipe
3011share/calibre/recipes/revista_piaui.recipe 3009share/calibre/recipes/revista_piaui.recipe
3012share/calibre/recipes/revista_semana.recipe 3010share/calibre/recipes/revista_semana.recipe
3013share/calibre/recipes/revista_summa.recipe 3011share/calibre/recipes/revista_summa.recipe
3014share/calibre/recipes/rga.recipe 3012share/calibre/recipes/rga.recipe
3015share/calibre/recipes/rheinische_post.recipe 3013share/calibre/recipes/rheinische_post.recipe
3016share/calibre/recipes/ria_ru.recipe 3014share/calibre/recipes/ria_ru.recipe
3017share/calibre/recipes/rian_eng.recipe 3015share/calibre/recipes/rian_eng.recipe
3018share/calibre/recipes/rian_spa.recipe 3016share/calibre/recipes/rian_spa.recipe
3019share/calibre/recipes/richmond_times_dispatch.recipe 3017share/calibre/recipes/richmond_times_dispatch.recipe
3020share/calibre/recipes/rionegro.recipe 3018share/calibre/recipes/rionegro.recipe
3021share/calibre/recipes/rmf24_ESKN.recipe 3019share/calibre/recipes/rmf24_ESKN.recipe
3022share/calibre/recipes/rmf24_fakty.recipe 3020share/calibre/recipes/rmf24_fakty.recipe
3023share/calibre/recipes/rmf24_opinie.recipe 3021share/calibre/recipes/rmf24_opinie.recipe
3024share/calibre/recipes/roger_ebert.recipe 3022share/calibre/recipes/roger_ebert.recipe
3025share/calibre/recipes/roger_ebert_blog.recipe 3023share/calibre/recipes/roger_ebert_blog.recipe
3026share/calibre/recipes/rollingstone.recipe 3024share/calibre/recipes/rollingstone.recipe
3027share/calibre/recipes/romanialibera.recipe 3025share/calibre/recipes/romanialibera.recipe
3028share/calibre/recipes/root.recipe 3026share/calibre/recipes/root.recipe
3029share/calibre/recipes/rossijkaja_gazeta.recipe 3027share/calibre/recipes/rossijkaja_gazeta.recipe
3030share/calibre/recipes/rstones.recipe 3028share/calibre/recipes/rstones.recipe
3031share/calibre/recipes/rte.recipe 3029share/calibre/recipes/rte.recipe
3032share/calibre/recipes/rtnews.recipe 3030share/calibre/recipes/rtnews.recipe
3033share/calibre/recipes/rts.recipe 3031share/calibre/recipes/rts.recipe
3034share/calibre/recipes/rue89.recipe 3032share/calibre/recipes/rue89.recipe
3035share/calibre/recipes/rushisaband.recipe 3033share/calibre/recipes/rushisaband.recipe
3036share/calibre/recipes/rusiahoy.recipe 3034share/calibre/recipes/rusiahoy.recipe
3037share/calibre/recipes/rybinski.recipe 3035share/calibre/recipes/rybinski.recipe
3038share/calibre/recipes/rynek_infrastruktury.recipe 3036share/calibre/recipes/rynek_infrastruktury.recipe
3039share/calibre/recipes/rynek_kolejowy.recipe 3037share/calibre/recipes/rynek_kolejowy.recipe
3040share/calibre/recipes/rynek_zdrowia.recipe 3038share/calibre/recipes/rynek_zdrowia.recipe
3041share/calibre/recipes/rzeczpospolita.recipe 3039share/calibre/recipes/rzeczpospolita.recipe
3042share/calibre/recipes/sabah.recipe 3040share/calibre/recipes/sabah.recipe
3043share/calibre/recipes/sabit_fikir.recipe 3041share/calibre/recipes/sabit_fikir.recipe
3044share/calibre/recipes/sage_news.recipe 3042share/calibre/recipes/sage_news.recipe
3045share/calibre/recipes/sage_news_opinion.recipe 3043share/calibre/recipes/sage_news_opinion.recipe
3046share/calibre/recipes/salon.recipe 3044share/calibre/recipes/salon.recipe
3047share/calibre/recipes/salonica_press_news.recipe 3045share/calibre/recipes/salonica_press_news.recipe
3048share/calibre/recipes/samanyolu_haber.recipe 3046share/calibre/recipes/samanyolu_haber.recipe
3049share/calibre/recipes/samanyolu_teknoloji.recipe 3047share/calibre/recipes/samanyolu_teknoloji.recipe
3050share/calibre/recipes/samcik_blox.recipe 3048share/calibre/recipes/samcik_blox.recipe
3051share/calibre/recipes/san_fran_chronicle.recipe 3049share/calibre/recipes/san_fran_chronicle.recipe
3052share/calibre/recipes/sanjosemercurynews.recipe 3050share/calibre/recipes/sanjosemercurynews.recipe
3053share/calibre/recipes/sarajevo_x.recipe 3051share/calibre/recipes/sarajevo_x.recipe
3054share/calibre/recipes/saskatoon_star_phoenix.recipe 3052share/calibre/recipes/saskatoon_star_phoenix.recipe
3055share/calibre/recipes/satira.recipe 3053share/calibre/recipes/satira.recipe
3056share/calibre/recipes/satkurier.recipe 3054share/calibre/recipes/satkurier.recipe
3057share/calibre/recipes/satmagazine.recipe 3055share/calibre/recipes/satmagazine.recipe
3058share/calibre/recipes/sb_nation.recipe 3056share/calibre/recipes/sb_nation.recipe
3059share/calibre/recipes/schattenblick.recipe 3057share/calibre/recipes/schattenblick.recipe
3060share/calibre/recipes/schongauer_nachrichten.recipe 3058share/calibre/recipes/schongauer_nachrichten.recipe
3061share/calibre/recipes/science_aas.recipe 3059share/calibre/recipes/science_aas.recipe
3062share/calibre/recipes/science_based_medicine.recipe 3060share/calibre/recipes/science_based_medicine.recipe
3063share/calibre/recipes/science_news.recipe 3061share/calibre/recipes/science_news.recipe
3064share/calibre/recipes/science_news_recent_issues.recipe 3062share/calibre/recipes/science_news_recent_issues.recipe
3065share/calibre/recipes/sciencedaily.recipe 3063share/calibre/recipes/sciencedaily.recipe
3066share/calibre/recipes/scientific_american.recipe 3064share/calibre/recipes/scientific_american.recipe
3067share/calibre/recipes/scinexx.recipe 3065share/calibre/recipes/scinexx.recipe
3068share/calibre/recipes/scmp.recipe 3066share/calibre/recipes/scmp.recipe
3069share/calibre/recipes/scott_hanselman.recipe 3067share/calibre/recipes/scott_hanselman.recipe
3070share/calibre/recipes/scprint.recipe 3068share/calibre/recipes/scprint.recipe
3071share/calibre/recipes/seanhannity.recipe 3069share/calibre/recipes/seanhannity.recipe
3072share/calibre/recipes/seattle_times.recipe 3070share/calibre/recipes/seattle_times.recipe
3073share/calibre/recipes/security_watch.recipe 3071share/calibre/recipes/security_watch.recipe
3074share/calibre/recipes/sekurak_pl.recipe 3072share/calibre/recipes/sekurak_pl.recipe
3075share/calibre/recipes/serverside.recipe 3073share/calibre/recipes/serverside.recipe
3076share/calibre/recipes/seventh_guard.recipe 3074share/calibre/recipes/seventh_guard.recipe
3077share/calibre/recipes/sfbg.recipe 3075share/calibre/recipes/sfbg.recipe
3078share/calibre/recipes/sfin.recipe 3076share/calibre/recipes/sfin.recipe
3079share/calibre/recipes/sg_hu.recipe 3077share/calibre/recipes/sg_hu.recipe
3080share/calibre/recipes/shacknews.recipe 3078share/calibre/recipes/shacknews.recipe
3081share/calibre/recipes/shortlist.recipe 3079share/calibre/recipes/shortlist.recipe
3082share/calibre/recipes/sigma_live.recipe 3080share/calibre/recipes/sigma_live.recipe
3083share/calibre/recipes/sign_of_the_times.recipe 3081share/calibre/recipes/sign_of_the_times.recipe
3084share/calibre/recipes/sign_on_sd.recipe 3082share/calibre/recipes/sign_on_sd.recipe
3085share/calibre/recipes/silicon_republic.recipe 3083share/calibre/recipes/silicon_republic.recipe
3086share/calibre/recipes/sinfest.recipe 3084share/calibre/recipes/sinfest.recipe
3087share/calibre/recipes/singtao_daily.recipe 3085share/calibre/recipes/singtao_daily.recipe
3088share/calibre/recipes/singtaohk.recipe 3086share/calibre/recipes/singtaohk.recipe
3089share/calibre/recipes/siol.recipe 3087share/calibre/recipes/siol.recipe
3090share/calibre/recipes/sisainlive.recipe 3088share/calibre/recipes/sisainlive.recipe
3091share/calibre/recipes/sizinti_derigisi.recipe 3089share/calibre/recipes/sizinti_derigisi.recipe
3092share/calibre/recipes/skai.recipe 3090share/calibre/recipes/skai.recipe
3093share/calibre/recipes/skeptic.recipe 3091share/calibre/recipes/skeptic.recipe
3094share/calibre/recipes/skeptical_enquirer.recipe 3092share/calibre/recipes/skeptical_enquirer.recipe
3095share/calibre/recipes/skylife.recipe 3093share/calibre/recipes/skylife.recipe
3096share/calibre/recipes/slashdot.recipe 3094share/calibre/recipes/slashdot.recipe
3097share/calibre/recipes/slate.recipe 3095share/calibre/recipes/slate.recipe
3098share/calibre/recipes/slate_star_codex.recipe 3096share/calibre/recipes/slate_star_codex.recipe
3099share/calibre/recipes/slovo.recipe 3097share/calibre/recipes/slovo.recipe
3100share/calibre/recipes/smashing.recipe 3098share/calibre/recipes/smashing.recipe
3101share/calibre/recipes/sme.recipe 3099share/calibre/recipes/sme.recipe
3102share/calibre/recipes/smh.recipe 3100share/calibre/recipes/smh.recipe
3103share/calibre/recipes/smilezilla.recipe 3101share/calibre/recipes/smilezilla.recipe
3104share/calibre/recipes/smith.recipe 3102share/calibre/recipes/smith.recipe
3105share/calibre/recipes/snopes.recipe 3103share/calibre/recipes/snopes.recipe
3106share/calibre/recipes/socialdiva.recipe 3104share/calibre/recipes/socialdiva.recipe
3107share/calibre/recipes/sol_haber.recipe 3105share/calibre/recipes/sol_haber.recipe
3108share/calibre/recipes/soldiers.recipe 3106share/calibre/recipes/soldiers.recipe
3109share/calibre/recipes/something_awful.recipe 3107share/calibre/recipes/something_awful.recipe
3110share/calibre/recipes/southernstar.recipe 3108share/calibre/recipes/southernstar.recipe
3111share/calibre/recipes/spectator_magazine.recipe 3109share/calibre/recipes/spectator_magazine.recipe
3112share/calibre/recipes/spektrum.recipe 3110share/calibre/recipes/spektrum.recipe
3113share/calibre/recipes/spiders_web_pl.recipe 3111share/calibre/recipes/spiders_web_pl.recipe
3114share/calibre/recipes/spiegel_int.recipe 3112share/calibre/recipes/spiegel_int.recipe
3115share/calibre/recipes/spiegelde.recipe 3113share/calibre/recipes/spiegelde.recipe
3116share/calibre/recipes/spin_magazine.recipe 3114share/calibre/recipes/spin_magazine.recipe
3117share/calibre/recipes/sport_pl.recipe 3115share/calibre/recipes/sport_pl.recipe
3118share/calibre/recipes/sportowefakty.recipe 3116share/calibre/recipes/sportowefakty.recipe
3119share/calibre/recipes/sportsillustrated.recipe 3117share/calibre/recipes/sportsillustrated.recipe
3120share/calibre/recipes/sportsillustrated_columnists.recipe 3118share/calibre/recipes/sportsillustrated_columnists.recipe
3121share/calibre/recipes/st_louis_post_dispatch.recipe 3119share/calibre/recipes/st_louis_post_dispatch.recipe
3122share/calibre/recipes/stackoverflow.recipe 3120share/calibre/recipes/stackoverflow.recipe
3123share/calibre/recipes/stamgasten.recipe 3121share/calibre/recipes/stamgasten.recipe
3124share/calibre/recipes/standardmedia_ke.recipe 3122share/calibre/recipes/standardmedia_ke.recipe
3125share/calibre/recipes/standardmoney.recipe 3123share/calibre/recipes/standardmoney.recipe
3126share/calibre/recipes/star_gazetesi.recipe 3124share/calibre/recipes/star_gazetesi.recipe
3127share/calibre/recipes/staradvertiser.recipe 3125share/calibre/recipes/staradvertiser.recipe
3128share/calibre/recipes/starnberger_merkur.recipe 3126share/calibre/recipes/starnberger_merkur.recipe
3129share/calibre/recipes/stars_and_stripes.recipe 3127share/calibre/recipes/stars_and_stripes.recipe
3130share/calibre/recipes/starwars.recipe 3128share/calibre/recipes/starwars.recipe
3131share/calibre/recipes/statesman.recipe 3129share/calibre/recipes/statesman.recipe
3132share/calibre/recipes/stiintasitehnica.recipe 3130share/calibre/recipes/stiintasitehnica.recipe
3133share/calibre/recipes/stnn.recipe 3131share/calibre/recipes/stnn.recipe
3134share/calibre/recipes/stopklatka.recipe 3132share/calibre/recipes/stopklatka.recipe
3135share/calibre/recipes/straitstimes.recipe 3133share/calibre/recipes/straitstimes.recipe
3136share/calibre/recipes/strange_horizons.recipe 3134share/calibre/recipes/strange_horizons.recipe
3137share/calibre/recipes/strategic_culture.recipe 3135share/calibre/recipes/strategic_culture.recipe
3138share/calibre/recipes/strategy-business.recipe 3136share/calibre/recipes/strategy-business.recipe
3139share/calibre/recipes/sueddeutsche.recipe 3137share/calibre/recipes/sueddeutsche.recipe
3140share/calibre/recipes/sueddeutsche_mobil.recipe 3138share/calibre/recipes/sueddeutsche_mobil.recipe
3141share/calibre/recipes/sueddeutschezeitung.recipe 3139share/calibre/recipes/sueddeutschezeitung.recipe
3142share/calibre/recipes/sunday_times.recipe 3140share/calibre/recipes/sunday_times.recipe
3143share/calibre/recipes/superbebe.recipe 3141share/calibre/recipes/superbebe.recipe
3144share/calibre/recipes/superesportes.recipe 3142share/calibre/recipes/superesportes.recipe
3145share/calibre/recipes/svd_se.recipe 3143share/calibre/recipes/svd_se.recipe
3146share/calibre/recipes/swiat_obrazu.recipe 3144share/calibre/recipes/swiat_obrazu.recipe
3147share/calibre/recipes/swiatkindle.recipe 3145share/calibre/recipes/swiatkindle.recipe
3148share/calibre/recipes/tablety_pl.recipe 3146share/calibre/recipes/tablety_pl.recipe
3149share/calibre/recipes/tabu.recipe 3147share/calibre/recipes/tabu.recipe
3150share/calibre/recipes/tagesan.recipe 3148share/calibre/recipes/tagesan.recipe
3151share/calibre/recipes/tagesspiegel.recipe 3149share/calibre/recipes/tagesspiegel.recipe
3152share/calibre/recipes/taggeschau_de.recipe 3150share/calibre/recipes/taggeschau_de.recipe
3153share/calibre/recipes/taipei.recipe 3151share/calibre/recipes/taipei.recipe
3154share/calibre/recipes/tanea.recipe 3152share/calibre/recipes/tanea.recipe
3155share/calibre/recipes/tanjug.recipe 3153share/calibre/recipes/tanjug.recipe
3156share/calibre/recipes/tanuki.recipe 3154share/calibre/recipes/tanuki.recipe
3157share/calibre/recipes/tawernarpg_pl.recipe 3155share/calibre/recipes/tawernarpg_pl.recipe
3158share/calibre/recipes/taz.recipe 3156share/calibre/recipes/taz.recipe
3159share/calibre/recipes/taz_rss.recipe 3157share/calibre/recipes/taz_rss.recipe
3160share/calibre/recipes/tech_economy.recipe 3158share/calibre/recipes/tech_economy.recipe
3161share/calibre/recipes/tech_world.recipe 3159share/calibre/recipes/tech_world.recipe
3162share/calibre/recipes/techcrunch.recipe 3160share/calibre/recipes/techcrunch.recipe
3163share/calibre/recipes/techdirt.recipe 3161share/calibre/recipes/techdirt.recipe
3164share/calibre/recipes/technology_review.recipe 3162share/calibre/recipes/technology_review.recipe
3165share/calibre/recipes/technology_review_de.recipe 3163share/calibre/recipes/technology_review_de.recipe
3166share/calibre/recipes/techtarget.recipe 3164share/calibre/recipes/techtarget.recipe
3167share/calibre/recipes/tedneward.recipe 3165share/calibre/recipes/tedneward.recipe
3168share/calibre/recipes/tegernseer_zeitung.recipe 3166share/calibre/recipes/tegernseer_zeitung.recipe
3169share/calibre/recipes/telam.recipe 3167share/calibre/recipes/telam.recipe
3170share/calibre/recipes/telegraph_in.recipe 3168share/calibre/recipes/telegraph_in.recipe
3171share/calibre/recipes/telegraph_uk.recipe 3169share/calibre/recipes/telegraph_uk.recipe
3172share/calibre/recipes/telepolis.recipe 3170share/calibre/recipes/telepolis.recipe
3173share/calibre/recipes/telepolis_artikel.recipe 3171share/calibre/recipes/telepolis_artikel.recipe
3174share/calibre/recipes/telepolis_pl.recipe 3172share/calibre/recipes/telepolis_pl.recipe
3175share/calibre/recipes/teleread.recipe 3173share/calibre/recipes/teleread.recipe
3176share/calibre/recipes/television_without_pity.recipe 3174share/calibre/recipes/television_without_pity.recipe
3177share/calibre/recipes/thai_post_daily.recipe 3175share/calibre/recipes/thai_post_daily.recipe
3178share/calibre/recipes/thairath.recipe 3176share/calibre/recipes/thairath.recipe
3179share/calibre/recipes/the_age.recipe 3177share/calibre/recipes/the_age.recipe
3180share/calibre/recipes/the_budget_fashionista.recipe 3178share/calibre/recipes/the_budget_fashionista.recipe
3181share/calibre/recipes/the_clinic_online.recipe 3179share/calibre/recipes/the_clinic_online.recipe
3182share/calibre/recipes/the_conversation.recipe 3180share/calibre/recipes/the_conversation.recipe
3183share/calibre/recipes/the_daily_news_egypt.recipe 3181share/calibre/recipes/the_daily_news_egypt.recipe
3184share/calibre/recipes/the_escapist.recipe 3182share/calibre/recipes/the_escapist.recipe
3185share/calibre/recipes/the_feature.recipe 3183share/calibre/recipes/the_feature.recipe
3186share/calibre/recipes/the_freeman.recipe 3184share/calibre/recipes/the_freeman.recipe
3187share/calibre/recipes/the_friday_times.recipe 3185share/calibre/recipes/the_friday_times.recipe
3188share/calibre/recipes/the_journal.recipe 3186share/calibre/recipes/the_journal.recipe
3189share/calibre/recipes/the_manila_bulletin.recipe 3187share/calibre/recipes/the_manila_bulletin.recipe
3190share/calibre/recipes/the_manila_times.recipe 3188share/calibre/recipes/the_manila_times.recipe
3191share/calibre/recipes/the_marker.recipe 3189share/calibre/recipes/the_marker.recipe
3192share/calibre/recipes/the_nation.recipe 3190share/calibre/recipes/the_nation.recipe
3193share/calibre/recipes/the_nation_thai.recipe 3191share/calibre/recipes/the_nation_thai.recipe
3194share/calibre/recipes/the_new_age_za.recipe 3192share/calibre/recipes/the_new_age_za.recipe
3195share/calibre/recipes/the_new_republic.recipe 3193share/calibre/recipes/the_new_republic.recipe
3196share/calibre/recipes/the_oz.recipe 3194share/calibre/recipes/the_oz.recipe
3197share/calibre/recipes/the_philippine_daily_inquirer.recipe 3195share/calibre/recipes/the_philippine_daily_inquirer.recipe
3198share/calibre/recipes/the_philippine_star.recipe 3196share/calibre/recipes/the_philippine_star.recipe
3199share/calibre/recipes/the_register.recipe 3197share/calibre/recipes/the_register.recipe
3200share/calibre/recipes/the_scotsman.recipe 3198share/calibre/recipes/the_scotsman.recipe
3201share/calibre/recipes/the_sun.recipe 3199share/calibre/recipes/the_sun.recipe
3202share/calibre/recipes/the_verge.recipe 3200share/calibre/recipes/the_verge.recipe
3203share/calibre/recipes/the_week_magazine_free.recipe 3201share/calibre/recipes/the_week_magazine_free.recipe
3204share/calibre/recipes/the_workingham_times.recipe 3202share/calibre/recipes/the_workingham_times.recipe
3205share/calibre/recipes/thecodelesscode.recipe 3203share/calibre/recipes/thecodelesscode.recipe
3206share/calibre/recipes/thecultofghoul.recipe 3204share/calibre/recipes/thecultofghoul.recipe
3207share/calibre/recipes/thedailywtf.recipe 3205share/calibre/recipes/thedailywtf.recipe
3208share/calibre/recipes/thedgesingapore.recipe 3206share/calibre/recipes/thedgesingapore.recipe
3209share/calibre/recipes/theecocolapse.recipe 3207share/calibre/recipes/theecocolapse.recipe
3210share/calibre/recipes/theeconomictimes_india.recipe 3208share/calibre/recipes/theeconomictimes_india.recipe
3211share/calibre/recipes/theluminouslandscape.recipe 3209share/calibre/recipes/theluminouslandscape.recipe
3212share/calibre/recipes/themarketticker.recipe 3210share/calibre/recipes/themarketticker.recipe
3213share/calibre/recipes/thenews.recipe 3211share/calibre/recipes/thenews.recipe
3214share/calibre/recipes/theoldfoodie.recipe 3212share/calibre/recipes/theoldfoodie.recipe
3215share/calibre/recipes/theonion.recipe 3213share/calibre/recipes/theonion.recipe
3216share/calibre/recipes/theonlinephotographer.recipe 3214share/calibre/recipes/theonlinephotographer.recipe
3217share/calibre/recipes/thestar.recipe 3215share/calibre/recipes/thestar.recipe
3218share/calibre/recipes/thewest_au.recipe 3216share/calibre/recipes/thewest_au.recipe
3219share/calibre/recipes/think_progress.recipe 3217share/calibre/recipes/think_progress.recipe
3220share/calibre/recipes/thn.recipe 3218share/calibre/recipes/thn.recipe
3221share/calibre/recipes/tidbits.recipe 3219share/calibre/recipes/tidbits.recipe
3222share/calibre/recipes/tijd.recipe 3220share/calibre/recipes/tijd.recipe
3223share/calibre/recipes/tijolaco.recipe 3221share/calibre/recipes/tijolaco.recipe
3224share/calibre/recipes/tillsonburg.recipe 3222share/calibre/recipes/tillsonburg.recipe
3225share/calibre/recipes/time_magazine.recipe 3223share/calibre/recipes/time_magazine.recipe
3226share/calibre/recipes/time_turk.recipe 3224share/calibre/recipes/time_turk.recipe
3227share/calibre/recipes/times_of_malta.recipe 3225share/calibre/recipes/times_of_malta.recipe
3228share/calibre/recipes/times_online.recipe 3226share/calibre/recipes/times_online.recipe
3229share/calibre/recipes/timesnewroman.recipe 3227share/calibre/recipes/timesnewroman.recipe
3230share/calibre/recipes/titanic_de.recipe 3228share/calibre/recipes/titanic_de.recipe
3231share/calibre/recipes/tjournal.recipe 3229share/calibre/recipes/tjournal.recipe
3232share/calibre/recipes/tmz.recipe 3230share/calibre/recipes/tmz.recipe
3233share/calibre/recipes/tnxm.recipe 3231share/calibre/recipes/tnxm.recipe
3234share/calibre/recipes/today_online.recipe 3232share/calibre/recipes/today_online.recipe
3235share/calibre/recipes/todays_zaman.recipe 3233share/calibre/recipes/todays_zaman.recipe
3236share/calibre/recipes/toi.recipe 3234share/calibre/recipes/toi.recipe
3237share/calibre/recipes/tolzer_kurier.recipe 3235share/calibre/recipes/tolzer_kurier.recipe
3238share/calibre/recipes/tomshardware.recipe 3236share/calibre/recipes/tomshardware.recipe
3239share/calibre/recipes/tomshardware_de.recipe 3237share/calibre/recipes/tomshardware_de.recipe
3240share/calibre/recipes/tomshardware_it.recipe 3238share/calibre/recipes/tomshardware_it.recipe
3241share/calibre/recipes/toronto_sun.recipe 3239share/calibre/recipes/toronto_sun.recipe
3242share/calibre/recipes/tovima.recipe 3240share/calibre/recipes/tovima.recipe
3243share/calibre/recipes/toyokeizai.recipe 3241share/calibre/recipes/toyokeizai.recipe
3244share/calibre/recipes/tpm_uk.recipe 3242share/calibre/recipes/tpm_uk.recipe
3245share/calibre/recipes/tr.recipe 3243share/calibre/recipes/tr.recipe
3246share/calibre/recipes/tri_city_herald.recipe 3244share/calibre/recipes/tri_city_herald.recipe
3247share/calibre/recipes/trojmiasto_pl.recipe 3245share/calibre/recipes/trojmiasto_pl.recipe
3248share/calibre/recipes/trombon.recipe 3246share/calibre/recipes/trombon.recipe
3249share/calibre/recipes/trouw.recipe 3247share/calibre/recipes/trouw.recipe
3250share/calibre/recipes/trv.recipe 3248share/calibre/recipes/trv.recipe
3251share/calibre/recipes/trystero.recipe 3249share/calibre/recipes/trystero.recipe
3252share/calibre/recipes/tsn.recipe 3250share/calibre/recipes/tsn.recipe
3253share/calibre/recipes/tulsaworld.recipe 3251share/calibre/recipes/tulsaworld.recipe
3254share/calibre/recipes/tuttojove.recipe 3252share/calibre/recipes/tuttojove.recipe
3255share/calibre/recipes/tuttosport.recipe 3253share/calibre/recipes/tuttosport.recipe
3256share/calibre/recipes/tvmania.recipe 3254share/calibre/recipes/tvmania.recipe
3257share/calibre/recipes/tvn24.recipe 3255share/calibre/recipes/tvn24.recipe
3258share/calibre/recipes/tvp_info.recipe 3256share/calibre/recipes/tvp_info.recipe
3259share/calibre/recipes/tvxs.recipe 3257share/calibre/recipes/tvxs.recipe
3260share/calibre/recipes/tweakers.recipe 3258share/calibre/recipes/tweakers.recipe
3261share/calibre/recipes/tweakers_net.recipe 3259share/calibre/recipes/tweakers_net.recipe
3262share/calibre/recipes/twitchfilms.recipe 3260share/calibre/recipes/twitchfilms.recipe
3263share/calibre/recipes/twtfb.recipe 3261share/calibre/recipes/twtfb.recipe
3264share/calibre/recipes/tyden.cz.recipe 3262share/calibre/recipes/tyden.cz.recipe
3265share/calibre/recipes/tyzden.recipe 3263share/calibre/recipes/tyzden.recipe
3266share/calibre/recipes/ubuntu_pl.recipe 3264share/calibre/recipes/ubuntu_pl.recipe
3267share/calibre/recipes/ubuntu_pomoc_org.recipe 3265share/calibre/recipes/ubuntu_pomoc_org.recipe
3268share/calibre/recipes/ukraiyns_kii_tizhdien.recipe 3266share/calibre/recipes/ukraiyns_kii_tizhdien.recipe
3269share/calibre/recipes/ukraiyns_tizhdien.recipe 3267share/calibre/recipes/ukraiyns_tizhdien.recipe
3270share/calibre/recipes/ultimahora.recipe 3268share/calibre/recipes/ultimahora.recipe
3271share/calibre/recipes/uncrate.recipe 3269share/calibre/recipes/uncrate.recipe
3272share/calibre/recipes/unica.recipe 3270share/calibre/recipes/unica.recipe
3273share/calibre/recipes/uninohimitu.recipe 3271share/calibre/recipes/uninohimitu.recipe
3274share/calibre/recipes/united_daily.recipe 3272share/calibre/recipes/united_daily.recipe
3275share/calibre/recipes/universe_today.recipe 3273share/calibre/recipes/universe_today.recipe
3276share/calibre/recipes/unoticias.recipe 3274share/calibre/recipes/unoticias.recipe
3277share/calibre/recipes/unperiodico.recipe 3275share/calibre/recipes/unperiodico.recipe
3278share/calibre/recipes/upi.recipe 3276share/calibre/recipes/upi.recipe
3279share/calibre/recipes/usatoday.recipe 3277share/calibre/recipes/usatoday.recipe
3280share/calibre/recipes/usnews.recipe 3278share/calibre/recipes/usnews.recipe
3281share/calibre/recipes/utne.recipe 3279share/calibre/recipes/utne.recipe
3282share/calibre/recipes/utrinski.recipe 3280share/calibre/recipes/utrinski.recipe
3283share/calibre/recipes/vancouver_province.recipe 3281share/calibre/recipes/vancouver_province.recipe
3284share/calibre/recipes/vancouver_sun.recipe 3282share/calibre/recipes/vancouver_sun.recipe
3285share/calibre/recipes/vanityfair.recipe 3283share/calibre/recipes/vanityfair.recipe
3286share/calibre/recipes/variety.recipe 3284share/calibre/recipes/variety.recipe
3287share/calibre/recipes/vecernji_list.recipe 3285share/calibre/recipes/vecernji_list.recipe
3288share/calibre/recipes/vedomosti.recipe 3286share/calibre/recipes/vedomosti.recipe
3289share/calibre/recipes/veintitres.recipe 3287share/calibre/recipes/veintitres.recipe
3290share/calibre/recipes/version2.recipe 3288share/calibre/recipes/version2.recipe
3291share/calibre/recipes/vfr_magazine.recipe 3289share/calibre/recipes/vfr_magazine.recipe
3292share/calibre/recipes/vic_times.recipe 3290share/calibre/recipes/vic_times.recipe
3293share/calibre/recipes/vice.recipe 3291share/calibre/recipes/vice.recipe
3294share/calibre/recipes/vice_magazine.recipe 3292share/calibre/recipes/vice_magazine.recipe
3295share/calibre/recipes/vice_magazine_de.recipe 3293share/calibre/recipes/vice_magazine_de.recipe
3296share/calibre/recipes/vignette.recipe 3294share/calibre/recipes/vignette.recipe
3297share/calibre/recipes/vijesti.recipe 3295share/calibre/recipes/vijesti.recipe
3298share/calibre/recipes/villagevoice.recipe 3296share/calibre/recipes/villagevoice.recipe
3299share/calibre/recipes/vio_mundo.recipe 3297share/calibre/recipes/vio_mundo.recipe
3300share/calibre/recipes/virtualshackles.recipe 3298share/calibre/recipes/virtualshackles.recipe
3301share/calibre/recipes/vitalia.recipe 3299share/calibre/recipes/vitalia.recipe
3302share/calibre/recipes/viva.recipe 3300share/calibre/recipes/viva.recipe
3303share/calibre/recipes/vnexpress.recipe 3301share/calibre/recipes/vnexpress.recipe
3304share/calibre/recipes/voice_of_america.recipe 3302share/calibre/recipes/voice_of_america.recipe
3305share/calibre/recipes/volksrant.recipe 3303share/calibre/recipes/volksrant.recipe
3306share/calibre/recipes/vreme.recipe 3304share/calibre/recipes/vreme.recipe
3307share/calibre/recipes/vrijnederland.recipe 3305share/calibre/recipes/vrijnederland.recipe
3308share/calibre/recipes/waco_tribune.recipe 3306share/calibre/recipes/waco_tribune.recipe
3309share/calibre/recipes/walla.recipe 3307share/calibre/recipes/walla.recipe
3310share/calibre/recipes/wallstreetro.recipe 3308share/calibre/recipes/wallstreetro.recipe
3311share/calibre/recipes/walrusmag.recipe 3309share/calibre/recipes/walrusmag.recipe
3312share/calibre/recipes/wapo_cartoons.recipe 3310share/calibre/recipes/wapo_cartoons.recipe
3313share/calibre/recipes/warentest.recipe 3311share/calibre/recipes/warentest.recipe
3314share/calibre/recipes/wash_post.recipe 3312share/calibre/recipes/wash_post.recipe
3315share/calibre/recipes/wash_times.recipe 3313share/calibre/recipes/wash_times.recipe
3316share/calibre/recipes/watchingamerica.recipe 3314share/calibre/recipes/watchingamerica.recipe
3317share/calibre/recipes/weblogs_sl.recipe 3315share/calibre/recipes/weblogs_sl.recipe
3318share/calibre/recipes/websecurity_pl.recipe 3316share/calibre/recipes/websecurity_pl.recipe
3319share/calibre/recipes/weilheimer_tagblatt.recipe 3317share/calibre/recipes/weilheimer_tagblatt.recipe
3320share/calibre/recipes/welt.recipe 3318share/calibre/recipes/welt.recipe
3321share/calibre/recipes/welt_der_physik.recipe 3319share/calibre/recipes/welt_der_physik.recipe
3322share/calibre/recipes/wenxuecity-znjy.recipe 3320share/calibre/recipes/wenxuecity-znjy.recipe
3323share/calibre/recipes/what_if.recipe 3321share/calibre/recipes/what_if.recipe
3324share/calibre/recipes/wichita_eagle.recipe 3322share/calibre/recipes/wichita_eagle.recipe
3325share/calibre/recipes/wikinews_en.recipe 3323share/calibre/recipes/wikinews_en.recipe
3326share/calibre/recipes/windows_star.recipe 3324share/calibre/recipes/windows_star.recipe
3327share/calibre/recipes/windsor_star.recipe 3325share/calibre/recipes/windsor_star.recipe
3328share/calibre/recipes/winnipeg_free_press.recipe 3326share/calibre/recipes/winnipeg_free_press.recipe
3329share/calibre/recipes/winnipeg_sun.recipe 3327share/calibre/recipes/winnipeg_sun.recipe
3330share/calibre/recipes/winsupersite.recipe 3328share/calibre/recipes/winsupersite.recipe
3331share/calibre/recipes/winter_olympics.recipe 3329share/calibre/recipes/winter_olympics.recipe
3332share/calibre/recipes/wired.recipe 3330share/calibre/recipes/wired.recipe
3333share/calibre/recipes/wired_daily.recipe 3331share/calibre/recipes/wired_daily.recipe
3334share/calibre/recipes/wired_it.recipe 3332share/calibre/recipes/wired_it.recipe
3335share/calibre/recipes/wirtscafts_woche.recipe 3333share/calibre/recipes/wirtscafts_woche.recipe
3336share/calibre/recipes/wirtualnemedia_pl.recipe 3334share/calibre/recipes/wirtualnemedia_pl.recipe
3337share/calibre/recipes/wnp.recipe 3335share/calibre/recipes/wnp.recipe
3338share/calibre/recipes/wolne_media.recipe 3336share/calibre/recipes/wolne_media.recipe
3339share/calibre/recipes/words_without_borders.recipe 3337share/calibre/recipes/words_without_borders.recipe
3340share/calibre/recipes/workers_world.recipe 3338share/calibre/recipes/workers_world.recipe
3341share/calibre/recipes/worldcrunch.recipe 3339share/calibre/recipes/worldcrunch.recipe
3342share/calibre/recipes/wow.recipe 3340share/calibre/recipes/wow.recipe
3343share/calibre/recipes/woz_die.recipe 3341share/calibre/recipes/woz_die.recipe
3344share/calibre/recipes/wprost.recipe 3342share/calibre/recipes/wprost.recipe
3345share/calibre/recipes/wprost_rss.recipe 3343share/calibre/recipes/wprost_rss.recipe
3346share/calibre/recipes/wsj.recipe 3344share/calibre/recipes/wsj.recipe
3347share/calibre/recipes/wsj_free.recipe 3345share/calibre/recipes/wsj_free.recipe
3348share/calibre/recipes/wvhooligan.recipe 3346share/calibre/recipes/wvhooligan.recipe
3349share/calibre/recipes/wysokie_obcasy.recipe 3347share/calibre/recipes/wysokie_obcasy.recipe
3350share/calibre/recipes/xkcd.recipe 3348share/calibre/recipes/xkcd.recipe
3351share/calibre/recipes/xpatloop.recipe 3349share/calibre/recipes/xpatloop.recipe
3352share/calibre/recipes/yagmur_dergisi.recipe 3350share/calibre/recipes/yagmur_dergisi.recipe
3353share/calibre/recipes/yahoo_news.recipe 3351share/calibre/recipes/yahoo_news.recipe
3354share/calibre/recipes/yakima_herald.recipe 3352share/calibre/recipes/yakima_herald.recipe
3355share/calibre/recipes/yalansavar.recipe 3353share/calibre/recipes/yalansavar.recipe
3356share/calibre/recipes/yazihane.recipe 3354share/calibre/recipes/yazihane.recipe
3357share/calibre/recipes/yementimes.recipe 3355share/calibre/recipes/yementimes.recipe
3358share/calibre/recipes/yeni_umit_dergisi.recipe 3356share/calibre/recipes/yeni_umit_dergisi.recipe
3359share/calibre/recipes/yenisafak_gazetesi.recipe 3357share/calibre/recipes/yenisafak_gazetesi.recipe
3360share/calibre/recipes/ynet.recipe 3358share/calibre/recipes/ynet.recipe
3361share/calibre/recipes/yomiuri.recipe 3359share/calibre/recipes/yomiuri.recipe
3362share/calibre/recipes/yomiuri_world.recipe 3360share/calibre/recipes/yomiuri_world.recipe
3363share/calibre/recipes/zaman.recipe 3361share/calibre/recipes/zaman.recipe
3364share/calibre/recipes/zaobao.recipe 3362share/calibre/recipes/zaobao.recipe
3365share/calibre/recipes/zaufana_trzecia_strona.recipe 3363share/calibre/recipes/zaufana_trzecia_strona.recipe
3366share/calibre/recipes/zaxid_net.recipe 3364share/calibre/recipes/zaxid_net.recipe
3367share/calibre/recipes/zdnet.fr.recipe 3365share/calibre/recipes/zdnet.fr.recipe
3368share/calibre/recipes/zdnet.recipe 3366share/calibre/recipes/zdnet.recipe
3369share/calibre/recipes/zeitde.recipe 3367share/calibre/recipes/zeitde.recipe
3370share/calibre/recipes/zeitde_sub.recipe 3368share/calibre/recipes/zeitde_sub.recipe
3371share/calibre/recipes/zerocalcare.recipe 3369share/calibre/recipes/zerocalcare.recipe
3372share/calibre/recipes/zerohedge.recipe 3370share/calibre/recipes/zerohedge.recipe
3373share/calibre/recipes/ziarulfinanciar.recipe 3371share/calibre/recipes/ziarulfinanciar.recipe
3374share/calibre/recipes/ziuaveche.recipe 3372share/calibre/recipes/ziuaveche.recipe
3375share/calibre/recipes/znadplanszy_pl.recipe 3373share/calibre/recipes/znadplanszy_pl.recipe
3376share/calibre/recipes/zougla.recipe 3374share/calibre/recipes/zougla.recipe
3377share/calibre/recipes/zycie_warszawy.recipe 3375share/calibre/recipes/zycie_warszawy.recipe
3378share/calibre/scripts.pickle 3376share/calibre/scripts.pickle
3379share/calibre/template-functions.json 3377share/calibre/template-functions.json
3380share/calibre/templates/book_details.css 3378share/calibre/templates/book_details.css
3381share/calibre/templates/fb2.xsl 3379share/calibre/templates/fb2.xsl
3382share/calibre/templates/html.css 3380share/calibre/templates/html.css
3383share/calibre/templates/html_export_default.css 3381share/calibre/templates/html_export_default.css
3384share/calibre/templates/html_export_default.tmpl 3382share/calibre/templates/html_export_default.tmpl
3385share/calibre/templates/html_export_default_index.tmpl 3383share/calibre/templates/html_export_default_index.tmpl
3386share/calibre/templates/inline_toc_styles.css 3384share/calibre/templates/inline_toc_styles.css
3387share/calibre/templates/lrf.xsl 3385share/calibre/templates/lrf.xsl
3388share/calibre/templates/new_book.html 3386share/calibre/templates/new_book.html
3389share/calibre/templates/rtf.xsl 3387share/calibre/templates/rtf.xsl
3390share/calibre/tracer.epub 3388share/calibre/tracer.epub
3391share/calibre/user-manual-translation-stats.json 3389share/calibre/user-manual-translation-stats.json
3392share/calibre/viewer/blank.html 3390share/calibre/viewer/blank.html
3393share/calibre/viewer/bookmarks.js 3391share/calibre/viewer/bookmarks.js
3394share/calibre/viewer/hyphenate/Hyphenator.js 3392share/calibre/viewer/hyphenate/Hyphenator.js
3395share/calibre/viewer/hyphenate/patterns.zip 3393share/calibre/viewer/hyphenate/patterns.zip
3396share/calibre/viewer/hyphenation.js 3394share/calibre/viewer/hyphenation.js
3397share/calibre/viewer/images.js 3395share/calibre/viewer/images.js
3398share/calibre/viewer/jquery_scrollTo.js 3396share/calibre/viewer/jquery_scrollTo.js
3399share/calibre/viewer/mathjax/MathJax.js 3397share/calibre/viewer/mathjax/MathJax.js
3400share/calibre/viewer/mathjax/extensions/FontWarnings.js 3398share/calibre/viewer/mathjax/extensions/FontWarnings.js
3401share/calibre/viewer/mathjax/extensions/MathEvents.js 3399share/calibre/viewer/mathjax/extensions/MathEvents.js
3402share/calibre/viewer/mathjax/extensions/MathMenu.js 3400share/calibre/viewer/mathjax/extensions/MathMenu.js
3403share/calibre/viewer/mathjax/extensions/MathZoom.js 3401share/calibre/viewer/mathjax/extensions/MathZoom.js
3404share/calibre/viewer/mathjax/extensions/TeX/AMSmath.js 3402share/calibre/viewer/mathjax/extensions/TeX/AMSmath.js
3405share/calibre/viewer/mathjax/extensions/TeX/AMSsymbols.js 3403share/calibre/viewer/mathjax/extensions/TeX/AMSsymbols.js
3406share/calibre/viewer/mathjax/extensions/TeX/HTML.js 3404share/calibre/viewer/mathjax/extensions/TeX/HTML.js
3407share/calibre/viewer/mathjax/extensions/TeX/action.js 3405share/calibre/viewer/mathjax/extensions/TeX/action.js
3408share/calibre/viewer/mathjax/extensions/TeX/autobold.js 3406share/calibre/viewer/mathjax/extensions/TeX/autobold.js
3409share/calibre/viewer/mathjax/extensions/TeX/autoload-all.js 3407share/calibre/viewer/mathjax/extensions/TeX/autoload-all.js
3410share/calibre/viewer/mathjax/extensions/TeX/bbox.js 3408share/calibre/viewer/mathjax/extensions/TeX/bbox.js
3411share/calibre/viewer/mathjax/extensions/TeX/begingroup.js 3409share/calibre/viewer/mathjax/extensions/TeX/begingroup.js
3412share/calibre/viewer/mathjax/extensions/TeX/boldsymbol.js 3410share/calibre/viewer/mathjax/extensions/TeX/boldsymbol.js
3413share/calibre/viewer/mathjax/extensions/TeX/cancel.js 3411share/calibre/viewer/mathjax/extensions/TeX/cancel.js
3414share/calibre/viewer/mathjax/extensions/TeX/color.js 3412share/calibre/viewer/mathjax/extensions/TeX/color.js
3415share/calibre/viewer/mathjax/extensions/TeX/enclose.js 3413share/calibre/viewer/mathjax/extensions/TeX/enclose.js
3416share/calibre/viewer/mathjax/extensions/TeX/extpfeil.js 3414share/calibre/viewer/mathjax/extensions/TeX/extpfeil.js
3417share/calibre/viewer/mathjax/extensions/TeX/mathchoice.js 3415share/calibre/viewer/mathjax/extensions/TeX/mathchoice.js
3418share/calibre/viewer/mathjax/extensions/TeX/mhchem.js 3416share/calibre/viewer/mathjax/extensions/TeX/mhchem.js
3419share/calibre/viewer/mathjax/extensions/TeX/newcommand.js 3417share/calibre/viewer/mathjax/extensions/TeX/newcommand.js
3420share/calibre/viewer/mathjax/extensions/TeX/noErrors.js 3418share/calibre/viewer/mathjax/extensions/TeX/noErrors.js
3421share/calibre/viewer/mathjax/extensions/TeX/noUndefined.js 3419share/calibre/viewer/mathjax/extensions/TeX/noUndefined.js
3422share/calibre/viewer/mathjax/extensions/TeX/unicode.js 3420share/calibre/viewer/mathjax/extensions/TeX/unicode.js
3423share/calibre/viewer/mathjax/extensions/TeX/verb.js 3421share/calibre/viewer/mathjax/extensions/TeX/verb.js
3424share/calibre/viewer/mathjax/extensions/asciimath2jax.js 3422share/calibre/viewer/mathjax/extensions/asciimath2jax.js
3425share/calibre/viewer/mathjax/extensions/jsMath2jax.js 3423share/calibre/viewer/mathjax/extensions/jsMath2jax.js
3426share/calibre/viewer/mathjax/extensions/mml2jax.js 3424share/calibre/viewer/mathjax/extensions/mml2jax.js
3427share/calibre/viewer/mathjax/extensions/tex2jax.js 3425share/calibre/viewer/mathjax/extensions/tex2jax.js
3428share/calibre/viewer/mathjax/extensions/toMathML.js 3426share/calibre/viewer/mathjax/extensions/toMathML.js
3429share/calibre/viewer/mathjax/extensions/v1.0-warning.js 3427share/calibre/viewer/mathjax/extensions/v1.0-warning.js
3430share/calibre/viewer/mathjax/jax/element/mml/jax.js 3428share/calibre/viewer/mathjax/jax/element/mml/jax.js
3431share/calibre/viewer/mathjax/jax/element/mml/optable/Arrows.js 3429share/calibre/viewer/mathjax/jax/element/mml/optable/Arrows.js
3432share/calibre/viewer/mathjax/jax/element/mml/optable/BasicLatin.js 3430share/calibre/viewer/mathjax/jax/element/mml/optable/BasicLatin.js
3433share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js 3431share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js
3434share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js 3432share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
3435share/calibre/viewer/mathjax/jax/element/mml/optable/Dingbats.js 3433share/calibre/viewer/mathjax/jax/element/mml/optable/Dingbats.js
3436share/calibre/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js 3434share/calibre/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js
3437share/calibre/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js 3435share/calibre/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js
3438share/calibre/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js 3436share/calibre/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js
3439share/calibre/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js 3437share/calibre/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js
3440share/calibre/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js 3438share/calibre/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
3441share/calibre/viewer/mathjax/jax/element/mml/optable/MathOperators.js 3439share/calibre/viewer/mathjax/jax/element/mml/optable/MathOperators.js
3442share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js 3440share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
3443share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js 3441share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
3444share/calibre/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js 3442share/calibre/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
3445share/calibre/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js 3443share/calibre/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js
3446share/calibre/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js 3444share/calibre/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js
3447share/calibre/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js 3445share/calibre/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js
3448share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js 3446share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
3449share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js 3447share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
3450share/calibre/viewer/mathjax/jax/input/AsciiMath/config.js 3448share/calibre/viewer/mathjax/jax/input/AsciiMath/config.js
3451share/calibre/viewer/mathjax/jax/input/AsciiMath/jax.js 3449share/calibre/viewer/mathjax/jax/input/AsciiMath/jax.js
3452share/calibre/viewer/mathjax/jax/input/MathML/config.js 3450share/calibre/viewer/mathjax/jax/input/MathML/config.js
3453share/calibre/viewer/mathjax/jax/input/MathML/entities/a.js 3451share/calibre/viewer/mathjax/jax/input/MathML/entities/a.js
3454share/calibre/viewer/mathjax/jax/input/MathML/entities/b.js 3452share/calibre/viewer/mathjax/jax/input/MathML/entities/b.js
3455share/calibre/viewer/mathjax/jax/input/MathML/entities/c.js 3453share/calibre/viewer/mathjax/jax/input/MathML/entities/c.js
3456share/calibre/viewer/mathjax/jax/input/MathML/entities/d.js 3454share/calibre/viewer/mathjax/jax/input/MathML/entities/d.js
3457share/calibre/viewer/mathjax/jax/input/MathML/entities/e.js 3455share/calibre/viewer/mathjax/jax/input/MathML/entities/e.js
3458share/calibre/viewer/mathjax/jax/input/MathML/entities/f.js 3456share/calibre/viewer/mathjax/jax/input/MathML/entities/f.js
3459share/calibre/viewer/mathjax/jax/input/MathML/entities/fr.js 3457share/calibre/viewer/mathjax/jax/input/MathML/entities/fr.js
3460share/calibre/viewer/mathjax/jax/input/MathML/entities/g.js 3458share/calibre/viewer/mathjax/jax/input/MathML/entities/g.js
3461share/calibre/viewer/mathjax/jax/input/MathML/entities/h.js 3459share/calibre/viewer/mathjax/jax/input/MathML/entities/h.js
3462share/calibre/viewer/mathjax/jax/input/MathML/entities/i.js 3460share/calibre/viewer/mathjax/jax/input/MathML/entities/i.js
3463share/calibre/viewer/mathjax/jax/input/MathML/entities/j.js 3461share/calibre/viewer/mathjax/jax/input/MathML/entities/j.js
3464share/calibre/viewer/mathjax/jax/input/MathML/entities/k.js 3462share/calibre/viewer/mathjax/jax/input/MathML/entities/k.js
3465share/calibre/viewer/mathjax/jax/input/MathML/entities/l.js 3463share/calibre/viewer/mathjax/jax/input/MathML/entities/l.js
3466share/calibre/viewer/mathjax/jax/input/MathML/entities/m.js 3464share/calibre/viewer/mathjax/jax/input/MathML/entities/m.js
3467share/calibre/viewer/mathjax/jax/input/MathML/entities/n.js 3465share/calibre/viewer/mathjax/jax/input/MathML/entities/n.js
3468share/calibre/viewer/mathjax/jax/input/MathML/entities/o.js 3466share/calibre/viewer/mathjax/jax/input/MathML/entities/o.js
3469share/calibre/viewer/mathjax/jax/input/MathML/entities/opf.js 3467share/calibre/viewer/mathjax/jax/input/MathML/entities/opf.js
3470share/calibre/viewer/mathjax/jax/input/MathML/entities/p.js 3468share/calibre/viewer/mathjax/jax/input/MathML/entities/p.js
3471share/calibre/viewer/mathjax/jax/input/MathML/entities/q.js 3469share/calibre/viewer/mathjax/jax/input/MathML/entities/q.js
3472share/calibre/viewer/mathjax/jax/input/MathML/entities/r.js 3470share/calibre/viewer/mathjax/jax/input/MathML/entities/r.js
3473share/calibre/viewer/mathjax/jax/input/MathML/entities/s.js 3471share/calibre/viewer/mathjax/jax/input/MathML/entities/s.js
3474share/calibre/viewer/mathjax/jax/input/MathML/entities/scr.js 3472share/calibre/viewer/mathjax/jax/input/MathML/entities/scr.js
3475share/calibre/viewer/mathjax/jax/input/MathML/entities/t.js 3473share/calibre/viewer/mathjax/jax/input/MathML/entities/t.js
3476share/calibre/viewer/mathjax/jax/input/MathML/entities/u.js 3474share/calibre/viewer/mathjax/jax/input/MathML/entities/u.js
3477share/calibre/viewer/mathjax/jax/input/MathML/entities/v.js 3475share/calibre/viewer/mathjax/jax/input/MathML/entities/v.js
3478share/calibre/viewer/mathjax/jax/input/MathML/entities/w.js 3476share/calibre/viewer/mathjax/jax/input/MathML/entities/w.js
3479share/calibre/viewer/mathjax/jax/input/MathML/entities/x.js 3477share/calibre/viewer/mathjax/jax/input/MathML/entities/x.js
3480share/calibre/viewer/mathjax/jax/input/MathML/entities/y.js 3478share/calibre/viewer/mathjax/jax/input/MathML/entities/y.js
3481share/calibre/viewer/mathjax/jax/input/MathML/entities/z.js 3479share/calibre/viewer/mathjax/jax/input/MathML/entities/z.js
3482share/calibre/viewer/mathjax/jax/input/MathML/jax.js 3480share/calibre/viewer/mathjax/jax/input/MathML/jax.js
3483share/calibre/viewer/mathjax/jax/input/TeX/config.js 3481share/calibre/viewer/mathjax/jax/input/TeX/config.js
3484share/calibre/viewer/mathjax/jax/input/TeX/jax.js 3482share/calibre/viewer/mathjax/jax/input/TeX/jax.js
3485share/calibre/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js 3483share/calibre/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js
3486share/calibre/viewer/mathjax/jax/output/SVG/autoload/maction.js 3484share/calibre/viewer/mathjax/jax/output/SVG/autoload/maction.js
3487share/calibre/viewer/mathjax/jax/output/SVG/autoload/menclose.js 3485share/calibre/viewer/mathjax/jax/output/SVG/autoload/menclose.js
3488share/calibre/viewer/mathjax/jax/output/SVG/autoload/mglyph.js 3486share/calibre/viewer/mathjax/jax/output/SVG/autoload/mglyph.js
3489share/calibre/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js 3487share/calibre/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js
3490share/calibre/viewer/mathjax/jax/output/SVG/autoload/ms.js 3488share/calibre/viewer/mathjax/jax/output/SVG/autoload/ms.js
3491share/calibre/viewer/mathjax/jax/output/SVG/autoload/mtable.js 3489share/calibre/viewer/mathjax/jax/output/SVG/autoload/mtable.js
3492share/calibre/viewer/mathjax/jax/output/SVG/autoload/multiline.js 3490share/calibre/viewer/mathjax/jax/output/SVG/autoload/multiline.js
3493share/calibre/viewer/mathjax/jax/output/SVG/config.js 3491share/calibre/viewer/mathjax/jax/output/SVG/config.js
3494share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js 3492share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
3495share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js 3493share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
3496share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js 3494share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
3497share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js 3495share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
3498share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js 3496share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
3499share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js 3497share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
3500share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js 3498share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
3501share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js 3499share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
3502share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js 3500share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
3503share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js 3501share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
3504share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js 3502share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
3505share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js 3503share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
3506share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js 3504share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
3507share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js 3505share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
3508share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js 3506share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
3509share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js 3507share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
3510share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js 3508share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
3511share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js 3509share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
3512share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js 3510share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
3513share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js 3511share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
3514share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js 3512share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
3515share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js 3513share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
3516share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js 3514share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
3517share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js 3515share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
3518share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js 3516share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
3519share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js 3517share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
3520share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js 3518share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
3521share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js 3519share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
3522share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js 3520share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
3523share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js 3521share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
3524share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js 3522share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
3525share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js 3523share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
3526share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js 3524share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
3527share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js 3525share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
3528share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js 3526share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
3529share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js 3527share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
3530share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js 3528share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
3531share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js 3529share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
3532share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js 3530share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
3533share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js 3531share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
3534share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js 3532share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
3535share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js 3533share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
3536share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js 3534share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
3537share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js 3535share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
3538share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js 3536share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
3539share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js 3537share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
3540share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js 3538share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
3541share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js 3539share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
3542share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js 3540share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
3543share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js 3541share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
3544share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js 3542share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
3545share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js 3543share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
3546share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js 3544share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
3547share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js 3545share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
3548share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js 3546share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
3549share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js 3547share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
3550share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js 3548share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
3551share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js 3549share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
3552share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js 3550share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
3553share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js 3551share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
3554share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js 3552share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
3555share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js 3553share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
3556share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js 3554share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
3557share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js 3555share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
3558share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js 3556share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
3559share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js 3557share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
3560share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js 3558share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
3561share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js 3559share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
3562share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js 3560share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
3563share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js 3561share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
3564share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js 3562share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
3565share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js 3563share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
3566share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js 3564share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
3567share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js 3565share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
3568share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js 3566share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
3569share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js 3567share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
3570share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js 3568share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
3571share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js 3569share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
3572share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js 3570share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
3573share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js 3571share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
3574share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js 3572share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
3575share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js 3573share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
3576share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js 3574share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
3577share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js 3575share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
3578share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js 3576share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
3579share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js 3577share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
3580share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js 3578share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
3581share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js 3579share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
3582share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js 3580share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
3583share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js 3581share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
3584share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js 3582share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
3585share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js 3583share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
3586share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js 3584share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
3587share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js 3585share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js
3588share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js 3586share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js
3589share/calibre/viewer/mathjax/jax/output/SVG/jax.js 3587share/calibre/viewer/mathjax/jax/output/SVG/jax.js
3590share/calibre/viewer/referencing.js 3588share/calibre/viewer/referencing.js
3591share/doc/calibre/COPYRIGHT 3589share/doc/calibre/COPYRIGHT
3592share/doc/calibre/Changelog.old.yaml 3590share/doc/calibre/Changelog.old.yaml
3593share/doc/calibre/Changelog.yaml 3591share/doc/calibre/Changelog.yaml
3594share/doc/calibre/INSTALL 3592share/doc/calibre/INSTALL
3595share/doc/calibre/LICENSE.rtf 3593share/doc/calibre/LICENSE.rtf
3596share/doc/calibre/README.md 3594share/doc/calibre/README.md

cvs diff -r1.54 -r1.55 pkgsrc/misc/calibre/distinfo (switch to unified diff)

--- pkgsrc/misc/calibre/distinfo 2015/11/23 11:03:40 1.54
+++ pkgsrc/misc/calibre/distinfo 2015/11/27 13:52:50 1.55
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.54 2015/11/23 11:03:40 wiz Exp $ 1$NetBSD: distinfo,v 1.55 2015/11/27 13:52:50 wiz Exp $
2 2
3SHA1 (calibre-2.44.1.tar.xz) = 109bca2c1b09004a82b0d2f820241c7cef4659c3 3SHA1 (calibre-2.45.0.tar.xz) = 0d8bbc49488a8aecb48afd9f6f9f298b6f46c212
4RMD160 (calibre-2.44.1.tar.xz) = 038dfd4c4d54045e073556e211be0f91f3fa9a0b 4RMD160 (calibre-2.45.0.tar.xz) = b2181a6bc2b5b08e8ced5f438dee8087001dce27
5SHA512 (calibre-2.44.1.tar.xz) = 4e1a41214b04d08b12bffe492f190a8adbc96c7c8a28d0a3bc2804cc6d24d2c1eb11e857024c0e5587f81859a5206f8d7f78308535deefbd21d29115d67042e2 5SHA512 (calibre-2.45.0.tar.xz) = afd76aeed20cf09b9623a79e4e054bc9d02992225f4299bafd5facad228257ddde352f78c481e45a13719ffaddcd5200c8865b2974a7281b36c13ed015a82800
6Size (calibre-2.44.1.tar.xz) = 38642600 bytes 6Size (calibre-2.45.0.tar.xz) = 38686284 bytes
7SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c 7SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c
8SHA1 (patch-setup_extensions.py) = dcf89bab3a9ff7012af6e009bf68779302d2a556 8SHA1 (patch-setup_extensions.py) = dcf89bab3a9ff7012af6e009bf68779302d2a556
9SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 9SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662