Sun Jan 22 15:10:41 2017 UTC ()
Updated calibre to 2.77.0.

- version: 2.77.0
  date: 2017-01-13

  bug fixes:
    - title: "Conversion: Fix changing the cover image not updating references to the old cover image inside SVG wrappers."
      tickets: [1655309]

    - title: "E-book viewer: Fix a regression that caused clicking links in the footnote popup window to stop working"

    - title: "Edit Book: Fix importing DOCX file as new book not setting the version attribute in the OPF"

    - title: "Kindle driver: Fix some newer KFX books not being recognized on e-ink kindles, because of a change in how metadata is stored in the KFX format"

    - title: "DOCX Output: Fix missing <td> tag causing conversion to fail."
      tickets: [1654463]

    - title: "Edit Book: Fix group references causing errors when used in replace string in the normal mode search and replace"

    - title: "Edit Book: Fix Check Book reporting a spurious mime/type mismatch error after replacing a file with a file having a different mime type."
      tickets: [1653977]

    - title: "Amazon metadata download: Fix detection of series not working for some books due to changes in the amazon website"

    - title: "Fix Nook HD+ not being detected on windows"

    - title: "Edit Book: Ensure keyboard focus stays with Files Browser when renaming files."
      tickets: [1653311]

  improved recipes:
    - kath.net
    - publico.pt
    - Telepolis
    - The Times
    - Helsingin Sanomat


(wiz)
diff -r1.166 -r1.167 pkgsrc/misc/calibre/Makefile
diff -r1.74 -r1.75 pkgsrc/misc/calibre/PLIST
diff -r1.84 -r1.85 pkgsrc/misc/calibre/distinfo

cvs diff -r1.166 -r1.167 pkgsrc/misc/calibre/Makefile (switch to unified diff)

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

cvs diff -r1.74 -r1.75 pkgsrc/misc/calibre/PLIST (switch to unified diff)

--- pkgsrc/misc/calibre/PLIST 2017/01/01 16:00:03 1.74
+++ pkgsrc/misc/calibre/PLIST 2017/01/22 15:10:41 1.75
@@ -1,1000 +1,1000 @@ @@ -1,1000 +1,1000 @@
1@comment $NetBSD: PLIST,v 1.74 2017/01/01 16:00:03 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.75 2017/01/22 15:10:41 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/binatone/__init__.py 67lib/calibre/calibre/devices/binatone/__init__.py
68lib/calibre/calibre/devices/binatone/driver.py 68lib/calibre/calibre/devices/binatone/driver.py
69lib/calibre/calibre/devices/blackberry/__init__.py 69lib/calibre/calibre/devices/blackberry/__init__.py
70lib/calibre/calibre/devices/blackberry/driver.py 70lib/calibre/calibre/devices/blackberry/driver.py
71lib/calibre/calibre/devices/boeye/__init__.py 71lib/calibre/calibre/devices/boeye/__init__.py
72lib/calibre/calibre/devices/boeye/driver.py 72lib/calibre/calibre/devices/boeye/driver.py
73lib/calibre/calibre/devices/cli.py 73lib/calibre/calibre/devices/cli.py
74lib/calibre/calibre/devices/cybook/__init__.py 74lib/calibre/calibre/devices/cybook/__init__.py
75lib/calibre/calibre/devices/cybook/driver.py 75lib/calibre/calibre/devices/cybook/driver.py
76lib/calibre/calibre/devices/cybook/t2b.py 76lib/calibre/calibre/devices/cybook/t2b.py
77lib/calibre/calibre/devices/cybook/t4b.py 77lib/calibre/calibre/devices/cybook/t4b.py
78lib/calibre/calibre/devices/eb600/__init__.py 78lib/calibre/calibre/devices/eb600/__init__.py
79lib/calibre/calibre/devices/eb600/driver.py 79lib/calibre/calibre/devices/eb600/driver.py
80lib/calibre/calibre/devices/edge/__init__.py 80lib/calibre/calibre/devices/edge/__init__.py
81lib/calibre/calibre/devices/edge/driver.py 81lib/calibre/calibre/devices/edge/driver.py
82lib/calibre/calibre/devices/errors.py 82lib/calibre/calibre/devices/errors.py
83lib/calibre/calibre/devices/eslick/__init__.py 83lib/calibre/calibre/devices/eslick/__init__.py
84lib/calibre/calibre/devices/eslick/driver.py 84lib/calibre/calibre/devices/eslick/driver.py
85lib/calibre/calibre/devices/folder_device/__init__.py 85lib/calibre/calibre/devices/folder_device/__init__.py
86lib/calibre/calibre/devices/folder_device/driver.py 86lib/calibre/calibre/devices/folder_device/driver.py
87lib/calibre/calibre/devices/hanlin/__init__.py 87lib/calibre/calibre/devices/hanlin/__init__.py
88lib/calibre/calibre/devices/hanlin/driver.py 88lib/calibre/calibre/devices/hanlin/driver.py
89lib/calibre/calibre/devices/hanvon/__init__.py 89lib/calibre/calibre/devices/hanvon/__init__.py
90lib/calibre/calibre/devices/hanvon/driver.py 90lib/calibre/calibre/devices/hanvon/driver.py
91lib/calibre/calibre/devices/idevice/__init__.py 91lib/calibre/calibre/devices/idevice/__init__.py
92lib/calibre/calibre/devices/idevice/libimobiledevice.py 92lib/calibre/calibre/devices/idevice/libimobiledevice.py
93lib/calibre/calibre/devices/idevice/parse_xml.py 93lib/calibre/calibre/devices/idevice/parse_xml.py
94lib/calibre/calibre/devices/iliad/__init__.py 94lib/calibre/calibre/devices/iliad/__init__.py
95lib/calibre/calibre/devices/iliad/driver.py 95lib/calibre/calibre/devices/iliad/driver.py
96lib/calibre/calibre/devices/interface.py 96lib/calibre/calibre/devices/interface.py
97lib/calibre/calibre/devices/irexdr/__init__.py 97lib/calibre/calibre/devices/irexdr/__init__.py
98lib/calibre/calibre/devices/irexdr/driver.py 98lib/calibre/calibre/devices/irexdr/driver.py
99lib/calibre/calibre/devices/iriver/__init__.py 99lib/calibre/calibre/devices/iriver/__init__.py
100lib/calibre/calibre/devices/iriver/driver.py 100lib/calibre/calibre/devices/iriver/driver.py
101lib/calibre/calibre/devices/jetbook/__init__.py 101lib/calibre/calibre/devices/jetbook/__init__.py
102lib/calibre/calibre/devices/jetbook/driver.py 102lib/calibre/calibre/devices/jetbook/driver.py
103lib/calibre/calibre/devices/kindle/__init__.py 103lib/calibre/calibre/devices/kindle/__init__.py
104lib/calibre/calibre/devices/kindle/apnx.py 104lib/calibre/calibre/devices/kindle/apnx.py
105lib/calibre/calibre/devices/kindle/bookmark.py 105lib/calibre/calibre/devices/kindle/bookmark.py
106lib/calibre/calibre/devices/kindle/driver.py 106lib/calibre/calibre/devices/kindle/driver.py
107lib/calibre/calibre/devices/kobo/__init__.py 107lib/calibre/calibre/devices/kobo/__init__.py
108lib/calibre/calibre/devices/kobo/bookmark.py 108lib/calibre/calibre/devices/kobo/bookmark.py
109lib/calibre/calibre/devices/kobo/books.py 109lib/calibre/calibre/devices/kobo/books.py
110lib/calibre/calibre/devices/kobo/driver.py 110lib/calibre/calibre/devices/kobo/driver.py
111lib/calibre/calibre/devices/kobo/kobotouch_config.py 111lib/calibre/calibre/devices/kobo/kobotouch_config.py
112lib/calibre/calibre/devices/manager.py 112lib/calibre/calibre/devices/manager.py
113lib/calibre/calibre/devices/mime.py 113lib/calibre/calibre/devices/mime.py
114lib/calibre/calibre/devices/misc.py 114lib/calibre/calibre/devices/misc.py
115lib/calibre/calibre/devices/mtp/__init__.py 115lib/calibre/calibre/devices/mtp/__init__.py
116lib/calibre/calibre/devices/mtp/base.py 116lib/calibre/calibre/devices/mtp/base.py
117lib/calibre/calibre/devices/mtp/books.py 117lib/calibre/calibre/devices/mtp/books.py
118lib/calibre/calibre/devices/mtp/defaults.py 118lib/calibre/calibre/devices/mtp/defaults.py
119lib/calibre/calibre/devices/mtp/driver.py 119lib/calibre/calibre/devices/mtp/driver.py
120lib/calibre/calibre/devices/mtp/filesystem_cache.py 120lib/calibre/calibre/devices/mtp/filesystem_cache.py
121lib/calibre/calibre/devices/mtp/test.py 121lib/calibre/calibre/devices/mtp/test.py
122lib/calibre/calibre/devices/mtp/unix/__init__.py 122lib/calibre/calibre/devices/mtp/unix/__init__.py
123lib/calibre/calibre/devices/mtp/unix/driver.py 123lib/calibre/calibre/devices/mtp/unix/driver.py
124lib/calibre/calibre/devices/mtp/unix/sysfs.py 124lib/calibre/calibre/devices/mtp/unix/sysfs.py
125lib/calibre/calibre/devices/mtp/unix/upstream/update.py 125lib/calibre/calibre/devices/mtp/unix/upstream/update.py
126lib/calibre/calibre/devices/mtp/windows/__init__.py 126lib/calibre/calibre/devices/mtp/windows/__init__.py
127lib/calibre/calibre/devices/mtp/windows/driver.py 127lib/calibre/calibre/devices/mtp/windows/driver.py
128lib/calibre/calibre/devices/mtp/windows/remote.py 128lib/calibre/calibre/devices/mtp/windows/remote.py
129lib/calibre/calibre/devices/nokia/__init__.py 129lib/calibre/calibre/devices/nokia/__init__.py
130lib/calibre/calibre/devices/nokia/driver.py 130lib/calibre/calibre/devices/nokia/driver.py
131lib/calibre/calibre/devices/nook/__init__.py 131lib/calibre/calibre/devices/nook/__init__.py
132lib/calibre/calibre/devices/nook/driver.py 132lib/calibre/calibre/devices/nook/driver.py
133lib/calibre/calibre/devices/nuut2/__init__.py 133lib/calibre/calibre/devices/nuut2/__init__.py
134lib/calibre/calibre/devices/nuut2/driver.py 134lib/calibre/calibre/devices/nuut2/driver.py
135lib/calibre/calibre/devices/paladin/__init__.py 135lib/calibre/calibre/devices/paladin/__init__.py
136lib/calibre/calibre/devices/paladin/driver.py 136lib/calibre/calibre/devices/paladin/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/devices/winusb.py 160lib/calibre/calibre/devices/winusb.py
161lib/calibre/calibre/ebooks/BeautifulSoup.py 161lib/calibre/calibre/ebooks/BeautifulSoup.py
162lib/calibre/calibre/ebooks/__init__.py 162lib/calibre/calibre/ebooks/__init__.py
163lib/calibre/calibre/ebooks/azw4/__init__.py 163lib/calibre/calibre/ebooks/azw4/__init__.py
164lib/calibre/calibre/ebooks/azw4/reader.py 164lib/calibre/calibre/ebooks/azw4/reader.py
165lib/calibre/calibre/ebooks/chardet.py 165lib/calibre/calibre/ebooks/chardet.py
166lib/calibre/calibre/ebooks/chm/__init__.py 166lib/calibre/calibre/ebooks/chm/__init__.py
167lib/calibre/calibre/ebooks/chm/metadata.py 167lib/calibre/calibre/ebooks/chm/metadata.py
168lib/calibre/calibre/ebooks/chm/reader.py 168lib/calibre/calibre/ebooks/chm/reader.py
169lib/calibre/calibre/ebooks/comic/__init__.py 169lib/calibre/calibre/ebooks/comic/__init__.py
170lib/calibre/calibre/ebooks/comic/input.py 170lib/calibre/calibre/ebooks/comic/input.py
171lib/calibre/calibre/ebooks/compression/__init__.py 171lib/calibre/calibre/ebooks/compression/__init__.py
172lib/calibre/calibre/ebooks/compression/palmdoc.py 172lib/calibre/calibre/ebooks/compression/palmdoc.py
173lib/calibre/calibre/ebooks/compression/tcr.py 173lib/calibre/calibre/ebooks/compression/tcr.py
174lib/calibre/calibre/ebooks/constants.py 174lib/calibre/calibre/ebooks/constants.py
175lib/calibre/calibre/ebooks/conversion/__init__.py 175lib/calibre/calibre/ebooks/conversion/__init__.py
176lib/calibre/calibre/ebooks/conversion/cli.py 176lib/calibre/calibre/ebooks/conversion/cli.py
177lib/calibre/calibre/ebooks/conversion/config.py 177lib/calibre/calibre/ebooks/conversion/config.py
178lib/calibre/calibre/ebooks/conversion/plugins/__init__.py 178lib/calibre/calibre/ebooks/conversion/plugins/__init__.py
179lib/calibre/calibre/ebooks/conversion/plugins/azw4_input.py 179lib/calibre/calibre/ebooks/conversion/plugins/azw4_input.py
180lib/calibre/calibre/ebooks/conversion/plugins/chm_input.py 180lib/calibre/calibre/ebooks/conversion/plugins/chm_input.py
181lib/calibre/calibre/ebooks/conversion/plugins/comic_input.py 181lib/calibre/calibre/ebooks/conversion/plugins/comic_input.py
182lib/calibre/calibre/ebooks/conversion/plugins/djvu_input.py 182lib/calibre/calibre/ebooks/conversion/plugins/djvu_input.py
183lib/calibre/calibre/ebooks/conversion/plugins/docx_input.py 183lib/calibre/calibre/ebooks/conversion/plugins/docx_input.py
184lib/calibre/calibre/ebooks/conversion/plugins/docx_output.py 184lib/calibre/calibre/ebooks/conversion/plugins/docx_output.py
185lib/calibre/calibre/ebooks/conversion/plugins/epub_input.py 185lib/calibre/calibre/ebooks/conversion/plugins/epub_input.py
186lib/calibre/calibre/ebooks/conversion/plugins/epub_output.py 186lib/calibre/calibre/ebooks/conversion/plugins/epub_output.py
187lib/calibre/calibre/ebooks/conversion/plugins/fb2_input.py 187lib/calibre/calibre/ebooks/conversion/plugins/fb2_input.py
188lib/calibre/calibre/ebooks/conversion/plugins/fb2_output.py 188lib/calibre/calibre/ebooks/conversion/plugins/fb2_output.py
189lib/calibre/calibre/ebooks/conversion/plugins/html_input.py 189lib/calibre/calibre/ebooks/conversion/plugins/html_input.py
190lib/calibre/calibre/ebooks/conversion/plugins/html_output.py 190lib/calibre/calibre/ebooks/conversion/plugins/html_output.py
191lib/calibre/calibre/ebooks/conversion/plugins/htmlz_input.py 191lib/calibre/calibre/ebooks/conversion/plugins/htmlz_input.py
192lib/calibre/calibre/ebooks/conversion/plugins/htmlz_output.py 192lib/calibre/calibre/ebooks/conversion/plugins/htmlz_output.py
193lib/calibre/calibre/ebooks/conversion/plugins/lit_input.py 193lib/calibre/calibre/ebooks/conversion/plugins/lit_input.py
194lib/calibre/calibre/ebooks/conversion/plugins/lit_output.py 194lib/calibre/calibre/ebooks/conversion/plugins/lit_output.py
195lib/calibre/calibre/ebooks/conversion/plugins/lrf_input.py 195lib/calibre/calibre/ebooks/conversion/plugins/lrf_input.py
196lib/calibre/calibre/ebooks/conversion/plugins/lrf_output.py 196lib/calibre/calibre/ebooks/conversion/plugins/lrf_output.py
197lib/calibre/calibre/ebooks/conversion/plugins/mobi_input.py 197lib/calibre/calibre/ebooks/conversion/plugins/mobi_input.py
198lib/calibre/calibre/ebooks/conversion/plugins/mobi_output.py 198lib/calibre/calibre/ebooks/conversion/plugins/mobi_output.py
199lib/calibre/calibre/ebooks/conversion/plugins/odt_input.py 199lib/calibre/calibre/ebooks/conversion/plugins/odt_input.py
200lib/calibre/calibre/ebooks/conversion/plugins/oeb_output.py 200lib/calibre/calibre/ebooks/conversion/plugins/oeb_output.py
201lib/calibre/calibre/ebooks/conversion/plugins/pdb_input.py 201lib/calibre/calibre/ebooks/conversion/plugins/pdb_input.py
202lib/calibre/calibre/ebooks/conversion/plugins/pdb_output.py 202lib/calibre/calibre/ebooks/conversion/plugins/pdb_output.py
203lib/calibre/calibre/ebooks/conversion/plugins/pdf_input.py 203lib/calibre/calibre/ebooks/conversion/plugins/pdf_input.py
204lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py 204lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py
205lib/calibre/calibre/ebooks/conversion/plugins/pml_input.py 205lib/calibre/calibre/ebooks/conversion/plugins/pml_input.py
206lib/calibre/calibre/ebooks/conversion/plugins/pml_output.py 206lib/calibre/calibre/ebooks/conversion/plugins/pml_output.py
207lib/calibre/calibre/ebooks/conversion/plugins/rb_input.py 207lib/calibre/calibre/ebooks/conversion/plugins/rb_input.py
208lib/calibre/calibre/ebooks/conversion/plugins/rb_output.py 208lib/calibre/calibre/ebooks/conversion/plugins/rb_output.py
209lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py 209lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py
210lib/calibre/calibre/ebooks/conversion/plugins/rtf_input.py 210lib/calibre/calibre/ebooks/conversion/plugins/rtf_input.py
211lib/calibre/calibre/ebooks/conversion/plugins/rtf_output.py 211lib/calibre/calibre/ebooks/conversion/plugins/rtf_output.py
212lib/calibre/calibre/ebooks/conversion/plugins/snb_input.py 212lib/calibre/calibre/ebooks/conversion/plugins/snb_input.py
213lib/calibre/calibre/ebooks/conversion/plugins/snb_output.py 213lib/calibre/calibre/ebooks/conversion/plugins/snb_output.py
214lib/calibre/calibre/ebooks/conversion/plugins/tcr_input.py 214lib/calibre/calibre/ebooks/conversion/plugins/tcr_input.py
215lib/calibre/calibre/ebooks/conversion/plugins/tcr_output.py 215lib/calibre/calibre/ebooks/conversion/plugins/tcr_output.py
216lib/calibre/calibre/ebooks/conversion/plugins/txt_input.py 216lib/calibre/calibre/ebooks/conversion/plugins/txt_input.py
217lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py 217lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py
218lib/calibre/calibre/ebooks/conversion/plumber.py 218lib/calibre/calibre/ebooks/conversion/plumber.py
219lib/calibre/calibre/ebooks/conversion/preprocess.py 219lib/calibre/calibre/ebooks/conversion/preprocess.py
220lib/calibre/calibre/ebooks/conversion/utils.py 220lib/calibre/calibre/ebooks/conversion/utils.py
221lib/calibre/calibre/ebooks/covers.py 221lib/calibre/calibre/ebooks/covers.py
222lib/calibre/calibre/ebooks/css_transform_rules.py 222lib/calibre/calibre/ebooks/css_transform_rules.py
223lib/calibre/calibre/ebooks/djvu/__init__.py 223lib/calibre/calibre/ebooks/djvu/__init__.py
224lib/calibre/calibre/ebooks/djvu/djvu.py 224lib/calibre/calibre/ebooks/djvu/djvu.py
225lib/calibre/calibre/ebooks/djvu/djvubzzdec.py 225lib/calibre/calibre/ebooks/djvu/djvubzzdec.py
226lib/calibre/calibre/ebooks/docx/__init__.py 226lib/calibre/calibre/ebooks/docx/__init__.py
227lib/calibre/calibre/ebooks/docx/block_styles.py 227lib/calibre/calibre/ebooks/docx/block_styles.py
228lib/calibre/calibre/ebooks/docx/char_styles.py 228lib/calibre/calibre/ebooks/docx/char_styles.py
229lib/calibre/calibre/ebooks/docx/cleanup.py 229lib/calibre/calibre/ebooks/docx/cleanup.py
230lib/calibre/calibre/ebooks/docx/container.py 230lib/calibre/calibre/ebooks/docx/container.py
231lib/calibre/calibre/ebooks/docx/dump.py 231lib/calibre/calibre/ebooks/docx/dump.py
232lib/calibre/calibre/ebooks/docx/fields.py 232lib/calibre/calibre/ebooks/docx/fields.py
233lib/calibre/calibre/ebooks/docx/fonts.py 233lib/calibre/calibre/ebooks/docx/fonts.py
234lib/calibre/calibre/ebooks/docx/footnotes.py 234lib/calibre/calibre/ebooks/docx/footnotes.py
235lib/calibre/calibre/ebooks/docx/images.py 235lib/calibre/calibre/ebooks/docx/images.py
236lib/calibre/calibre/ebooks/docx/index.py 236lib/calibre/calibre/ebooks/docx/index.py
237lib/calibre/calibre/ebooks/docx/lcid.py 237lib/calibre/calibre/ebooks/docx/lcid.py
238lib/calibre/calibre/ebooks/docx/names.py 238lib/calibre/calibre/ebooks/docx/names.py
239lib/calibre/calibre/ebooks/docx/numbering.py 239lib/calibre/calibre/ebooks/docx/numbering.py
240lib/calibre/calibre/ebooks/docx/settings.py 240lib/calibre/calibre/ebooks/docx/settings.py
241lib/calibre/calibre/ebooks/docx/styles.py 241lib/calibre/calibre/ebooks/docx/styles.py
242lib/calibre/calibre/ebooks/docx/tables.py 242lib/calibre/calibre/ebooks/docx/tables.py
243lib/calibre/calibre/ebooks/docx/theme.py 243lib/calibre/calibre/ebooks/docx/theme.py
244lib/calibre/calibre/ebooks/docx/to_html.py 244lib/calibre/calibre/ebooks/docx/to_html.py
245lib/calibre/calibre/ebooks/docx/toc.py 245lib/calibre/calibre/ebooks/docx/toc.py
246lib/calibre/calibre/ebooks/docx/writer/__init__.py 246lib/calibre/calibre/ebooks/docx/writer/__init__.py
247lib/calibre/calibre/ebooks/docx/writer/container.py 247lib/calibre/calibre/ebooks/docx/writer/container.py
248lib/calibre/calibre/ebooks/docx/writer/fonts.py 248lib/calibre/calibre/ebooks/docx/writer/fonts.py
249lib/calibre/calibre/ebooks/docx/writer/from_html.py 249lib/calibre/calibre/ebooks/docx/writer/from_html.py
250lib/calibre/calibre/ebooks/docx/writer/images.py 250lib/calibre/calibre/ebooks/docx/writer/images.py
251lib/calibre/calibre/ebooks/docx/writer/links.py 251lib/calibre/calibre/ebooks/docx/writer/links.py
252lib/calibre/calibre/ebooks/docx/writer/lists.py 252lib/calibre/calibre/ebooks/docx/writer/lists.py
253lib/calibre/calibre/ebooks/docx/writer/styles.py 253lib/calibre/calibre/ebooks/docx/writer/styles.py
254lib/calibre/calibre/ebooks/docx/writer/tables.py 254lib/calibre/calibre/ebooks/docx/writer/tables.py
255lib/calibre/calibre/ebooks/docx/writer/utils.py 255lib/calibre/calibre/ebooks/docx/writer/utils.py
256lib/calibre/calibre/ebooks/epub/__init__.py 256lib/calibre/calibre/ebooks/epub/__init__.py
257lib/calibre/calibre/ebooks/epub/cfi/__init__.py 257lib/calibre/calibre/ebooks/epub/cfi/__init__.py
258lib/calibre/calibre/ebooks/epub/cfi/parse.py 258lib/calibre/calibre/ebooks/epub/cfi/parse.py
259lib/calibre/calibre/ebooks/epub/cfi/tests.py 259lib/calibre/calibre/ebooks/epub/cfi/tests.py
260lib/calibre/calibre/ebooks/epub/pages.py 260lib/calibre/calibre/ebooks/epub/pages.py
261lib/calibre/calibre/ebooks/epub/periodical.py 261lib/calibre/calibre/ebooks/epub/periodical.py
262lib/calibre/calibre/ebooks/fb2/__init__.py 262lib/calibre/calibre/ebooks/fb2/__init__.py
263lib/calibre/calibre/ebooks/fb2/fb2ml.py 263lib/calibre/calibre/ebooks/fb2/fb2ml.py
264lib/calibre/calibre/ebooks/html/__init__.py 264lib/calibre/calibre/ebooks/html/__init__.py
265lib/calibre/calibre/ebooks/html/input.py 265lib/calibre/calibre/ebooks/html/input.py
266lib/calibre/calibre/ebooks/html/meta.py 266lib/calibre/calibre/ebooks/html/meta.py
267lib/calibre/calibre/ebooks/html/to_zip.py 267lib/calibre/calibre/ebooks/html/to_zip.py
268lib/calibre/calibre/ebooks/html_entities.py 268lib/calibre/calibre/ebooks/html_entities.py
269lib/calibre/calibre/ebooks/htmlz/__init__.py 269lib/calibre/calibre/ebooks/htmlz/__init__.py
270lib/calibre/calibre/ebooks/htmlz/oeb2html.py 270lib/calibre/calibre/ebooks/htmlz/oeb2html.py
271lib/calibre/calibre/ebooks/hyphenate.py 271lib/calibre/calibre/ebooks/hyphenate.py
272lib/calibre/calibre/ebooks/iterator/__init__.py 272lib/calibre/calibre/ebooks/iterator/__init__.py
273lib/calibre/calibre/ebooks/lit/__init__.py 273lib/calibre/calibre/ebooks/lit/__init__.py
274lib/calibre/calibre/ebooks/lit/from_any.py 274lib/calibre/calibre/ebooks/lit/from_any.py
275lib/calibre/calibre/ebooks/lit/lzx.py 275lib/calibre/calibre/ebooks/lit/lzx.py
276lib/calibre/calibre/ebooks/lit/maps/__init__.py 276lib/calibre/calibre/ebooks/lit/maps/__init__.py
277lib/calibre/calibre/ebooks/lit/maps/html.py 277lib/calibre/calibre/ebooks/lit/maps/html.py
278lib/calibre/calibre/ebooks/lit/maps/opf.py 278lib/calibre/calibre/ebooks/lit/maps/opf.py
279lib/calibre/calibre/ebooks/lit/mssha1.py 279lib/calibre/calibre/ebooks/lit/mssha1.py
280lib/calibre/calibre/ebooks/lit/reader.py 280lib/calibre/calibre/ebooks/lit/reader.py
281lib/calibre/calibre/ebooks/lit/writer.py 281lib/calibre/calibre/ebooks/lit/writer.py
282lib/calibre/calibre/ebooks/lrf/__init__.py 282lib/calibre/calibre/ebooks/lrf/__init__.py
283lib/calibre/calibre/ebooks/lrf/fonts.py 283lib/calibre/calibre/ebooks/lrf/fonts.py
284lib/calibre/calibre/ebooks/lrf/html/__init__.py 284lib/calibre/calibre/ebooks/lrf/html/__init__.py
285lib/calibre/calibre/ebooks/lrf/html/color_map.py 285lib/calibre/calibre/ebooks/lrf/html/color_map.py
286lib/calibre/calibre/ebooks/lrf/html/convert_from.py 286lib/calibre/calibre/ebooks/lrf/html/convert_from.py
287lib/calibre/calibre/ebooks/lrf/html/convert_to.py 287lib/calibre/calibre/ebooks/lrf/html/convert_to.py
288lib/calibre/calibre/ebooks/lrf/html/table.py 288lib/calibre/calibre/ebooks/lrf/html/table.py
289lib/calibre/calibre/ebooks/lrf/html/table_as_image.py 289lib/calibre/calibre/ebooks/lrf/html/table_as_image.py
290lib/calibre/calibre/ebooks/lrf/input.py 290lib/calibre/calibre/ebooks/lrf/input.py
291lib/calibre/calibre/ebooks/lrf/lrfparser.py 291lib/calibre/calibre/ebooks/lrf/lrfparser.py
292lib/calibre/calibre/ebooks/lrf/lrs/__init__.py 292lib/calibre/calibre/ebooks/lrf/lrs/__init__.py
293lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py 293lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py
294lib/calibre/calibre/ebooks/lrf/meta.py 294lib/calibre/calibre/ebooks/lrf/meta.py
295lib/calibre/calibre/ebooks/lrf/objects.py 295lib/calibre/calibre/ebooks/lrf/objects.py
296lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py 296lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py
297lib/calibre/calibre/ebooks/lrf/pylrs/elements.py 297lib/calibre/calibre/ebooks/lrf/pylrs/elements.py
298lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py 298lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py
299lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py 299lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py
300lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py 300lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py
301lib/calibre/calibre/ebooks/lrf/tags.py 301lib/calibre/calibre/ebooks/lrf/tags.py
302lib/calibre/calibre/ebooks/markdown/__init__.py 302lib/calibre/calibre/ebooks/markdown/__init__.py
303lib/calibre/calibre/ebooks/markdown/__main__.py 303lib/calibre/calibre/ebooks/markdown/__main__.py
304lib/calibre/calibre/ebooks/markdown/__version__.py 304lib/calibre/calibre/ebooks/markdown/__version__.py
305lib/calibre/calibre/ebooks/markdown/blockparser.py 305lib/calibre/calibre/ebooks/markdown/blockparser.py
306lib/calibre/calibre/ebooks/markdown/blockprocessors.py 306lib/calibre/calibre/ebooks/markdown/blockprocessors.py
307lib/calibre/calibre/ebooks/markdown/extensions/__init__.py 307lib/calibre/calibre/ebooks/markdown/extensions/__init__.py
308lib/calibre/calibre/ebooks/markdown/extensions/abbr.py 308lib/calibre/calibre/ebooks/markdown/extensions/abbr.py
309lib/calibre/calibre/ebooks/markdown/extensions/admonition.py 309lib/calibre/calibre/ebooks/markdown/extensions/admonition.py
310lib/calibre/calibre/ebooks/markdown/extensions/attr_list.py 310lib/calibre/calibre/ebooks/markdown/extensions/attr_list.py
311lib/calibre/calibre/ebooks/markdown/extensions/codehilite.py 311lib/calibre/calibre/ebooks/markdown/extensions/codehilite.py
312lib/calibre/calibre/ebooks/markdown/extensions/def_list.py 312lib/calibre/calibre/ebooks/markdown/extensions/def_list.py
313lib/calibre/calibre/ebooks/markdown/extensions/extra.py 313lib/calibre/calibre/ebooks/markdown/extensions/extra.py
314lib/calibre/calibre/ebooks/markdown/extensions/fenced_code.py 314lib/calibre/calibre/ebooks/markdown/extensions/fenced_code.py
315lib/calibre/calibre/ebooks/markdown/extensions/footnotes.py 315lib/calibre/calibre/ebooks/markdown/extensions/footnotes.py
316lib/calibre/calibre/ebooks/markdown/extensions/headerid.py 316lib/calibre/calibre/ebooks/markdown/extensions/headerid.py
317lib/calibre/calibre/ebooks/markdown/extensions/meta.py 317lib/calibre/calibre/ebooks/markdown/extensions/meta.py
318lib/calibre/calibre/ebooks/markdown/extensions/nl2br.py 318lib/calibre/calibre/ebooks/markdown/extensions/nl2br.py
319lib/calibre/calibre/ebooks/markdown/extensions/sane_lists.py 319lib/calibre/calibre/ebooks/markdown/extensions/sane_lists.py
320lib/calibre/calibre/ebooks/markdown/extensions/smart_strong.py 320lib/calibre/calibre/ebooks/markdown/extensions/smart_strong.py
321lib/calibre/calibre/ebooks/markdown/extensions/tables.py 321lib/calibre/calibre/ebooks/markdown/extensions/tables.py
322lib/calibre/calibre/ebooks/markdown/extensions/toc.py 322lib/calibre/calibre/ebooks/markdown/extensions/toc.py
323lib/calibre/calibre/ebooks/markdown/extensions/wikilinks.py 323lib/calibre/calibre/ebooks/markdown/extensions/wikilinks.py
324lib/calibre/calibre/ebooks/markdown/inlinepatterns.py 324lib/calibre/calibre/ebooks/markdown/inlinepatterns.py
325lib/calibre/calibre/ebooks/markdown/odict.py 325lib/calibre/calibre/ebooks/markdown/odict.py
326lib/calibre/calibre/ebooks/markdown/postprocessors.py 326lib/calibre/calibre/ebooks/markdown/postprocessors.py
327lib/calibre/calibre/ebooks/markdown/preprocessors.py 327lib/calibre/calibre/ebooks/markdown/preprocessors.py
328lib/calibre/calibre/ebooks/markdown/serializers.py 328lib/calibre/calibre/ebooks/markdown/serializers.py
329lib/calibre/calibre/ebooks/markdown/treeprocessors.py 329lib/calibre/calibre/ebooks/markdown/treeprocessors.py
330lib/calibre/calibre/ebooks/markdown/util.py 330lib/calibre/calibre/ebooks/markdown/util.py
331lib/calibre/calibre/ebooks/metadata/__init__.py 331lib/calibre/calibre/ebooks/metadata/__init__.py
332lib/calibre/calibre/ebooks/metadata/archive.py 332lib/calibre/calibre/ebooks/metadata/archive.py
333lib/calibre/calibre/ebooks/metadata/book/__init__.py 333lib/calibre/calibre/ebooks/metadata/book/__init__.py
334lib/calibre/calibre/ebooks/metadata/book/base.py 334lib/calibre/calibre/ebooks/metadata/book/base.py
335lib/calibre/calibre/ebooks/metadata/book/formatter.py 335lib/calibre/calibre/ebooks/metadata/book/formatter.py
336lib/calibre/calibre/ebooks/metadata/book/json_codec.py 336lib/calibre/calibre/ebooks/metadata/book/json_codec.py
337lib/calibre/calibre/ebooks/metadata/book/render.py 337lib/calibre/calibre/ebooks/metadata/book/render.py
338lib/calibre/calibre/ebooks/metadata/cli.py 338lib/calibre/calibre/ebooks/metadata/cli.py
339lib/calibre/calibre/ebooks/metadata/docx.py 339lib/calibre/calibre/ebooks/metadata/docx.py
340lib/calibre/calibre/ebooks/metadata/epub.py 340lib/calibre/calibre/ebooks/metadata/epub.py
341lib/calibre/calibre/ebooks/metadata/ereader.py 341lib/calibre/calibre/ebooks/metadata/ereader.py
342lib/calibre/calibre/ebooks/metadata/extz.py 342lib/calibre/calibre/ebooks/metadata/extz.py
343lib/calibre/calibre/ebooks/metadata/fb2.py 343lib/calibre/calibre/ebooks/metadata/fb2.py
344lib/calibre/calibre/ebooks/metadata/haodoo.py 344lib/calibre/calibre/ebooks/metadata/haodoo.py
345lib/calibre/calibre/ebooks/metadata/html.py 345lib/calibre/calibre/ebooks/metadata/html.py
346lib/calibre/calibre/ebooks/metadata/imp.py 346lib/calibre/calibre/ebooks/metadata/imp.py
347lib/calibre/calibre/ebooks/metadata/kdl.py 347lib/calibre/calibre/ebooks/metadata/kdl.py
348lib/calibre/calibre/ebooks/metadata/kfx.py 348lib/calibre/calibre/ebooks/metadata/kfx.py
349lib/calibre/calibre/ebooks/metadata/library_thing.py 349lib/calibre/calibre/ebooks/metadata/library_thing.py
350lib/calibre/calibre/ebooks/metadata/lit.py 350lib/calibre/calibre/ebooks/metadata/lit.py
351lib/calibre/calibre/ebooks/metadata/lrx.py 351lib/calibre/calibre/ebooks/metadata/lrx.py
352lib/calibre/calibre/ebooks/metadata/meta.py 352lib/calibre/calibre/ebooks/metadata/meta.py
353lib/calibre/calibre/ebooks/metadata/mobi.py 353lib/calibre/calibre/ebooks/metadata/mobi.py
354lib/calibre/calibre/ebooks/metadata/odt.py 354lib/calibre/calibre/ebooks/metadata/odt.py
355lib/calibre/calibre/ebooks/metadata/opf.py 355lib/calibre/calibre/ebooks/metadata/opf.py
356lib/calibre/calibre/ebooks/metadata/opf2.py 356lib/calibre/calibre/ebooks/metadata/opf2.py
357lib/calibre/calibre/ebooks/metadata/opf3.py 357lib/calibre/calibre/ebooks/metadata/opf3.py
358lib/calibre/calibre/ebooks/metadata/opf3_test.py 358lib/calibre/calibre/ebooks/metadata/opf3_test.py
359lib/calibre/calibre/ebooks/metadata/pdb.py 359lib/calibre/calibre/ebooks/metadata/pdb.py
360lib/calibre/calibre/ebooks/metadata/pdf.py 360lib/calibre/calibre/ebooks/metadata/pdf.py
361lib/calibre/calibre/ebooks/metadata/plucker.py 361lib/calibre/calibre/ebooks/metadata/plucker.py
362lib/calibre/calibre/ebooks/metadata/pml.py 362lib/calibre/calibre/ebooks/metadata/pml.py
363lib/calibre/calibre/ebooks/metadata/rar.py 363lib/calibre/calibre/ebooks/metadata/rar.py
364lib/calibre/calibre/ebooks/metadata/rb.py 364lib/calibre/calibre/ebooks/metadata/rb.py
365lib/calibre/calibre/ebooks/metadata/rtf.py 365lib/calibre/calibre/ebooks/metadata/rtf.py
366lib/calibre/calibre/ebooks/metadata/snb.py 366lib/calibre/calibre/ebooks/metadata/snb.py
367lib/calibre/calibre/ebooks/metadata/sources/__init__.py 367lib/calibre/calibre/ebooks/metadata/sources/__init__.py
368lib/calibre/calibre/ebooks/metadata/sources/amazon.py 368lib/calibre/calibre/ebooks/metadata/sources/amazon.py
369lib/calibre/calibre/ebooks/metadata/sources/base.py 369lib/calibre/calibre/ebooks/metadata/sources/base.py
370lib/calibre/calibre/ebooks/metadata/sources/big_book_search.py 370lib/calibre/calibre/ebooks/metadata/sources/big_book_search.py
371lib/calibre/calibre/ebooks/metadata/sources/cli.py 371lib/calibre/calibre/ebooks/metadata/sources/cli.py
372lib/calibre/calibre/ebooks/metadata/sources/covers.py 372lib/calibre/calibre/ebooks/metadata/sources/covers.py
373lib/calibre/calibre/ebooks/metadata/sources/douban.py 373lib/calibre/calibre/ebooks/metadata/sources/douban.py
374lib/calibre/calibre/ebooks/metadata/sources/edelweiss.py 374lib/calibre/calibre/ebooks/metadata/sources/edelweiss.py
375lib/calibre/calibre/ebooks/metadata/sources/google.py 375lib/calibre/calibre/ebooks/metadata/sources/google.py
376lib/calibre/calibre/ebooks/metadata/sources/google_images.py 376lib/calibre/calibre/ebooks/metadata/sources/google_images.py
377lib/calibre/calibre/ebooks/metadata/sources/identify.py 377lib/calibre/calibre/ebooks/metadata/sources/identify.py
378lib/calibre/calibre/ebooks/metadata/sources/isbndb.py 378lib/calibre/calibre/ebooks/metadata/sources/isbndb.py
379lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py 379lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py
380lib/calibre/calibre/ebooks/metadata/sources/overdrive.py 380lib/calibre/calibre/ebooks/metadata/sources/overdrive.py
381lib/calibre/calibre/ebooks/metadata/sources/ozon.py 381lib/calibre/calibre/ebooks/metadata/sources/ozon.py
382lib/calibre/calibre/ebooks/metadata/sources/prefs.py 382lib/calibre/calibre/ebooks/metadata/sources/prefs.py
383lib/calibre/calibre/ebooks/metadata/sources/test.py 383lib/calibre/calibre/ebooks/metadata/sources/test.py
384lib/calibre/calibre/ebooks/metadata/sources/worker.py 384lib/calibre/calibre/ebooks/metadata/sources/worker.py
385lib/calibre/calibre/ebooks/metadata/tag_mapper.py 385lib/calibre/calibre/ebooks/metadata/tag_mapper.py
386lib/calibre/calibre/ebooks/metadata/toc.py 386lib/calibre/calibre/ebooks/metadata/toc.py
387lib/calibre/calibre/ebooks/metadata/topaz.py 387lib/calibre/calibre/ebooks/metadata/topaz.py
388lib/calibre/calibre/ebooks/metadata/txt.py 388lib/calibre/calibre/ebooks/metadata/txt.py
389lib/calibre/calibre/ebooks/metadata/utils.py 389lib/calibre/calibre/ebooks/metadata/utils.py
390lib/calibre/calibre/ebooks/metadata/worker.py 390lib/calibre/calibre/ebooks/metadata/worker.py
391lib/calibre/calibre/ebooks/metadata/xisbn.py 391lib/calibre/calibre/ebooks/metadata/xisbn.py
392lib/calibre/calibre/ebooks/metadata/xmp.py 392lib/calibre/calibre/ebooks/metadata/xmp.py
393lib/calibre/calibre/ebooks/metadata/zip.py 393lib/calibre/calibre/ebooks/metadata/zip.py
394lib/calibre/calibre/ebooks/mobi/__init__.py 394lib/calibre/calibre/ebooks/mobi/__init__.py
395lib/calibre/calibre/ebooks/mobi/debug/__init__.py 395lib/calibre/calibre/ebooks/mobi/debug/__init__.py
396lib/calibre/calibre/ebooks/mobi/debug/containers.py 396lib/calibre/calibre/ebooks/mobi/debug/containers.py
397lib/calibre/calibre/ebooks/mobi/debug/headers.py 397lib/calibre/calibre/ebooks/mobi/debug/headers.py
398lib/calibre/calibre/ebooks/mobi/debug/index.py 398lib/calibre/calibre/ebooks/mobi/debug/index.py
399lib/calibre/calibre/ebooks/mobi/debug/main.py 399lib/calibre/calibre/ebooks/mobi/debug/main.py
400lib/calibre/calibre/ebooks/mobi/debug/mobi6.py 400lib/calibre/calibre/ebooks/mobi/debug/mobi6.py
401lib/calibre/calibre/ebooks/mobi/debug/mobi8.py 401lib/calibre/calibre/ebooks/mobi/debug/mobi8.py
402lib/calibre/calibre/ebooks/mobi/huffcdic.py 402lib/calibre/calibre/ebooks/mobi/huffcdic.py
403lib/calibre/calibre/ebooks/mobi/langcodes.py 403lib/calibre/calibre/ebooks/mobi/langcodes.py
404lib/calibre/calibre/ebooks/mobi/mobiml.py 404lib/calibre/calibre/ebooks/mobi/mobiml.py
405lib/calibre/calibre/ebooks/mobi/reader/__init__.py 405lib/calibre/calibre/ebooks/mobi/reader/__init__.py
406lib/calibre/calibre/ebooks/mobi/reader/containers.py 406lib/calibre/calibre/ebooks/mobi/reader/containers.py
407lib/calibre/calibre/ebooks/mobi/reader/headers.py 407lib/calibre/calibre/ebooks/mobi/reader/headers.py
408lib/calibre/calibre/ebooks/mobi/reader/index.py 408lib/calibre/calibre/ebooks/mobi/reader/index.py
409lib/calibre/calibre/ebooks/mobi/reader/markup.py 409lib/calibre/calibre/ebooks/mobi/reader/markup.py
410lib/calibre/calibre/ebooks/mobi/reader/mobi6.py 410lib/calibre/calibre/ebooks/mobi/reader/mobi6.py
411lib/calibre/calibre/ebooks/mobi/reader/mobi8.py 411lib/calibre/calibre/ebooks/mobi/reader/mobi8.py
412lib/calibre/calibre/ebooks/mobi/reader/ncx.py 412lib/calibre/calibre/ebooks/mobi/reader/ncx.py
413lib/calibre/calibre/ebooks/mobi/tweak.py 413lib/calibre/calibre/ebooks/mobi/tweak.py
414lib/calibre/calibre/ebooks/mobi/utils.py 414lib/calibre/calibre/ebooks/mobi/utils.py
415lib/calibre/calibre/ebooks/mobi/writer2/__init__.py 415lib/calibre/calibre/ebooks/mobi/writer2/__init__.py
416lib/calibre/calibre/ebooks/mobi/writer2/indexer.py 416lib/calibre/calibre/ebooks/mobi/writer2/indexer.py
417lib/calibre/calibre/ebooks/mobi/writer2/main.py 417lib/calibre/calibre/ebooks/mobi/writer2/main.py
418lib/calibre/calibre/ebooks/mobi/writer2/resources.py 418lib/calibre/calibre/ebooks/mobi/writer2/resources.py
419lib/calibre/calibre/ebooks/mobi/writer2/serializer.py 419lib/calibre/calibre/ebooks/mobi/writer2/serializer.py
420lib/calibre/calibre/ebooks/mobi/writer8/__init__.py 420lib/calibre/calibre/ebooks/mobi/writer8/__init__.py
421lib/calibre/calibre/ebooks/mobi/writer8/cleanup.py 421lib/calibre/calibre/ebooks/mobi/writer8/cleanup.py
422lib/calibre/calibre/ebooks/mobi/writer8/exth.py 422lib/calibre/calibre/ebooks/mobi/writer8/exth.py
423lib/calibre/calibre/ebooks/mobi/writer8/header.py 423lib/calibre/calibre/ebooks/mobi/writer8/header.py
424lib/calibre/calibre/ebooks/mobi/writer8/index.py 424lib/calibre/calibre/ebooks/mobi/writer8/index.py
425lib/calibre/calibre/ebooks/mobi/writer8/main.py 425lib/calibre/calibre/ebooks/mobi/writer8/main.py
426lib/calibre/calibre/ebooks/mobi/writer8/mobi.py 426lib/calibre/calibre/ebooks/mobi/writer8/mobi.py
427lib/calibre/calibre/ebooks/mobi/writer8/skeleton.py 427lib/calibre/calibre/ebooks/mobi/writer8/skeleton.py
428lib/calibre/calibre/ebooks/mobi/writer8/tbs.py 428lib/calibre/calibre/ebooks/mobi/writer8/tbs.py
429lib/calibre/calibre/ebooks/mobi/writer8/toc.py 429lib/calibre/calibre/ebooks/mobi/writer8/toc.py
430lib/calibre/calibre/ebooks/odt/__init__.py 430lib/calibre/calibre/ebooks/odt/__init__.py
431lib/calibre/calibre/ebooks/odt/input.py 431lib/calibre/calibre/ebooks/odt/input.py
432lib/calibre/calibre/ebooks/oeb/__init__.py 432lib/calibre/calibre/ebooks/oeb/__init__.py
433lib/calibre/calibre/ebooks/oeb/base.py 433lib/calibre/calibre/ebooks/oeb/base.py
434lib/calibre/calibre/ebooks/oeb/display/__init__.py 434lib/calibre/calibre/ebooks/oeb/display/__init__.py
435lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py 435lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py
436lib/calibre/calibre/ebooks/oeb/display/test-cfi/run_rapydscript.py 436lib/calibre/calibre/ebooks/oeb/display/test-cfi/run_rapydscript.py
437lib/calibre/calibre/ebooks/oeb/display/webview.py 437lib/calibre/calibre/ebooks/oeb/display/webview.py
438lib/calibre/calibre/ebooks/oeb/iterator/__init__.py 438lib/calibre/calibre/ebooks/oeb/iterator/__init__.py
439lib/calibre/calibre/ebooks/oeb/iterator/book.py 439lib/calibre/calibre/ebooks/oeb/iterator/book.py
440lib/calibre/calibre/ebooks/oeb/iterator/bookmarks.py 440lib/calibre/calibre/ebooks/oeb/iterator/bookmarks.py
441lib/calibre/calibre/ebooks/oeb/iterator/spine.py 441lib/calibre/calibre/ebooks/oeb/iterator/spine.py
442lib/calibre/calibre/ebooks/oeb/normalize_css.py 442lib/calibre/calibre/ebooks/oeb/normalize_css.py
443lib/calibre/calibre/ebooks/oeb/parse_utils.py 443lib/calibre/calibre/ebooks/oeb/parse_utils.py
444lib/calibre/calibre/ebooks/oeb/polish/__init__.py 444lib/calibre/calibre/ebooks/oeb/polish/__init__.py
445lib/calibre/calibre/ebooks/oeb/polish/cascade.py 445lib/calibre/calibre/ebooks/oeb/polish/cascade.py
446lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py 446lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py
447lib/calibre/calibre/ebooks/oeb/polish/check/base.py 447lib/calibre/calibre/ebooks/oeb/polish/check/base.py
448lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py 448lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py
449lib/calibre/calibre/ebooks/oeb/polish/check/images.py 449lib/calibre/calibre/ebooks/oeb/polish/check/images.py
450lib/calibre/calibre/ebooks/oeb/polish/check/links.py 450lib/calibre/calibre/ebooks/oeb/polish/check/links.py
451lib/calibre/calibre/ebooks/oeb/polish/check/main.py 451lib/calibre/calibre/ebooks/oeb/polish/check/main.py
452lib/calibre/calibre/ebooks/oeb/polish/check/opf.py 452lib/calibre/calibre/ebooks/oeb/polish/check/opf.py
453lib/calibre/calibre/ebooks/oeb/polish/check/parsing.py 453lib/calibre/calibre/ebooks/oeb/polish/check/parsing.py
454lib/calibre/calibre/ebooks/oeb/polish/container.py 454lib/calibre/calibre/ebooks/oeb/polish/container.py
455lib/calibre/calibre/ebooks/oeb/polish/cover.py 455lib/calibre/calibre/ebooks/oeb/polish/cover.py
456lib/calibre/calibre/ebooks/oeb/polish/create.py 456lib/calibre/calibre/ebooks/oeb/polish/create.py
457lib/calibre/calibre/ebooks/oeb/polish/css.py 457lib/calibre/calibre/ebooks/oeb/polish/css.py
458lib/calibre/calibre/ebooks/oeb/polish/download.py 458lib/calibre/calibre/ebooks/oeb/polish/download.py
459lib/calibre/calibre/ebooks/oeb/polish/embed.py 459lib/calibre/calibre/ebooks/oeb/polish/embed.py
460lib/calibre/calibre/ebooks/oeb/polish/errors.py 460lib/calibre/calibre/ebooks/oeb/polish/errors.py
461lib/calibre/calibre/ebooks/oeb/polish/fonts.py 461lib/calibre/calibre/ebooks/oeb/polish/fonts.py
462lib/calibre/calibre/ebooks/oeb/polish/images.py 462lib/calibre/calibre/ebooks/oeb/polish/images.py
463lib/calibre/calibre/ebooks/oeb/polish/import_book.py 463lib/calibre/calibre/ebooks/oeb/polish/import_book.py
464lib/calibre/calibre/ebooks/oeb/polish/jacket.py 464lib/calibre/calibre/ebooks/oeb/polish/jacket.py
465lib/calibre/calibre/ebooks/oeb/polish/main.py 465lib/calibre/calibre/ebooks/oeb/polish/main.py
466lib/calibre/calibre/ebooks/oeb/polish/opf.py 466lib/calibre/calibre/ebooks/oeb/polish/opf.py
467lib/calibre/calibre/ebooks/oeb/polish/parsing.py 467lib/calibre/calibre/ebooks/oeb/polish/parsing.py
468lib/calibre/calibre/ebooks/oeb/polish/pretty.py 468lib/calibre/calibre/ebooks/oeb/polish/pretty.py
469lib/calibre/calibre/ebooks/oeb/polish/replace.py 469lib/calibre/calibre/ebooks/oeb/polish/replace.py
470lib/calibre/calibre/ebooks/oeb/polish/report.py 470lib/calibre/calibre/ebooks/oeb/polish/report.py
471lib/calibre/calibre/ebooks/oeb/polish/spell.py 471lib/calibre/calibre/ebooks/oeb/polish/spell.py
472lib/calibre/calibre/ebooks/oeb/polish/split.py 472lib/calibre/calibre/ebooks/oeb/polish/split.py
473lib/calibre/calibre/ebooks/oeb/polish/stats.py 473lib/calibre/calibre/ebooks/oeb/polish/stats.py
474lib/calibre/calibre/ebooks/oeb/polish/subset.py 474lib/calibre/calibre/ebooks/oeb/polish/subset.py
475lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py 475lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py
476lib/calibre/calibre/ebooks/oeb/polish/tests/base.py 476lib/calibre/calibre/ebooks/oeb/polish/tests/base.py
477lib/calibre/calibre/ebooks/oeb/polish/tests/cascade.py 477lib/calibre/calibre/ebooks/oeb/polish/tests/cascade.py
478lib/calibre/calibre/ebooks/oeb/polish/tests/container.py 478lib/calibre/calibre/ebooks/oeb/polish/tests/container.py
479lib/calibre/calibre/ebooks/oeb/polish/tests/main.py 479lib/calibre/calibre/ebooks/oeb/polish/tests/main.py
480lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py 480lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py
481lib/calibre/calibre/ebooks/oeb/polish/tests/structure.py 481lib/calibre/calibre/ebooks/oeb/polish/tests/structure.py
482lib/calibre/calibre/ebooks/oeb/polish/toc.py 482lib/calibre/calibre/ebooks/oeb/polish/toc.py
483lib/calibre/calibre/ebooks/oeb/polish/utils.py 483lib/calibre/calibre/ebooks/oeb/polish/utils.py
484lib/calibre/calibre/ebooks/oeb/reader.py 484lib/calibre/calibre/ebooks/oeb/reader.py
485lib/calibre/calibre/ebooks/oeb/stylizer.py 485lib/calibre/calibre/ebooks/oeb/stylizer.py
486lib/calibre/calibre/ebooks/oeb/transforms/__init__.py 486lib/calibre/calibre/ebooks/oeb/transforms/__init__.py
487lib/calibre/calibre/ebooks/oeb/transforms/cover.py 487lib/calibre/calibre/ebooks/oeb/transforms/cover.py
488lib/calibre/calibre/ebooks/oeb/transforms/data_url.py 488lib/calibre/calibre/ebooks/oeb/transforms/data_url.py
489lib/calibre/calibre/ebooks/oeb/transforms/embed_fonts.py 489lib/calibre/calibre/ebooks/oeb/transforms/embed_fonts.py
490lib/calibre/calibre/ebooks/oeb/transforms/filenames.py 490lib/calibre/calibre/ebooks/oeb/transforms/filenames.py
491lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py 491lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py
492lib/calibre/calibre/ebooks/oeb/transforms/guide.py 492lib/calibre/calibre/ebooks/oeb/transforms/guide.py
493lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py 493lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py
494lib/calibre/calibre/ebooks/oeb/transforms/jacket.py 494lib/calibre/calibre/ebooks/oeb/transforms/jacket.py
495lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py 495lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py
496lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py 496lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py
497lib/calibre/calibre/ebooks/oeb/transforms/metadata.py 497lib/calibre/calibre/ebooks/oeb/transforms/metadata.py
498lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py 498lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py
499lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py 499lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py
500lib/calibre/calibre/ebooks/oeb/transforms/rescale.py 500lib/calibre/calibre/ebooks/oeb/transforms/rescale.py
501lib/calibre/calibre/ebooks/oeb/transforms/split.py 501lib/calibre/calibre/ebooks/oeb/transforms/split.py
502lib/calibre/calibre/ebooks/oeb/transforms/structure.py 502lib/calibre/calibre/ebooks/oeb/transforms/structure.py
503lib/calibre/calibre/ebooks/oeb/transforms/subset.py 503lib/calibre/calibre/ebooks/oeb/transforms/subset.py
504lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py 504lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py
505lib/calibre/calibre/ebooks/oeb/transforms/unsmarten.py 505lib/calibre/calibre/ebooks/oeb/transforms/unsmarten.py
506lib/calibre/calibre/ebooks/oeb/writer.py 506lib/calibre/calibre/ebooks/oeb/writer.py
507lib/calibre/calibre/ebooks/pdb/__init__.py 507lib/calibre/calibre/ebooks/pdb/__init__.py
508lib/calibre/calibre/ebooks/pdb/ereader/__init__.py 508lib/calibre/calibre/ebooks/pdb/ereader/__init__.py
509lib/calibre/calibre/ebooks/pdb/ereader/inspector.py 509lib/calibre/calibre/ebooks/pdb/ereader/inspector.py
510lib/calibre/calibre/ebooks/pdb/ereader/reader.py 510lib/calibre/calibre/ebooks/pdb/ereader/reader.py
511lib/calibre/calibre/ebooks/pdb/ereader/reader132.py 511lib/calibre/calibre/ebooks/pdb/ereader/reader132.py
512lib/calibre/calibre/ebooks/pdb/ereader/reader202.py 512lib/calibre/calibre/ebooks/pdb/ereader/reader202.py
513lib/calibre/calibre/ebooks/pdb/ereader/writer.py 513lib/calibre/calibre/ebooks/pdb/ereader/writer.py
514lib/calibre/calibre/ebooks/pdb/formatreader.py 514lib/calibre/calibre/ebooks/pdb/formatreader.py
515lib/calibre/calibre/ebooks/pdb/formatwriter.py 515lib/calibre/calibre/ebooks/pdb/formatwriter.py
516lib/calibre/calibre/ebooks/pdb/haodoo/__init__.py 516lib/calibre/calibre/ebooks/pdb/haodoo/__init__.py
517lib/calibre/calibre/ebooks/pdb/haodoo/reader.py 517lib/calibre/calibre/ebooks/pdb/haodoo/reader.py
518lib/calibre/calibre/ebooks/pdb/header.py 518lib/calibre/calibre/ebooks/pdb/header.py
519lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py 519lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py
520lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py 520lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py
521lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py 521lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py
522lib/calibre/calibre/ebooks/pdb/pdf/__init__.py 522lib/calibre/calibre/ebooks/pdb/pdf/__init__.py
523lib/calibre/calibre/ebooks/pdb/pdf/reader.py 523lib/calibre/calibre/ebooks/pdb/pdf/reader.py
524lib/calibre/calibre/ebooks/pdb/plucker/__init__.py 524lib/calibre/calibre/ebooks/pdb/plucker/__init__.py
525lib/calibre/calibre/ebooks/pdb/plucker/reader.py 525lib/calibre/calibre/ebooks/pdb/plucker/reader.py
526lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py 526lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py
527lib/calibre/calibre/ebooks/pdb/ztxt/reader.py 527lib/calibre/calibre/ebooks/pdb/ztxt/reader.py
528lib/calibre/calibre/ebooks/pdb/ztxt/writer.py 528lib/calibre/calibre/ebooks/pdb/ztxt/writer.py
529lib/calibre/calibre/ebooks/pdf/__init__.py 529lib/calibre/calibre/ebooks/pdf/__init__.py
530lib/calibre/calibre/ebooks/pdf/from_comic.py 530lib/calibre/calibre/ebooks/pdf/from_comic.py
531lib/calibre/calibre/ebooks/pdf/outline_writer.py 531lib/calibre/calibre/ebooks/pdf/outline_writer.py
532lib/calibre/calibre/ebooks/pdf/pageoptions.py 532lib/calibre/calibre/ebooks/pdf/pageoptions.py
533lib/calibre/calibre/ebooks/pdf/pdftohtml.py 533lib/calibre/calibre/ebooks/pdf/pdftohtml.py
534lib/calibre/calibre/ebooks/pdf/reflow.py 534lib/calibre/calibre/ebooks/pdf/reflow.py
535lib/calibre/calibre/ebooks/pdf/render/__init__.py 535lib/calibre/calibre/ebooks/pdf/render/__init__.py
536lib/calibre/calibre/ebooks/pdf/render/common.py 536lib/calibre/calibre/ebooks/pdf/render/common.py
537lib/calibre/calibre/ebooks/pdf/render/engine.py 537lib/calibre/calibre/ebooks/pdf/render/engine.py
538lib/calibre/calibre/ebooks/pdf/render/fonts.py 538lib/calibre/calibre/ebooks/pdf/render/fonts.py
539lib/calibre/calibre/ebooks/pdf/render/from_html.py 539lib/calibre/calibre/ebooks/pdf/render/from_html.py
540lib/calibre/calibre/ebooks/pdf/render/gradients.py 540lib/calibre/calibre/ebooks/pdf/render/gradients.py
541lib/calibre/calibre/ebooks/pdf/render/graphics.py 541lib/calibre/calibre/ebooks/pdf/render/graphics.py
542lib/calibre/calibre/ebooks/pdf/render/links.py 542lib/calibre/calibre/ebooks/pdf/render/links.py
543lib/calibre/calibre/ebooks/pdf/render/serialize.py 543lib/calibre/calibre/ebooks/pdf/render/serialize.py
544lib/calibre/calibre/ebooks/pdf/render/test.py 544lib/calibre/calibre/ebooks/pdf/render/test.py
545lib/calibre/calibre/ebooks/pdf/render/toc.py 545lib/calibre/calibre/ebooks/pdf/render/toc.py
546lib/calibre/calibre/ebooks/pdf/writer.py 546lib/calibre/calibre/ebooks/pdf/writer.py
547lib/calibre/calibre/ebooks/pml/__init__.py 547lib/calibre/calibre/ebooks/pml/__init__.py
548lib/calibre/calibre/ebooks/pml/pmlconverter.py 548lib/calibre/calibre/ebooks/pml/pmlconverter.py
549lib/calibre/calibre/ebooks/pml/pmlml.py 549lib/calibre/calibre/ebooks/pml/pmlml.py
550lib/calibre/calibre/ebooks/rb/__init__.py 550lib/calibre/calibre/ebooks/rb/__init__.py
551lib/calibre/calibre/ebooks/rb/rbml.py 551lib/calibre/calibre/ebooks/rb/rbml.py
552lib/calibre/calibre/ebooks/rb/reader.py 552lib/calibre/calibre/ebooks/rb/reader.py
553lib/calibre/calibre/ebooks/rb/writer.py 553lib/calibre/calibre/ebooks/rb/writer.py
554lib/calibre/calibre/ebooks/readability/__init__.py 554lib/calibre/calibre/ebooks/readability/__init__.py
555lib/calibre/calibre/ebooks/readability/cleaners.py 555lib/calibre/calibre/ebooks/readability/cleaners.py
556lib/calibre/calibre/ebooks/readability/debug.py 556lib/calibre/calibre/ebooks/readability/debug.py
557lib/calibre/calibre/ebooks/readability/htmls.py 557lib/calibre/calibre/ebooks/readability/htmls.py
558lib/calibre/calibre/ebooks/readability/readability.py 558lib/calibre/calibre/ebooks/readability/readability.py
559lib/calibre/calibre/ebooks/rtf/__init__.py 559lib/calibre/calibre/ebooks/rtf/__init__.py
560lib/calibre/calibre/ebooks/rtf/input.py 560lib/calibre/calibre/ebooks/rtf/input.py
561lib/calibre/calibre/ebooks/rtf/preprocess.py 561lib/calibre/calibre/ebooks/rtf/preprocess.py
562lib/calibre/calibre/ebooks/rtf/rtfml.py 562lib/calibre/calibre/ebooks/rtf/rtfml.py
563lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py 563lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py
564lib/calibre/calibre/ebooks/rtf2xml/__init__.py 564lib/calibre/calibre/ebooks/rtf2xml/__init__.py
565lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py 565lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py
566lib/calibre/calibre/ebooks/rtf2xml/body_styles.py 566lib/calibre/calibre/ebooks/rtf2xml/body_styles.py
567lib/calibre/calibre/ebooks/rtf2xml/border_parse.py 567lib/calibre/calibre/ebooks/rtf2xml/border_parse.py
568lib/calibre/calibre/ebooks/rtf2xml/char_set.py 568lib/calibre/calibre/ebooks/rtf2xml/char_set.py
569lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py 569lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py
570lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py 570lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py
571lib/calibre/calibre/ebooks/rtf2xml/colors.py 571lib/calibre/calibre/ebooks/rtf2xml/colors.py
572lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py 572lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py
573lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py 573lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py
574lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py 574lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py
575lib/calibre/calibre/ebooks/rtf2xml/copy.py 575lib/calibre/calibre/ebooks/rtf2xml/copy.py
576lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py 576lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py
577lib/calibre/calibre/ebooks/rtf2xml/delete_info.py 577lib/calibre/calibre/ebooks/rtf2xml/delete_info.py
578lib/calibre/calibre/ebooks/rtf2xml/field_strings.py 578lib/calibre/calibre/ebooks/rtf2xml/field_strings.py
579lib/calibre/calibre/ebooks/rtf2xml/fields_large.py 579lib/calibre/calibre/ebooks/rtf2xml/fields_large.py
580lib/calibre/calibre/ebooks/rtf2xml/fields_small.py 580lib/calibre/calibre/ebooks/rtf2xml/fields_small.py
581lib/calibre/calibre/ebooks/rtf2xml/fonts.py 581lib/calibre/calibre/ebooks/rtf2xml/fonts.py
582lib/calibre/calibre/ebooks/rtf2xml/footnote.py 582lib/calibre/calibre/ebooks/rtf2xml/footnote.py
583lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py 583lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py
584lib/calibre/calibre/ebooks/rtf2xml/get_options.py 584lib/calibre/calibre/ebooks/rtf2xml/get_options.py
585lib/calibre/calibre/ebooks/rtf2xml/group_borders.py 585lib/calibre/calibre/ebooks/rtf2xml/group_borders.py
586lib/calibre/calibre/ebooks/rtf2xml/group_styles.py 586lib/calibre/calibre/ebooks/rtf2xml/group_styles.py
587lib/calibre/calibre/ebooks/rtf2xml/header.py 587lib/calibre/calibre/ebooks/rtf2xml/header.py
588lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py 588lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py
589lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py 589lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py
590lib/calibre/calibre/ebooks/rtf2xml/info.py 590lib/calibre/calibre/ebooks/rtf2xml/info.py
591lib/calibre/calibre/ebooks/rtf2xml/inline.py 591lib/calibre/calibre/ebooks/rtf2xml/inline.py
592lib/calibre/calibre/ebooks/rtf2xml/line_endings.py 592lib/calibre/calibre/ebooks/rtf2xml/line_endings.py
593lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py 593lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py
594lib/calibre/calibre/ebooks/rtf2xml/list_table.py 594lib/calibre/calibre/ebooks/rtf2xml/list_table.py
595lib/calibre/calibre/ebooks/rtf2xml/make_lists.py 595lib/calibre/calibre/ebooks/rtf2xml/make_lists.py
596lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py 596lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py
597lib/calibre/calibre/ebooks/rtf2xml/options_trem.py 597lib/calibre/calibre/ebooks/rtf2xml/options_trem.py
598lib/calibre/calibre/ebooks/rtf2xml/output.py 598lib/calibre/calibre/ebooks/rtf2xml/output.py
599lib/calibre/calibre/ebooks/rtf2xml/override_table.py 599lib/calibre/calibre/ebooks/rtf2xml/override_table.py
600lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py 600lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py
601lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py 601lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py
602lib/calibre/calibre/ebooks/rtf2xml/pict.py 602lib/calibre/calibre/ebooks/rtf2xml/pict.py
603lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py 603lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py
604lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py 604lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py
605lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py 605lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py
606lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py 606lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py
607lib/calibre/calibre/ebooks/rtf2xml/sections.py 607lib/calibre/calibre/ebooks/rtf2xml/sections.py
608lib/calibre/calibre/ebooks/rtf2xml/styles.py 608lib/calibre/calibre/ebooks/rtf2xml/styles.py
609lib/calibre/calibre/ebooks/rtf2xml/table.py 609lib/calibre/calibre/ebooks/rtf2xml/table.py
610lib/calibre/calibre/ebooks/rtf2xml/table_info.py 610lib/calibre/calibre/ebooks/rtf2xml/table_info.py
611lib/calibre/calibre/ebooks/rtf2xml/tokenize.py 611lib/calibre/calibre/ebooks/rtf2xml/tokenize.py
612lib/calibre/calibre/ebooks/sgmllib.py 612lib/calibre/calibre/ebooks/sgmllib.py
613lib/calibre/calibre/ebooks/snb/__init__.py 613lib/calibre/calibre/ebooks/snb/__init__.py
614lib/calibre/calibre/ebooks/snb/snbfile.py 614lib/calibre/calibre/ebooks/snb/snbfile.py
615lib/calibre/calibre/ebooks/snb/snbml.py 615lib/calibre/calibre/ebooks/snb/snbml.py
616lib/calibre/calibre/ebooks/tcr/__init__.py 616lib/calibre/calibre/ebooks/tcr/__init__.py
617lib/calibre/calibre/ebooks/textile/__init__.py 617lib/calibre/calibre/ebooks/textile/__init__.py
618lib/calibre/calibre/ebooks/textile/functions.py 618lib/calibre/calibre/ebooks/textile/functions.py
619lib/calibre/calibre/ebooks/textile/unsmarten.py 619lib/calibre/calibre/ebooks/textile/unsmarten.py
620lib/calibre/calibre/ebooks/tweak.py 620lib/calibre/calibre/ebooks/tweak.py
621lib/calibre/calibre/ebooks/txt/__init__.py 621lib/calibre/calibre/ebooks/txt/__init__.py
622lib/calibre/calibre/ebooks/txt/markdownml.py 622lib/calibre/calibre/ebooks/txt/markdownml.py
623lib/calibre/calibre/ebooks/txt/newlines.py 623lib/calibre/calibre/ebooks/txt/newlines.py
624lib/calibre/calibre/ebooks/txt/processor.py 624lib/calibre/calibre/ebooks/txt/processor.py
625lib/calibre/calibre/ebooks/txt/textileml.py 625lib/calibre/calibre/ebooks/txt/textileml.py
626lib/calibre/calibre/ebooks/txt/txtml.py 626lib/calibre/calibre/ebooks/txt/txtml.py
627lib/calibre/calibre/ebooks/unihandecode/__init__.py 627lib/calibre/calibre/ebooks/unihandecode/__init__.py
628lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py 628lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py
629lib/calibre/calibre/ebooks/unihandecode/jadecoder.py 629lib/calibre/calibre/ebooks/unihandecode/jadecoder.py
630lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py 630lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py
631lib/calibre/calibre/ebooks/unihandecode/krdecoder.py 631lib/calibre/calibre/ebooks/unihandecode/krdecoder.py
632lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py 632lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py
633lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py 633lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py
634lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py 634lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py
635lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py 635lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py
636lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py 636lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py
637lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py 637lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py
638lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py 638lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py
639lib/calibre/calibre/ebooks/unihandecode/unidecoder.py 639lib/calibre/calibre/ebooks/unihandecode/unidecoder.py
640lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py 640lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py
641lib/calibre/calibre/ebooks/unihandecode/vndecoder.py 641lib/calibre/calibre/ebooks/unihandecode/vndecoder.py
642lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py 642lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py
643lib/calibre/calibre/gui2/__init__.py 643lib/calibre/calibre/gui2/__init__.py
644lib/calibre/calibre/gui2/actions/__init__.py 644lib/calibre/calibre/gui2/actions/__init__.py
645lib/calibre/calibre/gui2/actions/add.py 645lib/calibre/calibre/gui2/actions/add.py
646lib/calibre/calibre/gui2/actions/add_to_library.py 646lib/calibre/calibre/gui2/actions/add_to_library.py
647lib/calibre/calibre/gui2/actions/annotate.py 647lib/calibre/calibre/gui2/actions/annotate.py
648lib/calibre/calibre/gui2/actions/catalog.py 648lib/calibre/calibre/gui2/actions/catalog.py
649lib/calibre/calibre/gui2/actions/choose_library.py 649lib/calibre/calibre/gui2/actions/choose_library.py
650lib/calibre/calibre/gui2/actions/convert.py 650lib/calibre/calibre/gui2/actions/convert.py
651lib/calibre/calibre/gui2/actions/copy_to_library.py 651lib/calibre/calibre/gui2/actions/copy_to_library.py
652lib/calibre/calibre/gui2/actions/delete.py 652lib/calibre/calibre/gui2/actions/delete.py
653lib/calibre/calibre/gui2/actions/device.py 653lib/calibre/calibre/gui2/actions/device.py
654lib/calibre/calibre/gui2/actions/edit_collections.py 654lib/calibre/calibre/gui2/actions/edit_collections.py
655lib/calibre/calibre/gui2/actions/edit_metadata.py 655lib/calibre/calibre/gui2/actions/edit_metadata.py
656lib/calibre/calibre/gui2/actions/embed.py 656lib/calibre/calibre/gui2/actions/embed.py
657lib/calibre/calibre/gui2/actions/fetch_news.py 657lib/calibre/calibre/gui2/actions/fetch_news.py
658lib/calibre/calibre/gui2/actions/help.py 658lib/calibre/calibre/gui2/actions/help.py
659lib/calibre/calibre/gui2/actions/mark_books.py 659lib/calibre/calibre/gui2/actions/mark_books.py
660lib/calibre/calibre/gui2/actions/match_books.py 660lib/calibre/calibre/gui2/actions/match_books.py
661lib/calibre/calibre/gui2/actions/next_match.py 661lib/calibre/calibre/gui2/actions/next_match.py
662lib/calibre/calibre/gui2/actions/open.py 662lib/calibre/calibre/gui2/actions/open.py
663lib/calibre/calibre/gui2/actions/plugin_updates.py 663lib/calibre/calibre/gui2/actions/plugin_updates.py
664lib/calibre/calibre/gui2/actions/polish.py 664lib/calibre/calibre/gui2/actions/polish.py
665lib/calibre/calibre/gui2/actions/preferences.py 665lib/calibre/calibre/gui2/actions/preferences.py
666lib/calibre/calibre/gui2/actions/random.py 666lib/calibre/calibre/gui2/actions/random.py
667lib/calibre/calibre/gui2/actions/restart.py 667lib/calibre/calibre/gui2/actions/restart.py
668lib/calibre/calibre/gui2/actions/save_to_disk.py 668lib/calibre/calibre/gui2/actions/save_to_disk.py
669lib/calibre/calibre/gui2/actions/show_book_details.py 669lib/calibre/calibre/gui2/actions/show_book_details.py
670lib/calibre/calibre/gui2/actions/show_quickview.py 670lib/calibre/calibre/gui2/actions/show_quickview.py
671lib/calibre/calibre/gui2/actions/show_template_tester.py 671lib/calibre/calibre/gui2/actions/show_template_tester.py
672lib/calibre/calibre/gui2/actions/similar_books.py 672lib/calibre/calibre/gui2/actions/similar_books.py
673lib/calibre/calibre/gui2/actions/sort.py 673lib/calibre/calibre/gui2/actions/sort.py
674lib/calibre/calibre/gui2/actions/store.py 674lib/calibre/calibre/gui2/actions/store.py
675lib/calibre/calibre/gui2/actions/tag_mapper.py 675lib/calibre/calibre/gui2/actions/tag_mapper.py
676lib/calibre/calibre/gui2/actions/toc_edit.py 676lib/calibre/calibre/gui2/actions/toc_edit.py
677lib/calibre/calibre/gui2/actions/tweak_epub.py 677lib/calibre/calibre/gui2/actions/tweak_epub.py
678lib/calibre/calibre/gui2/actions/unpack_book.py 678lib/calibre/calibre/gui2/actions/unpack_book.py
679lib/calibre/calibre/gui2/actions/view.py 679lib/calibre/calibre/gui2/actions/view.py
680lib/calibre/calibre/gui2/add.py 680lib/calibre/calibre/gui2/add.py
681lib/calibre/calibre/gui2/add_filters.py 681lib/calibre/calibre/gui2/add_filters.py
682lib/calibre/calibre/gui2/auto_add.py 682lib/calibre/calibre/gui2/auto_add.py
683lib/calibre/calibre/gui2/bars.py 683lib/calibre/calibre/gui2/bars.py
684lib/calibre/calibre/gui2/book_details.py 684lib/calibre/calibre/gui2/book_details.py
685lib/calibre/calibre/gui2/catalog/__init__.py 685lib/calibre/calibre/gui2/catalog/__init__.py
686lib/calibre/calibre/gui2/catalog/catalog_bibtex.py 686lib/calibre/calibre/gui2/catalog/catalog_bibtex.py
687lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py 687lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py
688lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py 688lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py
689lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py 689lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py
690lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py 690lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py
691lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py 691lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py
692lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py 692lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py
693lib/calibre/calibre/gui2/comments_editor.py 693lib/calibre/calibre/gui2/comments_editor.py
694lib/calibre/calibre/gui2/complete2.py 694lib/calibre/calibre/gui2/complete2.py
695lib/calibre/calibre/gui2/convert/__init__.py 695lib/calibre/calibre/gui2/convert/__init__.py
696lib/calibre/calibre/gui2/convert/azw3_output.py 696lib/calibre/calibre/gui2/convert/azw3_output.py
697lib/calibre/calibre/gui2/convert/azw3_output_ui.py 697lib/calibre/calibre/gui2/convert/azw3_output_ui.py
698lib/calibre/calibre/gui2/convert/bulk.py 698lib/calibre/calibre/gui2/convert/bulk.py
699lib/calibre/calibre/gui2/convert/comic_input.py 699lib/calibre/calibre/gui2/convert/comic_input.py
700lib/calibre/calibre/gui2/convert/comic_input_ui.py 700lib/calibre/calibre/gui2/convert/comic_input_ui.py
701lib/calibre/calibre/gui2/convert/debug.py 701lib/calibre/calibre/gui2/convert/debug.py
702lib/calibre/calibre/gui2/convert/debug_ui.py 702lib/calibre/calibre/gui2/convert/debug_ui.py
703lib/calibre/calibre/gui2/convert/docx_input.py 703lib/calibre/calibre/gui2/convert/docx_input.py
704lib/calibre/calibre/gui2/convert/docx_input_ui.py 704lib/calibre/calibre/gui2/convert/docx_input_ui.py
705lib/calibre/calibre/gui2/convert/docx_output.py 705lib/calibre/calibre/gui2/convert/docx_output.py
706lib/calibre/calibre/gui2/convert/docx_output_ui.py 706lib/calibre/calibre/gui2/convert/docx_output_ui.py
707lib/calibre/calibre/gui2/convert/epub_output.py 707lib/calibre/calibre/gui2/convert/epub_output.py
708lib/calibre/calibre/gui2/convert/epub_output_ui.py 708lib/calibre/calibre/gui2/convert/epub_output_ui.py
709lib/calibre/calibre/gui2/convert/fb2_input.py 709lib/calibre/calibre/gui2/convert/fb2_input.py
710lib/calibre/calibre/gui2/convert/fb2_input_ui.py 710lib/calibre/calibre/gui2/convert/fb2_input_ui.py
711lib/calibre/calibre/gui2/convert/fb2_output.py 711lib/calibre/calibre/gui2/convert/fb2_output.py
712lib/calibre/calibre/gui2/convert/fb2_output_ui.py 712lib/calibre/calibre/gui2/convert/fb2_output_ui.py
713lib/calibre/calibre/gui2/convert/font_key.py 713lib/calibre/calibre/gui2/convert/font_key.py
714lib/calibre/calibre/gui2/convert/font_key_ui.py 714lib/calibre/calibre/gui2/convert/font_key_ui.py
715lib/calibre/calibre/gui2/convert/gui_conversion.py 715lib/calibre/calibre/gui2/convert/gui_conversion.py
716lib/calibre/calibre/gui2/convert/heuristics.py 716lib/calibre/calibre/gui2/convert/heuristics.py
717lib/calibre/calibre/gui2/convert/heuristics_ui.py 717lib/calibre/calibre/gui2/convert/heuristics_ui.py
718lib/calibre/calibre/gui2/convert/htmlz_output.py 718lib/calibre/calibre/gui2/convert/htmlz_output.py
719lib/calibre/calibre/gui2/convert/htmlz_output_ui.py 719lib/calibre/calibre/gui2/convert/htmlz_output_ui.py
720lib/calibre/calibre/gui2/convert/look_and_feel.py 720lib/calibre/calibre/gui2/convert/look_and_feel.py
721lib/calibre/calibre/gui2/convert/look_and_feel_ui.py 721lib/calibre/calibre/gui2/convert/look_and_feel_ui.py
722lib/calibre/calibre/gui2/convert/lrf_output.py 722lib/calibre/calibre/gui2/convert/lrf_output.py
723lib/calibre/calibre/gui2/convert/lrf_output_ui.py 723lib/calibre/calibre/gui2/convert/lrf_output_ui.py
724lib/calibre/calibre/gui2/convert/metadata.py 724lib/calibre/calibre/gui2/convert/metadata.py
725lib/calibre/calibre/gui2/convert/metadata_ui.py 725lib/calibre/calibre/gui2/convert/metadata_ui.py
726lib/calibre/calibre/gui2/convert/mobi_output.py 726lib/calibre/calibre/gui2/convert/mobi_output.py
727lib/calibre/calibre/gui2/convert/mobi_output_ui.py 727lib/calibre/calibre/gui2/convert/mobi_output_ui.py
728lib/calibre/calibre/gui2/convert/page_setup.py 728lib/calibre/calibre/gui2/convert/page_setup.py
729lib/calibre/calibre/gui2/convert/page_setup_ui.py 729lib/calibre/calibre/gui2/convert/page_setup_ui.py
730lib/calibre/calibre/gui2/convert/pdb_output.py 730lib/calibre/calibre/gui2/convert/pdb_output.py
731lib/calibre/calibre/gui2/convert/pdb_output_ui.py 731lib/calibre/calibre/gui2/convert/pdb_output_ui.py
732lib/calibre/calibre/gui2/convert/pdf_input.py 732lib/calibre/calibre/gui2/convert/pdf_input.py
733lib/calibre/calibre/gui2/convert/pdf_input_ui.py 733lib/calibre/calibre/gui2/convert/pdf_input_ui.py
734lib/calibre/calibre/gui2/convert/pdf_output.py 734lib/calibre/calibre/gui2/convert/pdf_output.py
735lib/calibre/calibre/gui2/convert/pdf_output_ui.py 735lib/calibre/calibre/gui2/convert/pdf_output_ui.py
736lib/calibre/calibre/gui2/convert/pml_output.py 736lib/calibre/calibre/gui2/convert/pml_output.py
737lib/calibre/calibre/gui2/convert/pmlz_output_ui.py 737lib/calibre/calibre/gui2/convert/pmlz_output_ui.py
738lib/calibre/calibre/gui2/convert/rb_output.py 738lib/calibre/calibre/gui2/convert/rb_output.py
739lib/calibre/calibre/gui2/convert/rb_output_ui.py 739lib/calibre/calibre/gui2/convert/rb_output_ui.py
740lib/calibre/calibre/gui2/convert/regex_builder.py 740lib/calibre/calibre/gui2/convert/regex_builder.py
741lib/calibre/calibre/gui2/convert/regex_builder_ui.py 741lib/calibre/calibre/gui2/convert/regex_builder_ui.py
742lib/calibre/calibre/gui2/convert/rtf_input.py 742lib/calibre/calibre/gui2/convert/rtf_input.py
743lib/calibre/calibre/gui2/convert/rtf_input_ui.py 743lib/calibre/calibre/gui2/convert/rtf_input_ui.py
744lib/calibre/calibre/gui2/convert/search_and_replace.py 744lib/calibre/calibre/gui2/convert/search_and_replace.py
745lib/calibre/calibre/gui2/convert/search_and_replace_ui.py 745lib/calibre/calibre/gui2/convert/search_and_replace_ui.py
746lib/calibre/calibre/gui2/convert/single.py 746lib/calibre/calibre/gui2/convert/single.py
747lib/calibre/calibre/gui2/convert/single_ui.py 747lib/calibre/calibre/gui2/convert/single_ui.py
748lib/calibre/calibre/gui2/convert/snb_output.py 748lib/calibre/calibre/gui2/convert/snb_output.py
749lib/calibre/calibre/gui2/convert/snb_output_ui.py 749lib/calibre/calibre/gui2/convert/snb_output_ui.py
750lib/calibre/calibre/gui2/convert/structure_detection.py 750lib/calibre/calibre/gui2/convert/structure_detection.py
751lib/calibre/calibre/gui2/convert/structure_detection_ui.py 751lib/calibre/calibre/gui2/convert/structure_detection_ui.py
752lib/calibre/calibre/gui2/convert/toc.py 752lib/calibre/calibre/gui2/convert/toc.py
753lib/calibre/calibre/gui2/convert/toc_ui.py 753lib/calibre/calibre/gui2/convert/toc_ui.py
754lib/calibre/calibre/gui2/convert/txt_input.py 754lib/calibre/calibre/gui2/convert/txt_input.py
755lib/calibre/calibre/gui2/convert/txt_input_ui.py 755lib/calibre/calibre/gui2/convert/txt_input_ui.py
756lib/calibre/calibre/gui2/convert/txt_output.py 756lib/calibre/calibre/gui2/convert/txt_output.py
757lib/calibre/calibre/gui2/convert/txt_output_ui.py 757lib/calibre/calibre/gui2/convert/txt_output_ui.py
758lib/calibre/calibre/gui2/convert/txtz_output.py 758lib/calibre/calibre/gui2/convert/txtz_output.py
759lib/calibre/calibre/gui2/convert/xexp_edit_ui.py 759lib/calibre/calibre/gui2/convert/xexp_edit_ui.py
760lib/calibre/calibre/gui2/convert/xpath_wizard.py 760lib/calibre/calibre/gui2/convert/xpath_wizard.py
761lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py 761lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
762lib/calibre/calibre/gui2/cover_flow.py 762lib/calibre/calibre/gui2/cover_flow.py
763lib/calibre/calibre/gui2/covers.py 763lib/calibre/calibre/gui2/covers.py
764lib/calibre/calibre/gui2/css_transform_rules.py 764lib/calibre/calibre/gui2/css_transform_rules.py
765lib/calibre/calibre/gui2/custom_column_widgets.py 765lib/calibre/calibre/gui2/custom_column_widgets.py
766lib/calibre/calibre/gui2/dbus_export/__init__.py 766lib/calibre/calibre/gui2/dbus_export/__init__.py
767lib/calibre/calibre/gui2/dbus_export/demo.py 767lib/calibre/calibre/gui2/dbus_export/demo.py
768lib/calibre/calibre/gui2/dbus_export/gtk.py 768lib/calibre/calibre/gui2/dbus_export/gtk.py
769lib/calibre/calibre/gui2/dbus_export/menu.py 769lib/calibre/calibre/gui2/dbus_export/menu.py
770lib/calibre/calibre/gui2/dbus_export/menu2.py 770lib/calibre/calibre/gui2/dbus_export/menu2.py
771lib/calibre/calibre/gui2/dbus_export/tray.py 771lib/calibre/calibre/gui2/dbus_export/tray.py
772lib/calibre/calibre/gui2/dbus_export/utils.py 772lib/calibre/calibre/gui2/dbus_export/utils.py
773lib/calibre/calibre/gui2/dbus_export/widgets.py 773lib/calibre/calibre/gui2/dbus_export/widgets.py
774lib/calibre/calibre/gui2/device.py 774lib/calibre/calibre/gui2/device.py
775lib/calibre/calibre/gui2/device_drivers/__init__.py 775lib/calibre/calibre/gui2/device_drivers/__init__.py
776lib/calibre/calibre/gui2/device_drivers/configwidget.py 776lib/calibre/calibre/gui2/device_drivers/configwidget.py
777lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py 777lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py
778lib/calibre/calibre/gui2/device_drivers/mtp_config.py 778lib/calibre/calibre/gui2/device_drivers/mtp_config.py
779lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py 779lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py
780lib/calibre/calibre/gui2/device_drivers/tabbed_device_config.py 780lib/calibre/calibre/gui2/device_drivers/tabbed_device_config.py
781lib/calibre/calibre/gui2/dialogs/__init__.py 781lib/calibre/calibre/gui2/dialogs/__init__.py
782lib/calibre/calibre/gui2/dialogs/add_empty_book.py 782lib/calibre/calibre/gui2/dialogs/add_empty_book.py
783lib/calibre/calibre/gui2/dialogs/add_from_isbn.py 783lib/calibre/calibre/gui2/dialogs/add_from_isbn.py
784lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py 784lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py
785lib/calibre/calibre/gui2/dialogs/authors_edit.py 785lib/calibre/calibre/gui2/dialogs/authors_edit.py
786lib/calibre/calibre/gui2/dialogs/book_info.py 786lib/calibre/calibre/gui2/dialogs/book_info.py
787lib/calibre/calibre/gui2/dialogs/catalog.py 787lib/calibre/calibre/gui2/dialogs/catalog.py
788lib/calibre/calibre/gui2/dialogs/catalog_ui.py 788lib/calibre/calibre/gui2/dialogs/catalog_ui.py
789lib/calibre/calibre/gui2/dialogs/check_library.py 789lib/calibre/calibre/gui2/dialogs/check_library.py
790lib/calibre/calibre/gui2/dialogs/choose_format.py 790lib/calibre/calibre/gui2/dialogs/choose_format.py
791lib/calibre/calibre/gui2/dialogs/choose_format_device.py 791lib/calibre/calibre/gui2/dialogs/choose_format_device.py
792lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py 792lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py
793lib/calibre/calibre/gui2/dialogs/choose_format_ui.py 793lib/calibre/calibre/gui2/dialogs/choose_format_ui.py
794lib/calibre/calibre/gui2/dialogs/choose_library.py 794lib/calibre/calibre/gui2/dialogs/choose_library.py
795lib/calibre/calibre/gui2/dialogs/choose_library_ui.py 795lib/calibre/calibre/gui2/dialogs/choose_library_ui.py
796lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py 796lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py
797lib/calibre/calibre/gui2/dialogs/comicconf.py 797lib/calibre/calibre/gui2/dialogs/comicconf.py
798lib/calibre/calibre/gui2/dialogs/comicconf_ui.py 798lib/calibre/calibre/gui2/dialogs/comicconf_ui.py
799lib/calibre/calibre/gui2/dialogs/comments_dialog.py 799lib/calibre/calibre/gui2/dialogs/comments_dialog.py
800lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py 800lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py
801lib/calibre/calibre/gui2/dialogs/confirm_delete.py 801lib/calibre/calibre/gui2/dialogs/confirm_delete.py
802lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py 802lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py
803lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py 803lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py
804lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py 804lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py
805lib/calibre/calibre/gui2/dialogs/confirm_merge.py 805lib/calibre/calibre/gui2/dialogs/confirm_merge.py
806lib/calibre/calibre/gui2/dialogs/conversion_error.py 806lib/calibre/calibre/gui2/dialogs/conversion_error.py
807lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py 807lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py
808lib/calibre/calibre/gui2/dialogs/custom_recipes.py 808lib/calibre/calibre/gui2/dialogs/custom_recipes.py
809lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py 809lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py
810lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py 810lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py
811lib/calibre/calibre/gui2/dialogs/device_category_editor.py 811lib/calibre/calibre/gui2/dialogs/device_category_editor.py
812lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py 812lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py
813lib/calibre/calibre/gui2/dialogs/drm_error.py 813lib/calibre/calibre/gui2/dialogs/drm_error.py
814lib/calibre/calibre/gui2/dialogs/drm_error_ui.py 814lib/calibre/calibre/gui2/dialogs/drm_error_ui.py
815lib/calibre/calibre/gui2/dialogs/duplicates.py 815lib/calibre/calibre/gui2/dialogs/duplicates.py
816lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py 816lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py
817lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py 817lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py
818lib/calibre/calibre/gui2/dialogs/exim.py 818lib/calibre/calibre/gui2/dialogs/exim.py
819lib/calibre/calibre/gui2/dialogs/job_view_ui.py 819lib/calibre/calibre/gui2/dialogs/job_view_ui.py
820lib/calibre/calibre/gui2/dialogs/jobs_ui.py 820lib/calibre/calibre/gui2/dialogs/jobs_ui.py
821lib/calibre/calibre/gui2/dialogs/match_books.py 821lib/calibre/calibre/gui2/dialogs/match_books.py
822lib/calibre/calibre/gui2/dialogs/match_books_ui.py 822lib/calibre/calibre/gui2/dialogs/match_books_ui.py
823lib/calibre/calibre/gui2/dialogs/message_box.py 823lib/calibre/calibre/gui2/dialogs/message_box.py
824lib/calibre/calibre/gui2/dialogs/message_box_ui.py 824lib/calibre/calibre/gui2/dialogs/message_box_ui.py
825lib/calibre/calibre/gui2/dialogs/metadata_bulk.py 825lib/calibre/calibre/gui2/dialogs/metadata_bulk.py
826lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py 826lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py
827lib/calibre/calibre/gui2/dialogs/opml.py 827lib/calibre/calibre/gui2/dialogs/opml.py
828lib/calibre/calibre/gui2/dialogs/password.py 828lib/calibre/calibre/gui2/dialogs/password.py
829lib/calibre/calibre/gui2/dialogs/password_ui.py 829lib/calibre/calibre/gui2/dialogs/password_ui.py
830lib/calibre/calibre/gui2/dialogs/plugin_updater.py 830lib/calibre/calibre/gui2/dialogs/plugin_updater.py
831lib/calibre/calibre/gui2/dialogs/progress.py 831lib/calibre/calibre/gui2/dialogs/progress.py
832lib/calibre/calibre/gui2/dialogs/progress_ui.py 832lib/calibre/calibre/gui2/dialogs/progress_ui.py
833lib/calibre/calibre/gui2/dialogs/quickview.py 833lib/calibre/calibre/gui2/dialogs/quickview.py
834lib/calibre/calibre/gui2/dialogs/quickview_ui.py 834lib/calibre/calibre/gui2/dialogs/quickview_ui.py
835lib/calibre/calibre/gui2/dialogs/restore_library.py 835lib/calibre/calibre/gui2/dialogs/restore_library.py
836lib/calibre/calibre/gui2/dialogs/saved_search_editor.py 836lib/calibre/calibre/gui2/dialogs/saved_search_editor.py
837lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py 837lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py
838lib/calibre/calibre/gui2/dialogs/scheduler.py 838lib/calibre/calibre/gui2/dialogs/scheduler.py
839lib/calibre/calibre/gui2/dialogs/scheduler_ui.py 839lib/calibre/calibre/gui2/dialogs/scheduler_ui.py
840lib/calibre/calibre/gui2/dialogs/search.py 840lib/calibre/calibre/gui2/dialogs/search.py
841lib/calibre/calibre/gui2/dialogs/search_item_ui.py 841lib/calibre/calibre/gui2/dialogs/search_item_ui.py
842lib/calibre/calibre/gui2/dialogs/search_ui.py 842lib/calibre/calibre/gui2/dialogs/search_ui.py
843lib/calibre/calibre/gui2/dialogs/select_formats.py 843lib/calibre/calibre/gui2/dialogs/select_formats.py
844lib/calibre/calibre/gui2/dialogs/smartdevice.py 844lib/calibre/calibre/gui2/dialogs/smartdevice.py
845lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py 845lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py
846lib/calibre/calibre/gui2/dialogs/tag_categories.py 846lib/calibre/calibre/gui2/dialogs/tag_categories.py
847lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py 847lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py
848lib/calibre/calibre/gui2/dialogs/tag_editor.py 848lib/calibre/calibre/gui2/dialogs/tag_editor.py
849lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py 849lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py
850lib/calibre/calibre/gui2/dialogs/tag_list_editor.py 850lib/calibre/calibre/gui2/dialogs/tag_list_editor.py
851lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py 851lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py
852lib/calibre/calibre/gui2/dialogs/template_dialog.py 852lib/calibre/calibre/gui2/dialogs/template_dialog.py
853lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py 853lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py
854lib/calibre/calibre/gui2/dialogs/template_line_editor.py 854lib/calibre/calibre/gui2/dialogs/template_line_editor.py
855lib/calibre/calibre/gui2/dialogs/test_email_ui.py 855lib/calibre/calibre/gui2/dialogs/test_email_ui.py
856lib/calibre/calibre/gui2/dialogs/trim_image.py 856lib/calibre/calibre/gui2/dialogs/trim_image.py
857lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py 857lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
858lib/calibre/calibre/gui2/dnd.py 858lib/calibre/calibre/gui2/dnd.py
859lib/calibre/calibre/gui2/ebook_download.py 859lib/calibre/calibre/gui2/ebook_download.py
860lib/calibre/calibre/gui2/email.py 860lib/calibre/calibre/gui2/email.py
861lib/calibre/calibre/gui2/filename_pattern_ui.py 861lib/calibre/calibre/gui2/filename_pattern_ui.py
862lib/calibre/calibre/gui2/font_family_chooser.py 862lib/calibre/calibre/gui2/font_family_chooser.py
863lib/calibre/calibre/gui2/icon_theme.py 863lib/calibre/calibre/gui2/icon_theme.py
864lib/calibre/calibre/gui2/init.py 864lib/calibre/calibre/gui2/init.py
865lib/calibre/calibre/gui2/job_indicator.py 865lib/calibre/calibre/gui2/job_indicator.py
866lib/calibre/calibre/gui2/jobs.py 866lib/calibre/calibre/gui2/jobs.py
867lib/calibre/calibre/gui2/keyboard.py 867lib/calibre/calibre/gui2/keyboard.py
868lib/calibre/calibre/gui2/languages.py 868lib/calibre/calibre/gui2/languages.py
869lib/calibre/calibre/gui2/layout.py 869lib/calibre/calibre/gui2/layout.py
870lib/calibre/calibre/gui2/library/__init__.py 870lib/calibre/calibre/gui2/library/__init__.py
871lib/calibre/calibre/gui2/library/alternate_views.py 871lib/calibre/calibre/gui2/library/alternate_views.py
872lib/calibre/calibre/gui2/library/caches.py 872lib/calibre/calibre/gui2/library/caches.py
873lib/calibre/calibre/gui2/library/delegates.py 873lib/calibre/calibre/gui2/library/delegates.py
874lib/calibre/calibre/gui2/library/models.py 874lib/calibre/calibre/gui2/library/models.py
875lib/calibre/calibre/gui2/library/views.py 875lib/calibre/calibre/gui2/library/views.py
876lib/calibre/calibre/gui2/lrf_renderer/__init__.py 876lib/calibre/calibre/gui2/lrf_renderer/__init__.py
877lib/calibre/calibre/gui2/lrf_renderer/bookview.py 877lib/calibre/calibre/gui2/lrf_renderer/bookview.py
878lib/calibre/calibre/gui2/lrf_renderer/config_ui.py 878lib/calibre/calibre/gui2/lrf_renderer/config_ui.py
879lib/calibre/calibre/gui2/lrf_renderer/document.py 879lib/calibre/calibre/gui2/lrf_renderer/document.py
880lib/calibre/calibre/gui2/lrf_renderer/main.py 880lib/calibre/calibre/gui2/lrf_renderer/main.py
881lib/calibre/calibre/gui2/lrf_renderer/main_ui.py 881lib/calibre/calibre/gui2/lrf_renderer/main_ui.py
882lib/calibre/calibre/gui2/lrf_renderer/text.py 882lib/calibre/calibre/gui2/lrf_renderer/text.py
883lib/calibre/calibre/gui2/main.py 883lib/calibre/calibre/gui2/main.py
884lib/calibre/calibre/gui2/main_window.py 884lib/calibre/calibre/gui2/main_window.py
885lib/calibre/calibre/gui2/metadata/__init__.py 885lib/calibre/calibre/gui2/metadata/__init__.py
886lib/calibre/calibre/gui2/metadata/basic_widgets.py 886lib/calibre/calibre/gui2/metadata/basic_widgets.py
887lib/calibre/calibre/gui2/metadata/bulk_download.py 887lib/calibre/calibre/gui2/metadata/bulk_download.py
888lib/calibre/calibre/gui2/metadata/config.py 888lib/calibre/calibre/gui2/metadata/config.py
889lib/calibre/calibre/gui2/metadata/diff.py 889lib/calibre/calibre/gui2/metadata/diff.py
890lib/calibre/calibre/gui2/metadata/pdf_covers.py 890lib/calibre/calibre/gui2/metadata/pdf_covers.py
891lib/calibre/calibre/gui2/metadata/single.py 891lib/calibre/calibre/gui2/metadata/single.py
892lib/calibre/calibre/gui2/metadata/single_download.py 892lib/calibre/calibre/gui2/metadata/single_download.py
893lib/calibre/calibre/gui2/notify.py 893lib/calibre/calibre/gui2/notify.py
894lib/calibre/calibre/gui2/open_with.py 894lib/calibre/calibre/gui2/open_with.py
895lib/calibre/calibre/gui2/preferences/__init__.py 895lib/calibre/calibre/gui2/preferences/__init__.py
896lib/calibre/calibre/gui2/preferences/adding.py 896lib/calibre/calibre/gui2/preferences/adding.py
897lib/calibre/calibre/gui2/preferences/adding_ui.py 897lib/calibre/calibre/gui2/preferences/adding_ui.py
898lib/calibre/calibre/gui2/preferences/behavior.py 898lib/calibre/calibre/gui2/preferences/behavior.py
899lib/calibre/calibre/gui2/preferences/behavior_ui.py 899lib/calibre/calibre/gui2/preferences/behavior_ui.py
900lib/calibre/calibre/gui2/preferences/coloring.py 900lib/calibre/calibre/gui2/preferences/coloring.py
901lib/calibre/calibre/gui2/preferences/columns.py 901lib/calibre/calibre/gui2/preferences/columns.py
902lib/calibre/calibre/gui2/preferences/columns_ui.py 902lib/calibre/calibre/gui2/preferences/columns_ui.py
903lib/calibre/calibre/gui2/preferences/conversion.py 903lib/calibre/calibre/gui2/preferences/conversion.py
904lib/calibre/calibre/gui2/preferences/conversion_ui.py 904lib/calibre/calibre/gui2/preferences/conversion_ui.py
905lib/calibre/calibre/gui2/preferences/create_custom_column.py 905lib/calibre/calibre/gui2/preferences/create_custom_column.py
906lib/calibre/calibre/gui2/preferences/device_debug.py 906lib/calibre/calibre/gui2/preferences/device_debug.py
907lib/calibre/calibre/gui2/preferences/device_user_defined.py 907lib/calibre/calibre/gui2/preferences/device_user_defined.py
908lib/calibre/calibre/gui2/preferences/email_ui.py 908lib/calibre/calibre/gui2/preferences/email_ui.py
909lib/calibre/calibre/gui2/preferences/emailp.py 909lib/calibre/calibre/gui2/preferences/emailp.py
910lib/calibre/calibre/gui2/preferences/history.py 910lib/calibre/calibre/gui2/preferences/history.py
911lib/calibre/calibre/gui2/preferences/ignored_devices.py 911lib/calibre/calibre/gui2/preferences/ignored_devices.py
912lib/calibre/calibre/gui2/preferences/keyboard.py 912lib/calibre/calibre/gui2/preferences/keyboard.py
913lib/calibre/calibre/gui2/preferences/look_feel.py 913lib/calibre/calibre/gui2/preferences/look_feel.py
914lib/calibre/calibre/gui2/preferences/look_feel_ui.py 914lib/calibre/calibre/gui2/preferences/look_feel_ui.py
915lib/calibre/calibre/gui2/preferences/main.py 915lib/calibre/calibre/gui2/preferences/main.py
916lib/calibre/calibre/gui2/preferences/metadata_sources.py 916lib/calibre/calibre/gui2/preferences/metadata_sources.py
917lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py 917lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py
918lib/calibre/calibre/gui2/preferences/misc.py 918lib/calibre/calibre/gui2/preferences/misc.py
919lib/calibre/calibre/gui2/preferences/misc_ui.py 919lib/calibre/calibre/gui2/preferences/misc_ui.py
920lib/calibre/calibre/gui2/preferences/plugboard.py 920lib/calibre/calibre/gui2/preferences/plugboard.py
921lib/calibre/calibre/gui2/preferences/plugboard_ui.py 921lib/calibre/calibre/gui2/preferences/plugboard_ui.py
922lib/calibre/calibre/gui2/preferences/plugins.py 922lib/calibre/calibre/gui2/preferences/plugins.py
923lib/calibre/calibre/gui2/preferences/plugins_ui.py 923lib/calibre/calibre/gui2/preferences/plugins_ui.py
924lib/calibre/calibre/gui2/preferences/save_template.py 924lib/calibre/calibre/gui2/preferences/save_template.py
925lib/calibre/calibre/gui2/preferences/save_template_ui.py 925lib/calibre/calibre/gui2/preferences/save_template_ui.py
926lib/calibre/calibre/gui2/preferences/saving.py 926lib/calibre/calibre/gui2/preferences/saving.py
927lib/calibre/calibre/gui2/preferences/saving_ui.py 927lib/calibre/calibre/gui2/preferences/saving_ui.py
928lib/calibre/calibre/gui2/preferences/search.py 928lib/calibre/calibre/gui2/preferences/search.py
929lib/calibre/calibre/gui2/preferences/search_ui.py 929lib/calibre/calibre/gui2/preferences/search_ui.py
930lib/calibre/calibre/gui2/preferences/sending.py 930lib/calibre/calibre/gui2/preferences/sending.py
931lib/calibre/calibre/gui2/preferences/sending_ui.py 931lib/calibre/calibre/gui2/preferences/sending_ui.py
932lib/calibre/calibre/gui2/preferences/server.py 932lib/calibre/calibre/gui2/preferences/server.py
933lib/calibre/calibre/gui2/preferences/server_ui.py 933lib/calibre/calibre/gui2/preferences/server_ui.py
934lib/calibre/calibre/gui2/preferences/template_functions.py 934lib/calibre/calibre/gui2/preferences/template_functions.py
935lib/calibre/calibre/gui2/preferences/template_functions_ui.py 935lib/calibre/calibre/gui2/preferences/template_functions_ui.py
936lib/calibre/calibre/gui2/preferences/texture_chooser.py 936lib/calibre/calibre/gui2/preferences/texture_chooser.py
937lib/calibre/calibre/gui2/preferences/toolbar.py 937lib/calibre/calibre/gui2/preferences/toolbar.py
938lib/calibre/calibre/gui2/preferences/toolbar_ui.py 938lib/calibre/calibre/gui2/preferences/toolbar_ui.py
939lib/calibre/calibre/gui2/preferences/tweaks.py 939lib/calibre/calibre/gui2/preferences/tweaks.py
940lib/calibre/calibre/gui2/preferences/tweaks_ui.py 940lib/calibre/calibre/gui2/preferences/tweaks_ui.py
941lib/calibre/calibre/gui2/proceed.py 941lib/calibre/calibre/gui2/proceed.py
942lib/calibre/calibre/gui2/progress_indicator/__init__.py 942lib/calibre/calibre/gui2/progress_indicator/__init__.py
943lib/calibre/calibre/gui2/save.py 943lib/calibre/calibre/gui2/save.py
944lib/calibre/calibre/gui2/search_box.py 944lib/calibre/calibre/gui2/search_box.py
945lib/calibre/calibre/gui2/search_restriction_mixin.py 945lib/calibre/calibre/gui2/search_restriction_mixin.py
946lib/calibre/calibre/gui2/shortcuts.py 946lib/calibre/calibre/gui2/shortcuts.py
947lib/calibre/calibre/gui2/shortcuts_ui.py 947lib/calibre/calibre/gui2/shortcuts_ui.py
948lib/calibre/calibre/gui2/splash_screen.py 948lib/calibre/calibre/gui2/splash_screen.py
949lib/calibre/calibre/gui2/store/__init__.py 949lib/calibre/calibre/gui2/store/__init__.py
950lib/calibre/calibre/gui2/store/basic_config.py 950lib/calibre/calibre/gui2/store/basic_config.py
951lib/calibre/calibre/gui2/store/basic_config_widget_ui.py 951lib/calibre/calibre/gui2/store/basic_config_widget_ui.py
952lib/calibre/calibre/gui2/store/config/__init__.py 952lib/calibre/calibre/gui2/store/config/__init__.py
953lib/calibre/calibre/gui2/store/config/chooser/__init__.py 953lib/calibre/calibre/gui2/store/config/chooser/__init__.py
954lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py 954lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py
955lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py 955lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py
956lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py 956lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py
957lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py 957lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py
958lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py 958lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py
959lib/calibre/calibre/gui2/store/config/chooser/models.py 959lib/calibre/calibre/gui2/store/config/chooser/models.py
960lib/calibre/calibre/gui2/store/config/chooser/results_view.py 960lib/calibre/calibre/gui2/store/config/chooser/results_view.py
961lib/calibre/calibre/gui2/store/config/search/__init__.py 961lib/calibre/calibre/gui2/store/config/search/__init__.py
962lib/calibre/calibre/gui2/store/config/search/search_widget.py 962lib/calibre/calibre/gui2/store/config/search/search_widget.py
963lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py 963lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py
964lib/calibre/calibre/gui2/store/config/store.py 964lib/calibre/calibre/gui2/store/config/store.py
965lib/calibre/calibre/gui2/store/loader.py 965lib/calibre/calibre/gui2/store/loader.py
966lib/calibre/calibre/gui2/store/opensearch_store.py 966lib/calibre/calibre/gui2/store/opensearch_store.py
967lib/calibre/calibre/gui2/store/search/__init__.py 967lib/calibre/calibre/gui2/store/search/__init__.py
968lib/calibre/calibre/gui2/store/search/adv_search_builder.py 968lib/calibre/calibre/gui2/store/search/adv_search_builder.py
969lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py 969lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py
970lib/calibre/calibre/gui2/store/search/download_thread.py 970lib/calibre/calibre/gui2/store/search/download_thread.py
971lib/calibre/calibre/gui2/store/search/models.py 971lib/calibre/calibre/gui2/store/search/models.py
972lib/calibre/calibre/gui2/store/search/results_view.py 972lib/calibre/calibre/gui2/store/search/results_view.py
973lib/calibre/calibre/gui2/store/search/search.py 973lib/calibre/calibre/gui2/store/search/search.py
974lib/calibre/calibre/gui2/store/search/search_ui.py 974lib/calibre/calibre/gui2/store/search/search_ui.py
975lib/calibre/calibre/gui2/store/search_result.py 975lib/calibre/calibre/gui2/store/search_result.py
976lib/calibre/calibre/gui2/store/stores/__init__.py 976lib/calibre/calibre/gui2/store/stores/__init__.py
977lib/calibre/calibre/gui2/store/stores/amazon_au_plugin.py 977lib/calibre/calibre/gui2/store/stores/amazon_au_plugin.py
978lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py 978lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py
979lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py 979lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py
980lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py 980lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py
981lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py 981lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py
982lib/calibre/calibre/gui2/store/stores/amazon_in_plugin.py 982lib/calibre/calibre/gui2/store/stores/amazon_in_plugin.py
983lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py 983lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py
984lib/calibre/calibre/gui2/store/stores/amazon_plugin.py 984lib/calibre/calibre/gui2/store/stores/amazon_plugin.py
985lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py 985lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py
986lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py 986lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py
987lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py 987lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py
988lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py 988lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py
989lib/calibre/calibre/gui2/store/stores/biblio_plugin.py 989lib/calibre/calibre/gui2/store/stores/biblio_plugin.py
990lib/calibre/calibre/gui2/store/stores/bn_plugin.py 990lib/calibre/calibre/gui2/store/stores/bn_plugin.py
991lib/calibre/calibre/gui2/store/stores/bubok_portugal_plugin.py 991lib/calibre/calibre/gui2/store/stores/bubok_portugal_plugin.py
992lib/calibre/calibre/gui2/store/stores/bubok_publishing_plugin.py 992lib/calibre/calibre/gui2/store/stores/bubok_publishing_plugin.py
993lib/calibre/calibre/gui2/store/stores/cdp_plugin.py 993lib/calibre/calibre/gui2/store/stores/cdp_plugin.py
994lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py 994lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py
995lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py 995lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py
996lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py 996lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py
997lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py 997lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py
998lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py 998lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py
999lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py 999lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py
1000lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py 1000lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py
@@ -2195,1474 +2195,1473 @@ share/calibre/recipes/dziennik_zachodni. @@ -2195,1474 +2195,1473 @@ share/calibre/recipes/dziennik_zachodni.
2195share/calibre/recipes/dziennikzwiazkowy.recipe 2195share/calibre/recipes/dziennikzwiazkowy.recipe
2196share/calibre/recipes/e_novine.recipe 2196share/calibre/recipes/e_novine.recipe
2197share/calibre/recipes/ebeltoftlokalavisen_dk.recipe 2197share/calibre/recipes/ebeltoftlokalavisen_dk.recipe
2198share/calibre/recipes/ebetrsberger_zeitung.recipe 2198share/calibre/recipes/ebetrsberger_zeitung.recipe
2199share/calibre/recipes/echo_dnia.recipe 2199share/calibre/recipes/echo_dnia.recipe
2200share/calibre/recipes/echo_moskvy.recipe 2200share/calibre/recipes/echo_moskvy.recipe
2201share/calibre/recipes/echo_online.recipe 2201share/calibre/recipes/echo_online.recipe
2202share/calibre/recipes/eclicto.recipe 2202share/calibre/recipes/eclicto.recipe
2203share/calibre/recipes/eclipseonline.recipe 2203share/calibre/recipes/eclipseonline.recipe
2204share/calibre/recipes/ecogeek.recipe 2204share/calibre/recipes/ecogeek.recipe
2205share/calibre/recipes/economia.recipe 2205share/calibre/recipes/economia.recipe
2206share/calibre/recipes/economico.recipe 2206share/calibre/recipes/economico.recipe
2207share/calibre/recipes/economist.recipe 2207share/calibre/recipes/economist.recipe
2208share/calibre/recipes/economist_free.recipe 2208share/calibre/recipes/economist_free.recipe
2209share/calibre/recipes/ecotrend.recipe 2209share/calibre/recipes/ecotrend.recipe
2210share/calibre/recipes/ecuisine.recipe 2210share/calibre/recipes/ecuisine.recipe
2211share/calibre/recipes/edebistan.recipe 2211share/calibre/recipes/edebistan.recipe
2212share/calibre/recipes/edebiyat_haber.recipe 2212share/calibre/recipes/edebiyat_haber.recipe
2213share/calibre/recipes/edge_conversations.recipe 2213share/calibre/recipes/edge_conversations.recipe
2214share/calibre/recipes/editor_and_publisher.recipe 2214share/calibre/recipes/editor_and_publisher.recipe
2215share/calibre/recipes/editoriali.recipe 2215share/calibre/recipes/editoriali.recipe
2216share/calibre/recipes/edmonton_journal.recipe 2216share/calibre/recipes/edmonton_journal.recipe
2217share/calibre/recipes/egedallokalavisen_dk.recipe 2217share/calibre/recipes/egedallokalavisen_dk.recipe
2218share/calibre/recipes/egirl.recipe 2218share/calibre/recipes/egirl.recipe
2219share/calibre/recipes/eioba.recipe 2219share/calibre/recipes/eioba.recipe
2220share/calibre/recipes/ekantipur.recipe 2220share/calibre/recipes/ekantipur.recipe
2221share/calibre/recipes/ekathemerini.recipe 2221share/calibre/recipes/ekathemerini.recipe
2222share/calibre/recipes/ekologia_pl.recipe 2222share/calibre/recipes/ekologia_pl.recipe
2223share/calibre/recipes/ekot.recipe 2223share/calibre/recipes/ekot.recipe
2224share/calibre/recipes/el_colombiano.recipe 2224share/calibre/recipes/el_colombiano.recipe
2225share/calibre/recipes/el_correo.recipe 2225share/calibre/recipes/el_correo.recipe
2226share/calibre/recipes/el_cultural.recipe 2226share/calibre/recipes/el_cultural.recipe
2227share/calibre/recipes/el_diplo.recipe 2227share/calibre/recipes/el_diplo.recipe
2228share/calibre/recipes/el_espectador.recipe 2228share/calibre/recipes/el_espectador.recipe
2229share/calibre/recipes/el_faro.recipe 2229share/calibre/recipes/el_faro.recipe
2230share/calibre/recipes/el_malpensante.recipe 2230share/calibre/recipes/el_malpensante.recipe
2231share/calibre/recipes/el_mercurio_chile.recipe 2231share/calibre/recipes/el_mercurio_chile.recipe
2232share/calibre/recipes/el_mostrador.recipe 2232share/calibre/recipes/el_mostrador.recipe
2233share/calibre/recipes/el_mundo_co.recipe 2233share/calibre/recipes/el_mundo_co.recipe
2234share/calibre/recipes/el_mundo_today.recipe 2234share/calibre/recipes/el_mundo_today.recipe
2235share/calibre/recipes/el_observador.recipe 2235share/calibre/recipes/el_observador.recipe
2236share/calibre/recipes/el_pais.recipe 2236share/calibre/recipes/el_pais.recipe
2237share/calibre/recipes/el_pais_babelia.recipe 2237share/calibre/recipes/el_pais_babelia.recipe
2238share/calibre/recipes/el_pais_uy.recipe 2238share/calibre/recipes/el_pais_uy.recipe
2239share/calibre/recipes/el_periodico.recipe 2239share/calibre/recipes/el_periodico.recipe
2240share/calibre/recipes/el_publico.recipe 2240share/calibre/recipes/el_publico.recipe
2241share/calibre/recipes/el_tiempo.recipe 2241share/calibre/recipes/el_tiempo.recipe
2242share/calibre/recipes/el_universal.recipe 2242share/calibre/recipes/el_universal.recipe
2243share/calibre/recipes/elclubdelebook.recipe 2243share/calibre/recipes/elclubdelebook.recipe
2244share/calibre/recipes/elcomercio.recipe 2244share/calibre/recipes/elcomercio.recipe
2245share/calibre/recipes/ele.recipe 2245share/calibre/recipes/ele.recipe
2246share/calibre/recipes/elektroda_pl.recipe 2246share/calibre/recipes/elektroda_pl.recipe
2247share/calibre/recipes/elet_es_irodalom.recipe 2247share/calibre/recipes/elet_es_irodalom.recipe
2248share/calibre/recipes/elmundo.recipe 2248share/calibre/recipes/elmundo.recipe
2249share/calibre/recipes/elpais_impreso.recipe 2249share/calibre/recipes/elpais_impreso.recipe
2250share/calibre/recipes/elpais_semanal.recipe 2250share/calibre/recipes/elpais_semanal.recipe
2251share/calibre/recipes/elperiodico_catalan.recipe 2251share/calibre/recipes/elperiodico_catalan.recipe
2252share/calibre/recipes/elperiodico_spanish.recipe 2252share/calibre/recipes/elperiodico_spanish.recipe
2253share/calibre/recipes/elsevier.recipe 2253share/calibre/recipes/elsevier.recipe
2254share/calibre/recipes/eltiempo_hn.recipe 2254share/calibre/recipes/eltiempo_hn.recipe
2255share/calibre/recipes/eluniversal_ve.recipe 2255share/calibre/recipes/eluniversal_ve.recipe
2256share/calibre/recipes/eluniversalimpresa.recipe 2256share/calibre/recipes/eluniversalimpresa.recipe
2257share/calibre/recipes/eluniverso_ec.recipe 2257share/calibre/recipes/eluniverso_ec.recipe
2258share/calibre/recipes/emg_en.recipe 2258share/calibre/recipes/emg_en.recipe
2259share/calibre/recipes/emg_rs.recipe 2259share/calibre/recipes/emg_rs.recipe
2260share/calibre/recipes/empire_magazine.recipe 2260share/calibre/recipes/empire_magazine.recipe
2261share/calibre/recipes/endgadget.recipe 2261share/calibre/recipes/endgadget.recipe
2262share/calibre/recipes/endgadget_ja.recipe 2262share/calibre/recipes/endgadget_ja.recipe
2263share/calibre/recipes/entrepeneur.recipe 2263share/calibre/recipes/entrepeneur.recipe
2264share/calibre/recipes/epl_talk.recipe 2264share/calibre/recipes/epl_talk.recipe
2265share/calibre/recipes/epw.recipe 2265share/calibre/recipes/epw.recipe
2266share/calibre/recipes/equipped.recipe 2266share/calibre/recipes/equipped.recipe
2267share/calibre/recipes/erdinger_anzeiger.recipe 2267share/calibre/recipes/erdinger_anzeiger.recipe
2268share/calibre/recipes/erhvervs_avisen_dk.recipe 2268share/calibre/recipes/erhvervs_avisen_dk.recipe
2269share/calibre/recipes/esbjerglokalavisen_dk.recipe 2269share/calibre/recipes/esbjerglokalavisen_dk.recipe
2270share/calibre/recipes/escrevinhador.recipe 2270share/calibre/recipes/escrevinhador.recipe
2271share/calibre/recipes/esenja.recipe 2271share/calibre/recipes/esenja.recipe
2272share/calibre/recipes/esensja_(rss).recipe 2272share/calibre/recipes/esensja_(rss).recipe
2273share/calibre/recipes/eso_pl.recipe 2273share/calibre/recipes/eso_pl.recipe
2274share/calibre/recipes/espn.recipe 2274share/calibre/recipes/espn.recipe
2275share/calibre/recipes/esquire.recipe 2275share/calibre/recipes/esquire.recipe
2276share/calibre/recipes/estadao.recipe 2276share/calibre/recipes/estadao.recipe
2277share/calibre/recipes/eu_commission.recipe 2277share/calibre/recipes/eu_commission.recipe
2278share/calibre/recipes/europa_press.recipe 2278share/calibre/recipes/europa_press.recipe
2279share/calibre/recipes/europasur.recipe 2279share/calibre/recipes/europasur.recipe
2280share/calibre/recipes/evangelizo.recipe 2280share/calibre/recipes/evangelizo.recipe
2281share/calibre/recipes/everett_herald.recipe 2281share/calibre/recipes/everett_herald.recipe
2282share/calibre/recipes/evz.ro.recipe 2282share/calibre/recipes/evz.ro.recipe
2283share/calibre/recipes/exiled.recipe 2283share/calibre/recipes/exiled.recipe
2284share/calibre/recipes/expansion_spanish.recipe 2284share/calibre/recipes/expansion_spanish.recipe
2285share/calibre/recipes/explosm.recipe 2285share/calibre/recipes/explosm.recipe
2286share/calibre/recipes/express_de.recipe 2286share/calibre/recipes/express_de.recipe
2287share/calibre/recipes/f1_ultra.recipe 2287share/calibre/recipes/f1_ultra.recipe
2288share/calibre/recipes/f_secure.recipe 2288share/calibre/recipes/f_secure.recipe
2289share/calibre/recipes/factcheck.recipe 2289share/calibre/recipes/factcheck.recipe
2290share/calibre/recipes/fairbanks_daily.recipe 2290share/calibre/recipes/fairbanks_daily.recipe
2291share/calibre/recipes/fan_graphs.recipe 2291share/calibre/recipes/fan_graphs.recipe
2292share/calibre/recipes/fastcompany.recipe 2292share/calibre/recipes/fastcompany.recipe
2293share/calibre/recipes/favrskovavisen_dk.recipe 2293share/calibre/recipes/favrskovavisen_dk.recipe
2294share/calibre/recipes/favrskovlokalavisen_dk.recipe 2294share/calibre/recipes/favrskovlokalavisen_dk.recipe
2295share/calibre/recipes/faznet.recipe 2295share/calibre/recipes/faznet.recipe
2296share/calibre/recipes/fc_knudde.recipe 2296share/calibre/recipes/fc_knudde.recipe
2297share/calibre/recipes/fdb_pl.recipe 2297share/calibre/recipes/fdb_pl.recipe
2298share/calibre/recipes/fe_india.recipe 2298share/calibre/recipes/fe_india.recipe
2299share/calibre/recipes/felicia.recipe 2299share/calibre/recipes/felicia.recipe
2300share/calibre/recipes/fhm_uk.recipe 2300share/calibre/recipes/fhm_uk.recipe
2301share/calibre/recipes/fhmro.recipe 2301share/calibre/recipes/fhmro.recipe
2302share/calibre/recipes/film_org_pl.recipe 2302share/calibre/recipes/film_org_pl.recipe
2303share/calibre/recipes/film_web.recipe 2303share/calibre/recipes/film_web.recipe
2304share/calibre/recipes/financial_times.recipe 2304share/calibre/recipes/financial_times.recipe
2305share/calibre/recipes/financial_times_uk.recipe 2305share/calibre/recipes/financial_times_uk.recipe
2306share/calibre/recipes/financial_times_us.recipe 2306share/calibre/recipes/financial_times_us.recipe
2307share/calibre/recipes/financialsense.recipe 2307share/calibre/recipes/financialsense.recipe
2308share/calibre/recipes/financiarul.recipe 2308share/calibre/recipes/financiarul.recipe
2309share/calibre/recipes/financieele_dagblad.recipe 2309share/calibre/recipes/financieele_dagblad.recipe
2310share/calibre/recipes/fisco_oggi.recipe 2310share/calibre/recipes/fisco_oggi.recipe
2311share/calibre/recipes/fleshbot.recipe 2311share/calibre/recipes/fleshbot.recipe
2312share/calibre/recipes/flickr.recipe 2312share/calibre/recipes/flickr.recipe
2313share/calibre/recipes/flickr_es.recipe 2313share/calibre/recipes/flickr_es.recipe
2314share/calibre/recipes/fluter_de.recipe 2314share/calibre/recipes/fluter_de.recipe
2315share/calibre/recipes/focus_de.recipe 2315share/calibre/recipes/focus_de.recipe
2316share/calibre/recipes/focus_pl.recipe 2316share/calibre/recipes/focus_pl.recipe
2317share/calibre/recipes/fokkeensukke.recipe 2317share/calibre/recipes/fokkeensukke.recipe
2318share/calibre/recipes/folha.recipe 2318share/calibre/recipes/folha.recipe
2319share/calibre/recipes/folhadesaopaulo.recipe 2319share/calibre/recipes/folhadesaopaulo.recipe
2320share/calibre/recipes/folhadesaopaulo_sub.recipe 2320share/calibre/recipes/folhadesaopaulo_sub.recipe
2321share/calibre/recipes/folkebladet_dk.recipe 2321share/calibre/recipes/folkebladet_dk.recipe
2322share/calibre/recipes/folkebladetdjursland_dk.recipe 2322share/calibre/recipes/folkebladetdjursland_dk.recipe
2323share/calibre/recipes/folketidende_dk.recipe 2323share/calibre/recipes/folketidende_dk.recipe
2324share/calibre/recipes/forbes.recipe 2324share/calibre/recipes/forbes.recipe
2325share/calibre/recipes/forbes_india.recipe 2325share/calibre/recipes/forbes_india.recipe
2326share/calibre/recipes/forbes_pl.recipe 2326share/calibre/recipes/forbes_pl.recipe
2327share/calibre/recipes/foreign_policy.recipe 2327share/calibre/recipes/foreign_policy.recipe
2328share/calibre/recipes/foreignaffairs.recipe 2328share/calibre/recipes/foreignaffairs.recipe
2329share/calibre/recipes/formulaas.recipe 2329share/calibre/recipes/formulaas.recipe
2330share/calibre/recipes/forsal.recipe 2330share/calibre/recipes/forsal.recipe
2331share/calibre/recipes/fortune_magazine.recipe 2331share/calibre/recipes/fortune_magazine.recipe
2332share/calibre/recipes/fotoblogia_pl.recipe 2332share/calibre/recipes/fotoblogia_pl.recipe
2333share/calibre/recipes/foxnews.recipe 2333share/calibre/recipes/foxnews.recipe
2334share/calibre/recipes/fr_online.recipe 2334share/calibre/recipes/fr_online.recipe
2335share/calibre/recipes/frandroid.recipe 2335share/calibre/recipes/frandroid.recipe
2336share/calibre/recipes/frankfurter_rundschau.recipe 2336share/calibre/recipes/frankfurter_rundschau.recipe
2337share/calibre/recipes/frazpc.recipe 2337share/calibre/recipes/frazpc.recipe
2338share/calibre/recipes/freakonomics.recipe 2338share/calibre/recipes/freakonomics.recipe
2339share/calibre/recipes/fredensborglokalavisen_dk.recipe 2339share/calibre/recipes/fredensborglokalavisen_dk.recipe
2340share/calibre/recipes/fredericialokalavisen_dk.recipe 2340share/calibre/recipes/fredericialokalavisen_dk.recipe
2341share/calibre/recipes/frederiksbergbladet_dk.recipe 2341share/calibre/recipes/frederiksbergbladet_dk.recipe
2342share/calibre/recipes/frederikssundlokalavisen_dk.recipe 2342share/calibre/recipes/frederikssundlokalavisen_dk.recipe
2343share/calibre/recipes/freenature.recipe 2343share/calibre/recipes/freenature.recipe
2344share/calibre/recipes/freeway.recipe 2344share/calibre/recipes/freeway.recipe
2345share/calibre/recipes/freisinger_tagblatt.recipe 2345share/calibre/recipes/freisinger_tagblatt.recipe
2346share/calibre/recipes/fria.recipe 2346share/calibre/recipes/fria.recipe
2347share/calibre/recipes/frontlineonnet.recipe 2347share/calibre/recipes/frontlineonnet.recipe
2348share/calibre/recipes/fstream.recipe 2348share/calibre/recipes/fstream.recipe
2349share/calibre/recipes/fudzilla.recipe 2349share/calibre/recipes/fudzilla.recipe
2350share/calibre/recipes/furesoelokalavisen_dk.recipe 2350share/calibre/recipes/furesoelokalavisen_dk.recipe
2351share/calibre/recipes/furstenfeldbrucker_tagblatt.recipe 2351share/calibre/recipes/furstenfeldbrucker_tagblatt.recipe
2352share/calibre/recipes/futurismic.recipe 2352share/calibre/recipes/futurismic.recipe
2353share/calibre/recipes/galaxys_edge.recipe 2353share/calibre/recipes/galaxys_edge.recipe
2354share/calibre/recipes/galicia_confidential.recipe 2354share/calibre/recipes/galicia_confidential.recipe
2355share/calibre/recipes/gamasutra_fa.recipe 2355share/calibre/recipes/gamasutra_fa.recipe
2356share/calibre/recipes/gamasutra_news.recipe 2356share/calibre/recipes/gamasutra_news.recipe
2357share/calibre/recipes/gamekult.recipe 2357share/calibre/recipes/gamekult.recipe
2358share/calibre/recipes/gameplay_pl.recipe 2358share/calibre/recipes/gameplay_pl.recipe
2359share/calibre/recipes/gamespot.recipe 2359share/calibre/recipes/gamespot.recipe
2360share/calibre/recipes/gandul.recipe 2360share/calibre/recipes/gandul.recipe
2361share/calibre/recipes/garmischer_tagblatt.recipe 2361share/calibre/recipes/garmischer_tagblatt.recipe
2362share/calibre/recipes/gawker.recipe 2362share/calibre/recipes/gawker.recipe
2363share/calibre/recipes/gazeta-prawna-calibre-v1.recipe 2363share/calibre/recipes/gazeta-prawna-calibre-v1.recipe
2364share/calibre/recipes/gazeta_krakowska.recipe 2364share/calibre/recipes/gazeta_krakowska.recipe
2365share/calibre/recipes/gazeta_lubuska.recipe 2365share/calibre/recipes/gazeta_lubuska.recipe
2366share/calibre/recipes/gazeta_pl_bydgoszcz.recipe 2366share/calibre/recipes/gazeta_pl_bydgoszcz.recipe
2367share/calibre/recipes/gazeta_pl_krakow.recipe 2367share/calibre/recipes/gazeta_pl_krakow.recipe
2368share/calibre/recipes/gazeta_pl_szczecin.recipe 2368share/calibre/recipes/gazeta_pl_szczecin.recipe
2369share/calibre/recipes/gazeta_pl_warszawa.recipe 2369share/calibre/recipes/gazeta_pl_warszawa.recipe
2370share/calibre/recipes/gazeta_pomorska.recipe 2370share/calibre/recipes/gazeta_pomorska.recipe
2371share/calibre/recipes/gazeta_wroclawska.recipe 2371share/calibre/recipes/gazeta_wroclawska.recipe
2372share/calibre/recipes/gazeta_wspolczesna.recipe 2372share/calibre/recipes/gazeta_wspolczesna.recipe
2373share/calibre/recipes/gazeta_wyborcza.recipe 2373share/calibre/recipes/gazeta_wyborcza.recipe
2374share/calibre/recipes/gcn.recipe 2374share/calibre/recipes/gcn.recipe
2375share/calibre/recipes/geek_poke.recipe 2375share/calibre/recipes/geek_poke.recipe
2376share/calibre/recipes/gentoftelokalavisen_dk.recipe 2376share/calibre/recipes/gentoftelokalavisen_dk.recipe
2377share/calibre/recipes/geopolityka.recipe 2377share/calibre/recipes/geopolityka.recipe
2378share/calibre/recipes/geretsrieder_merkur.recipe 2378share/calibre/recipes/geretsrieder_merkur.recipe
2379share/calibre/recipes/german_gov.recipe 2379share/calibre/recipes/german_gov.recipe
2380share/calibre/recipes/gezgin_dergi.recipe 2380share/calibre/recipes/gezgin_dergi.recipe
2381share/calibre/recipes/gildia_pl.recipe 2381share/calibre/recipes/gildia_pl.recipe
2382share/calibre/recipes/gizmodo.recipe 2382share/calibre/recipes/gizmodo.recipe
2383share/calibre/recipes/gkt.recipe 2383share/calibre/recipes/gkt.recipe
2384share/calibre/recipes/glamour.recipe 2384share/calibre/recipes/glamour.recipe
2385share/calibre/recipes/glas_srpske.recipe 2385share/calibre/recipes/glas_srpske.recipe
2386share/calibre/recipes/glasgow_herald.recipe 2386share/calibre/recipes/glasgow_herald.recipe
2387share/calibre/recipes/glasjavnosti.recipe 2387share/calibre/recipes/glasjavnosti.recipe
2388share/calibre/recipes/glenn_greenwald.recipe 2388share/calibre/recipes/glenn_greenwald.recipe
2389share/calibre/recipes/glennbeck.recipe 2389share/calibre/recipes/glennbeck.recipe
2390share/calibre/recipes/globaltimes.recipe 2390share/calibre/recipes/globaltimes.recipe
2391share/calibre/recipes/globe_and_mail.recipe 2391share/calibre/recipes/globe_and_mail.recipe
2392share/calibre/recipes/globes_co_il.recipe 2392share/calibre/recipes/globes_co_il.recipe
2393share/calibre/recipes/glos_wielkopolski.recipe 2393share/calibre/recipes/glos_wielkopolski.recipe
2394share/calibre/recipes/go4it.recipe 2394share/calibre/recipes/go4it.recipe
2395share/calibre/recipes/go_comics.recipe 2395share/calibre/recipes/go_comics.recipe
2396share/calibre/recipes/goal.recipe 2396share/calibre/recipes/goal.recipe
2397share/calibre/recipes/gofin_pl.recipe 2397share/calibre/recipes/gofin_pl.recipe
2398share/calibre/recipes/golem_de.recipe 2398share/calibre/recipes/golem_de.recipe
2399share/calibre/recipes/good_house_keeping.recipe 2399share/calibre/recipes/good_house_keeping.recipe
2400share/calibre/recipes/good_to_know.recipe 2400share/calibre/recipes/good_to_know.recipe
2401share/calibre/recipes/googlemobileblog.recipe 2401share/calibre/recipes/googlemobileblog.recipe
2402share/calibre/recipes/gosc_full.recipe 2402share/calibre/recipes/gosc_full.recipe
2403share/calibre/recipes/gosc_niedzielny.recipe 2403share/calibre/recipes/gosc_niedzielny.recipe
2404share/calibre/recipes/gram_pl.recipe 2404share/calibre/recipes/gram_pl.recipe
2405share/calibre/recipes/grandes_corresponsales_es.recipe 2405share/calibre/recipes/grandes_corresponsales_es.recipe
2406share/calibre/recipes/granma.recipe 2406share/calibre/recipes/granma.recipe
2407share/calibre/recipes/grantland.recipe 2407share/calibre/recipes/grantland.recipe
2408share/calibre/recipes/greensboro_news_and_record.recipe 2408share/calibre/recipes/greensboro_news_and_record.recipe
2409share/calibre/recipes/grenaalokalavisen_dk.recipe 2409share/calibre/recipes/grenaalokalavisen_dk.recipe
2410share/calibre/recipes/gribskovlokalavisen_dk.recipe 2410share/calibre/recipes/gribskovlokalavisen_dk.recipe
2411share/calibre/recipes/grid_to.recipe 2411share/calibre/recipes/grid_to.recipe
2412share/calibre/recipes/grrm.recipe 2412share/calibre/recipes/grrm.recipe
2413share/calibre/recipes/gry_online_pl.recipe 2413share/calibre/recipes/gry_online_pl.recipe
2414share/calibre/recipes/gs24_pl.recipe 2414share/calibre/recipes/gs24_pl.recipe
2415share/calibre/recipes/gsp.recipe 2415share/calibre/recipes/gsp.recipe
2416share/calibre/recipes/guardian.recipe 2416share/calibre/recipes/guardian.recipe
2417share/calibre/recipes/gulfnews.recipe 2417share/calibre/recipes/gulfnews.recipe
2418share/calibre/recipes/gulli.recipe 2418share/calibre/recipes/gulli.recipe
2419share/calibre/recipes/gva_be.recipe 2419share/calibre/recipes/gva_be.recipe
2420share/calibre/recipes/gwup.recipe 2420share/calibre/recipes/gwup.recipe
2421share/calibre/recipes/h1.recipe 2421share/calibre/recipes/h1.recipe
2422share/calibre/recipes/h2.recipe 2422share/calibre/recipes/h2.recipe
2423share/calibre/recipes/h3.recipe 2423share/calibre/recipes/h3.recipe
2424share/calibre/recipes/h7_tumspor.recipe 2424share/calibre/recipes/h7_tumspor.recipe
2425share/calibre/recipes/haaretz_en.recipe 2425share/calibre/recipes/haaretz_en.recipe
2426share/calibre/recipes/haber7.recipe 2426share/calibre/recipes/haber7.recipe
2427share/calibre/recipes/hackernews.recipe 2427share/calibre/recipes/hackernews.recipe
2428share/calibre/recipes/haderslevlokalavisen_dk.recipe 2428share/calibre/recipes/haderslevlokalavisen_dk.recipe
2429share/calibre/recipes/haksoz.recipe 2429share/calibre/recipes/haksoz.recipe
2430share/calibre/recipes/hallo_assen.recipe 2430share/calibre/recipes/hallo_assen.recipe
2431share/calibre/recipes/halsnaeslokalavisen_dk.recipe 2431share/calibre/recipes/halsnaeslokalavisen_dk.recipe
2432share/calibre/recipes/hamilton_spectator.recipe 2432share/calibre/recipes/hamilton_spectator.recipe
2433share/calibre/recipes/handelsblatt.recipe 2433share/calibre/recipes/handelsblatt.recipe
2434share/calibre/recipes/hankyoreh.recipe 2434share/calibre/recipes/hankyoreh.recipe
2435share/calibre/recipes/hankyoreh21.recipe 2435share/calibre/recipes/hankyoreh21.recipe
2436share/calibre/recipes/hannoversche_zeitung.recipe 2436share/calibre/recipes/hannoversche_zeitung.recipe
2437share/calibre/recipes/harpers.recipe 2437share/calibre/recipes/harpers.recipe
2438share/calibre/recipes/harpers_full.recipe 2438share/calibre/recipes/harpers_full.recipe
2439share/calibre/recipes/hartford_courant.recipe 2439share/calibre/recipes/hartford_courant.recipe
2440share/calibre/recipes/hatalska.recipe 2440share/calibre/recipes/hatalska.recipe
2441share/calibre/recipes/hawaii.recipe 2441share/calibre/recipes/hawaii.recipe
2442share/calibre/recipes/hbr.recipe 2442share/calibre/recipes/hbr.recipe
2443share/calibre/recipes/heavy_metal_it.recipe 2443share/calibre/recipes/heavy_metal_it.recipe
2444share/calibre/recipes/heise.recipe 2444share/calibre/recipes/heise.recipe
2445share/calibre/recipes/heise_online.recipe 2445share/calibre/recipes/heise_online.recipe
2446share/calibre/recipes/heise_open.recipe 2446share/calibre/recipes/heise_open.recipe
2447share/calibre/recipes/helsingin_sanomat.recipe 2447share/calibre/recipes/helsingin_sanomat.recipe
2448share/calibre/recipes/heraldo.recipe 2448share/calibre/recipes/heraldo.recipe
2449share/calibre/recipes/heritage_foundation.recipe 2449share/calibre/recipes/heritage_foundation.recipe
2450share/calibre/recipes/high_country_news.recipe 2450share/calibre/recipes/high_country_news.recipe
2451share/calibre/recipes/hillerod_posten_dk.recipe 2451share/calibre/recipes/hillerod_posten_dk.recipe
2452share/calibre/recipes/hindu.recipe 2452share/calibre/recipes/hindu.recipe
2453share/calibre/recipes/hindu_business_line.recipe 2453share/calibre/recipes/hindu_business_line.recipe
2454share/calibre/recipes/hira.recipe 2454share/calibre/recipes/hira.recipe
2455share/calibre/recipes/histmag.recipe 2455share/calibre/recipes/histmag.recipe
2456share/calibre/recipes/historia_news.recipe 2456share/calibre/recipes/historia_news.recipe
2457share/calibre/recipes/historia_pl.recipe 2457share/calibre/recipes/historia_pl.recipe
2458share/calibre/recipes/historiaro.recipe 2458share/calibre/recipes/historiaro.recipe
2459share/calibre/recipes/historias_del_mundo_es.recipe 2459share/calibre/recipes/historias_del_mundo_es.recipe
2460share/calibre/recipes/histories_del_mon_ca.recipe 2460share/calibre/recipes/histories_del_mon_ca.recipe
2461share/calibre/recipes/history_today.recipe 2461share/calibre/recipes/history_today.recipe
2462share/calibre/recipes/hitro.recipe 2462share/calibre/recipes/hitro.recipe
2463share/calibre/recipes/hln.recipe 2463share/calibre/recipes/hln.recipe
2464share/calibre/recipes/hln_be.recipe 2464share/calibre/recipes/hln_be.recipe
2465share/calibre/recipes/hna.recipe 2465share/calibre/recipes/hna.recipe
2466share/calibre/recipes/hnonline.recipe 2466share/calibre/recipes/hnonline.recipe
2467share/calibre/recipes/hoersholmlokalavisen_dk.recipe 2467share/calibre/recipes/hoersholmlokalavisen_dk.recipe
2468share/calibre/recipes/hola.recipe 2468share/calibre/recipes/hola.recipe
2469share/calibre/recipes/hollywood_reporter.recipe 2469share/calibre/recipes/hollywood_reporter.recipe
2470share/calibre/recipes/holzkirchener_merkur.recipe 2470share/calibre/recipes/holzkirchener_merkur.recipe
2471share/calibre/recipes/homopedia_pl.recipe 2471share/calibre/recipes/homopedia_pl.recipe
2472share/calibre/recipes/hornsherredavis_dk.recipe 2472share/calibre/recipes/hornsherredavis_dk.recipe
2473share/calibre/recipes/hornsherredlokalavisen_dk.recipe 2473share/calibre/recipes/hornsherredlokalavisen_dk.recipe
2474share/calibre/recipes/hotair.recipe 2474share/calibre/recipes/hotair.recipe
2475share/calibre/recipes/hotcity.recipe 2475share/calibre/recipes/hotcity.recipe
2476share/calibre/recipes/hotnews.recipe 2476share/calibre/recipes/hotnews.recipe
2477share/calibre/recipes/house_news.recipe 2477share/calibre/recipes/house_news.recipe
2478share/calibre/recipes/houston_chronicle.recipe 2478share/calibre/recipes/houston_chronicle.recipe
2479share/calibre/recipes/howtogeek.recipe 2479share/calibre/recipes/howtogeek.recipe
2480share/calibre/recipes/hoy.recipe 2480share/calibre/recipes/hoy.recipe
2481share/calibre/recipes/hrt.recipe 2481share/calibre/recipes/hrt.recipe
2482share/calibre/recipes/huffingtonpost.recipe 2482share/calibre/recipes/huffingtonpost.recipe
2483share/calibre/recipes/huffingtonpost_uk.recipe 2483share/calibre/recipes/huffingtonpost_uk.recipe
2484share/calibre/recipes/hurriyet.recipe 2484share/calibre/recipes/hurriyet.recipe
2485share/calibre/recipes/hurriyet_daily_news.recipe 2485share/calibre/recipes/hurriyet_daily_news.recipe
2486share/calibre/recipes/hvg.recipe 2486share/calibre/recipes/hvg.recipe
2487share/calibre/recipes/hvidovreavis_dk.recipe 2487share/calibre/recipes/hvidovreavis_dk.recipe
2488share/calibre/recipes/hvidovrelokalavisen_dk.recipe 2488share/calibre/recipes/hvidovrelokalavisen_dk.recipe
2489share/calibre/recipes/ibm_smarter_planet.recipe 2489share/calibre/recipes/ibm_smarter_planet.recipe
2490share/calibre/recipes/ideal_almeria.recipe 2490share/calibre/recipes/ideal_almeria.recipe
2491share/calibre/recipes/ideal_granada.recipe 2491share/calibre/recipes/ideal_granada.recipe
2492share/calibre/recipes/ideal_jaen.recipe 2492share/calibre/recipes/ideal_jaen.recipe
2493share/calibre/recipes/idg_now.recipe 2493share/calibre/recipes/idg_now.recipe
2494share/calibre/recipes/idg_se.recipe 2494share/calibre/recipes/idg_se.recipe
2495share/calibre/recipes/idnes.recipe 2495share/calibre/recipes/idnes.recipe
2496share/calibre/recipes/ieeespectrum.recipe 2496share/calibre/recipes/ieeespectrum.recipe
2497share/calibre/recipes/iekspries.recipe 2497share/calibre/recipes/iekspries.recipe
2498share/calibre/recipes/ifzm.recipe 2498share/calibre/recipes/ifzm.recipe
2499share/calibre/recipes/ihned.cz.recipe 2499share/calibre/recipes/ihned.cz.recipe
2500share/calibre/recipes/ihned.recipe 2500share/calibre/recipes/ihned.recipe
2501share/calibre/recipes/iht.recipe 2501share/calibre/recipes/iht.recipe
2502share/calibre/recipes/iktibas.recipe 2502share/calibre/recipes/iktibas.recipe
2503share/calibre/recipes/il_cambiamento.recipe 2503share/calibre/recipes/il_cambiamento.recipe
2504share/calibre/recipes/il_fatto.recipe 2504share/calibre/recipes/il_fatto.recipe
2505share/calibre/recipes/il_foglio.recipe 2505share/calibre/recipes/il_foglio.recipe
2506share/calibre/recipes/il_giornale.recipe 2506share/calibre/recipes/il_giornale.recipe
2507share/calibre/recipes/il_messaggero.recipe 2507share/calibre/recipes/il_messaggero.recipe
2508share/calibre/recipes/iliteratura_cz.recipe 2508share/calibre/recipes/iliteratura_cz.recipe
2509share/calibre/recipes/ilmanifesto.recipe 2509share/calibre/recipes/ilmanifesto.recipe
2510share/calibre/recipes/ilsole24ore.recipe 2510share/calibre/recipes/ilsole24ore.recipe
2511share/calibre/recipes/imperatortravel.recipe 2511share/calibre/recipes/imperatortravel.recipe
2512share/calibre/recipes/impulse_de.recipe 2512share/calibre/recipes/impulse_de.recipe
2513share/calibre/recipes/in4_pl.recipe 2513share/calibre/recipes/in4_pl.recipe
2514share/calibre/recipes/in_gr.recipe 2514share/calibre/recipes/in_gr.recipe
2515share/calibre/recipes/inc.recipe 2515share/calibre/recipes/inc.recipe
2516share/calibre/recipes/independent.recipe 2516share/calibre/recipes/independent.recipe
2517share/calibre/recipes/index_hu.recipe 2517share/calibre/recipes/index_hu.recipe
2518share/calibre/recipes/india_today.recipe 2518share/calibre/recipes/india_today.recipe
2519share/calibre/recipes/indian_express.recipe 2519share/calibre/recipes/indian_express.recipe
2520share/calibre/recipes/indy_star.recipe 2520share/calibre/recipes/indy_star.recipe
2521share/calibre/recipes/infobae.recipe 2521share/calibre/recipes/infobae.recipe
2522share/calibre/recipes/infomotori.recipe 2522share/calibre/recipes/infomotori.recipe
2523share/calibre/recipes/information_dk.recipe 2523share/calibre/recipes/information_dk.recipe
2524share/calibre/recipes/infoworld.recipe 2524share/calibre/recipes/infoworld.recipe
2525share/calibre/recipes/infra_pl.recipe 2525share/calibre/recipes/infra_pl.recipe
2526share/calibre/recipes/ing_dk.recipe 2526share/calibre/recipes/ing_dk.recipe
2527share/calibre/recipes/inopressa.recipe 2527share/calibre/recipes/inopressa.recipe
2528share/calibre/recipes/inquirer_net.recipe 2528share/calibre/recipes/inquirer_net.recipe
2529share/calibre/recipes/insan_okur.recipe 2529share/calibre/recipes/insan_okur.recipe
2530share/calibre/recipes/insider.recipe 2530share/calibre/recipes/insider.recipe
2531share/calibre/recipes/instapaper.recipe 2531share/calibre/recipes/instapaper.recipe
2532share/calibre/recipes/intelligencer.recipe 2532share/calibre/recipes/intelligencer.recipe
2533share/calibre/recipes/interia_fakty.recipe 2533share/calibre/recipes/interia_fakty.recipe
2534share/calibre/recipes/interia_sport.recipe 2534share/calibre/recipes/interia_sport.recipe
2535share/calibre/recipes/intrefete.recipe 2535share/calibre/recipes/intrefete.recipe
2536share/calibre/recipes/io9.recipe 2536share/calibre/recipes/io9.recipe
2537share/calibre/recipes/iol_za.recipe 2537share/calibre/recipes/iol_za.recipe
2538share/calibre/recipes/ionline_pt.recipe 2538share/calibre/recipes/ionline_pt.recipe
2539share/calibre/recipes/iprofesional.recipe 2539share/calibre/recipes/iprofesional.recipe
2540share/calibre/recipes/irish_independent.recipe 2540share/calibre/recipes/irish_independent.recipe
2541share/calibre/recipes/irish_times.recipe 2541share/calibre/recipes/irish_times.recipe
2542share/calibre/recipes/isar-loisachbote.recipe 2542share/calibre/recipes/isar-loisachbote.recipe
2543share/calibre/recipes/ittechblog.recipe 2543share/calibre/recipes/ittechblog.recipe
2544share/calibre/recipes/ivanamilakovic.recipe 2544share/calibre/recipes/ivanamilakovic.recipe
2545share/calibre/recipes/ixbt.recipe 2545share/calibre/recipes/ixbt.recipe
2546share/calibre/recipes/izvestia.recipe 2546share/calibre/recipes/izvestia.recipe
2547share/calibre/recipes/jagran_josh.recipe 2547share/calibre/recipes/jagran_josh.recipe
2548share/calibre/recipes/jakarta_globe.recipe 2548share/calibre/recipes/jakarta_globe.recipe
2549share/calibre/recipes/jakarta_post.recipe 2549share/calibre/recipes/jakarta_post.recipe
2550share/calibre/recipes/jalopnik.recipe 2550share/calibre/recipes/jalopnik.recipe
2551share/calibre/recipes/japaa.recipe 2551share/calibre/recipes/japaa.recipe
2552share/calibre/recipes/japan_news.recipe 2552share/calibre/recipes/japan_news.recipe
2553share/calibre/recipes/japan_times.recipe 2553share/calibre/recipes/japan_times.recipe
2554share/calibre/recipes/javalobby.recipe 2554share/calibre/recipes/javalobby.recipe
2555share/calibre/recipes/jazzpress.recipe 2555share/calibre/recipes/jazzpress.recipe
2556share/calibre/recipes/jb_online.recipe 2556share/calibre/recipes/jb_online.recipe
2557share/calibre/recipes/jbpress.recipe 2557share/calibre/recipes/jbpress.recipe
2558share/calibre/recipes/jeuxvideo.recipe 2558share/calibre/recipes/jeuxvideo.recipe
2559share/calibre/recipes/jezebel.recipe 2559share/calibre/recipes/jezebel.recipe
2560share/calibre/recipes/jijinews.recipe 2560share/calibre/recipes/jijinews.recipe
2561share/calibre/recipes/joelonsoftware.recipe 2561share/calibre/recipes/joelonsoftware.recipe
2562share/calibre/recipes/johm.recipe 2562share/calibre/recipes/johm.recipe
2563share/calibre/recipes/joongang.recipe 2563share/calibre/recipes/joongang.recipe
2564share/calibre/recipes/joop.recipe 2564share/calibre/recipes/joop.recipe
2565share/calibre/recipes/jot_down.recipe 2565share/calibre/recipes/jot_down.recipe
2566share/calibre/recipes/journalgazette.recipe 2566share/calibre/recipes/journalgazette.recipe
2567share/calibre/recipes/journalofaccountancy.recipe 2567share/calibre/recipes/journalofaccountancy.recipe
2568share/calibre/recipes/jp_dk.recipe 2568share/calibre/recipes/jp_dk.recipe
2569share/calibre/recipes/jpost.recipe 2569share/calibre/recipes/jpost.recipe
2570share/calibre/recipes/jpost_fr.recipe 2570share/calibre/recipes/jpost_fr.recipe
2571share/calibre/recipes/jsonline.recipe 2571share/calibre/recipes/jsonline.recipe
2572share/calibre/recipes/jurnalulnational.recipe 2572share/calibre/recipes/jurnalulnational.recipe
2573share/calibre/recipes/jutarnji.recipe 2573share/calibre/recipes/jutarnji.recipe
2574share/calibre/recipes/juve_la_stampa.recipe 2574share/calibre/recipes/juve_la_stampa.recipe
2575share/calibre/recipes/juventudrebelde.recipe 2575share/calibre/recipes/juventudrebelde.recipe
2576share/calibre/recipes/jv_dk.recipe 2576share/calibre/recipes/jv_dk.recipe
2577share/calibre/recipes/kahokushinpo.recipe 2577share/calibre/recipes/kahokushinpo.recipe
2578share/calibre/recipes/kaloeviglokalavisen_dk.recipe 2578share/calibre/recipes/kaloeviglokalavisen_dk.recipe
2579share/calibre/recipes/kamerabild.recipe 2579share/calibre/recipes/kamerabild.recipe
2580share/calibre/recipes/kamikaze.recipe 2580share/calibre/recipes/kamikaze.recipe
2581share/calibre/recipes/karlsruhe.recipe 2581share/calibre/recipes/karlsruhe.recipe
2582share/calibre/recipes/karsi_gazete.recipe 2582share/calibre/recipes/karsi_gazete.recipe
2583share/calibre/recipes/kath_net.recipe 2583share/calibre/recipes/kath_net.recipe
2584share/calibre/recipes/kathemerini.recipe 2584share/calibre/recipes/kathemerini.recipe
2585share/calibre/recipes/kellog_faculty.recipe 2585share/calibre/recipes/kellog_faculty.recipe
2586share/calibre/recipes/kellog_insight.recipe 2586share/calibre/recipes/kellog_insight.recipe
2587share/calibre/recipes/kerrang.recipe 2587share/calibre/recipes/kerrang.recipe
2588share/calibre/recipes/kgsenghavebladet_dk.recipe 2588share/calibre/recipes/kgsenghavebladet_dk.recipe
2589share/calibre/recipes/kidney.recipe 2589share/calibre/recipes/kidney.recipe
2590share/calibre/recipes/kitekinto.recipe 2590share/calibre/recipes/kitekinto.recipe
2591share/calibre/recipes/kitsapun.recipe 2591share/calibre/recipes/kitsapun.recipe
2592share/calibre/recipes/kleinezeitung.recipe 2592share/calibre/recipes/kleinezeitung.recipe
2593share/calibre/recipes/klip_me.recipe 2593share/calibre/recipes/klip_me.recipe
2594share/calibre/recipes/klubknjige.recipe 2594share/calibre/recipes/klubknjige.recipe
2595share/calibre/recipes/km_blog.recipe 2595share/calibre/recipes/km_blog.recipe
2596share/calibre/recipes/koegelokalavisen_dk.recipe 2596share/calibre/recipes/koegelokalavisen_dk.recipe
2597share/calibre/recipes/koldinglokalavisen_dk.recipe 2597share/calibre/recipes/koldinglokalavisen_dk.recipe
2598share/calibre/recipes/komchadluek.recipe 2598share/calibre/recipes/komchadluek.recipe
2599share/calibre/recipes/kommersant.recipe 2599share/calibre/recipes/kommersant.recipe
2600share/calibre/recipes/kommunalsundhed_dk.recipe 2600share/calibre/recipes/kommunalsundhed_dk.recipe
2601share/calibre/recipes/kompas.recipe 2601share/calibre/recipes/kompas.recipe
2602share/calibre/recipes/kompiutierra.recipe 2602share/calibre/recipes/kompiutierra.recipe
2603share/calibre/recipes/konflikty_zbrojne.recipe 2603share/calibre/recipes/konflikty_zbrojne.recipe
2604share/calibre/recipes/kopalniawiedzy.recipe 2604share/calibre/recipes/kopalniawiedzy.recipe
2605share/calibre/recipes/korben.recipe 2605share/calibre/recipes/korben.recipe
2606share/calibre/recipes/korea_herald.recipe 2606share/calibre/recipes/korea_herald.recipe
2607share/calibre/recipes/kosmonauta_pl.recipe 2607share/calibre/recipes/kosmonauta_pl.recipe
2608share/calibre/recipes/kotaku.recipe 2608share/calibre/recipes/kotaku.recipe
2609share/calibre/recipes/kp.recipe 2609share/calibre/recipes/kp.recipe
2610share/calibre/recipes/krebs_on_security.recipe 2610share/calibre/recipes/krebs_on_security.recipe
2611share/calibre/recipes/kresy_pl.recipe 2611share/calibre/recipes/kresy_pl.recipe
2612share/calibre/recipes/kristeligt_dagblad_dk.recipe 2612share/calibre/recipes/kristeligt_dagblad_dk.recipe
2613share/calibre/recipes/krstarica.recipe 2613share/calibre/recipes/krstarica.recipe
2614share/calibre/recipes/krstarica_en.recipe 2614share/calibre/recipes/krstarica_en.recipe
2615share/calibre/recipes/ksiazka_pl.recipe 2615share/calibre/recipes/ksiazka_pl.recipe
2616share/calibre/recipes/kstar.recipe 2616share/calibre/recipes/kstar.recipe
2617share/calibre/recipes/kudika.recipe 2617share/calibre/recipes/kudika.recipe
2618share/calibre/recipes/kudy_z_nudy.recipe 2618share/calibre/recipes/kudy_z_nudy.recipe
2619share/calibre/recipes/kukuburi.recipe 2619share/calibre/recipes/kukuburi.recipe
2620share/calibre/recipes/kurier.recipe 2620share/calibre/recipes/kurier.recipe
2621share/calibre/recipes/kurier_galicyjski.recipe 2621share/calibre/recipes/kurier_galicyjski.recipe
2622share/calibre/recipes/kurier_lubelski.recipe 2622share/calibre/recipes/kurier_lubelski.recipe
2623share/calibre/recipes/kurier_poranny.recipe 2623share/calibre/recipes/kurier_poranny.recipe
2624share/calibre/recipes/kurier_szczecinski.recipe 2624share/calibre/recipes/kurier_szczecinski.recipe
2625share/calibre/recipes/kyungyhang.recipe 2625share/calibre/recipes/kyungyhang.recipe
2626share/calibre/recipes/l_espresso.recipe 2626share/calibre/recipes/l_espresso.recipe
2627share/calibre/recipes/l_vivs_ghazieta.recipe 2627share/calibre/recipes/l_vivs_ghazieta.recipe
2628share/calibre/recipes/la_cuarta.recipe 2628share/calibre/recipes/la_cuarta.recipe
2629share/calibre/recipes/la_gazetta_del_mezzogiorno.recipe 2629share/calibre/recipes/la_gazetta_del_mezzogiorno.recipe
2630share/calibre/recipes/la_gazzeta_dello_sport.recipe 2630share/calibre/recipes/la_gazzeta_dello_sport.recipe
2631share/calibre/recipes/la_jornada.recipe 2631share/calibre/recipes/la_jornada.recipe
2632share/calibre/recipes/la_nacion_cr.recipe 2632share/calibre/recipes/la_nacion_cr.recipe
2633share/calibre/recipes/la_nueva.recipe 2633share/calibre/recipes/la_nueva.recipe
2634share/calibre/recipes/la_pausa_caffe.recipe 2634share/calibre/recipes/la_pausa_caffe.recipe
2635share/calibre/recipes/la_razon_bo.recipe 2635share/calibre/recipes/la_razon_bo.recipe
2636share/calibre/recipes/la_republica.recipe 2636share/calibre/recipes/la_republica.recipe
2637share/calibre/recipes/la_rioja.recipe 2637share/calibre/recipes/la_rioja.recipe
2638share/calibre/recipes/la_segunda.recipe 2638share/calibre/recipes/la_segunda.recipe
2639share/calibre/recipes/la_stampa.recipe 2639share/calibre/recipes/la_stampa.recipe
2640share/calibre/recipes/la_tercera.recipe 2640share/calibre/recipes/la_tercera.recipe
2641share/calibre/recipes/la_tribuna.recipe 2641share/calibre/recipes/la_tribuna.recipe
2642share/calibre/recipes/la_voce.recipe 2642share/calibre/recipes/la_voce.recipe
2643share/calibre/recipes/lalibre_be.recipe 2643share/calibre/recipes/lalibre_be.recipe
2644share/calibre/recipes/lamebook.recipe 2644share/calibre/recipes/lamebook.recipe
2645share/calibre/recipes/lameuse_be.recipe 2645share/calibre/recipes/lameuse_be.recipe
2646share/calibre/recipes/lanacion.recipe 2646share/calibre/recipes/lanacion.recipe
2647share/calibre/recipes/lanacion_chile.recipe 2647share/calibre/recipes/lanacion_chile.recipe
2648share/calibre/recipes/lapoliticaonline_ar.recipe 2648share/calibre/recipes/lapoliticaonline_ar.recipe
2649share/calibre/recipes/laprensa.recipe 2649share/calibre/recipes/laprensa.recipe
2650share/calibre/recipes/laprensa_hn.recipe 2650share/calibre/recipes/laprensa_hn.recipe
2651share/calibre/recipes/laprensa_ni.recipe 2651share/calibre/recipes/laprensa_ni.recipe
2652share/calibre/recipes/las_vegas_review.recipe 2652share/calibre/recipes/las_vegas_review.recipe
2653share/calibre/recipes/latimes.recipe 2653share/calibre/recipes/latimes.recipe
2654share/calibre/recipes/latribuna.recipe 2654share/calibre/recipes/latribuna.recipe
2655share/calibre/recipes/lavanguardia.recipe 2655share/calibre/recipes/lavanguardia.recipe
2656share/calibre/recipes/lavanguardia_corresponsales_es.recipe 2656share/calibre/recipes/lavanguardia_corresponsales_es.recipe
2657share/calibre/recipes/lavenir_be.recipe 2657share/calibre/recipes/lavenir_be.recipe
2658share/calibre/recipes/le_gorafi.recipe 2658share/calibre/recipes/le_gorafi.recipe
2659share/calibre/recipes/le_journal.recipe 2659share/calibre/recipes/le_journal.recipe
2660share/calibre/recipes/le_monde.recipe 2660share/calibre/recipes/le_monde.recipe
2661share/calibre/recipes/le_monde_diplomatique_fr.recipe 2661share/calibre/recipes/le_monde_diplomatique_fr.recipe
2662share/calibre/recipes/le_monde_sub.recipe 2662share/calibre/recipes/le_monde_sub.recipe
2663share/calibre/recipes/le_nouvel_observateur.recipe 2663share/calibre/recipes/le_nouvel_observateur.recipe
2664share/calibre/recipes/le_temps.recipe 2664share/calibre/recipes/le_temps.recipe
2665share/calibre/recipes/ledevoir.recipe 2665share/calibre/recipes/ledevoir.recipe
2666share/calibre/recipes/leduc.recipe 2666share/calibre/recipes/leduc.recipe
2667share/calibre/recipes/lega_nerd.recipe 2667share/calibre/recipes/lega_nerd.recipe
2668share/calibre/recipes/legeartis.recipe 2668share/calibre/recipes/legeartis.recipe
2669share/calibre/recipes/leggo_it.recipe 2669share/calibre/recipes/leggo_it.recipe
2670share/calibre/recipes/legitymizm.recipe 2670share/calibre/recipes/legitymizm.recipe
2671share/calibre/recipes/leipzer_volkszeitung.recipe 2671share/calibre/recipes/leipzer_volkszeitung.recipe
2672share/calibre/recipes/lemonde_dip.recipe 2672share/calibre/recipes/lemonde_dip.recipe
2673share/calibre/recipes/lenta_ru.recipe 2673share/calibre/recipes/lenta_ru.recipe
2674share/calibre/recipes/lepoint.recipe 2674share/calibre/recipes/lepoint.recipe
2675share/calibre/recipes/lequipe.recipe 2675share/calibre/recipes/lequipe.recipe
2676share/calibre/recipes/les_echos.recipe 2676share/calibre/recipes/les_echos.recipe
2677share/calibre/recipes/lescienze.recipe 2677share/calibre/recipes/lescienze.recipe
2678share/calibre/recipes/lesoir_be.recipe 2678share/calibre/recipes/lesoir_be.recipe
2679share/calibre/recipes/letsgetcritical.recipe 2679share/calibre/recipes/letsgetcritical.recipe
2680share/calibre/recipes/levante.recipe 2680share/calibre/recipes/levante.recipe
2681share/calibre/recipes/lexpress.recipe 2681share/calibre/recipes/lexpress.recipe
2682share/calibre/recipes/libartes.recipe 2682share/calibre/recipes/libartes.recipe
2683share/calibre/recipes/liberation.recipe 2683share/calibre/recipes/liberation.recipe
2684share/calibre/recipes/liberatorio_politico.recipe 2684share/calibre/recipes/liberatorio_politico.recipe
2685share/calibre/recipes/libero.recipe 2685share/calibre/recipes/libero.recipe
2686share/calibre/recipes/libertad_digital.recipe 2686share/calibre/recipes/libertad_digital.recipe
2687share/calibre/recipes/liberty_times.recipe 2687share/calibre/recipes/liberty_times.recipe
2688share/calibre/recipes/lidovky.recipe 2688share/calibre/recipes/lidovky.recipe
2689share/calibre/recipes/lifehacker.recipe 2689share/calibre/recipes/lifehacker.recipe
2690share/calibre/recipes/lifehacker_pl.recipe 2690share/calibre/recipes/lifehacker_pl.recipe
2691share/calibre/recipes/lightspeed_magazine.recipe 2691share/calibre/recipes/lightspeed_magazine.recipe
2692share/calibre/recipes/limes.recipe 2692share/calibre/recipes/limes.recipe
2693share/calibre/recipes/linux_journal.recipe 2693share/calibre/recipes/linux_journal.recipe
2694share/calibre/recipes/linux_magazine.recipe 2694share/calibre/recipes/linux_magazine.recipe
2695share/calibre/recipes/linuxportal_pl.recipe 2695share/calibre/recipes/linuxportal_pl.recipe
2696share/calibre/recipes/list_apart.recipe 2696share/calibre/recipes/list_apart.recipe
2697share/calibre/recipes/livemint.recipe 2697share/calibre/recipes/livemint.recipe
2698share/calibre/recipes/living_stones.recipe 2698share/calibre/recipes/living_stones.recipe
2699share/calibre/recipes/lomza.recipe 2699share/calibre/recipes/lomza.recipe
2700share/calibre/recipes/london_free_press.recipe 2700share/calibre/recipes/london_free_press.recipe
2701share/calibre/recipes/los_tiempos_bo.recipe 2701share/calibre/recipes/los_tiempos_bo.recipe
2702share/calibre/recipes/losservatoreromano_it.recipe 2702share/calibre/recipes/losservatoreromano_it.recipe
2703share/calibre/recipes/lr21.recipe 2703share/calibre/recipes/lr21.recipe
2704share/calibre/recipes/lrb.recipe 2704share/calibre/recipes/lrb.recipe
2705share/calibre/recipes/lrb_payed.recipe 2705share/calibre/recipes/lrb_payed.recipe
2706share/calibre/recipes/ludwig_mises.recipe 2706share/calibre/recipes/ludwig_mises.recipe
2707share/calibre/recipes/luns_a_venres.recipe 2707share/calibre/recipes/luns_a_venres.recipe
2708share/calibre/recipes/lupa.recipe 2708share/calibre/recipes/lupa.recipe
2709share/calibre/recipes/lvivs_ks_ghazieta.recipe 2709share/calibre/recipes/lvivs_ks_ghazieta.recipe
2710share/calibre/recipes/lwn.recipe 2710share/calibre/recipes/lwn.recipe
2711share/calibre/recipes/lwn_weekly.recipe 2711share/calibre/recipes/lwn_weekly.recipe
2712share/calibre/recipes/lyngby-taarbaeklokalavisen_dk.recipe 2712share/calibre/recipes/lyngby-taarbaeklokalavisen_dk.recipe
2713share/calibre/recipes/mac_world.recipe 2713share/calibre/recipes/mac_world.recipe
2714share/calibre/recipes/mac_world_uk.recipe 2714share/calibre/recipes/mac_world_uk.recipe
2715share/calibre/recipes/macity.recipe 2715share/calibre/recipes/macity.recipe
2716share/calibre/recipes/macleans.recipe 2716share/calibre/recipes/macleans.recipe
2717share/calibre/recipes/maekyung.recipe 2717share/calibre/recipes/maekyung.recipe
2718share/calibre/recipes/magyar_nemzet.recipe 2718share/calibre/recipes/magyar_nemzet.recipe
2719share/calibre/recipes/maharashtra_times.recipe 2719share/calibre/recipes/maharashtra_times.recipe
2720share/calibre/recipes/mail_and_guardian.recipe 2720share/calibre/recipes/mail_and_guardian.recipe
2721share/calibre/recipes/mainichi.recipe 2721share/calibre/recipes/mainichi.recipe
2722share/calibre/recipes/mainichi_en.recipe 2722share/calibre/recipes/mainichi_en.recipe
2723share/calibre/recipes/mainichi_science_news.recipe 2723share/calibre/recipes/mainichi_science_news.recipe
2724share/calibre/recipes/malaya_business_insight.recipe 2724share/calibre/recipes/malaya_business_insight.recipe
2725share/calibre/recipes/malaysian_mirror.recipe 2725share/calibre/recipes/malaysian_mirror.recipe
2726share/calibre/recipes/manila_standard_today.recipe 2726share/calibre/recipes/manila_standard_today.recipe
2727share/calibre/recipes/marca.recipe 2727share/calibre/recipes/marca.recipe
2728share/calibre/recipes/marctv.recipe 2728share/calibre/recipes/marctv.recipe
2729share/calibre/recipes/marine_corps_times.recipe 2729share/calibre/recipes/marine_corps_times.recipe
2730share/calibre/recipes/marketing_magazine.recipe 2730share/calibre/recipes/marketing_magazine.recipe
2731share/calibre/recipes/marketing_sensoriale.recipe 2731share/calibre/recipes/marketing_sensoriale.recipe
2732share/calibre/recipes/maskinbladet_dk.recipe 2732share/calibre/recipes/maskinbladet_dk.recipe
2733share/calibre/recipes/mateusz_czytania.recipe 2733share/calibre/recipes/mateusz_czytania.recipe
2734share/calibre/recipes/matichon.recipe 2734share/calibre/recipes/matichon.recipe
2735share/calibre/recipes/max_planck.recipe 2735share/calibre/recipes/max_planck.recipe
2736share/calibre/recipes/mayra.recipe 2736share/calibre/recipes/mayra.recipe
2737share/calibre/recipes/mdj.recipe 2737share/calibre/recipes/mdj.recipe
2738share/calibre/recipes/media2.recipe 2738share/calibre/recipes/media2.recipe
2739share/calibre/recipes/media_zone.recipe 2739share/calibre/recipes/media_zone.recipe
2740share/calibre/recipes/mediafax.recipe 2740share/calibre/recipes/mediafax.recipe
2741share/calibre/recipes/mediaindonesia.recipe 2741share/calibre/recipes/mediaindonesia.recipe
2742share/calibre/recipes/mediapart.recipe 2742share/calibre/recipes/mediapart.recipe
2743share/calibre/recipes/medscape.recipe 2743share/calibre/recipes/medscape.recipe
2744share/calibre/recipes/melbourne_herald_sun.recipe 2744share/calibre/recipes/melbourne_herald_sun.recipe
2745share/calibre/recipes/men24_gr.recipe 2745share/calibre/recipes/men24_gr.recipe
2746share/calibre/recipes/mens_health.recipe 2746share/calibre/recipes/mens_health.recipe
2747share/calibre/recipes/merco_press.recipe 2747share/calibre/recipes/merco_press.recipe
2748share/calibre/recipes/mesec.recipe 2748share/calibre/recipes/mesec.recipe
2749share/calibre/recipes/metro_montreal.recipe 2749share/calibre/recipes/metro_montreal.recipe
2750share/calibre/recipes/metro_news_nl.recipe 2750share/calibre/recipes/metro_news_nl.recipe
2751share/calibre/recipes/metro_uk.recipe 2751share/calibre/recipes/metro_uk.recipe
2752share/calibre/recipes/metropol_tv.recipe 2752share/calibre/recipes/metropol_tv.recipe
2753share/calibre/recipes/miami_herald.recipe 2753share/calibre/recipes/miami_herald.recipe
2754share/calibre/recipes/michalkiewicz.recipe 2754share/calibre/recipes/michalkiewicz.recipe
2755share/calibre/recipes/michellemalkin.recipe 2755share/calibre/recipes/michellemalkin.recipe
2756share/calibre/recipes/miesbacher_merkur.recipe 2756share/calibre/recipes/miesbacher_merkur.recipe
2757share/calibre/recipes/milenio.recipe 2757share/calibre/recipes/milenio.recipe
2758share/calibre/recipes/military_times.recipe 2758share/calibre/recipes/military_times.recipe
2759share/calibre/recipes/ming_pao.recipe 2759share/calibre/recipes/ming_pao.recipe
2760share/calibre/recipes/ming_pao_toronto.recipe 2760share/calibre/recipes/ming_pao_toronto.recipe
2761share/calibre/recipes/ming_pao_vancouver.recipe 2761share/calibre/recipes/ming_pao_vancouver.recipe
2762share/calibre/recipes/mit_technology_review.recipe 2762share/calibre/recipes/mit_technology_review.recipe
2763share/calibre/recipes/mlody_technik_pl.recipe 2763share/calibre/recipes/mlody_technik_pl.recipe
2764share/calibre/recipes/mmc_rtv.recipe 2764share/calibre/recipes/mmc_rtv.recipe
2765share/calibre/recipes/mobile_bulgaria.recipe 2765share/calibre/recipes/mobile_bulgaria.recipe
2766share/calibre/recipes/mobilenations.recipe 2766share/calibre/recipes/mobilenations.recipe
2767share/calibre/recipes/modoros.recipe 2767share/calibre/recipes/modoros.recipe
2768share/calibre/recipes/moldovaazi.recipe 2768share/calibre/recipes/moldovaazi.recipe
2769share/calibre/recipes/monbiot.recipe 2769share/calibre/recipes/monbiot.recipe
2770share/calibre/recipes/mondedurable.recipe 2770share/calibre/recipes/mondedurable.recipe
2771share/calibre/recipes/monden.recipe 2771share/calibre/recipes/monden.recipe
2772share/calibre/recipes/money_pl.recipe 2772share/calibre/recipes/money_pl.recipe
2773share/calibre/recipes/moneycontrol.recipe 2773share/calibre/recipes/moneycontrol.recipe
2774share/calibre/recipes/moneyro.recipe 2774share/calibre/recipes/moneyro.recipe
2775share/calibre/recipes/monitor.recipe 2775share/calibre/recipes/monitor.recipe
2776share/calibre/recipes/montevideo_com.recipe 2776share/calibre/recipes/montevideo_com.recipe
2777share/calibre/recipes/montreal_gazette.recipe 2777share/calibre/recipes/montreal_gazette.recipe
2778share/calibre/recipes/more_intelligent_life.recipe 2778share/calibre/recipes/more_intelligent_life.recipe
2779share/calibre/recipes/moscow_times.recipe 2779share/calibre/recipes/moscow_times.recipe
2780share/calibre/recipes/motherjones.recipe 2780share/calibre/recipes/motherjones.recipe
2781share/calibre/recipes/msdnmag_en.recipe 2781share/calibre/recipes/msdnmag_en.recipe
2782share/calibre/recipes/msnbc.recipe 2782share/calibre/recipes/msnbc.recipe
2783share/calibre/recipes/msnsankei.recipe 2783share/calibre/recipes/msnsankei.recipe
2784share/calibre/recipes/mult_kor.recipe 2784share/calibre/recipes/mult_kor.recipe
2785share/calibre/recipes/mumbai_mirror.recipe 2785share/calibre/recipes/mumbai_mirror.recipe
2786share/calibre/recipes/munchner_merkur_nord.recipe 2786share/calibre/recipes/munchner_merkur_nord.recipe
2787share/calibre/recipes/munchner_merkur_stadt.recipe 2787share/calibre/recipes/munchner_merkur_stadt.recipe
2788share/calibre/recipes/munchner_merkur_sud.recipe 2788share/calibre/recipes/munchner_merkur_sud.recipe
2789share/calibre/recipes/munchner_merkur_wurmtal.recipe 2789share/calibre/recipes/munchner_merkur_wurmtal.recipe
2790share/calibre/recipes/murnauer_tagblatt.recipe 2790share/calibre/recipes/murnauer_tagblatt.recipe
2791share/calibre/recipes/mwjournal.recipe 2791share/calibre/recipes/mwjournal.recipe
2792share/calibre/recipes/myapple_pl.recipe 2792share/calibre/recipes/myapple_pl.recipe
2793share/calibre/recipes/nachdenkseiten.recipe 2793share/calibre/recipes/nachdenkseiten.recipe
2794share/calibre/recipes/nacional_cro.recipe 2794share/calibre/recipes/nacional_cro.recipe
2795share/calibre/recipes/nacionred.recipe 2795share/calibre/recipes/nacionred.recipe
2796share/calibre/recipes/nadacni_fond_proti_korupci.recipe 2796share/calibre/recipes/nadacni_fond_proti_korupci.recipe
2797share/calibre/recipes/najwyzszy_czas.recipe 2797share/calibre/recipes/najwyzszy_czas.recipe
2798share/calibre/recipes/nakedcapitalism.recipe 2798share/calibre/recipes/nakedcapitalism.recipe
2799share/calibre/recipes/nanfengchuang.recipe 2799share/calibre/recipes/nanfengchuang.recipe
2800share/calibre/recipes/nasa.recipe 2800share/calibre/recipes/nasa.recipe
2801share/calibre/recipes/naszdziennik.recipe 2801share/calibre/recipes/naszdziennik.recipe
2802share/calibre/recipes/natemat_pl.recipe 2802share/calibre/recipes/natemat_pl.recipe
2803share/calibre/recipes/natgeo.recipe 2803share/calibre/recipes/natgeo.recipe
2804share/calibre/recipes/nation_ke.recipe 2804share/calibre/recipes/nation_ke.recipe
2805share/calibre/recipes/national_geographic_de.recipe 2805share/calibre/recipes/national_geographic_de.recipe
2806share/calibre/recipes/national_geographic_es.recipe 2806share/calibre/recipes/national_geographic_es.recipe
2807share/calibre/recipes/national_geographic_it.recipe 2807share/calibre/recipes/national_geographic_it.recipe
2808share/calibre/recipes/national_geographic_pl.recipe 2808share/calibre/recipes/national_geographic_pl.recipe
2809share/calibre/recipes/national_post.recipe 2809share/calibre/recipes/national_post.recipe
2810share/calibre/recipes/nationalgeographicjp.recipe 2810share/calibre/recipes/nationalgeographicjp.recipe
2811share/calibre/recipes/nationalgeoro.recipe 2811share/calibre/recipes/nationalgeoro.recipe
2812share/calibre/recipes/nationalreviewonline.recipe 2812share/calibre/recipes/nationalreviewonline.recipe
2813share/calibre/recipes/nauka_w_polsce.recipe 2813share/calibre/recipes/nauka_w_polsce.recipe
2814share/calibre/recipes/navalny.recipe 2814share/calibre/recipes/navalny.recipe
2815share/calibre/recipes/navegalo.recipe 2815share/calibre/recipes/navegalo.recipe
2816share/calibre/recipes/navy_times.recipe 2816share/calibre/recipes/navy_times.recipe
2817share/calibre/recipes/nbonline.recipe 2817share/calibre/recipes/nbonline.recipe
2818share/calibre/recipes/ncrnext.recipe 2818share/calibre/recipes/ncrnext.recipe
2819share/calibre/recipes/nejm.recipe 2819share/calibre/recipes/nejm.recipe
2820share/calibre/recipes/neowin.recipe 2820share/calibre/recipes/neowin.recipe
2821share/calibre/recipes/nepszabadsag.recipe 2821share/calibre/recipes/nepszabadsag.recipe
2822share/calibre/recipes/netzpolitik.recipe 2822share/calibre/recipes/netzpolitik.recipe
2823share/calibre/recipes/neu_osnabrucker_zeitung.recipe 2823share/calibre/recipes/neu_osnabrucker_zeitung.recipe
2824share/calibre/recipes/neviditelny_pes.recipe 2824share/calibre/recipes/neviditelny_pes.recipe
2825share/calibre/recipes/new_london_day.recipe 2825share/calibre/recipes/new_london_day.recipe
2826share/calibre/recipes/new_scientist.recipe 2826share/calibre/recipes/new_scientist.recipe
2827share/calibre/recipes/new_statesman.recipe 2827share/calibre/recipes/new_statesman.recipe
2828share/calibre/recipes/new_york_review_of_books.recipe 2828share/calibre/recipes/new_york_review_of_books.recipe
2829share/calibre/recipes/new_york_review_of_books_no_sub.recipe 2829share/calibre/recipes/new_york_review_of_books_no_sub.recipe
2830share/calibre/recipes/new_yorker.recipe 2830share/calibre/recipes/new_yorker.recipe
2831share/calibre/recipes/news24.recipe 2831share/calibre/recipes/news24.recipe
2832share/calibre/recipes/news_busters.recipe 2832share/calibre/recipes/news_busters.recipe
2833share/calibre/recipes/news_times.recipe 2833share/calibre/recipes/news_times.recipe
2834share/calibre/recipes/newsbeast.recipe 2834share/calibre/recipes/newsbeast.recipe
2835share/calibre/recipes/newsmoldova.recipe 2835share/calibre/recipes/newsmoldova.recipe
2836share/calibre/recipes/newsobs.recipe 2836share/calibre/recipes/newsobs.recipe
2837share/calibre/recipes/newsstraitstimes.recipe 2837share/calibre/recipes/newsstraitstimes.recipe
2838share/calibre/recipes/newsweek.recipe 2838share/calibre/recipes/newsweek.recipe
2839share/calibre/recipes/newsweek_polska.recipe 2839share/calibre/recipes/newsweek_polska.recipe
2840share/calibre/recipes/newz_dk.recipe 2840share/calibre/recipes/newz_dk.recipe
2841share/calibre/recipes/nezavisne_novine.recipe 2841share/calibre/recipes/nezavisne_novine.recipe
2842share/calibre/recipes/ngz.recipe 2842share/calibre/recipes/ngz.recipe
2843share/calibre/recipes/niebezpiecznik.recipe 2843share/calibre/recipes/niebezpiecznik.recipe
2844share/calibre/recipes/nightflier.recipe 2844share/calibre/recipes/nightflier.recipe
2845share/calibre/recipes/nikkei_free.recipe 2845share/calibre/recipes/nikkei_free.recipe
2846share/calibre/recipes/nikkei_news.recipe 2846share/calibre/recipes/nikkei_news.recipe
2847share/calibre/recipes/nikkei_sub.recipe 2847share/calibre/recipes/nikkei_sub.recipe
2848share/calibre/recipes/nin.recipe 2848share/calibre/recipes/nin.recipe
2849share/calibre/recipes/njp.recipe 2849share/calibre/recipes/njp.recipe
2850share/calibre/recipes/njuz_net.recipe 2850share/calibre/recipes/njuz_net.recipe
2851share/calibre/recipes/nme.recipe 2851share/calibre/recipes/nme.recipe
2852share/calibre/recipes/noaa.recipe 2852share/calibre/recipes/noaa.recipe
2853share/calibre/recipes/noerrebronordvestbladet_dk.recipe 2853share/calibre/recipes/noerrebronordvestbladet_dk.recipe
2854share/calibre/recipes/nol.recipe 2854share/calibre/recipes/nol.recipe
2855share/calibre/recipes/non_leggerlo.recipe 2855share/calibre/recipes/non_leggerlo.recipe
2856share/calibre/recipes/norddjurslokalavisen_dk.recipe 2856share/calibre/recipes/norddjurslokalavisen_dk.recipe
2857share/calibre/recipes/nordjyske_dk.recipe 2857share/calibre/recipes/nordjyske_dk.recipe
2858share/calibre/recipes/nortecastilla.recipe 2858share/calibre/recipes/nortecastilla.recipe
2859share/calibre/recipes/noticias_r7.recipe 2859share/calibre/recipes/noticias_r7.recipe
2860share/calibre/recipes/noticias_unb.recipe 2860share/calibre/recipes/noticias_unb.recipe
2861share/calibre/recipes/novaya_gazeta.recipe 2861share/calibre/recipes/novaya_gazeta.recipe
2862share/calibre/recipes/novilist_novine_hr.recipe 2862share/calibre/recipes/novilist_novine_hr.recipe
2863share/calibre/recipes/novilist_portal_hr.recipe 2863share/calibre/recipes/novilist_portal_hr.recipe
2864share/calibre/recipes/novinite.recipe 2864share/calibre/recipes/novinite.recipe
2865share/calibre/recipes/novinite_bg.recipe 2865share/calibre/recipes/novinite_bg.recipe
2866share/calibre/recipes/novinky.cz.recipe 2866share/calibre/recipes/novinky.cz.recipe
2867share/calibre/recipes/novinky.recipe 2867share/calibre/recipes/novinky.recipe
2868share/calibre/recipes/novistandard.recipe 2868share/calibre/recipes/novistandard.recipe
2869share/calibre/recipes/novosti.recipe 2869share/calibre/recipes/novosti.recipe
2870share/calibre/recipes/now_toronto.recipe 2870share/calibre/recipes/now_toronto.recipe
2871share/calibre/recipes/nowa_fantastyka.recipe 2871share/calibre/recipes/nowa_fantastyka.recipe
2872share/calibre/recipes/nowiny_rybnik.recipe 2872share/calibre/recipes/nowiny_rybnik.recipe
2873share/calibre/recipes/nowy_ekran.recipe 2873share/calibre/recipes/nowy_ekran.recipe
2874share/calibre/recipes/nowy_obywatel.recipe 2874share/calibre/recipes/nowy_obywatel.recipe
2875share/calibre/recipes/noz.recipe 2875share/calibre/recipes/noz.recipe
2876share/calibre/recipes/npr.recipe 2876share/calibre/recipes/npr.recipe
2877share/calibre/recipes/npr_music_blogs.recipe 2877share/calibre/recipes/npr_music_blogs.recipe
2878share/calibre/recipes/nrc-nl-epub.recipe 2878share/calibre/recipes/nrc-nl-epub.recipe
2879share/calibre/recipes/nrc.nl.recipe 2879share/calibre/recipes/nrc.nl.recipe
2880share/calibre/recipes/nrc_handelsblad.recipe 2880share/calibre/recipes/nrc_handelsblad.recipe
2881share/calibre/recipes/nrc_next.recipe 2881share/calibre/recipes/nrc_next.recipe
2882share/calibre/recipes/nsfw_corp.recipe 2882share/calibre/recipes/nsfw_corp.recipe
2883share/calibre/recipes/nspm.recipe 2883share/calibre/recipes/nspm.recipe
2884share/calibre/recipes/nspm_int.recipe 2884share/calibre/recipes/nspm_int.recipe
2885share/calibre/recipes/nto.recipe 2885share/calibre/recipes/nto.recipe
2886share/calibre/recipes/ntv_spor.recipe 2886share/calibre/recipes/ntv_spor.recipe
2887share/calibre/recipes/ntv_tr.recipe 2887share/calibre/recipes/ntv_tr.recipe
2888share/calibre/recipes/nu.recipe 2888share/calibre/recipes/nu.recipe
2889share/calibre/recipes/nursingtimes.recipe 2889share/calibre/recipes/nursingtimes.recipe
2890share/calibre/recipes/nuus24.recipe 2890share/calibre/recipes/nuus24.recipe
2891share/calibre/recipes/nymag.recipe 2891share/calibre/recipes/nymag.recipe
2892share/calibre/recipes/nypost.recipe 2892share/calibre/recipes/nypost.recipe
2893share/calibre/recipes/nytimes.recipe 2893share/calibre/recipes/nytimes.recipe
2894share/calibre/recipes/nytimes_sports.recipe 2894share/calibre/recipes/nytimes_sports.recipe
2895share/calibre/recipes/nytimes_sub.recipe 2895share/calibre/recipes/nytimes_sub.recipe
2896share/calibre/recipes/nytimes_tech.recipe 2896share/calibre/recipes/nytimes_tech.recipe
2897share/calibre/recipes/nytimesbook.recipe 2897share/calibre/recipes/nytimesbook.recipe
2898share/calibre/recipes/nzherald.recipe 2898share/calibre/recipes/nzherald.recipe
2899share/calibre/recipes/nzz_folio.recipe 2899share/calibre/recipes/nzz_folio.recipe
2900share/calibre/recipes/nzz_ger.recipe 2900share/calibre/recipes/nzz_ger.recipe
2901share/calibre/recipes/nzz_webpaper.recipe 2901share/calibre/recipes/nzz_webpaper.recipe
2902share/calibre/recipes/o_globo.recipe 2902share/calibre/recipes/o_globo.recipe
2903share/calibre/recipes/oakland_north.recipe 2903share/calibre/recipes/oakland_north.recipe
2904share/calibre/recipes/observa_digital.recipe 2904share/calibre/recipes/observa_digital.recipe
2905share/calibre/recipes/observatorul_cultural.recipe 2905share/calibre/recipes/observatorul_cultural.recipe
2906share/calibre/recipes/observer.recipe 2906share/calibre/recipes/observer.recipe
2907share/calibre/recipes/observer_gb.recipe 2907share/calibre/recipes/observer_gb.recipe
2908share/calibre/recipes/oc_register.recipe 2908share/calibre/recipes/oc_register.recipe
2909share/calibre/recipes/odenselokalavisen_dk.recipe 2909share/calibre/recipes/odenselokalavisen_dk.recipe
2910share/calibre/recipes/odkrywcy_pl.recipe 2910share/calibre/recipes/odkrywcy_pl.recipe
2911share/calibre/recipes/oesterbroavis_dk.recipe 2911share/calibre/recipes/oesterbroavis_dk.recipe
2912share/calibre/recipes/office_space.recipe 2912share/calibre/recipes/office_space.recipe
2913share/calibre/recipes/oilprice.recipe 2913share/calibre/recipes/oilprice.recipe
2914share/calibre/recipes/oldnewthing.recipe 2914share/calibre/recipes/oldnewthing.recipe
2915share/calibre/recipes/omgubuntu.recipe 2915share/calibre/recipes/omgubuntu.recipe
2916share/calibre/recipes/onda_rock.recipe 2916share/calibre/recipes/onda_rock.recipe
2917share/calibre/recipes/onemagazine.recipe 2917share/calibre/recipes/onemagazine.recipe
2918share/calibre/recipes/onionavclub.recipe 2918share/calibre/recipes/onionavclub.recipe
2919share/calibre/recipes/opinion_bo.recipe 2919share/calibre/recipes/opinion_bo.recipe
2920share/calibre/recipes/optyczne_pl.recipe 2920share/calibre/recipes/optyczne_pl.recipe
2921share/calibre/recipes/oregonian.recipe 2921share/calibre/recipes/oregonian.recipe
2922share/calibre/recipes/oreilly_premium.recipe 2922share/calibre/recipes/oreilly_premium.recipe
2923share/calibre/recipes/oriental_daily.recipe 2923share/calibre/recipes/oriental_daily.recipe
2924share/calibre/recipes/origo_hu.recipe 2924share/calibre/recipes/origo_hu.recipe
2925share/calibre/recipes/orlando_sentinel.recipe 2925share/calibre/recipes/orlando_sentinel.recipe
2926share/calibre/recipes/orsai.recipe 2926share/calibre/recipes/orsai.recipe
2927share/calibre/recipes/osel_cz.recipe 2927share/calibre/recipes/osel_cz.recipe
2928share/calibre/recipes/osw.recipe 2928share/calibre/recipes/osw.recipe
2929share/calibre/recipes/osworld_pl.recipe 2929share/calibre/recipes/osworld_pl.recipe
2930share/calibre/recipes/ottawa_citizen.recipe 2930share/calibre/recipes/ottawa_citizen.recipe
2931share/calibre/recipes/ourdailybread.recipe 2931share/calibre/recipes/ourdailybread.recipe
2932share/calibre/recipes/outlook_india.recipe 2932share/calibre/recipes/outlook_india.recipe
2933share/calibre/recipes/overclock_pl.recipe 2933share/calibre/recipes/overclock_pl.recipe
2934share/calibre/recipes/oxford_mail.recipe 2934share/calibre/recipes/oxford_mail.recipe
2935share/calibre/recipes/padreydecano.recipe 2935share/calibre/recipes/padreydecano.recipe
2936share/calibre/recipes/pagina12.recipe 2936share/calibre/recipes/pagina12.recipe
2937share/calibre/recipes/pagina_12_print_ed.recipe 2937share/calibre/recipes/pagina_12_print_ed.recipe
2938share/calibre/recipes/pajama.recipe 2938share/calibre/recipes/pajama.recipe
2939share/calibre/recipes/palmtop_pl.recipe 2939share/calibre/recipes/palmtop_pl.recipe
2940share/calibre/recipes/pambianco.recipe 2940share/calibre/recipes/pambianco.recipe
2941share/calibre/recipes/pandodaily.recipe 2941share/calibre/recipes/pandodaily.recipe
2942share/calibre/recipes/panorama.recipe 2942share/calibre/recipes/panorama.recipe
2943share/calibre/recipes/paperli_topic.recipe 2943share/calibre/recipes/paperli_topic.recipe
2944share/calibre/recipes/parlamentni_listy.recipe 2944share/calibre/recipes/parlamentni_listy.recipe
2945share/calibre/recipes/patente_de_corso.recipe 2945share/calibre/recipes/patente_de_corso.recipe
2946share/calibre/recipes/pc_advisor.recipe 2946share/calibre/recipes/pc_advisor.recipe
2947share/calibre/recipes/pc_arena.recipe 2947share/calibre/recipes/pc_arena.recipe
2948share/calibre/recipes/pc_centre_pl.recipe 2948share/calibre/recipes/pc_centre_pl.recipe
2949share/calibre/recipes/pc_foster.recipe 2949share/calibre/recipes/pc_foster.recipe
2950share/calibre/recipes/pc_lab.recipe 2950share/calibre/recipes/pc_lab.recipe
2951share/calibre/recipes/pc_mag.recipe 2951share/calibre/recipes/pc_mag.recipe
2952share/calibre/recipes/pc_world.recipe 2952share/calibre/recipes/pc_world.recipe
2953share/calibre/recipes/pcworld_hu.recipe 2953share/calibre/recipes/pcworld_hu.recipe
2954share/calibre/recipes/pcworldro.recipe 2954share/calibre/recipes/pcworldro.recipe
2955share/calibre/recipes/pecat.recipe 2955share/calibre/recipes/pecat.recipe
2956share/calibre/recipes/penguin_news.recipe 2956share/calibre/recipes/penguin_news.recipe
2957share/calibre/recipes/penzberger_merkur.recipe 2957share/calibre/recipes/penzberger_merkur.recipe
2958share/calibre/recipes/people_daily.recipe 2958share/calibre/recipes/people_daily.recipe
2959share/calibre/recipes/people_us_mashup.recipe 2959share/calibre/recipes/people_us_mashup.recipe
2960share/calibre/recipes/periodismo_humano_es.recipe 2960share/calibre/recipes/periodismo_humano_es.recipe
2961share/calibre/recipes/pescanik.recipe 2961share/calibre/recipes/pescanik.recipe
2962share/calibre/recipes/peterschiff.recipe 2962share/calibre/recipes/peterschiff.recipe
2963share/calibre/recipes/phd_comics.recipe 2963share/calibre/recipes/phd_comics.recipe
2964share/calibre/recipes/philippino_star_ngayon.recipe 2964share/calibre/recipes/philippino_star_ngayon.recipe
2965share/calibre/recipes/phillosophy_now.recipe 2965share/calibre/recipes/phillosophy_now.recipe
2966share/calibre/recipes/philly.recipe 2966share/calibre/recipes/philly.recipe
2967share/calibre/recipes/phoronix.recipe 2967share/calibre/recipes/phoronix.recipe
2968share/calibre/recipes/phys_org.recipe 2968share/calibre/recipes/phys_org.recipe
2969share/calibre/recipes/physics_today.recipe 2969share/calibre/recipes/physics_today.recipe
2970share/calibre/recipes/physics_world.recipe 2970share/calibre/recipes/physics_world.recipe
2971share/calibre/recipes/picoboard_pl.recipe 2971share/calibre/recipes/picoboard_pl.recipe
2972share/calibre/recipes/pilot.recipe 2972share/calibre/recipes/pilot.recipe
2973share/calibre/recipes/piratska_strana.recipe 2973share/calibre/recipes/piratska_strana.recipe
2974share/calibre/recipes/piratske_noviny.recipe 2974share/calibre/recipes/piratske_noviny.recipe
2975share/calibre/recipes/planet_kde.recipe 2975share/calibre/recipes/planet_kde.recipe
2976share/calibre/recipes/planet_python.recipe 2976share/calibre/recipes/planet_python.recipe
2977share/calibre/recipes/plus_info.recipe 2977share/calibre/recipes/plus_info.recipe
2978share/calibre/recipes/pnn.recipe 2978share/calibre/recipes/pnn.recipe
2979share/calibre/recipes/pobjeda.recipe 2979share/calibre/recipes/pobjeda.recipe
2980share/calibre/recipes/poche.recipe 2980share/calibre/recipes/poche.recipe
2981share/calibre/recipes/podnikatel.recipe 2981share/calibre/recipes/podnikatel.recipe
2982share/calibre/recipes/politico.recipe 2982share/calibre/recipes/politico.recipe
2983share/calibre/recipes/politifact.recipe 2983share/calibre/recipes/politifact.recipe
2984share/calibre/recipes/politika.recipe 2984share/calibre/recipes/politika.recipe
2985share/calibre/recipes/politiken_dk.recipe 2985share/calibre/recipes/politiken_dk.recipe
2986share/calibre/recipes/politiko_dk.recipe 2986share/calibre/recipes/politiko_dk.recipe
2987share/calibre/recipes/polityka.recipe 2987share/calibre/recipes/polityka.recipe
2988share/calibre/recipes/polizeipress_de.recipe 2988share/calibre/recipes/polizeipress_de.recipe
2989share/calibre/recipes/polska_times.recipe 2989share/calibre/recipes/polska_times.recipe
2990share/calibre/recipes/polter_pl.recipe 2990share/calibre/recipes/polter_pl.recipe
2991share/calibre/recipes/popscience.recipe 2991share/calibre/recipes/popscience.recipe
2992share/calibre/recipes/poradnia_pwn.recipe 2992share/calibre/recipes/poradnia_pwn.recipe
2993share/calibre/recipes/portafolio.recipe 2993share/calibre/recipes/portafolio.recipe
2994share/calibre/recipes/portfolio.recipe 2994share/calibre/recipes/portfolio.recipe
2995share/calibre/recipes/portfolio_hu.recipe 2995share/calibre/recipes/portfolio_hu.recipe
2996share/calibre/recipes/portfolio_hu_hu.recipe 2996share/calibre/recipes/portfolio_hu_hu.recipe
2997share/calibre/recipes/post_today.recipe 2997share/calibre/recipes/post_today.recipe
2998share/calibre/recipes/poughkeepsie_journal.recipe 2998share/calibre/recipes/poughkeepsie_journal.recipe
2999share/calibre/recipes/ppe_pl.recipe 2999share/calibre/recipes/ppe_pl.recipe
3000share/calibre/recipes/praguemonitor.recipe 3000share/calibre/recipes/praguemonitor.recipe
3001share/calibre/recipes/pravda.recipe 3001share/calibre/recipes/pravda.recipe
3002share/calibre/recipes/pravda_en.recipe 3002share/calibre/recipes/pravda_en.recipe
3003share/calibre/recipes/pravda_it.recipe 3003share/calibre/recipes/pravda_it.recipe
3004share/calibre/recipes/pravda_por.recipe 3004share/calibre/recipes/pravda_por.recipe
3005share/calibre/recipes/pravda_rs.recipe 3005share/calibre/recipes/pravda_rs.recipe
3006share/calibre/recipes/pravda_ru.recipe 3006share/calibre/recipes/pravda_ru.recipe
3007share/calibre/recipes/pravo.recipe 3007share/calibre/recipes/pravo.recipe
3008share/calibre/recipes/prawica_net.recipe 3008share/calibre/recipes/prawica_net.recipe
3009share/calibre/recipes/presse_portal.recipe 3009share/calibre/recipes/presse_portal.recipe
3010share/calibre/recipes/presseurop.recipe 3010share/calibre/recipes/presseurop.recipe
3011share/calibre/recipes/pressonline.recipe 3011share/calibre/recipes/pressonline.recipe
3012share/calibre/recipes/pressthink.recipe 3012share/calibre/recipes/pressthink.recipe
3013share/calibre/recipes/private_eye.recipe 3013share/calibre/recipes/private_eye.recipe
3014share/calibre/recipes/pro_linux_de.recipe 3014share/calibre/recipes/pro_linux_de.recipe
3015share/calibre/recipes/pro_physik.recipe 3015share/calibre/recipes/pro_physik.recipe
3016share/calibre/recipes/projo.recipe 3016share/calibre/recipes/projo.recipe
3017share/calibre/recipes/promotor.recipe 3017share/calibre/recipes/promotor.recipe
3018share/calibre/recipes/propublica.recipe 3018share/calibre/recipes/propublica.recipe
3019share/calibre/recipes/prospectmaguk.recipe 3019share/calibre/recipes/prospectmaguk.recipe
3020share/calibre/recipes/prosport.recipe 3020share/calibre/recipes/prosport.recipe
3021share/calibre/recipes/prostamerika.recipe 3021share/calibre/recipes/prostamerika.recipe
3022share/calibre/recipes/protagon.recipe 3022share/calibre/recipes/protagon.recipe
3023share/calibre/recipes/protvmagazin.recipe 3023share/calibre/recipes/protvmagazin.recipe
3024share/calibre/recipes/psych.recipe 3024share/calibre/recipes/psych.recipe
3025share/calibre/recipes/psychologies.recipe 3025share/calibre/recipes/psychologies.recipe
3026share/calibre/recipes/pubblico_giornale.recipe 3026share/calibre/recipes/pubblico_giornale.recipe
3027share/calibre/recipes/publico.recipe 3027share/calibre/recipes/publico.recipe
3028share/calibre/recipes/publika.recipe 3028share/calibre/recipes/publika.recipe
3029share/calibre/recipes/puls_biznesu.recipe 3029share/calibre/recipes/puls_biznesu.recipe
3030share/calibre/recipes/punto_informatico.recipe 3030share/calibre/recipes/punto_informatico.recipe
3031share/calibre/recipes/pure_pc.recipe 3031share/calibre/recipes/pure_pc.recipe
3032share/calibre/recipes/pvp_online.recipe 3032share/calibre/recipes/pvp_online.recipe
3033share/calibre/recipes/queleer.recipe 3033share/calibre/recipes/queleer.recipe
3034share/calibre/recipes/queueacmorg.recipe 3034share/calibre/recipes/queueacmorg.recipe
3035share/calibre/recipes/quotidiano.recipe 3035share/calibre/recipes/quotidiano.recipe
3036share/calibre/recipes/rabble_ca.recipe 3036share/calibre/recipes/rabble_ca.recipe
3037share/calibre/recipes/racjonalista_pl.recipe 3037share/calibre/recipes/racjonalista_pl.recipe
3038share/calibre/recipes/radikal_tr.recipe 3038share/calibre/recipes/radikal_tr.recipe
3039share/calibre/recipes/radio_prague.recipe 3039share/calibre/recipes/radio_prague.recipe
3040share/calibre/recipes/radio_praha.recipe 3040share/calibre/recipes/radio_praha.recipe
3041share/calibre/recipes/randerslokalavisen_dk.recipe 3041share/calibre/recipes/randerslokalavisen_dk.recipe
3042share/calibre/recipes/rbc_ru.recipe 3042share/calibre/recipes/rbc_ru.recipe
3043share/calibre/recipes/rds.recipe 3043share/calibre/recipes/rds.recipe
3044share/calibre/recipes/readers_digest.recipe 3044share/calibre/recipes/readers_digest.recipe
3045share/calibre/recipes/readitlater.recipe 3045share/calibre/recipes/readitlater.recipe
3046share/calibre/recipes/real_clear.recipe 3046share/calibre/recipes/real_clear.recipe
3047share/calibre/recipes/real_world_economics_review.recipe 3047share/calibre/recipes/real_world_economics_review.recipe
3048share/calibre/recipes/realitatea.recipe 3048share/calibre/recipes/realitatea.recipe
3049share/calibre/recipes/rebelion.recipe 3049share/calibre/recipes/rebelion.recipe
3050share/calibre/recipes/red_aragon.recipe 3050share/calibre/recipes/red_aragon.recipe
3051share/calibre/recipes/red_voltaire.recipe 3051share/calibre/recipes/red_voltaire.recipe
3052share/calibre/recipes/regina_leader_post.recipe 3052share/calibre/recipes/regina_leader_post.recipe
3053share/calibre/recipes/replicavedetelor.recipe 3053share/calibre/recipes/replicavedetelor.recipe
3054share/calibre/recipes/republica.recipe 3054share/calibre/recipes/republica.recipe
3055share/calibre/recipes/republika.recipe 3055share/calibre/recipes/republika.recipe
3056share/calibre/recipes/res_publica.recipe 3056share/calibre/recipes/res_publica.recipe
3057share/calibre/recipes/respekt_magazine.recipe 3057share/calibre/recipes/respekt_magazine.recipe
3058share/calibre/recipes/reuters.recipe 3058share/calibre/recipes/reuters.recipe
3059share/calibre/recipes/reuters_ja.recipe 3059share/calibre/recipes/reuters_ja.recipe
3060share/calibre/recipes/revista_bla.recipe 3060share/calibre/recipes/revista_bla.recipe
3061share/calibre/recipes/revista_cromos.recipe 3061share/calibre/recipes/revista_cromos.recipe
3062share/calibre/recipes/revista_muy.recipe 3062share/calibre/recipes/revista_muy.recipe
3063share/calibre/recipes/revista_piaui.recipe 3063share/calibre/recipes/revista_piaui.recipe
3064share/calibre/recipes/revista_semana.recipe 3064share/calibre/recipes/revista_semana.recipe
3065share/calibre/recipes/revista_summa.recipe 3065share/calibre/recipes/revista_summa.recipe
3066share/calibre/recipes/rga.recipe 3066share/calibre/recipes/rga.recipe
3067share/calibre/recipes/rheinische_post.recipe 3067share/calibre/recipes/rheinische_post.recipe
3068share/calibre/recipes/ria_ru.recipe 3068share/calibre/recipes/ria_ru.recipe
3069share/calibre/recipes/rian_eng.recipe 3069share/calibre/recipes/rian_eng.recipe
3070share/calibre/recipes/rian_spa.recipe 3070share/calibre/recipes/rian_spa.recipe
3071share/calibre/recipes/rmf24_ESKN.recipe 3071share/calibre/recipes/rmf24_ESKN.recipe
3072share/calibre/recipes/rmf24_fakty.recipe 3072share/calibre/recipes/rmf24_fakty.recipe
3073share/calibre/recipes/rmf24_opinie.recipe 3073share/calibre/recipes/rmf24_opinie.recipe
3074share/calibre/recipes/roger_ebert.recipe 3074share/calibre/recipes/roger_ebert.recipe
3075share/calibre/recipes/roger_ebert_blog.recipe 3075share/calibre/recipes/roger_ebert_blog.recipe
3076share/calibre/recipes/rollingstone.recipe 3076share/calibre/recipes/rollingstone.recipe
3077share/calibre/recipes/romanialibera.recipe 3077share/calibre/recipes/romanialibera.recipe
3078share/calibre/recipes/root.recipe 3078share/calibre/recipes/root.recipe
3079share/calibre/recipes/roskildelokalavisen_dk.recipe 3079share/calibre/recipes/roskildelokalavisen_dk.recipe
3080share/calibre/recipes/rossijkaja_gazeta.recipe 3080share/calibre/recipes/rossijkaja_gazeta.recipe
3081share/calibre/recipes/rte.recipe 3081share/calibre/recipes/rte.recipe
3082share/calibre/recipes/rtnews.recipe 3082share/calibre/recipes/rtnews.recipe
3083share/calibre/recipes/rts.recipe 3083share/calibre/recipes/rts.recipe
3084share/calibre/recipes/rudersdallokalavisen_dk.recipe 3084share/calibre/recipes/rudersdallokalavisen_dk.recipe
3085share/calibre/recipes/rue89.recipe 3085share/calibre/recipes/rue89.recipe
3086share/calibre/recipes/rushisaband.recipe 3086share/calibre/recipes/rushisaband.recipe
3087share/calibre/recipes/rusiahoy.recipe 3087share/calibre/recipes/rusiahoy.recipe
3088share/calibre/recipes/rybinski.recipe 3088share/calibre/recipes/rybinski.recipe
3089share/calibre/recipes/rynek_infrastruktury.recipe 3089share/calibre/recipes/rynek_infrastruktury.recipe
3090share/calibre/recipes/rynek_kolejowy.recipe 3090share/calibre/recipes/rynek_kolejowy.recipe
3091share/calibre/recipes/rynek_zdrowia.recipe 3091share/calibre/recipes/rynek_zdrowia.recipe
3092share/calibre/recipes/rzeczpospolita.recipe 3092share/calibre/recipes/rzeczpospolita.recipe
3093share/calibre/recipes/sabah.recipe 3093share/calibre/recipes/sabah.recipe
3094share/calibre/recipes/sabit_fikir.recipe 3094share/calibre/recipes/sabit_fikir.recipe
3095share/calibre/recipes/sage_news.recipe 3095share/calibre/recipes/sage_news.recipe
3096share/calibre/recipes/sage_news_opinion.recipe 3096share/calibre/recipes/sage_news_opinion.recipe
3097share/calibre/recipes/salon.recipe 3097share/calibre/recipes/salon.recipe
3098share/calibre/recipes/salonica_press_news.recipe 3098share/calibre/recipes/salonica_press_news.recipe
3099share/calibre/recipes/samanyolu_haber.recipe 3099share/calibre/recipes/samanyolu_haber.recipe
3100share/calibre/recipes/samanyolu_teknoloji.recipe 3100share/calibre/recipes/samanyolu_teknoloji.recipe
3101share/calibre/recipes/samcik_blox.recipe 3101share/calibre/recipes/samcik_blox.recipe
3102share/calibre/recipes/san_fran_chronicle.recipe 3102share/calibre/recipes/san_fran_chronicle.recipe
3103share/calibre/recipes/sanjosemercurynews.recipe 3103share/calibre/recipes/sanjosemercurynews.recipe
3104share/calibre/recipes/sarajevo_x.recipe 3104share/calibre/recipes/sarajevo_x.recipe
3105share/calibre/recipes/saskatoon_star_phoenix.recipe 3105share/calibre/recipes/saskatoon_star_phoenix.recipe
3106share/calibre/recipes/satira.recipe 3106share/calibre/recipes/satira.recipe
3107share/calibre/recipes/satkurier.recipe 3107share/calibre/recipes/satkurier.recipe
3108share/calibre/recipes/satmagazine.recipe 3108share/calibre/recipes/satmagazine.recipe
3109share/calibre/recipes/sb_nation.recipe 3109share/calibre/recipes/sb_nation.recipe
3110share/calibre/recipes/schattenblick.recipe 3110share/calibre/recipes/schattenblick.recipe
3111share/calibre/recipes/schongauer_nachrichten.recipe 3111share/calibre/recipes/schongauer_nachrichten.recipe
3112share/calibre/recipes/science_aas.recipe 3112share/calibre/recipes/science_aas.recipe
3113share/calibre/recipes/science_based_medicine.recipe 3113share/calibre/recipes/science_based_medicine.recipe
3114share/calibre/recipes/science_news.recipe 3114share/calibre/recipes/science_news.recipe
3115share/calibre/recipes/science_news_recent_issues.recipe 3115share/calibre/recipes/science_news_recent_issues.recipe
3116share/calibre/recipes/sciencedaily.recipe 3116share/calibre/recipes/sciencedaily.recipe
3117share/calibre/recipes/scientific_american.recipe 3117share/calibre/recipes/scientific_american.recipe
3118share/calibre/recipes/scinexx.recipe 3118share/calibre/recipes/scinexx.recipe
3119share/calibre/recipes/scmp.recipe 3119share/calibre/recipes/scmp.recipe
3120share/calibre/recipes/scott_hanselman.recipe 3120share/calibre/recipes/scott_hanselman.recipe
3121share/calibre/recipes/scprint.recipe 3121share/calibre/recipes/scprint.recipe
3122share/calibre/recipes/seanhannity.recipe 3122share/calibre/recipes/seanhannity.recipe
3123share/calibre/recipes/seattle_times.recipe 3123share/calibre/recipes/seattle_times.recipe
3124share/calibre/recipes/security_watch.recipe 3124share/calibre/recipes/security_watch.recipe
3125share/calibre/recipes/sekurak_pl.recipe 3125share/calibre/recipes/sekurak_pl.recipe
3126share/calibre/recipes/serverside.recipe 3126share/calibre/recipes/serverside.recipe
3127share/calibre/recipes/sfbg.recipe 3127share/calibre/recipes/sfbg.recipe
3128share/calibre/recipes/sfin.recipe 3128share/calibre/recipes/sfin.recipe
3129share/calibre/recipes/sg_hu.recipe 3129share/calibre/recipes/sg_hu.recipe
3130share/calibre/recipes/shacknews.recipe 3130share/calibre/recipes/shacknews.recipe
3131share/calibre/recipes/shortlist.recipe 3131share/calibre/recipes/shortlist.recipe
3132share/calibre/recipes/sigma_live.recipe 3132share/calibre/recipes/sigma_live.recipe
3133share/calibre/recipes/sign_of_the_times.recipe 3133share/calibre/recipes/sign_of_the_times.recipe
3134share/calibre/recipes/sign_on_sd.recipe 3134share/calibre/recipes/sign_on_sd.recipe
3135share/calibre/recipes/silicon_republic.recipe 3135share/calibre/recipes/silicon_republic.recipe
3136share/calibre/recipes/singtao_daily.recipe 3136share/calibre/recipes/singtao_daily.recipe
3137share/calibre/recipes/singtaohk.recipe 3137share/calibre/recipes/singtaohk.recipe
3138share/calibre/recipes/siol.recipe 3138share/calibre/recipes/siol.recipe
3139share/calibre/recipes/sisainlive.recipe 3139share/calibre/recipes/sisainlive.recipe
3140share/calibre/recipes/sizinti_derigisi.recipe 3140share/calibre/recipes/sizinti_derigisi.recipe
3141share/calibre/recipes/skai.recipe 3141share/calibre/recipes/skai.recipe
3142share/calibre/recipes/skanderborglokalavisen_dk.recipe 3142share/calibre/recipes/skanderborglokalavisen_dk.recipe
3143share/calibre/recipes/skeptic.recipe 3143share/calibre/recipes/skeptic.recipe
3144share/calibre/recipes/skeptical_enquirer.recipe 3144share/calibre/recipes/skeptical_enquirer.recipe
3145share/calibre/recipes/skylife.recipe 3145share/calibre/recipes/skylife.recipe
3146share/calibre/recipes/slashdot.recipe 3146share/calibre/recipes/slashdot.recipe
3147share/calibre/recipes/slate.recipe 3147share/calibre/recipes/slate.recipe
3148share/calibre/recipes/slate_star_codex.recipe 3148share/calibre/recipes/slate_star_codex.recipe
3149share/calibre/recipes/slovo.recipe 3149share/calibre/recipes/slovo.recipe
3150share/calibre/recipes/smashing.recipe 3150share/calibre/recipes/smashing.recipe
3151share/calibre/recipes/sme.recipe 3151share/calibre/recipes/sme.recipe
3152share/calibre/recipes/smh.recipe 3152share/calibre/recipes/smh.recipe
3153share/calibre/recipes/smilezilla.recipe 3153share/calibre/recipes/smilezilla.recipe
3154share/calibre/recipes/smith.recipe 3154share/calibre/recipes/smith.recipe
3155share/calibre/recipes/sn_dk.recipe 3155share/calibre/recipes/sn_dk.recipe
3156share/calibre/recipes/snopes.recipe 3156share/calibre/recipes/snopes.recipe
3157share/calibre/recipes/socialdiva.recipe 3157share/calibre/recipes/socialdiva.recipe
3158share/calibre/recipes/soenderborglokalavisen_dk.recipe 3158share/calibre/recipes/soenderborglokalavisen_dk.recipe
3159share/calibre/recipes/sol_haber.recipe 3159share/calibre/recipes/sol_haber.recipe
3160share/calibre/recipes/soldiers.recipe 3160share/calibre/recipes/soldiers.recipe
3161share/calibre/recipes/something_awful.recipe 3161share/calibre/recipes/something_awful.recipe
3162share/calibre/recipes/sondagsavisen_dk.recipe 3162share/calibre/recipes/sondagsavisen_dk.recipe
3163share/calibre/recipes/southernstar.recipe 3163share/calibre/recipes/southernstar.recipe
3164share/calibre/recipes/spectator_magazine.recipe 3164share/calibre/recipes/spectator_magazine.recipe
3165share/calibre/recipes/spektrum.recipe 3165share/calibre/recipes/spektrum.recipe
3166share/calibre/recipes/spiders_web_pl.recipe 3166share/calibre/recipes/spiders_web_pl.recipe
3167share/calibre/recipes/spiegel_int.recipe 3167share/calibre/recipes/spiegel_int.recipe
3168share/calibre/recipes/spiegelde.recipe 3168share/calibre/recipes/spiegelde.recipe
3169share/calibre/recipes/spin_magazine.recipe 3169share/calibre/recipes/spin_magazine.recipe
3170share/calibre/recipes/sport_pl.recipe 3170share/calibre/recipes/sport_pl.recipe
3171share/calibre/recipes/sportowefakty.recipe 3171share/calibre/recipes/sportowefakty.recipe
3172share/calibre/recipes/sportsillustrated.recipe 3172share/calibre/recipes/sportsillustrated.recipe
3173share/calibre/recipes/sportsillustrated_columnists.recipe 3173share/calibre/recipes/sportsillustrated_columnists.recipe
3174share/calibre/recipes/st_louis_post_dispatch.recipe 3174share/calibre/recipes/st_louis_post_dispatch.recipe
3175share/calibre/recipes/stackoverflow.recipe 3175share/calibre/recipes/stackoverflow.recipe
3176share/calibre/recipes/stamgasten.recipe 3176share/calibre/recipes/stamgasten.recipe
3177share/calibre/recipes/standardmedia_ke.recipe 3177share/calibre/recipes/standardmedia_ke.recipe
3178share/calibre/recipes/standardmoney.recipe 3178share/calibre/recipes/standardmoney.recipe
3179share/calibre/recipes/star_gazetesi.recipe 3179share/calibre/recipes/star_gazetesi.recipe
3180share/calibre/recipes/staradvertiser.recipe 3180share/calibre/recipes/staradvertiser.recipe
3181share/calibre/recipes/starnberger_merkur.recipe 3181share/calibre/recipes/starnberger_merkur.recipe
3182share/calibre/recipes/stars_and_stripes.recipe 3182share/calibre/recipes/stars_and_stripes.recipe
3183share/calibre/recipes/starwars.recipe 3183share/calibre/recipes/starwars.recipe
3184share/calibre/recipes/stiintasitehnica.recipe 3184share/calibre/recipes/stiintasitehnica.recipe
3185share/calibre/recipes/stnn.recipe 3185share/calibre/recipes/stnn.recipe
3186share/calibre/recipes/stopklatka.recipe 3186share/calibre/recipes/stopklatka.recipe
3187share/calibre/recipes/straitstimes.recipe 3187share/calibre/recipes/straitstimes.recipe
3188share/calibre/recipes/strange_horizons.recipe 3188share/calibre/recipes/strange_horizons.recipe
3189share/calibre/recipes/strategic_culture.recipe 3189share/calibre/recipes/strategic_culture.recipe
3190share/calibre/recipes/strategy-business.recipe 3190share/calibre/recipes/strategy-business.recipe
3191share/calibre/recipes/sueddeutsche.recipe 3191share/calibre/recipes/sueddeutsche.recipe
3192share/calibre/recipes/sueddeutsche_mobil.recipe 3192share/calibre/recipes/sueddeutsche_mobil.recipe
3193share/calibre/recipes/sueddeutschezeitung.recipe 3193share/calibre/recipes/sueddeutschezeitung.recipe
3194share/calibre/recipes/sunday_times.recipe 
3195share/calibre/recipes/superbebe.recipe 3194share/calibre/recipes/superbebe.recipe
3196share/calibre/recipes/superesportes.recipe 3195share/calibre/recipes/superesportes.recipe
3197share/calibre/recipes/svd_se.recipe 3196share/calibre/recipes/svd_se.recipe
3198share/calibre/recipes/swiat_obrazu.recipe 3197share/calibre/recipes/swiat_obrazu.recipe
3199share/calibre/recipes/swiatkindle.recipe 3198share/calibre/recipes/swiatkindle.recipe
3200share/calibre/recipes/syddjurslokalavisen_dk.recipe 3199share/calibre/recipes/syddjurslokalavisen_dk.recipe
3201share/calibre/recipes/tablety_pl.recipe 3200share/calibre/recipes/tablety_pl.recipe
3202share/calibre/recipes/tabu.recipe 3201share/calibre/recipes/tabu.recipe
3203share/calibre/recipes/tagesan.recipe 3202share/calibre/recipes/tagesan.recipe
3204share/calibre/recipes/tagesspiegel.recipe 3203share/calibre/recipes/tagesspiegel.recipe
3205share/calibre/recipes/taggeschau_de.recipe 3204share/calibre/recipes/taggeschau_de.recipe
3206share/calibre/recipes/taipei.recipe 3205share/calibre/recipes/taipei.recipe
3207share/calibre/recipes/tanea.recipe 3206share/calibre/recipes/tanea.recipe
3208share/calibre/recipes/tanjug.recipe 3207share/calibre/recipes/tanjug.recipe
3209share/calibre/recipes/tanuki.recipe 3208share/calibre/recipes/tanuki.recipe
3210share/calibre/recipes/tawernarpg_pl.recipe 3209share/calibre/recipes/tawernarpg_pl.recipe
3211share/calibre/recipes/taz.recipe 3210share/calibre/recipes/taz.recipe
3212share/calibre/recipes/taz_rss.recipe 3211share/calibre/recipes/taz_rss.recipe
3213share/calibre/recipes/tech_economy.recipe 3212share/calibre/recipes/tech_economy.recipe
3214share/calibre/recipes/tech_world.recipe 3213share/calibre/recipes/tech_world.recipe
3215share/calibre/recipes/techcrunch.recipe 3214share/calibre/recipes/techcrunch.recipe
3216share/calibre/recipes/techdirt.recipe 3215share/calibre/recipes/techdirt.recipe
3217share/calibre/recipes/technology_review.recipe 3216share/calibre/recipes/technology_review.recipe
3218share/calibre/recipes/technology_review_de.recipe 3217share/calibre/recipes/technology_review_de.recipe
3219share/calibre/recipes/techtarget.recipe 3218share/calibre/recipes/techtarget.recipe
3220share/calibre/recipes/tedneward.recipe 3219share/calibre/recipes/tedneward.recipe
3221share/calibre/recipes/tegernseer_zeitung.recipe 3220share/calibre/recipes/tegernseer_zeitung.recipe
3222share/calibre/recipes/telam.recipe 3221share/calibre/recipes/telam.recipe
3223share/calibre/recipes/telegraph_in.recipe 3222share/calibre/recipes/telegraph_in.recipe
3224share/calibre/recipes/telegraph_uk.recipe 3223share/calibre/recipes/telegraph_uk.recipe
3225share/calibre/recipes/telepolis.recipe 3224share/calibre/recipes/telepolis.recipe
3226share/calibre/recipes/telepolis_artikel.recipe 3225share/calibre/recipes/telepolis_artikel.recipe
3227share/calibre/recipes/telepolis_pl.recipe 3226share/calibre/recipes/telepolis_pl.recipe
3228share/calibre/recipes/teleread.recipe 3227share/calibre/recipes/teleread.recipe
3229share/calibre/recipes/thai_post_daily.recipe 3228share/calibre/recipes/thai_post_daily.recipe
3230share/calibre/recipes/thairath.recipe 3229share/calibre/recipes/thairath.recipe
3231share/calibre/recipes/the_age.recipe 3230share/calibre/recipes/the_age.recipe
3232share/calibre/recipes/the_budget_fashionista.recipe 3231share/calibre/recipes/the_budget_fashionista.recipe
3233share/calibre/recipes/the_clinic_online.recipe 3232share/calibre/recipes/the_clinic_online.recipe
3234share/calibre/recipes/the_conversation.recipe 3233share/calibre/recipes/the_conversation.recipe
3235share/calibre/recipes/the_daily_news_egypt.recipe 3234share/calibre/recipes/the_daily_news_egypt.recipe
3236share/calibre/recipes/the_escapist.recipe 3235share/calibre/recipes/the_escapist.recipe
3237share/calibre/recipes/the_feature.recipe 3236share/calibre/recipes/the_feature.recipe
3238share/calibre/recipes/the_freeman.recipe 3237share/calibre/recipes/the_freeman.recipe
3239share/calibre/recipes/the_friday_times.recipe 3238share/calibre/recipes/the_friday_times.recipe
3240share/calibre/recipes/the_journal.recipe 3239share/calibre/recipes/the_journal.recipe
3241share/calibre/recipes/the_manila_bulletin.recipe 3240share/calibre/recipes/the_manila_bulletin.recipe
3242share/calibre/recipes/the_manila_times.recipe 3241share/calibre/recipes/the_manila_times.recipe
3243share/calibre/recipes/the_marker.recipe 3242share/calibre/recipes/the_marker.recipe
3244share/calibre/recipes/the_nation.recipe 3243share/calibre/recipes/the_nation.recipe
3245share/calibre/recipes/the_nation_thai.recipe 3244share/calibre/recipes/the_nation_thai.recipe
3246share/calibre/recipes/the_new_age_za.recipe 3245share/calibre/recipes/the_new_age_za.recipe
3247share/calibre/recipes/the_new_republic.recipe 3246share/calibre/recipes/the_new_republic.recipe
3248share/calibre/recipes/the_oz.recipe 3247share/calibre/recipes/the_oz.recipe
3249share/calibre/recipes/the_philippine_daily_inquirer.recipe 3248share/calibre/recipes/the_philippine_daily_inquirer.recipe
3250share/calibre/recipes/the_philippine_star.recipe 3249share/calibre/recipes/the_philippine_star.recipe
3251share/calibre/recipes/the_register.recipe 3250share/calibre/recipes/the_register.recipe
3252share/calibre/recipes/the_scotsman.recipe 3251share/calibre/recipes/the_scotsman.recipe
3253share/calibre/recipes/the_sun.recipe 3252share/calibre/recipes/the_sun.recipe
3254share/calibre/recipes/the_verge.recipe 3253share/calibre/recipes/the_verge.recipe
3255share/calibre/recipes/the_week_magazine_free.recipe 3254share/calibre/recipes/the_week_magazine_free.recipe
3256share/calibre/recipes/the_workingham_times.recipe 3255share/calibre/recipes/the_workingham_times.recipe
3257share/calibre/recipes/thecodelesscode.recipe 3256share/calibre/recipes/thecodelesscode.recipe
3258share/calibre/recipes/thecultofghoul.recipe 3257share/calibre/recipes/thecultofghoul.recipe
3259share/calibre/recipes/thedailywtf.recipe 3258share/calibre/recipes/thedailywtf.recipe
3260share/calibre/recipes/thedgesingapore.recipe 3259share/calibre/recipes/thedgesingapore.recipe
3261share/calibre/recipes/theecocolapse.recipe 3260share/calibre/recipes/theecocolapse.recipe
3262share/calibre/recipes/theeconomictimes_india.recipe 3261share/calibre/recipes/theeconomictimes_india.recipe
3263share/calibre/recipes/theluminouslandscape.recipe 3262share/calibre/recipes/theluminouslandscape.recipe
3264share/calibre/recipes/themarketticker.recipe 3263share/calibre/recipes/themarketticker.recipe
3265share/calibre/recipes/thenews.recipe 3264share/calibre/recipes/thenews.recipe
3266share/calibre/recipes/theoldfoodie.recipe 3265share/calibre/recipes/theoldfoodie.recipe
3267share/calibre/recipes/theonion.recipe 3266share/calibre/recipes/theonion.recipe
3268share/calibre/recipes/theonlinephotographer.recipe 3267share/calibre/recipes/theonlinephotographer.recipe
3269share/calibre/recipes/thestar.recipe 3268share/calibre/recipes/thestar.recipe
3270share/calibre/recipes/thewest_au.recipe 3269share/calibre/recipes/thewest_au.recipe
3271share/calibre/recipes/think_progress.recipe 3270share/calibre/recipes/think_progress.recipe
3272share/calibre/recipes/thn.recipe 3271share/calibre/recipes/thn.recipe
3273share/calibre/recipes/tidbits.recipe 3272share/calibre/recipes/tidbits.recipe
3274share/calibre/recipes/tijd.recipe 3273share/calibre/recipes/tijd.recipe
3275share/calibre/recipes/tijolaco.recipe 3274share/calibre/recipes/tijolaco.recipe
3276share/calibre/recipes/tillsonburg.recipe 3275share/calibre/recipes/tillsonburg.recipe
3277share/calibre/recipes/time_magazine.recipe 3276share/calibre/recipes/time_magazine.recipe
3278share/calibre/recipes/time_turk.recipe 3277share/calibre/recipes/time_turk.recipe
3279share/calibre/recipes/times_of_malta.recipe 3278share/calibre/recipes/times_of_malta.recipe
3280share/calibre/recipes/times_online.recipe 3279share/calibre/recipes/times_online.recipe
3281share/calibre/recipes/timesnewroman.recipe 3280share/calibre/recipes/timesnewroman.recipe
3282share/calibre/recipes/titanic_de.recipe 3281share/calibre/recipes/titanic_de.recipe
3283share/calibre/recipes/tjournal.recipe 3282share/calibre/recipes/tjournal.recipe
3284share/calibre/recipes/tmz.recipe 3283share/calibre/recipes/tmz.recipe
3285share/calibre/recipes/tnxm.recipe 3284share/calibre/recipes/tnxm.recipe
3286share/calibre/recipes/today_online.recipe 3285share/calibre/recipes/today_online.recipe
3287share/calibre/recipes/todays_zaman.recipe 3286share/calibre/recipes/todays_zaman.recipe
3288share/calibre/recipes/toi.recipe 3287share/calibre/recipes/toi.recipe
3289share/calibre/recipes/tolzer_kurier.recipe 3288share/calibre/recipes/tolzer_kurier.recipe
3290share/calibre/recipes/tomshardware.recipe 3289share/calibre/recipes/tomshardware.recipe
3291share/calibre/recipes/tomshardware_de.recipe 3290share/calibre/recipes/tomshardware_de.recipe
3292share/calibre/recipes/tomshardware_it.recipe 3291share/calibre/recipes/tomshardware_it.recipe
3293share/calibre/recipes/toronto_sun.recipe 3292share/calibre/recipes/toronto_sun.recipe
3294share/calibre/recipes/tovima.recipe 3293share/calibre/recipes/tovima.recipe
3295share/calibre/recipes/toyokeizai.recipe 3294share/calibre/recipes/toyokeizai.recipe
3296share/calibre/recipes/tpm_uk.recipe 3295share/calibre/recipes/tpm_uk.recipe
3297share/calibre/recipes/tri_city_herald.recipe 3296share/calibre/recipes/tri_city_herald.recipe
3298share/calibre/recipes/trojmiasto_pl.recipe 3297share/calibre/recipes/trojmiasto_pl.recipe
3299share/calibre/recipes/trombon.recipe 3298share/calibre/recipes/trombon.recipe
3300share/calibre/recipes/trouw.recipe 3299share/calibre/recipes/trouw.recipe
3301share/calibre/recipes/trv.recipe 3300share/calibre/recipes/trv.recipe
3302share/calibre/recipes/trystero.recipe 3301share/calibre/recipes/trystero.recipe
3303share/calibre/recipes/tsn.recipe 3302share/calibre/recipes/tsn.recipe
3304share/calibre/recipes/tulsaworld.recipe 3303share/calibre/recipes/tulsaworld.recipe
3305share/calibre/recipes/tuttojove.recipe 3304share/calibre/recipes/tuttojove.recipe
3306share/calibre/recipes/tuttosport.recipe 3305share/calibre/recipes/tuttosport.recipe
3307share/calibre/recipes/tv2lorry_dk.recipe 3306share/calibre/recipes/tv2lorry_dk.recipe
3308share/calibre/recipes/tv2nord_dk.recipe 3307share/calibre/recipes/tv2nord_dk.recipe
3309share/calibre/recipes/tv2oj_dk.recipe 3308share/calibre/recipes/tv2oj_dk.recipe
3310share/calibre/recipes/tveast_dk.recipe 3309share/calibre/recipes/tveast_dk.recipe
3311share/calibre/recipes/tvmania.recipe 3310share/calibre/recipes/tvmania.recipe
3312share/calibre/recipes/tvmidtvest_dk.recipe 3311share/calibre/recipes/tvmidtvest_dk.recipe
3313share/calibre/recipes/tvn24.recipe 3312share/calibre/recipes/tvn24.recipe
3314share/calibre/recipes/tvp_info.recipe 3313share/calibre/recipes/tvp_info.recipe
3315share/calibre/recipes/tvsyd_dk.recipe 3314share/calibre/recipes/tvsyd_dk.recipe
3316share/calibre/recipes/tvxs.recipe 3315share/calibre/recipes/tvxs.recipe
3317share/calibre/recipes/tweakers.recipe 3316share/calibre/recipes/tweakers.recipe
3318share/calibre/recipes/tweakers_net.recipe 3317share/calibre/recipes/tweakers_net.recipe
3319share/calibre/recipes/twitchfilms.recipe 3318share/calibre/recipes/twitchfilms.recipe
3320share/calibre/recipes/twtfb.recipe 3319share/calibre/recipes/twtfb.recipe
3321share/calibre/recipes/tyden.cz.recipe 3320share/calibre/recipes/tyden.cz.recipe
3322share/calibre/recipes/tyzden.recipe 3321share/calibre/recipes/tyzden.recipe
3323share/calibre/recipes/ubuntu_pl.recipe 3322share/calibre/recipes/ubuntu_pl.recipe
3324share/calibre/recipes/ubuntu_pomoc_org.recipe 3323share/calibre/recipes/ubuntu_pomoc_org.recipe
3325share/calibre/recipes/ukraiyns_kii_tizhdien.recipe 3324share/calibre/recipes/ukraiyns_kii_tizhdien.recipe
3326share/calibre/recipes/ukraiyns_tizhdien.recipe 3325share/calibre/recipes/ukraiyns_tizhdien.recipe
3327share/calibre/recipes/ultimahora.recipe 3326share/calibre/recipes/ultimahora.recipe
3328share/calibre/recipes/uncrate.recipe 3327share/calibre/recipes/uncrate.recipe
3329share/calibre/recipes/unica.recipe 3328share/calibre/recipes/unica.recipe
3330share/calibre/recipes/uninohimitu.recipe 3329share/calibre/recipes/uninohimitu.recipe
3331share/calibre/recipes/united_daily.recipe 3330share/calibre/recipes/united_daily.recipe
3332share/calibre/recipes/universe_today.recipe 3331share/calibre/recipes/universe_today.recipe
3333share/calibre/recipes/unperiodico.recipe 3332share/calibre/recipes/unperiodico.recipe
3334share/calibre/recipes/upi.recipe 3333share/calibre/recipes/upi.recipe
3335share/calibre/recipes/usatoday.recipe 3334share/calibre/recipes/usatoday.recipe
3336share/calibre/recipes/usnews.recipe 3335share/calibre/recipes/usnews.recipe
3337share/calibre/recipes/utrinski.recipe 3336share/calibre/recipes/utrinski.recipe
3338share/calibre/recipes/valbybladet_dk.recipe 3337share/calibre/recipes/valbybladet_dk.recipe
3339share/calibre/recipes/vancouver_province.recipe 3338share/calibre/recipes/vancouver_province.recipe
3340share/calibre/recipes/vancouver_sun.recipe 3339share/calibre/recipes/vancouver_sun.recipe
3341share/calibre/recipes/vanityfair.recipe 3340share/calibre/recipes/vanityfair.recipe
3342share/calibre/recipes/vanloesebladet_dk.recipe 3341share/calibre/recipes/vanloesebladet_dk.recipe
3343share/calibre/recipes/vardelokalavisen_dk.recipe 3342share/calibre/recipes/vardelokalavisen_dk.recipe
3344share/calibre/recipes/variety.recipe 3343share/calibre/recipes/variety.recipe
3345share/calibre/recipes/vecernji_list.recipe 3344share/calibre/recipes/vecernji_list.recipe
3346share/calibre/recipes/vedomosti.recipe 3345share/calibre/recipes/vedomosti.recipe
3347share/calibre/recipes/veintitres.recipe 3346share/calibre/recipes/veintitres.recipe
3348share/calibre/recipes/vejlelokalavisen_dk.recipe 3347share/calibre/recipes/vejlelokalavisen_dk.recipe
3349share/calibre/recipes/version2.recipe 3348share/calibre/recipes/version2.recipe
3350share/calibre/recipes/vesterbrobladet_dk.recipe 3349share/calibre/recipes/vesterbrobladet_dk.recipe
3351share/calibre/recipes/vfr_magazine.recipe 3350share/calibre/recipes/vfr_magazine.recipe
3352share/calibre/recipes/vic_times.recipe 3351share/calibre/recipes/vic_times.recipe
3353share/calibre/recipes/vice.recipe 3352share/calibre/recipes/vice.recipe
3354share/calibre/recipes/vice_magazine.recipe 3353share/calibre/recipes/vice_magazine.recipe
3355share/calibre/recipes/vice_magazine_de.recipe 3354share/calibre/recipes/vice_magazine_de.recipe
3356share/calibre/recipes/vignette.recipe 3355share/calibre/recipes/vignette.recipe
3357share/calibre/recipes/vijesti.recipe 3356share/calibre/recipes/vijesti.recipe
3358share/calibre/recipes/villagevoice.recipe 3357share/calibre/recipes/villagevoice.recipe
3359share/calibre/recipes/vio_mundo.recipe 3358share/calibre/recipes/vio_mundo.recipe
3360share/calibre/recipes/virtualshackles.recipe 3359share/calibre/recipes/virtualshackles.recipe
3361share/calibre/recipes/vitalia.recipe 3360share/calibre/recipes/vitalia.recipe
3362share/calibre/recipes/viva.recipe 3361share/calibre/recipes/viva.recipe
3363share/calibre/recipes/vnexpress.recipe 3362share/calibre/recipes/vnexpress.recipe
3364share/calibre/recipes/voice_of_america.recipe 3363share/calibre/recipes/voice_of_america.recipe
3365share/calibre/recipes/volksrant.recipe 3364share/calibre/recipes/volksrant.recipe
3366share/calibre/recipes/vreme.recipe 3365share/calibre/recipes/vreme.recipe
3367share/calibre/recipes/vrijnederland.recipe 3366share/calibre/recipes/vrijnederland.recipe
3368share/calibre/recipes/waco_tribune.recipe 3367share/calibre/recipes/waco_tribune.recipe
3369share/calibre/recipes/walla.recipe 3368share/calibre/recipes/walla.recipe
3370share/calibre/recipes/wallstreetro.recipe 3369share/calibre/recipes/wallstreetro.recipe
3371share/calibre/recipes/walrusmag.recipe 3370share/calibre/recipes/walrusmag.recipe
3372share/calibre/recipes/wapo_cartoons.recipe 3371share/calibre/recipes/wapo_cartoons.recipe
3373share/calibre/recipes/warentest.recipe 3372share/calibre/recipes/warentest.recipe
3374share/calibre/recipes/wash_post.recipe 3373share/calibre/recipes/wash_post.recipe
3375share/calibre/recipes/wash_times.recipe 3374share/calibre/recipes/wash_times.recipe
3376share/calibre/recipes/watchingamerica.recipe 3375share/calibre/recipes/watchingamerica.recipe
3377share/calibre/recipes/weblogs_sl.recipe 3376share/calibre/recipes/weblogs_sl.recipe
3378share/calibre/recipes/weilheimer_tagblatt.recipe 3377share/calibre/recipes/weilheimer_tagblatt.recipe
3379share/calibre/recipes/welt.recipe 3378share/calibre/recipes/welt.recipe
3380share/calibre/recipes/welt_der_physik.recipe 3379share/calibre/recipes/welt_der_physik.recipe
3381share/calibre/recipes/wenxuecity-znjy.recipe 3380share/calibre/recipes/wenxuecity-znjy.recipe
3382share/calibre/recipes/what_if.recipe 3381share/calibre/recipes/what_if.recipe
3383share/calibre/recipes/wichita_eagle.recipe 3382share/calibre/recipes/wichita_eagle.recipe
3384share/calibre/recipes/wikinews_en.recipe 3383share/calibre/recipes/wikinews_en.recipe
3385share/calibre/recipes/windows_star.recipe 3384share/calibre/recipes/windows_star.recipe
3386share/calibre/recipes/windsor_star.recipe 3385share/calibre/recipes/windsor_star.recipe
3387share/calibre/recipes/winnipeg_free_press.recipe 3386share/calibre/recipes/winnipeg_free_press.recipe
3388share/calibre/recipes/winnipeg_sun.recipe 3387share/calibre/recipes/winnipeg_sun.recipe
3389share/calibre/recipes/winsupersite.recipe 3388share/calibre/recipes/winsupersite.recipe
3390share/calibre/recipes/wired.recipe 3389share/calibre/recipes/wired.recipe
3391share/calibre/recipes/wired_daily.recipe 3390share/calibre/recipes/wired_daily.recipe
3392share/calibre/recipes/wired_it.recipe 3391share/calibre/recipes/wired_it.recipe
3393share/calibre/recipes/wirtscafts_woche.recipe 3392share/calibre/recipes/wirtscafts_woche.recipe
3394share/calibre/recipes/wirtualnemedia_pl.recipe 3393share/calibre/recipes/wirtualnemedia_pl.recipe
3395share/calibre/recipes/wnp.recipe 3394share/calibre/recipes/wnp.recipe
3396share/calibre/recipes/wolne_media.recipe 3395share/calibre/recipes/wolne_media.recipe
3397share/calibre/recipes/words_without_borders.recipe 3396share/calibre/recipes/words_without_borders.recipe
3398share/calibre/recipes/workers_world.recipe 3397share/calibre/recipes/workers_world.recipe
3399share/calibre/recipes/worldcrunch.recipe 3398share/calibre/recipes/worldcrunch.recipe
3400share/calibre/recipes/wow.recipe 3399share/calibre/recipes/wow.recipe
3401share/calibre/recipes/woz_die.recipe 3400share/calibre/recipes/woz_die.recipe
3402share/calibre/recipes/wprost.recipe 3401share/calibre/recipes/wprost.recipe
3403share/calibre/recipes/wprost_rss.recipe 3402share/calibre/recipes/wprost_rss.recipe
3404share/calibre/recipes/wsj.recipe 3403share/calibre/recipes/wsj.recipe
3405share/calibre/recipes/wsj_free.recipe 3404share/calibre/recipes/wsj_free.recipe
3406share/calibre/recipes/wvhooligan.recipe 3405share/calibre/recipes/wvhooligan.recipe
3407share/calibre/recipes/wysokie_obcasy.recipe 3406share/calibre/recipes/wysokie_obcasy.recipe
3408share/calibre/recipes/xkcd.recipe 3407share/calibre/recipes/xkcd.recipe
3409share/calibre/recipes/xpatloop.recipe 3408share/calibre/recipes/xpatloop.recipe
3410share/calibre/recipes/yagmur_dergisi.recipe 3409share/calibre/recipes/yagmur_dergisi.recipe
3411share/calibre/recipes/yahoo_news.recipe 3410share/calibre/recipes/yahoo_news.recipe
3412share/calibre/recipes/yakima_herald.recipe 3411share/calibre/recipes/yakima_herald.recipe
3413share/calibre/recipes/yalansavar.recipe 3412share/calibre/recipes/yalansavar.recipe
3414share/calibre/recipes/yazihane.recipe 3413share/calibre/recipes/yazihane.recipe
3415share/calibre/recipes/yementimes.recipe 3414share/calibre/recipes/yementimes.recipe
3416share/calibre/recipes/yeni_umit_dergisi.recipe 3415share/calibre/recipes/yeni_umit_dergisi.recipe
3417share/calibre/recipes/yenisafak_gazetesi.recipe 3416share/calibre/recipes/yenisafak_gazetesi.recipe
3418share/calibre/recipes/ynet.recipe 3417share/calibre/recipes/ynet.recipe
3419share/calibre/recipes/yomiuri.recipe 3418share/calibre/recipes/yomiuri.recipe
3420share/calibre/recipes/yomiuri_world.recipe 3419share/calibre/recipes/yomiuri_world.recipe
3421share/calibre/recipes/zadolba_li.recipe 3420share/calibre/recipes/zadolba_li.recipe
3422share/calibre/recipes/zaman.recipe 3421share/calibre/recipes/zaman.recipe
3423share/calibre/recipes/zaobao.recipe 3422share/calibre/recipes/zaobao.recipe
3424share/calibre/recipes/zaufana_trzecia_strona.recipe 3423share/calibre/recipes/zaufana_trzecia_strona.recipe
3425share/calibre/recipes/zaxid_net.recipe 3424share/calibre/recipes/zaxid_net.recipe
3426share/calibre/recipes/zdnet.fr.recipe 3425share/calibre/recipes/zdnet.fr.recipe
3427share/calibre/recipes/zdnet.recipe 3426share/calibre/recipes/zdnet.recipe
3428share/calibre/recipes/zeitde.recipe 3427share/calibre/recipes/zeitde.recipe
3429share/calibre/recipes/zeitde_sub.recipe 3428share/calibre/recipes/zeitde_sub.recipe
3430share/calibre/recipes/zerocalcare.recipe 3429share/calibre/recipes/zerocalcare.recipe
3431share/calibre/recipes/zerohedge.recipe 3430share/calibre/recipes/zerohedge.recipe
3432share/calibre/recipes/ziarulfinanciar.recipe 3431share/calibre/recipes/ziarulfinanciar.recipe
3433share/calibre/recipes/ziuaveche.recipe 3432share/calibre/recipes/ziuaveche.recipe
3434share/calibre/recipes/znadplanszy_pl.recipe 3433share/calibre/recipes/znadplanszy_pl.recipe
3435share/calibre/recipes/zougla.recipe 3434share/calibre/recipes/zougla.recipe
3436share/calibre/recipes/zycie_warszawy.recipe 3435share/calibre/recipes/zycie_warszawy.recipe
3437share/calibre/scripts.pickle 3436share/calibre/scripts.pickle
3438share/calibre/template-functions.json 3437share/calibre/template-functions.json
3439share/calibre/templates/book_details.css 3438share/calibre/templates/book_details.css
3440share/calibre/templates/fb2.xsl 3439share/calibre/templates/fb2.xsl
3441share/calibre/templates/html.css 3440share/calibre/templates/html.css
3442share/calibre/templates/html_export_default.css 3441share/calibre/templates/html_export_default.css
3443share/calibre/templates/html_export_default.tmpl 3442share/calibre/templates/html_export_default.tmpl
3444share/calibre/templates/html_export_default_index.tmpl 3443share/calibre/templates/html_export_default_index.tmpl
3445share/calibre/templates/inline_toc_styles.css 3444share/calibre/templates/inline_toc_styles.css
3446share/calibre/templates/lrf.xsl 3445share/calibre/templates/lrf.xsl
3447share/calibre/templates/new_book.html 3446share/calibre/templates/new_book.html
3448share/calibre/templates/new_nav.html 3447share/calibre/templates/new_nav.html
3449share/calibre/templates/rtf.xsl 3448share/calibre/templates/rtf.xsl
3450share/calibre/tracer.epub 3449share/calibre/tracer.epub
3451share/calibre/user-manual-translation-stats.json 3450share/calibre/user-manual-translation-stats.json
3452share/calibre/viewer/blank.html 3451share/calibre/viewer/blank.html
3453share/calibre/viewer/bookmarks.js 3452share/calibre/viewer/bookmarks.js
3454share/calibre/viewer/hyphenate/Hyphenator.js 3453share/calibre/viewer/hyphenate/Hyphenator.js
3455share/calibre/viewer/hyphenate/patterns.zip 3454share/calibre/viewer/hyphenate/patterns.zip
3456share/calibre/viewer/hyphenation.js 3455share/calibre/viewer/hyphenation.js
3457share/calibre/viewer/images.js 3456share/calibre/viewer/images.js
3458share/calibre/viewer/jquery_scrollTo.js 3457share/calibre/viewer/jquery_scrollTo.js
3459share/calibre/viewer/mathjax/MathJax.js 3458share/calibre/viewer/mathjax/MathJax.js
3460share/calibre/viewer/mathjax/extensions/AssistiveMML.js 3459share/calibre/viewer/mathjax/extensions/AssistiveMML.js
3461share/calibre/viewer/mathjax/extensions/CHTML-preview.js 3460share/calibre/viewer/mathjax/extensions/CHTML-preview.js
3462share/calibre/viewer/mathjax/extensions/FontWarnings.js 3461share/calibre/viewer/mathjax/extensions/FontWarnings.js
3463share/calibre/viewer/mathjax/extensions/HTML-CSS/handle-floats.js 3462share/calibre/viewer/mathjax/extensions/HTML-CSS/handle-floats.js
3464share/calibre/viewer/mathjax/extensions/HelpDialog.js 3463share/calibre/viewer/mathjax/extensions/HelpDialog.js
3465share/calibre/viewer/mathjax/extensions/MatchWebFonts.js 3464share/calibre/viewer/mathjax/extensions/MatchWebFonts.js
3466share/calibre/viewer/mathjax/extensions/MathEvents.js 3465share/calibre/viewer/mathjax/extensions/MathEvents.js
3467share/calibre/viewer/mathjax/extensions/MathML/content-mathml.js 3466share/calibre/viewer/mathjax/extensions/MathML/content-mathml.js
3468share/calibre/viewer/mathjax/extensions/MathML/mml3.js 3467share/calibre/viewer/mathjax/extensions/MathML/mml3.js
3469share/calibre/viewer/mathjax/extensions/MathMenu.js 3468share/calibre/viewer/mathjax/extensions/MathMenu.js
3470share/calibre/viewer/mathjax/extensions/MathZoom.js 3469share/calibre/viewer/mathjax/extensions/MathZoom.js
3471share/calibre/viewer/mathjax/extensions/Safe.js 3470share/calibre/viewer/mathjax/extensions/Safe.js
3472share/calibre/viewer/mathjax/extensions/TeX/AMScd.js 3471share/calibre/viewer/mathjax/extensions/TeX/AMScd.js
3473share/calibre/viewer/mathjax/extensions/TeX/AMSmath.js 3472share/calibre/viewer/mathjax/extensions/TeX/AMSmath.js
3474share/calibre/viewer/mathjax/extensions/TeX/AMSsymbols.js 3473share/calibre/viewer/mathjax/extensions/TeX/AMSsymbols.js
3475share/calibre/viewer/mathjax/extensions/TeX/HTML.js 3474share/calibre/viewer/mathjax/extensions/TeX/HTML.js
3476share/calibre/viewer/mathjax/extensions/TeX/action.js 3475share/calibre/viewer/mathjax/extensions/TeX/action.js
3477share/calibre/viewer/mathjax/extensions/TeX/autobold.js 3476share/calibre/viewer/mathjax/extensions/TeX/autobold.js
3478share/calibre/viewer/mathjax/extensions/TeX/autoload-all.js 3477share/calibre/viewer/mathjax/extensions/TeX/autoload-all.js
3479share/calibre/viewer/mathjax/extensions/TeX/bbox.js 3478share/calibre/viewer/mathjax/extensions/TeX/bbox.js
3480share/calibre/viewer/mathjax/extensions/TeX/begingroup.js 3479share/calibre/viewer/mathjax/extensions/TeX/begingroup.js
3481share/calibre/viewer/mathjax/extensions/TeX/boldsymbol.js 3480share/calibre/viewer/mathjax/extensions/TeX/boldsymbol.js
3482share/calibre/viewer/mathjax/extensions/TeX/cancel.js 3481share/calibre/viewer/mathjax/extensions/TeX/cancel.js
3483share/calibre/viewer/mathjax/extensions/TeX/color.js 3482share/calibre/viewer/mathjax/extensions/TeX/color.js
3484share/calibre/viewer/mathjax/extensions/TeX/enclose.js 3483share/calibre/viewer/mathjax/extensions/TeX/enclose.js
3485share/calibre/viewer/mathjax/extensions/TeX/extpfeil.js 3484share/calibre/viewer/mathjax/extensions/TeX/extpfeil.js
3486share/calibre/viewer/mathjax/extensions/TeX/mathchoice.js 3485share/calibre/viewer/mathjax/extensions/TeX/mathchoice.js
3487share/calibre/viewer/mathjax/extensions/TeX/mediawiki-texvc.js 3486share/calibre/viewer/mathjax/extensions/TeX/mediawiki-texvc.js
3488share/calibre/viewer/mathjax/extensions/TeX/mhchem.js 3487share/calibre/viewer/mathjax/extensions/TeX/mhchem.js
3489share/calibre/viewer/mathjax/extensions/TeX/newcommand.js 3488share/calibre/viewer/mathjax/extensions/TeX/newcommand.js
3490share/calibre/viewer/mathjax/extensions/TeX/noErrors.js 3489share/calibre/viewer/mathjax/extensions/TeX/noErrors.js
3491share/calibre/viewer/mathjax/extensions/TeX/noUndefined.js 3490share/calibre/viewer/mathjax/extensions/TeX/noUndefined.js
3492share/calibre/viewer/mathjax/extensions/TeX/unicode.js 3491share/calibre/viewer/mathjax/extensions/TeX/unicode.js
3493share/calibre/viewer/mathjax/extensions/TeX/verb.js 3492share/calibre/viewer/mathjax/extensions/TeX/verb.js
3494share/calibre/viewer/mathjax/extensions/asciimath2jax.js 3493share/calibre/viewer/mathjax/extensions/asciimath2jax.js
3495share/calibre/viewer/mathjax/extensions/fast-preview.js 3494share/calibre/viewer/mathjax/extensions/fast-preview.js
3496share/calibre/viewer/mathjax/extensions/jsMath2jax.js 3495share/calibre/viewer/mathjax/extensions/jsMath2jax.js
3497share/calibre/viewer/mathjax/extensions/mml2jax.js 3496share/calibre/viewer/mathjax/extensions/mml2jax.js
3498share/calibre/viewer/mathjax/extensions/tex2jax.js 3497share/calibre/viewer/mathjax/extensions/tex2jax.js
3499share/calibre/viewer/mathjax/extensions/toMathML.js 3498share/calibre/viewer/mathjax/extensions/toMathML.js
3500share/calibre/viewer/mathjax/extensions/v1.0-warning.js 3499share/calibre/viewer/mathjax/extensions/v1.0-warning.js
3501share/calibre/viewer/mathjax/jax/element/mml/jax.js 3500share/calibre/viewer/mathjax/jax/element/mml/jax.js
3502share/calibre/viewer/mathjax/jax/element/mml/optable/Arrows.js 3501share/calibre/viewer/mathjax/jax/element/mml/optable/Arrows.js
3503share/calibre/viewer/mathjax/jax/element/mml/optable/BasicLatin.js 3502share/calibre/viewer/mathjax/jax/element/mml/optable/BasicLatin.js
3504share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js 3503share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js
3505share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js 3504share/calibre/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
3506share/calibre/viewer/mathjax/jax/element/mml/optable/Dingbats.js 3505share/calibre/viewer/mathjax/jax/element/mml/optable/Dingbats.js
3507share/calibre/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js 3506share/calibre/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js
3508share/calibre/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js 3507share/calibre/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js
3509share/calibre/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js 3508share/calibre/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js
3510share/calibre/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js 3509share/calibre/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js
3511share/calibre/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js 3510share/calibre/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
3512share/calibre/viewer/mathjax/jax/element/mml/optable/MathOperators.js 3511share/calibre/viewer/mathjax/jax/element/mml/optable/MathOperators.js
3513share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js 3512share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
3514share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js 3513share/calibre/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
3515share/calibre/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js 3514share/calibre/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
3516share/calibre/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js 3515share/calibre/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js
3517share/calibre/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js 3516share/calibre/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js
3518share/calibre/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js 3517share/calibre/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js
3519share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js 3518share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
3520share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js 3519share/calibre/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
3521share/calibre/viewer/mathjax/jax/input/AsciiMath/config.js 3520share/calibre/viewer/mathjax/jax/input/AsciiMath/config.js
3522share/calibre/viewer/mathjax/jax/input/AsciiMath/jax.js 3521share/calibre/viewer/mathjax/jax/input/AsciiMath/jax.js
3523share/calibre/viewer/mathjax/jax/input/MathML/config.js 3522share/calibre/viewer/mathjax/jax/input/MathML/config.js
3524share/calibre/viewer/mathjax/jax/input/MathML/entities/a.js 3523share/calibre/viewer/mathjax/jax/input/MathML/entities/a.js
3525share/calibre/viewer/mathjax/jax/input/MathML/entities/b.js 3524share/calibre/viewer/mathjax/jax/input/MathML/entities/b.js
3526share/calibre/viewer/mathjax/jax/input/MathML/entities/c.js 3525share/calibre/viewer/mathjax/jax/input/MathML/entities/c.js
3527share/calibre/viewer/mathjax/jax/input/MathML/entities/d.js 3526share/calibre/viewer/mathjax/jax/input/MathML/entities/d.js
3528share/calibre/viewer/mathjax/jax/input/MathML/entities/e.js 3527share/calibre/viewer/mathjax/jax/input/MathML/entities/e.js
3529share/calibre/viewer/mathjax/jax/input/MathML/entities/f.js 3528share/calibre/viewer/mathjax/jax/input/MathML/entities/f.js
3530share/calibre/viewer/mathjax/jax/input/MathML/entities/fr.js 3529share/calibre/viewer/mathjax/jax/input/MathML/entities/fr.js
3531share/calibre/viewer/mathjax/jax/input/MathML/entities/g.js 3530share/calibre/viewer/mathjax/jax/input/MathML/entities/g.js
3532share/calibre/viewer/mathjax/jax/input/MathML/entities/h.js 3531share/calibre/viewer/mathjax/jax/input/MathML/entities/h.js
3533share/calibre/viewer/mathjax/jax/input/MathML/entities/i.js 3532share/calibre/viewer/mathjax/jax/input/MathML/entities/i.js
3534share/calibre/viewer/mathjax/jax/input/MathML/entities/j.js 3533share/calibre/viewer/mathjax/jax/input/MathML/entities/j.js
3535share/calibre/viewer/mathjax/jax/input/MathML/entities/k.js 3534share/calibre/viewer/mathjax/jax/input/MathML/entities/k.js
3536share/calibre/viewer/mathjax/jax/input/MathML/entities/l.js 3535share/calibre/viewer/mathjax/jax/input/MathML/entities/l.js
3537share/calibre/viewer/mathjax/jax/input/MathML/entities/m.js 3536share/calibre/viewer/mathjax/jax/input/MathML/entities/m.js
3538share/calibre/viewer/mathjax/jax/input/MathML/entities/n.js 3537share/calibre/viewer/mathjax/jax/input/MathML/entities/n.js
3539share/calibre/viewer/mathjax/jax/input/MathML/entities/o.js 3538share/calibre/viewer/mathjax/jax/input/MathML/entities/o.js
3540share/calibre/viewer/mathjax/jax/input/MathML/entities/opf.js 3539share/calibre/viewer/mathjax/jax/input/MathML/entities/opf.js
3541share/calibre/viewer/mathjax/jax/input/MathML/entities/p.js 3540share/calibre/viewer/mathjax/jax/input/MathML/entities/p.js
3542share/calibre/viewer/mathjax/jax/input/MathML/entities/q.js 3541share/calibre/viewer/mathjax/jax/input/MathML/entities/q.js
3543share/calibre/viewer/mathjax/jax/input/MathML/entities/r.js 3542share/calibre/viewer/mathjax/jax/input/MathML/entities/r.js
3544share/calibre/viewer/mathjax/jax/input/MathML/entities/s.js 3543share/calibre/viewer/mathjax/jax/input/MathML/entities/s.js
3545share/calibre/viewer/mathjax/jax/input/MathML/entities/scr.js 3544share/calibre/viewer/mathjax/jax/input/MathML/entities/scr.js
3546share/calibre/viewer/mathjax/jax/input/MathML/entities/t.js 3545share/calibre/viewer/mathjax/jax/input/MathML/entities/t.js
3547share/calibre/viewer/mathjax/jax/input/MathML/entities/u.js 3546share/calibre/viewer/mathjax/jax/input/MathML/entities/u.js
3548share/calibre/viewer/mathjax/jax/input/MathML/entities/v.js 3547share/calibre/viewer/mathjax/jax/input/MathML/entities/v.js
3549share/calibre/viewer/mathjax/jax/input/MathML/entities/w.js 3548share/calibre/viewer/mathjax/jax/input/MathML/entities/w.js
3550share/calibre/viewer/mathjax/jax/input/MathML/entities/x.js 3549share/calibre/viewer/mathjax/jax/input/MathML/entities/x.js
3551share/calibre/viewer/mathjax/jax/input/MathML/entities/y.js 3550share/calibre/viewer/mathjax/jax/input/MathML/entities/y.js
3552share/calibre/viewer/mathjax/jax/input/MathML/entities/z.js 3551share/calibre/viewer/mathjax/jax/input/MathML/entities/z.js
3553share/calibre/viewer/mathjax/jax/input/MathML/jax.js 3552share/calibre/viewer/mathjax/jax/input/MathML/jax.js
3554share/calibre/viewer/mathjax/jax/input/TeX/config.js 3553share/calibre/viewer/mathjax/jax/input/TeX/config.js
3555share/calibre/viewer/mathjax/jax/input/TeX/jax.js 3554share/calibre/viewer/mathjax/jax/input/TeX/jax.js
3556share/calibre/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js 3555share/calibre/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js
3557share/calibre/viewer/mathjax/jax/output/SVG/autoload/maction.js 3556share/calibre/viewer/mathjax/jax/output/SVG/autoload/maction.js
3558share/calibre/viewer/mathjax/jax/output/SVG/autoload/menclose.js 3557share/calibre/viewer/mathjax/jax/output/SVG/autoload/menclose.js
3559share/calibre/viewer/mathjax/jax/output/SVG/autoload/mglyph.js 3558share/calibre/viewer/mathjax/jax/output/SVG/autoload/mglyph.js
3560share/calibre/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js 3559share/calibre/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js
3561share/calibre/viewer/mathjax/jax/output/SVG/autoload/ms.js 3560share/calibre/viewer/mathjax/jax/output/SVG/autoload/ms.js
3562share/calibre/viewer/mathjax/jax/output/SVG/autoload/mtable.js 3561share/calibre/viewer/mathjax/jax/output/SVG/autoload/mtable.js
3563share/calibre/viewer/mathjax/jax/output/SVG/autoload/multiline.js 3562share/calibre/viewer/mathjax/jax/output/SVG/autoload/multiline.js
3564share/calibre/viewer/mathjax/jax/output/SVG/config.js 3563share/calibre/viewer/mathjax/jax/output/SVG/config.js
3565share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js 3564share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
3566share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js 3565share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
3567share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js 3566share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
3568share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js 3567share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
3569share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js 3568share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
3570share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js 3569share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
3571share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js 3570share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
3572share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js 3571share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
3573share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js 3572share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
3574share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js 3573share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
3575share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js 3574share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
3576share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js 3575share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
3577share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js 3576share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
3578share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js 3577share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
3579share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js 3578share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
3580share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js 3579share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
3581share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js 3580share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
3582share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js 3581share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
3583share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js 3582share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
3584share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js 3583share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
3585share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js 3584share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
3586share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js 3585share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
3587share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js 3586share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
3588share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js 3587share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
3589share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js 3588share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
3590share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js 3589share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
3591share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js 3590share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
3592share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js 3591share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
3593share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js 3592share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
3594share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js 3593share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
3595share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js 3594share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
3596share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js 3595share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
3597share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js 3596share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
3598share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js 3597share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
3599share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js 3598share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
3600share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js 3599share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
3601share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js 3600share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
3602share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js 3601share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
3603share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js 3602share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
3604share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js 3603share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
3605share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js 3604share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
3606share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js 3605share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
3607share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js 3606share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
3608share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js 3607share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
3609share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js 3608share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
3610share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js 3609share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
3611share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js 3610share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
3612share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js 3611share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
3613share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js 3612share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
3614share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js 3613share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
3615share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js 3614share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
3616share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js 3615share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
3617share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js 3616share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
3618share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js 3617share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
3619share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js 3618share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
3620share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js 3619share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
3621share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js 3620share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
3622share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js 3621share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
3623share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js 3622share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
3624share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js 3623share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
3625share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js 3624share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
3626share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js 3625share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
3627share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js 3626share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
3628share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js 3627share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
3629share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js 3628share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
3630share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js 3629share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
3631share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js 3630share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
3632share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js 3631share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
3633share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js 3632share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
3634share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js 3633share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
3635share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js 3634share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
3636share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js 3635share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
3637share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js 3636share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
3638share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js 3637share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
3639share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js 3638share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
3640share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js 3639share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
3641share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js 3640share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
3642share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js 3641share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
3643share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js 3642share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
3644share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js 3643share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
3645share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js 3644share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
3646share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js 3645share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
3647share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js 3646share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
3648share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js 3647share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
3649share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js 3648share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
3650share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js 3649share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
3651share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js 3650share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
3652share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js 3651share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
3653share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js 3652share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
3654share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js 3653share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
3655share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js 3654share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
3656share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js 3655share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
3657share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js 3656share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
3658share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js 3657share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js
3659share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js 3658share/calibre/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js
3660share/calibre/viewer/mathjax/jax/output/SVG/jax.js 3659share/calibre/viewer/mathjax/jax/output/SVG/jax.js
3661share/calibre/viewer/referencing.js 3660share/calibre/viewer/referencing.js
3662share/doc/calibre/COPYRIGHT 3661share/doc/calibre/COPYRIGHT
3663share/doc/calibre/Changelog.old.yaml 3662share/doc/calibre/Changelog.old.yaml
3664share/doc/calibre/Changelog.yaml 3663share/doc/calibre/Changelog.yaml
3665share/doc/calibre/INSTALL 3664share/doc/calibre/INSTALL
3666share/doc/calibre/LICENSE.rtf 3665share/doc/calibre/LICENSE.rtf
3667share/doc/calibre/README.md 3666share/doc/calibre/README.md
3668@pkgdir lib/calibre/calibre/plugins/.libs 3667@pkgdir lib/calibre/calibre/plugins/.libs

cvs diff -r1.84 -r1.85 pkgsrc/misc/calibre/distinfo (switch to unified diff)

--- pkgsrc/misc/calibre/distinfo 2017/01/17 23:19:24 1.84
+++ pkgsrc/misc/calibre/distinfo 2017/01/22 15:10:41 1.85
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.84 2017/01/17 23:19:24 wiz Exp $ 1$NetBSD: distinfo,v 1.85 2017/01/22 15:10:41 wiz Exp $
2 2
3SHA1 (calibre-2.76.0.tar.xz) = e8d7296094fd194ae94a72d29c7f7d8ed05458ec 3SHA1 (calibre-2.77.0.tar.xz) = 91da5bfcb7a8bd36a97ddc5ebf1c35010aa92f76
4RMD160 (calibre-2.76.0.tar.xz) = b5b1cfbc3fb03cb3db69190946236923f630bf39 4RMD160 (calibre-2.77.0.tar.xz) = 1a270f465673683bb8b7fa66fd77e8fa31b18467
5SHA512 (calibre-2.76.0.tar.xz) = f47c6b11170a71859cb6cbb8308b625fb053229615597bcad5d0b14c107a924dade9a404a191ebd5034ceaf2ee9b623592a95424d4724425503fb0da7119913f 5SHA512 (calibre-2.77.0.tar.xz) = f6f9c72443cca83199feaa276c625da2ecba00d3639f7133f5da5f2a3e0843a592e96761ed7ea8021eea6e9bf55d42dedf42a2096e5c9432397a5384102a6fe7
6Size (calibre-2.76.0.tar.xz) = 38675824 bytes 6Size (calibre-2.77.0.tar.xz) = 38735056 bytes
7SHA1 (patch-setup_build.py) = 4a601e44fb69085c1f05ca0f90b73ce3f6d51ba6 7SHA1 (patch-setup_build.py) = 4a601e44fb69085c1f05ca0f90b73ce3f6d51ba6
8SHA1 (patch-setup_build__environment.py) = d44460d96f9fb76cd80814a9cba8b153c52b5bfc 8SHA1 (patch-setup_build__environment.py) = d44460d96f9fb76cd80814a9cba8b153c52b5bfc
9SHA1 (patch-src_calibre_ebooks_oeb_polish_parsing.py) = 62d02b7b901efac6ee3bb1b6628ab99b4a13a926 9SHA1 (patch-src_calibre_ebooks_oeb_polish_parsing.py) = 62d02b7b901efac6ee3bb1b6628ab99b4a13a926
10SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 10SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662