summaryrefslogtreecommitdiff
path: root/misc/calibre
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-11-18 17:41:20 +0000
committerwiz <wiz@pkgsrc.org>2009-11-18 17:41:20 +0000
commitcacc7004e803e9c56d1d9ff15fef6957af78084e (patch)
tree27db104685801762de46163167ce3afa64b0edd9 /misc/calibre
parentb18fd3a663dc6c85b3f37e11024dc7bfc2135d47 (diff)
downloadpkgsrc-cacc7004e803e9c56d1d9ff15fef6957af78084e.tar.gz
Update to 0.6.24. Lots and lots of changes since the 0.4 version we
had in pkgsrc. On NetBSD, readers are still not recognized automatically due to a lack of methods for finding new devices and their mount points.
Diffstat (limited to 'misc/calibre')
-rw-r--r--misc/calibre/Makefile51
-rw-r--r--misc/calibre/PLIST3326
-rw-r--r--misc/calibre/distinfo11
-rw-r--r--misc/calibre/patches/patch-aa67
-rw-r--r--misc/calibre/patches/patch-ac21
5 files changed, 1483 insertions, 1993 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index 97927dc120b..2f148ba9117 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -1,29 +1,37 @@
-# $NetBSD: Makefile,v 1.3 2009/09/22 01:08:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/18 17:41:20 wiz Exp $
#
-DISTNAME= calibre-0.4.128
-PKGREVISION= 1
+DISTNAME= calibre-0.6.24
CATEGORIES= misc
MASTER_SITES= http://calibre.kovidgoyal.net/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://calibre.kovidgoyal.net/
COMMENT= E-book library management application
+LICENSE= gnu-gpl-v3
DEPENDS+= help2man>=1.36.4:../../converters/help2man
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+= ImageMagick>=6.3.5:../../graphics/ImageMagick
DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils
-DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0.5:../../textproc/py-lxml
+DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
+DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
+DEPENDS+= ${PYPKGPREFIX}-lxml>=2.1.5:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
-DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.8:../../www/py-mechanize
+DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize
#PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 26 25
+USE_TOOLS+= pkg-config
+PYTHON_VERSIONS_ACCEPTED= 26
PYDISTUTILSPKG= yes
+PYSETUPOPTARGS= # empty
+PYSETUPINSTALLARGS= --prefix=${PREFIX}
+WRKSRC= ${WRKDIR}/calibre
+INSTALLATION_DIRS= share/applications
+INSTALLATION_DIRS= share/icons
REPLACE_PYTHON= src/calibre/ebooks/metadata/odt.py
REPLACE_PYTHON+= src/odf/element.py
@@ -34,29 +42,46 @@ REPLACE_PYTHON+= src/odf/odf2xhtml.py
REPLACE_PYTHON+= src/odf/odfmanifest.py
REPLACE_PYTHON+= src/odf/thumbnail.py
REPLACE_PYTHON+= src/odf/userfield.py
+REPLACE_PYTHON+= resources/recipes/fokkeensukke.recipe
+REPLACE_PYTHON+= resources/recipes/trouw.recipe
SUBST_CLASSES+= prefix
SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt4/bin/qmake',"
SUBST_MESSAGE.prefix= Fixing path to QMAKE
SUBST_STAGE.prefix= post-patch
-SUBST_FILES.prefix= pyqtdistutils.py
+SUBST_FILES.prefix= setup/build_environment.py
-SUBST_CLASSES+= install
-SUBST_SED.install= -e "s,/usr/share/man,${PREFIX}/${PKGMANDIR},"
-SUBST_MESSAGE.install= Fixing installation paths
-SUBST_STAGE.install= post-patch
-SUBST_FILES.install= src/calibre/linux.py
+MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig
+MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib
+MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
+MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
+#MAKE_ENV+= XDG_UTILS_DEBUG_LEVEL=100
BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
.include "../../devel/libusb/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5
+.include "../../graphics/ImageMagick/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
.include "../../graphics/py-imaging/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8
+.include "../../graphics/libwmf/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
+_PYSETUPTOOLSINSTALLARGS= # empty
+#.include "../../lang/python/extension.mk"
+.include "../../print/podofo/buildlink3.mk"
+.include "../../print/poppler-includes/buildlink3.mk"
+.include "../../print/poppler/buildlink3.mk"
+BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.10.6
+.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../sysutils/hal/buildlink3.mk"
BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2
.include "../../sysutils/py-dbus/buildlink3.mk"
.include "../../textproc/py-elementtree/buildlink3.mk"
.include "../../x11/py-sip/buildlink3.mk"
+BUILDLINK_API_DEPENDS.py-qt4+= ${PYPKGPREFIX}-qt4>=4.5.1
.include "../../x11/py-qt4/buildlink3.mk"
+BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.5.1
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST
index d36396b5fce..d59ef951b64 100644
--- a/misc/calibre/PLIST
+++ b/misc/calibre/PLIST
@@ -1,1956 +1,1410 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:19 joerg Exp $
-bin/any2epub
-bin/any2lit
-bin/any2lrf
+@comment $NetBSD: PLIST,v 1.3 2009/11/18 17:41:20 wiz Exp $
bin/calibre
+bin/calibre-complete
bin/calibre-customize
bin/calibre-debug
-bin/calibre-fontconfig
+bin/calibre-mount-helper
bin/calibre-parallel
bin/calibre-server
-bin/calibre_postinstall
+bin/calibre-smtp
+bin/calibre-uninstall
bin/calibredb
-bin/comic2epub
-bin/comic2lrf
-bin/comic2pdf
+bin/ebook-convert
+bin/ebook-device
+bin/ebook-meta
bin/ebook-viewer
-bin/epub-meta
-bin/epub2lrf
-bin/fb2-meta
-bin/fb22lrf
-bin/feeds2disk
-bin/feeds2epub
-bin/feeds2lrf
-bin/html2epub
-bin/html2lrf
-bin/html2oeb
-bin/imp-meta
-bin/isbndb
+bin/fetch-ebook-metadata
bin/librarything
-bin/lit-meta
-bin/lit2lrf
-bin/lit2oeb
-bin/lrf-meta
-bin/lrf2html
bin/lrf2lrs
bin/lrfviewer
bin/lrs2lrf
bin/markdown-calibre
-bin/mobi2lrf
-bin/mobi2oeb
-bin/odt-meta
-bin/odt2oeb
-bin/oeb2lit
-bin/opf-meta
-bin/pdf-meta
-bin/pdf2lrf
-bin/pdfreflow
-bin/pdftrim
-bin/prs500
-bin/rb-meta
-bin/rtf-meta
-bin/rtf2lrf
-bin/txt2lrf
+bin/pdfmanipulate
bin/web2disk
-bin/web2lrf
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/calibre/__init__.py
-${PYSITELIB}/calibre/__init__.pyc
-${PYSITELIB}/calibre/__init__.pyo
-${PYSITELIB}/calibre/constants.py
-${PYSITELIB}/calibre/constants.pyc
-${PYSITELIB}/calibre/constants.pyo
-${PYSITELIB}/calibre/customize/__init__.py
-${PYSITELIB}/calibre/customize/__init__.pyc
-${PYSITELIB}/calibre/customize/__init__.pyo
-${PYSITELIB}/calibre/customize/builtins.py
-${PYSITELIB}/calibre/customize/builtins.pyc
-${PYSITELIB}/calibre/customize/builtins.pyo
-${PYSITELIB}/calibre/customize/ui.py
-${PYSITELIB}/calibre/customize/ui.pyc
-${PYSITELIB}/calibre/customize/ui.pyo
-${PYSITELIB}/calibre/debug.py
-${PYSITELIB}/calibre/debug.pyc
-${PYSITELIB}/calibre/debug.pyo
-${PYSITELIB}/calibre/devices/__init__.py
-${PYSITELIB}/calibre/devices/__init__.pyc
-${PYSITELIB}/calibre/devices/__init__.pyo
-${PYSITELIB}/calibre/devices/cybookg3/__init__.py
-${PYSITELIB}/calibre/devices/cybookg3/__init__.pyc
-${PYSITELIB}/calibre/devices/cybookg3/__init__.pyo
-${PYSITELIB}/calibre/devices/cybookg3/driver.py
-${PYSITELIB}/calibre/devices/cybookg3/driver.pyc
-${PYSITELIB}/calibre/devices/cybookg3/driver.pyo
-${PYSITELIB}/calibre/devices/errors.py
-${PYSITELIB}/calibre/devices/errors.pyc
-${PYSITELIB}/calibre/devices/errors.pyo
-${PYSITELIB}/calibre/devices/interface.py
-${PYSITELIB}/calibre/devices/interface.pyc
-${PYSITELIB}/calibre/devices/interface.pyo
-${PYSITELIB}/calibre/devices/kindle/__init__.py
-${PYSITELIB}/calibre/devices/kindle/__init__.pyc
-${PYSITELIB}/calibre/devices/kindle/__init__.pyo
-${PYSITELIB}/calibre/devices/kindle/driver.py
-${PYSITELIB}/calibre/devices/kindle/driver.pyc
-${PYSITELIB}/calibre/devices/kindle/driver.pyo
-${PYSITELIB}/calibre/devices/libusb.py
-${PYSITELIB}/calibre/devices/libusb.pyc
-${PYSITELIB}/calibre/devices/libusb.pyo
-${PYSITELIB}/calibre/devices/manager.py
-${PYSITELIB}/calibre/devices/manager.pyc
-${PYSITELIB}/calibre/devices/manager.pyo
-${PYSITELIB}/calibre/devices/mime.py
-${PYSITELIB}/calibre/devices/mime.pyc
-${PYSITELIB}/calibre/devices/mime.pyo
-${PYSITELIB}/calibre/devices/prs500/__init__.py
-${PYSITELIB}/calibre/devices/prs500/__init__.pyc
-${PYSITELIB}/calibre/devices/prs500/__init__.pyo
-${PYSITELIB}/calibre/devices/prs500/books.py
-${PYSITELIB}/calibre/devices/prs500/books.pyc
-${PYSITELIB}/calibre/devices/prs500/books.pyo
-${PYSITELIB}/calibre/devices/prs500/cli/__init__.py
-${PYSITELIB}/calibre/devices/prs500/cli/__init__.pyc
-${PYSITELIB}/calibre/devices/prs500/cli/__init__.pyo
-${PYSITELIB}/calibre/devices/prs500/cli/main.py
-${PYSITELIB}/calibre/devices/prs500/cli/main.pyc
-${PYSITELIB}/calibre/devices/prs500/cli/main.pyo
-${PYSITELIB}/calibre/devices/prs500/driver.py
-${PYSITELIB}/calibre/devices/prs500/driver.pyc
-${PYSITELIB}/calibre/devices/prs500/driver.pyo
-${PYSITELIB}/calibre/devices/prs500/prstypes.py
-${PYSITELIB}/calibre/devices/prs500/prstypes.pyc
-${PYSITELIB}/calibre/devices/prs500/prstypes.pyo
-${PYSITELIB}/calibre/devices/prs505/__init__.py
-${PYSITELIB}/calibre/devices/prs505/__init__.pyc
-${PYSITELIB}/calibre/devices/prs505/__init__.pyo
-${PYSITELIB}/calibre/devices/prs505/books.py
-${PYSITELIB}/calibre/devices/prs505/books.pyc
-${PYSITELIB}/calibre/devices/prs505/books.pyo
-${PYSITELIB}/calibre/devices/prs505/driver.py
-${PYSITELIB}/calibre/devices/prs505/driver.pyc
-${PYSITELIB}/calibre/devices/prs505/driver.pyo
-${PYSITELIB}/calibre/devices/prs700/__init__.py
-${PYSITELIB}/calibre/devices/prs700/__init__.pyc
-${PYSITELIB}/calibre/devices/prs700/__init__.pyo
-${PYSITELIB}/calibre/devices/prs700/driver.py
-${PYSITELIB}/calibre/devices/prs700/driver.pyc
-${PYSITELIB}/calibre/devices/prs700/driver.pyo
-${PYSITELIB}/calibre/devices/scanner.py
-${PYSITELIB}/calibre/devices/scanner.pyc
-${PYSITELIB}/calibre/devices/scanner.pyo
-${PYSITELIB}/calibre/devices/usbms/__init__.py
-${PYSITELIB}/calibre/devices/usbms/__init__.pyc
-${PYSITELIB}/calibre/devices/usbms/__init__.pyo
-${PYSITELIB}/calibre/devices/usbms/books.py
-${PYSITELIB}/calibre/devices/usbms/books.pyc
-${PYSITELIB}/calibre/devices/usbms/books.pyo
-${PYSITELIB}/calibre/devices/usbms/device.py
-${PYSITELIB}/calibre/devices/usbms/device.pyc
-${PYSITELIB}/calibre/devices/usbms/device.pyo
-${PYSITELIB}/calibre/devices/usbms/driver.py
-${PYSITELIB}/calibre/devices/usbms/driver.pyc
-${PYSITELIB}/calibre/devices/usbms/driver.pyo
-${PYSITELIB}/calibre/ebooks/BeautifulSoup.py
-${PYSITELIB}/calibre/ebooks/BeautifulSoup.pyc
-${PYSITELIB}/calibre/ebooks/BeautifulSoup.pyo
-${PYSITELIB}/calibre/ebooks/__init__.py
-${PYSITELIB}/calibre/ebooks/__init__.pyc
-${PYSITELIB}/calibre/ebooks/__init__.pyo
-${PYSITELIB}/calibre/ebooks/chardet/__init__.py
-${PYSITELIB}/calibre/ebooks/chardet/__init__.pyc
-${PYSITELIB}/calibre/ebooks/chardet/__init__.pyo
-${PYSITELIB}/calibre/ebooks/chardet/big5freq.py
-${PYSITELIB}/calibre/ebooks/chardet/big5freq.pyc
-${PYSITELIB}/calibre/ebooks/chardet/big5freq.pyo
-${PYSITELIB}/calibre/ebooks/chardet/big5prober.py
-${PYSITELIB}/calibre/ebooks/chardet/big5prober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/big5prober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/chardistribution.py
-${PYSITELIB}/calibre/ebooks/chardet/chardistribution.pyc
-${PYSITELIB}/calibre/ebooks/chardet/chardistribution.pyo
-${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.py
-${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/charsetprober.py
-${PYSITELIB}/calibre/ebooks/chardet/charsetprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/charsetprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.py
-${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.pyc
-${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.pyo
-${PYSITELIB}/calibre/ebooks/chardet/constants.py
-${PYSITELIB}/calibre/ebooks/chardet/constants.pyc
-${PYSITELIB}/calibre/ebooks/chardet/constants.pyo
-${PYSITELIB}/calibre/ebooks/chardet/escprober.py
-${PYSITELIB}/calibre/ebooks/chardet/escprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/escprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/escsm.py
-${PYSITELIB}/calibre/ebooks/chardet/escsm.pyc
-${PYSITELIB}/calibre/ebooks/chardet/escsm.pyo
-${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.py
-${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.py
-${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.pyc
-${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.pyo
-${PYSITELIB}/calibre/ebooks/chardet/euckrprober.py
-${PYSITELIB}/calibre/ebooks/chardet/euckrprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/euckrprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.py
-${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.pyc
-${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.pyo
-${PYSITELIB}/calibre/ebooks/chardet/euctwprober.py
-${PYSITELIB}/calibre/ebooks/chardet/euctwprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/euctwprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.py
-${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.pyc
-${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.pyo
-${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.py
-${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.py
-${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/jisfreq.py
-${PYSITELIB}/calibre/ebooks/chardet/jisfreq.pyc
-${PYSITELIB}/calibre/ebooks/chardet/jisfreq.pyo
-${PYSITELIB}/calibre/ebooks/chardet/jpcntx.py
-${PYSITELIB}/calibre/ebooks/chardet/jpcntx.pyc
-${PYSITELIB}/calibre/ebooks/chardet/jpcntx.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.py
-${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.pyc
-${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.pyo
-${PYSITELIB}/calibre/ebooks/chardet/latin1prober.py
-${PYSITELIB}/calibre/ebooks/chardet/latin1prober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/latin1prober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.py
-${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.py
-${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/mbcssm.py
-${PYSITELIB}/calibre/ebooks/chardet/mbcssm.pyc
-${PYSITELIB}/calibre/ebooks/chardet/mbcssm.pyo
-${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.py
-${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.py
-${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/sjisprober.py
-${PYSITELIB}/calibre/ebooks/chardet/sjisprober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/sjisprober.pyo
-${PYSITELIB}/calibre/ebooks/chardet/universaldetector.py
-${PYSITELIB}/calibre/ebooks/chardet/universaldetector.pyc
-${PYSITELIB}/calibre/ebooks/chardet/universaldetector.pyo
-${PYSITELIB}/calibre/ebooks/chardet/utf8prober.py
-${PYSITELIB}/calibre/ebooks/chardet/utf8prober.pyc
-${PYSITELIB}/calibre/ebooks/chardet/utf8prober.pyo
-${PYSITELIB}/calibre/ebooks/epub/__init__.py
-${PYSITELIB}/calibre/ebooks/epub/__init__.pyc
-${PYSITELIB}/calibre/ebooks/epub/__init__.pyo
-${PYSITELIB}/calibre/ebooks/epub/fonts.py
-${PYSITELIB}/calibre/ebooks/epub/fonts.pyc
-${PYSITELIB}/calibre/ebooks/epub/fonts.pyo
-${PYSITELIB}/calibre/ebooks/epub/from_any.py
-${PYSITELIB}/calibre/ebooks/epub/from_any.pyc
-${PYSITELIB}/calibre/ebooks/epub/from_any.pyo
-${PYSITELIB}/calibre/ebooks/epub/from_comic.py
-${PYSITELIB}/calibre/ebooks/epub/from_comic.pyc
-${PYSITELIB}/calibre/ebooks/epub/from_comic.pyo
-${PYSITELIB}/calibre/ebooks/epub/from_feeds.py
-${PYSITELIB}/calibre/ebooks/epub/from_feeds.pyc
-${PYSITELIB}/calibre/ebooks/epub/from_feeds.pyo
-${PYSITELIB}/calibre/ebooks/epub/from_html.py
-${PYSITELIB}/calibre/ebooks/epub/from_html.pyc
-${PYSITELIB}/calibre/ebooks/epub/from_html.pyo
-${PYSITELIB}/calibre/ebooks/epub/iterator.py
-${PYSITELIB}/calibre/ebooks/epub/iterator.pyc
-${PYSITELIB}/calibre/ebooks/epub/iterator.pyo
-${PYSITELIB}/calibre/ebooks/epub/split.py
-${PYSITELIB}/calibre/ebooks/epub/split.pyc
-${PYSITELIB}/calibre/ebooks/epub/split.pyo
-${PYSITELIB}/calibre/ebooks/html.py
-${PYSITELIB}/calibre/ebooks/html.pyc
-${PYSITELIB}/calibre/ebooks/html.pyo
-${PYSITELIB}/calibre/ebooks/hyphenate.py
-${PYSITELIB}/calibre/ebooks/hyphenate.pyc
-${PYSITELIB}/calibre/ebooks/hyphenate.pyo
-${PYSITELIB}/calibre/ebooks/lit/__init__.py
-${PYSITELIB}/calibre/ebooks/lit/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lit/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lit/from_any.py
-${PYSITELIB}/calibre/ebooks/lit/from_any.pyc
-${PYSITELIB}/calibre/ebooks/lit/from_any.pyo
-${PYSITELIB}/calibre/ebooks/lit/lzx.py
-${PYSITELIB}/calibre/ebooks/lit/lzx.pyc
-${PYSITELIB}/calibre/ebooks/lit/lzx.pyo
-${PYSITELIB}/calibre/ebooks/lit/maps/__init__.py
-${PYSITELIB}/calibre/ebooks/lit/maps/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lit/maps/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lit/maps/html.py
-${PYSITELIB}/calibre/ebooks/lit/maps/html.pyc
-${PYSITELIB}/calibre/ebooks/lit/maps/html.pyo
-${PYSITELIB}/calibre/ebooks/lit/maps/opf.py
-${PYSITELIB}/calibre/ebooks/lit/maps/opf.pyc
-${PYSITELIB}/calibre/ebooks/lit/maps/opf.pyo
-${PYSITELIB}/calibre/ebooks/lit/mssha1.py
-${PYSITELIB}/calibre/ebooks/lit/mssha1.pyc
-${PYSITELIB}/calibre/ebooks/lit/mssha1.pyo
-${PYSITELIB}/calibre/ebooks/lit/oeb.py
-${PYSITELIB}/calibre/ebooks/lit/oeb.pyc
-${PYSITELIB}/calibre/ebooks/lit/oeb.pyo
-${PYSITELIB}/calibre/ebooks/lit/reader.py
-${PYSITELIB}/calibre/ebooks/lit/reader.pyc
-${PYSITELIB}/calibre/ebooks/lit/reader.pyo
-${PYSITELIB}/calibre/ebooks/lit/stylizer.py
-${PYSITELIB}/calibre/ebooks/lit/stylizer.pyc
-${PYSITELIB}/calibre/ebooks/lit/stylizer.pyo
-${PYSITELIB}/calibre/ebooks/lit/writer.py
-${PYSITELIB}/calibre/ebooks/lit/writer.pyc
-${PYSITELIB}/calibre/ebooks/lit/writer.pyo
-${PYSITELIB}/calibre/ebooks/lrf/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/any/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/any/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/any/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.pyo
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.py
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.pyc
-${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/html/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/color_map.py
-${PYSITELIB}/calibre/ebooks/lrf/html/color_map.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/color_map.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.py
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/table.py
-${PYSITELIB}/calibre/ebooks/lrf/html/table.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/table.pyo
-${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.py
-${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.pyc
-${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.pyo
-${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/lrfparser.py
-${PYSITELIB}/calibre/ebooks/lrf/lrfparser.pyc
-${PYSITELIB}/calibre/ebooks/lrf/lrfparser.pyo
-${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/meta.py
-${PYSITELIB}/calibre/ebooks/lrf/meta.pyc
-${PYSITELIB}/calibre/ebooks/lrf/meta.pyo
-${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/objects.py
-${PYSITELIB}/calibre/ebooks/lrf/objects.pyc
-${PYSITELIB}/calibre/ebooks/lrf/objects.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.py
-${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.py
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.py
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.py
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.pyo
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.py
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.pyc
-${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.pyo
-${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.py
-${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.pyc
-${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.pyo
-${PYSITELIB}/calibre/ebooks/lrf/tags.py
-${PYSITELIB}/calibre/ebooks/lrf/tags.pyc
-${PYSITELIB}/calibre/ebooks/lrf/tags.pyo
-${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/web/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.py
-${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.pyo
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.py
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.pyc
-${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.pyo
-${PYSITELIB}/calibre/ebooks/markdown/__init__.py
-${PYSITELIB}/calibre/ebooks/markdown/__init__.pyc
-${PYSITELIB}/calibre/ebooks/markdown/__init__.pyo
-${PYSITELIB}/calibre/ebooks/markdown/markdown.py
-${PYSITELIB}/calibre/ebooks/markdown/markdown.pyc
-${PYSITELIB}/calibre/ebooks/markdown/markdown.pyo
-${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.py
-${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.pyc
-${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.pyo
-${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.py
-${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.pyc
-${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.pyo
-${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.py
-${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.pyc
-${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.pyo
-${PYSITELIB}/calibre/ebooks/metadata/__init__.py
-${PYSITELIB}/calibre/ebooks/metadata/__init__.pyc
-${PYSITELIB}/calibre/ebooks/metadata/__init__.pyo
-${PYSITELIB}/calibre/ebooks/metadata/amazon.py
-${PYSITELIB}/calibre/ebooks/metadata/amazon.pyc
-${PYSITELIB}/calibre/ebooks/metadata/amazon.pyo
-${PYSITELIB}/calibre/ebooks/metadata/epub.py
-${PYSITELIB}/calibre/ebooks/metadata/epub.pyc
-${PYSITELIB}/calibre/ebooks/metadata/epub.pyo
-${PYSITELIB}/calibre/ebooks/metadata/fb2.py
-${PYSITELIB}/calibre/ebooks/metadata/fb2.pyc
-${PYSITELIB}/calibre/ebooks/metadata/fb2.pyo
-${PYSITELIB}/calibre/ebooks/metadata/html.py
-${PYSITELIB}/calibre/ebooks/metadata/html.pyc
-${PYSITELIB}/calibre/ebooks/metadata/html.pyo
-${PYSITELIB}/calibre/ebooks/metadata/imp.py
-${PYSITELIB}/calibre/ebooks/metadata/imp.pyc
-${PYSITELIB}/calibre/ebooks/metadata/imp.pyo
-${PYSITELIB}/calibre/ebooks/metadata/isbndb.py
-${PYSITELIB}/calibre/ebooks/metadata/isbndb.pyc
-${PYSITELIB}/calibre/ebooks/metadata/isbndb.pyo
-${PYSITELIB}/calibre/ebooks/metadata/library_thing.py
-${PYSITELIB}/calibre/ebooks/metadata/library_thing.pyc
-${PYSITELIB}/calibre/ebooks/metadata/library_thing.pyo
-${PYSITELIB}/calibre/ebooks/metadata/lit.py
-${PYSITELIB}/calibre/ebooks/metadata/lit.pyc
-${PYSITELIB}/calibre/ebooks/metadata/lit.pyo
-${PYSITELIB}/calibre/ebooks/metadata/lrx.py
-${PYSITELIB}/calibre/ebooks/metadata/lrx.pyc
-${PYSITELIB}/calibre/ebooks/metadata/lrx.pyo
-${PYSITELIB}/calibre/ebooks/metadata/meta.py
-${PYSITELIB}/calibre/ebooks/metadata/meta.pyc
-${PYSITELIB}/calibre/ebooks/metadata/meta.pyo
-${PYSITELIB}/calibre/ebooks/metadata/odt.py
-${PYSITELIB}/calibre/ebooks/metadata/odt.py
-${PYSITELIB}/calibre/ebooks/metadata/odt.pyc
-${PYSITELIB}/calibre/ebooks/metadata/odt.pyo
-${PYSITELIB}/calibre/ebooks/metadata/opf.py
-${PYSITELIB}/calibre/ebooks/metadata/opf.pyc
-${PYSITELIB}/calibre/ebooks/metadata/opf.pyo
-${PYSITELIB}/calibre/ebooks/metadata/opf2.py
-${PYSITELIB}/calibre/ebooks/metadata/opf2.pyc
-${PYSITELIB}/calibre/ebooks/metadata/opf2.pyo
-${PYSITELIB}/calibre/ebooks/metadata/pdf.py
-${PYSITELIB}/calibre/ebooks/metadata/pdf.pyc
-${PYSITELIB}/calibre/ebooks/metadata/pdf.pyo
-${PYSITELIB}/calibre/ebooks/metadata/rb.py
-${PYSITELIB}/calibre/ebooks/metadata/rb.pyc
-${PYSITELIB}/calibre/ebooks/metadata/rb.pyo
-${PYSITELIB}/calibre/ebooks/metadata/rtf.py
-${PYSITELIB}/calibre/ebooks/metadata/rtf.pyc
-${PYSITELIB}/calibre/ebooks/metadata/rtf.pyo
-${PYSITELIB}/calibre/ebooks/metadata/toc.py
-${PYSITELIB}/calibre/ebooks/metadata/toc.pyc
-${PYSITELIB}/calibre/ebooks/metadata/toc.pyo
-${PYSITELIB}/calibre/ebooks/metadata/zip.py
-${PYSITELIB}/calibre/ebooks/metadata/zip.pyc
-${PYSITELIB}/calibre/ebooks/metadata/zip.pyo
-${PYSITELIB}/calibre/ebooks/mobi/__init__.py
-${PYSITELIB}/calibre/ebooks/mobi/__init__.pyc
-${PYSITELIB}/calibre/ebooks/mobi/__init__.pyo
-${PYSITELIB}/calibre/ebooks/mobi/huffcdic.py
-${PYSITELIB}/calibre/ebooks/mobi/huffcdic.pyc
-${PYSITELIB}/calibre/ebooks/mobi/huffcdic.pyo
-${PYSITELIB}/calibre/ebooks/mobi/langcodes.py
-${PYSITELIB}/calibre/ebooks/mobi/langcodes.pyc
-${PYSITELIB}/calibre/ebooks/mobi/langcodes.pyo
-${PYSITELIB}/calibre/ebooks/mobi/palmdoc.py
-${PYSITELIB}/calibre/ebooks/mobi/palmdoc.pyc
-${PYSITELIB}/calibre/ebooks/mobi/palmdoc.pyo
-${PYSITELIB}/calibre/ebooks/mobi/reader.py
-${PYSITELIB}/calibre/ebooks/mobi/reader.pyc
-${PYSITELIB}/calibre/ebooks/mobi/reader.pyo
-${PYSITELIB}/calibre/ebooks/odt/__init__.py
-${PYSITELIB}/calibre/ebooks/odt/__init__.pyc
-${PYSITELIB}/calibre/ebooks/odt/__init__.pyo
-${PYSITELIB}/calibre/ebooks/odt/to_oeb.py
-${PYSITELIB}/calibre/ebooks/odt/to_oeb.pyc
-${PYSITELIB}/calibre/ebooks/odt/to_oeb.pyo
-${PYSITELIB}/calibre/ebooks/pdf/__init__.py
-${PYSITELIB}/calibre/ebooks/pdf/__init__.pyc
-${PYSITELIB}/calibre/ebooks/pdf/__init__.pyo
-${PYSITELIB}/calibre/ebooks/pdf/from_comic.py
-${PYSITELIB}/calibre/ebooks/pdf/from_comic.pyc
-${PYSITELIB}/calibre/ebooks/pdf/from_comic.pyo
-${PYSITELIB}/calibre/ebooks/pdf/pdftrim.py
-${PYSITELIB}/calibre/ebooks/pdf/pdftrim.pyc
-${PYSITELIB}/calibre/ebooks/pdf/pdftrim.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/colors.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/colors.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/colors.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/copy.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/copy.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/copy.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/header.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/header.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/header.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/info.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/info.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/info.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/inline.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/inline.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/inline.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/output.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/output.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/output.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/pict.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/pict.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/pict.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/sections.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/sections.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/sections.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/styles.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/styles.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/styles.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/table.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/table.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/table.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.pyo
-${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.py
-${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.pyc
-${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.pyo
-${PYSITELIB}/calibre/ebooks/sgmllib.py
-${PYSITELIB}/calibre/ebooks/sgmllib.pyc
-${PYSITELIB}/calibre/ebooks/sgmllib.pyo
-${PYSITELIB}/calibre/ezPyCrypto.py
-${PYSITELIB}/calibre/ezPyCrypto.pyc
-${PYSITELIB}/calibre/ezPyCrypto.pyo
-${PYSITELIB}/calibre/gui2/__init__.py
-${PYSITELIB}/calibre/gui2/__init__.pyc
-${PYSITELIB}/calibre/gui2/__init__.pyo
-${PYSITELIB}/calibre/gui2/cover_flow.py
-${PYSITELIB}/calibre/gui2/cover_flow.pyc
-${PYSITELIB}/calibre/gui2/cover_flow.pyo
-${PYSITELIB}/calibre/gui2/device.py
-${PYSITELIB}/calibre/gui2/device.pyc
-${PYSITELIB}/calibre/gui2/device.pyo
-${PYSITELIB}/calibre/gui2/dialogs/__init__.py
-${PYSITELIB}/calibre/gui2/dialogs/__init__.pyc
-${PYSITELIB}/calibre/gui2/dialogs/__init__.pyo
-${PYSITELIB}/calibre/gui2/dialogs/book_info.py
-${PYSITELIB}/calibre/gui2/dialogs/book_info.pyc
-${PYSITELIB}/calibre/gui2/dialogs/book_info.pyo
-${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/choose_format.py
-${PYSITELIB}/calibre/gui2/dialogs/choose_format.pyc
-${PYSITELIB}/calibre/gui2/dialogs/choose_format.pyo
-${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/comicconf.py
-${PYSITELIB}/calibre/gui2/dialogs/comicconf.pyc
-${PYSITELIB}/calibre/gui2/dialogs/comicconf.pyo
-${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/config.py
-${PYSITELIB}/calibre/gui2/dialogs/config.pyc
-${PYSITELIB}/calibre/gui2/dialogs/config.pyo
-${PYSITELIB}/calibre/gui2/dialogs/config_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/config_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/config_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/config_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.py
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.pyc
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.pyo
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error.py
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error.pyc
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error.pyo
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/epub.py
-${PYSITELIB}/calibre/gui2/dialogs/epub.pyc
-${PYSITELIB}/calibre/gui2/dialogs/epub.pyo
-${PYSITELIB}/calibre/gui2/dialogs/epub_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/epub_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/epub_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/epub_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.py
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.pyc
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.pyo
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/jobs.py
-${PYSITELIB}/calibre/gui2/dialogs/jobs.pyc
-${PYSITELIB}/calibre/gui2/dialogs/jobs.pyo
-${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single.py
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single.pyc
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single.pyo
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.pyc
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.pyo
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single.pyc
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single.pyo
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/password.py
-${PYSITELIB}/calibre/gui2/dialogs/password.pyc
-${PYSITELIB}/calibre/gui2/dialogs/password.pyo
-${PYSITELIB}/calibre/gui2/dialogs/password_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/password_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/password_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/password_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/scheduler.py
-${PYSITELIB}/calibre/gui2/dialogs/scheduler.pyc
-${PYSITELIB}/calibre/gui2/dialogs/scheduler.pyo
-${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/search.py
-${PYSITELIB}/calibre/gui2/dialogs/search.pyc
-${PYSITELIB}/calibre/gui2/dialogs/search.pyo
-${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/search_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/search_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/search_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/search_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor.py
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor.pyc
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor.pyo
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles.py
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles.pyc
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles.pyo
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.pyo
-${PYSITELIB}/calibre/gui2/dialogs/warning_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/warning_ui.py
-${PYSITELIB}/calibre/gui2/dialogs/warning_ui.pyc
-${PYSITELIB}/calibre/gui2/dialogs/warning_ui.pyo
-${PYSITELIB}/calibre/gui2/filename_pattern_ui.py
-${PYSITELIB}/calibre/gui2/filename_pattern_ui.py
-${PYSITELIB}/calibre/gui2/filename_pattern_ui.pyc
-${PYSITELIB}/calibre/gui2/filename_pattern_ui.pyo
-${PYSITELIB}/calibre/gui2/images_rc.py
-${PYSITELIB}/calibre/gui2/images_rc.py
-${PYSITELIB}/calibre/gui2/images_rc.pyc
-${PYSITELIB}/calibre/gui2/images_rc.pyo
-${PYSITELIB}/calibre/gui2/jobs2.py
-${PYSITELIB}/calibre/gui2/jobs2.pyc
-${PYSITELIB}/calibre/gui2/jobs2.pyo
-${PYSITELIB}/calibre/gui2/library.py
-${PYSITELIB}/calibre/gui2/library.pyc
-${PYSITELIB}/calibre/gui2/library.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/document.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/document.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/document.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/main.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/main.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/main.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.pyo
-${PYSITELIB}/calibre/gui2/lrf_renderer/text.py
-${PYSITELIB}/calibre/gui2/lrf_renderer/text.pyc
-${PYSITELIB}/calibre/gui2/lrf_renderer/text.pyo
-${PYSITELIB}/calibre/gui2/main.py
-${PYSITELIB}/calibre/gui2/main.pyc
-${PYSITELIB}/calibre/gui2/main.pyo
-${PYSITELIB}/calibre/gui2/main_ui.py
-${PYSITELIB}/calibre/gui2/main_ui.py
-${PYSITELIB}/calibre/gui2/main_ui.pyc
-${PYSITELIB}/calibre/gui2/main_ui.pyo
-${PYSITELIB}/calibre/gui2/main_window.py
-${PYSITELIB}/calibre/gui2/main_window.pyc
-${PYSITELIB}/calibre/gui2/main_window.pyo
-${PYSITELIB}/calibre/gui2/status.py
-${PYSITELIB}/calibre/gui2/status.pyc
-${PYSITELIB}/calibre/gui2/status.pyo
-${PYSITELIB}/calibre/gui2/tags.py
-${PYSITELIB}/calibre/gui2/tags.pyc
-${PYSITELIB}/calibre/gui2/tags.pyo
-${PYSITELIB}/calibre/gui2/tools.py
-${PYSITELIB}/calibre/gui2/tools.pyc
-${PYSITELIB}/calibre/gui2/tools.pyo
-${PYSITELIB}/calibre/gui2/update.py
-${PYSITELIB}/calibre/gui2/update.pyc
-${PYSITELIB}/calibre/gui2/update.pyo
-${PYSITELIB}/calibre/gui2/viewer/__init__.py
-${PYSITELIB}/calibre/gui2/viewer/__init__.pyc
-${PYSITELIB}/calibre/gui2/viewer/__init__.pyo
-${PYSITELIB}/calibre/gui2/viewer/config_ui.py
-${PYSITELIB}/calibre/gui2/viewer/config_ui.py
-${PYSITELIB}/calibre/gui2/viewer/config_ui.pyc
-${PYSITELIB}/calibre/gui2/viewer/config_ui.pyo
-${PYSITELIB}/calibre/gui2/viewer/documentview.py
-${PYSITELIB}/calibre/gui2/viewer/documentview.pyc
-${PYSITELIB}/calibre/gui2/viewer/documentview.pyo
-${PYSITELIB}/calibre/gui2/viewer/js.py
-${PYSITELIB}/calibre/gui2/viewer/js.pyc
-${PYSITELIB}/calibre/gui2/viewer/js.pyo
-${PYSITELIB}/calibre/gui2/viewer/main.py
-${PYSITELIB}/calibre/gui2/viewer/main.pyc
-${PYSITELIB}/calibre/gui2/viewer/main.pyo
-${PYSITELIB}/calibre/gui2/viewer/main_ui.py
-${PYSITELIB}/calibre/gui2/viewer/main_ui.py
-${PYSITELIB}/calibre/gui2/viewer/main_ui.pyc
-${PYSITELIB}/calibre/gui2/viewer/main_ui.pyo
-${PYSITELIB}/calibre/gui2/widgets.py
-${PYSITELIB}/calibre/gui2/widgets.pyc
-${PYSITELIB}/calibre/gui2/widgets.pyo
-${PYSITELIB}/calibre/library/__init__.py
-${PYSITELIB}/calibre/library/__init__.pyc
-${PYSITELIB}/calibre/library/__init__.pyo
-${PYSITELIB}/calibre/library/cli.py
-${PYSITELIB}/calibre/library/cli.pyc
-${PYSITELIB}/calibre/library/cli.pyo
-${PYSITELIB}/calibre/library/database.py
-${PYSITELIB}/calibre/library/database.pyc
-${PYSITELIB}/calibre/library/database.pyo
-${PYSITELIB}/calibre/library/database2.py
-${PYSITELIB}/calibre/library/database2.pyc
-${PYSITELIB}/calibre/library/database2.pyo
-${PYSITELIB}/calibre/library/server.py
-${PYSITELIB}/calibre/library/server.pyc
-${PYSITELIB}/calibre/library/server.pyo
-${PYSITELIB}/calibre/library/sqlite.py
-${PYSITELIB}/calibre/library/sqlite.pyc
-${PYSITELIB}/calibre/library/sqlite.pyo
-${PYSITELIB}/calibre/library/test.py
-${PYSITELIB}/calibre/library/test.pyc
-${PYSITELIB}/calibre/library/test.pyo
-${PYSITELIB}/calibre/libunrar.py
-${PYSITELIB}/calibre/libunrar.pyc
-${PYSITELIB}/calibre/libunrar.pyo
-${PYSITELIB}/calibre/libunzip.py
-${PYSITELIB}/calibre/libunzip.pyc
-${PYSITELIB}/calibre/libunzip.pyo
-${PYSITELIB}/calibre/libwand.py
-${PYSITELIB}/calibre/libwand.pyc
-${PYSITELIB}/calibre/libwand.pyo
-${PYSITELIB}/calibre/linux.py
-${PYSITELIB}/calibre/linux.py
-${PYSITELIB}/calibre/linux.pyc
-${PYSITELIB}/calibre/linux.pyo
-${PYSITELIB}/calibre/parallel.py
-${PYSITELIB}/calibre/parallel.pyc
-${PYSITELIB}/calibre/parallel.pyo
-${PYSITELIB}/calibre/path.py
-${PYSITELIB}/calibre/path.pyc
-${PYSITELIB}/calibre/path.pyo
-${PYSITELIB}/calibre/plugins/lzx.so
-${PYSITELIB}/calibre/plugins/msdes.so
-${PYSITELIB}/calibre/plugins/pictureflow.so
-${PYSITELIB}/calibre/ptempfile.py
-${PYSITELIB}/calibre/ptempfile.pyc
-${PYSITELIB}/calibre/ptempfile.pyo
-${PYSITELIB}/calibre/resources.py
-${PYSITELIB}/calibre/resources.py
-${PYSITELIB}/calibre/resources.pyc
-${PYSITELIB}/calibre/resources.pyo
-${PYSITELIB}/calibre/startup.py
-${PYSITELIB}/calibre/startup.pyc
-${PYSITELIB}/calibre/startup.pyo
-${PYSITELIB}/calibre/trac/__init__.py
-${PYSITELIB}/calibre/trac/__init__.pyc
-${PYSITELIB}/calibre/trac/__init__.pyo
-${PYSITELIB}/calibre/trac/bzr_commit_plugin.py
-${PYSITELIB}/calibre/trac/bzr_commit_plugin.pyc
-${PYSITELIB}/calibre/trac/bzr_commit_plugin.pyo
-${PYSITELIB}/calibre/trac/plugins/Changelog.py
-${PYSITELIB}/calibre/trac/plugins/Changelog.pyc
-${PYSITELIB}/calibre/trac/plugins/Changelog.pyo
-${PYSITELIB}/calibre/trac/plugins/__init__.py
-${PYSITELIB}/calibre/trac/plugins/__init__.pyc
-${PYSITELIB}/calibre/trac/plugins/__init__.pyo
-${PYSITELIB}/calibre/trac/plugins/download.py
-${PYSITELIB}/calibre/trac/plugins/download.pyc
-${PYSITELIB}/calibre/trac/plugins/download.pyo
-${PYSITELIB}/calibre/trac/setup.py
-${PYSITELIB}/calibre/trac/setup.pyc
-${PYSITELIB}/calibre/trac/setup.pyo
-${PYSITELIB}/calibre/translations/__init__.py
-${PYSITELIB}/calibre/translations/__init__.pyc
-${PYSITELIB}/calibre/translations/__init__.pyo
-${PYSITELIB}/calibre/translations/automatic.py
-${PYSITELIB}/calibre/translations/automatic.pyc
-${PYSITELIB}/calibre/translations/automatic.pyo
-${PYSITELIB}/calibre/translations/compiled.py
-${PYSITELIB}/calibre/translations/compiled.py
-${PYSITELIB}/calibre/translations/compiled.pyc
-${PYSITELIB}/calibre/translations/compiled.pyo
-${PYSITELIB}/calibre/translations/msgfmt.py
-${PYSITELIB}/calibre/translations/msgfmt.pyc
-${PYSITELIB}/calibre/translations/msgfmt.pyo
-${PYSITELIB}/calibre/translations/pygettext.py
-${PYSITELIB}/calibre/translations/pygettext.pyc
-${PYSITELIB}/calibre/translations/pygettext.pyo
-${PYSITELIB}/calibre/utils/PythonMagickWand.py
-${PYSITELIB}/calibre/utils/PythonMagickWand.pyc
-${PYSITELIB}/calibre/utils/PythonMagickWand.pyo
-${PYSITELIB}/calibre/utils/__init__.py
-${PYSITELIB}/calibre/utils/__init__.pyc
-${PYSITELIB}/calibre/utils/__init__.pyo
-${PYSITELIB}/calibre/utils/config.py
-${PYSITELIB}/calibre/utils/config.pyc
-${PYSITELIB}/calibre/utils/config.pyo
-${PYSITELIB}/calibre/utils/filenames.py
-${PYSITELIB}/calibre/utils/filenames.pyc
-${PYSITELIB}/calibre/utils/filenames.pyo
-${PYSITELIB}/calibre/utils/fontconfig.py
-${PYSITELIB}/calibre/utils/fontconfig.pyc
-${PYSITELIB}/calibre/utils/fontconfig.pyo
-${PYSITELIB}/calibre/utils/genshi/__init__.py
-${PYSITELIB}/calibre/utils/genshi/__init__.pyc
-${PYSITELIB}/calibre/utils/genshi/__init__.pyo
-${PYSITELIB}/calibre/utils/genshi/builder.py
-${PYSITELIB}/calibre/utils/genshi/builder.pyc
-${PYSITELIB}/calibre/utils/genshi/builder.pyo
-${PYSITELIB}/calibre/utils/genshi/core.py
-${PYSITELIB}/calibre/utils/genshi/core.pyc
-${PYSITELIB}/calibre/utils/genshi/core.pyo
-${PYSITELIB}/calibre/utils/genshi/filters/__init__.py
-${PYSITELIB}/calibre/utils/genshi/filters/__init__.pyc
-${PYSITELIB}/calibre/utils/genshi/filters/__init__.pyo
-${PYSITELIB}/calibre/utils/genshi/filters/html.py
-${PYSITELIB}/calibre/utils/genshi/filters/html.pyc
-${PYSITELIB}/calibre/utils/genshi/filters/html.pyo
-${PYSITELIB}/calibre/utils/genshi/filters/i18n.py
-${PYSITELIB}/calibre/utils/genshi/filters/i18n.pyc
-${PYSITELIB}/calibre/utils/genshi/filters/i18n.pyo
-${PYSITELIB}/calibre/utils/genshi/filters/transform.py
-${PYSITELIB}/calibre/utils/genshi/filters/transform.pyc
-${PYSITELIB}/calibre/utils/genshi/filters/transform.pyo
-${PYSITELIB}/calibre/utils/genshi/input.py
-${PYSITELIB}/calibre/utils/genshi/input.pyc
-${PYSITELIB}/calibre/utils/genshi/input.pyo
-${PYSITELIB}/calibre/utils/genshi/output.py
-${PYSITELIB}/calibre/utils/genshi/output.pyc
-${PYSITELIB}/calibre/utils/genshi/output.pyo
-${PYSITELIB}/calibre/utils/genshi/path.py
-${PYSITELIB}/calibre/utils/genshi/path.pyc
-${PYSITELIB}/calibre/utils/genshi/path.pyo
-${PYSITELIB}/calibre/utils/genshi/template/__init__.py
-${PYSITELIB}/calibre/utils/genshi/template/__init__.pyc
-${PYSITELIB}/calibre/utils/genshi/template/__init__.pyo
-${PYSITELIB}/calibre/utils/genshi/template/base.py
-${PYSITELIB}/calibre/utils/genshi/template/base.pyc
-${PYSITELIB}/calibre/utils/genshi/template/base.pyo
-${PYSITELIB}/calibre/utils/genshi/template/directives.py
-${PYSITELIB}/calibre/utils/genshi/template/directives.pyc
-${PYSITELIB}/calibre/utils/genshi/template/directives.pyo
-${PYSITELIB}/calibre/utils/genshi/template/eval.py
-${PYSITELIB}/calibre/utils/genshi/template/eval.pyc
-${PYSITELIB}/calibre/utils/genshi/template/eval.pyo
-${PYSITELIB}/calibre/utils/genshi/template/interpolation.py
-${PYSITELIB}/calibre/utils/genshi/template/interpolation.pyc
-${PYSITELIB}/calibre/utils/genshi/template/interpolation.pyo
-${PYSITELIB}/calibre/utils/genshi/template/loader.py
-${PYSITELIB}/calibre/utils/genshi/template/loader.pyc
-${PYSITELIB}/calibre/utils/genshi/template/loader.pyo
-${PYSITELIB}/calibre/utils/genshi/template/markup.py
-${PYSITELIB}/calibre/utils/genshi/template/markup.pyc
-${PYSITELIB}/calibre/utils/genshi/template/markup.pyo
-${PYSITELIB}/calibre/utils/genshi/template/plugin.py
-${PYSITELIB}/calibre/utils/genshi/template/plugin.pyc
-${PYSITELIB}/calibre/utils/genshi/template/plugin.pyo
-${PYSITELIB}/calibre/utils/genshi/template/text.py
-${PYSITELIB}/calibre/utils/genshi/template/text.pyc
-${PYSITELIB}/calibre/utils/genshi/template/text.pyo
-${PYSITELIB}/calibre/utils/genshi/util.py
-${PYSITELIB}/calibre/utils/genshi/util.pyc
-${PYSITELIB}/calibre/utils/genshi/util.pyo
-${PYSITELIB}/calibre/utils/lock.py
-${PYSITELIB}/calibre/utils/lock.pyc
-${PYSITELIB}/calibre/utils/lock.pyo
-${PYSITELIB}/calibre/utils/pyparsing.py
-${PYSITELIB}/calibre/utils/pyparsing.pyc
-${PYSITELIB}/calibre/utils/pyparsing.pyo
-${PYSITELIB}/calibre/utils/search_query_parser.py
-${PYSITELIB}/calibre/utils/search_query_parser.pyc
-${PYSITELIB}/calibre/utils/search_query_parser.pyo
-${PYSITELIB}/calibre/utils/sftp.py
-${PYSITELIB}/calibre/utils/sftp.pyc
-${PYSITELIB}/calibre/utils/sftp.pyo
-${PYSITELIB}/calibre/utils/single_qt_application.py
-${PYSITELIB}/calibre/utils/single_qt_application.pyc
-${PYSITELIB}/calibre/utils/single_qt_application.pyo
-${PYSITELIB}/calibre/utils/terminfo.py
-${PYSITELIB}/calibre/utils/terminfo.pyc
-${PYSITELIB}/calibre/utils/terminfo.pyo
-${PYSITELIB}/calibre/utils/threadpool.py
-${PYSITELIB}/calibre/utils/threadpool.pyc
-${PYSITELIB}/calibre/utils/threadpool.pyo
-${PYSITELIB}/calibre/utils/zipfile.py
-${PYSITELIB}/calibre/utils/zipfile.pyc
-${PYSITELIB}/calibre/utils/zipfile.pyo
-${PYSITELIB}/calibre/web/__init__.py
-${PYSITELIB}/calibre/web/__init__.pyc
-${PYSITELIB}/calibre/web/__init__.pyo
-${PYSITELIB}/calibre/web/feeds/__init__.py
-${PYSITELIB}/calibre/web/feeds/__init__.pyc
-${PYSITELIB}/calibre/web/feeds/__init__.pyo
-${PYSITELIB}/calibre/web/feeds/feedparser.py
-${PYSITELIB}/calibre/web/feeds/feedparser.pyc
-${PYSITELIB}/calibre/web/feeds/feedparser.pyo
-${PYSITELIB}/calibre/web/feeds/main.py
-${PYSITELIB}/calibre/web/feeds/main.pyc
-${PYSITELIB}/calibre/web/feeds/main.pyo
-${PYSITELIB}/calibre/web/feeds/news.py
-${PYSITELIB}/calibre/web/feeds/news.pyc
-${PYSITELIB}/calibre/web/feeds/news.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/__init__.py
-${PYSITELIB}/calibre/web/feeds/recipes/__init__.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/__init__.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.pyo
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.py
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.pyc
-${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.pyo
-${PYSITELIB}/calibre/web/feeds/templates.py
-${PYSITELIB}/calibre/web/feeds/templates.pyc
-${PYSITELIB}/calibre/web/feeds/templates.pyo
-${PYSITELIB}/calibre/web/fetch/__init__.py
-${PYSITELIB}/calibre/web/fetch/__init__.pyc
-${PYSITELIB}/calibre/web/fetch/__init__.pyo
-${PYSITELIB}/calibre/web/fetch/simple.py
-${PYSITELIB}/calibre/web/fetch/simple.pyc
-${PYSITELIB}/calibre/web/fetch/simple.pyo
-${PYSITELIB}/cherrypy/__init__.py
-${PYSITELIB}/cherrypy/__init__.pyc
-${PYSITELIB}/cherrypy/__init__.pyo
-${PYSITELIB}/cherrypy/_cpcgifs.py
-${PYSITELIB}/cherrypy/_cpcgifs.pyc
-${PYSITELIB}/cherrypy/_cpcgifs.pyo
-${PYSITELIB}/cherrypy/_cpchecker.py
-${PYSITELIB}/cherrypy/_cpchecker.pyc
-${PYSITELIB}/cherrypy/_cpchecker.pyo
-${PYSITELIB}/cherrypy/_cpconfig.py
-${PYSITELIB}/cherrypy/_cpconfig.pyc
-${PYSITELIB}/cherrypy/_cpconfig.pyo
-${PYSITELIB}/cherrypy/_cpdispatch.py
-${PYSITELIB}/cherrypy/_cpdispatch.pyc
-${PYSITELIB}/cherrypy/_cpdispatch.pyo
-${PYSITELIB}/cherrypy/_cperror.py
-${PYSITELIB}/cherrypy/_cperror.pyc
-${PYSITELIB}/cherrypy/_cperror.pyo
-${PYSITELIB}/cherrypy/_cplogging.py
-${PYSITELIB}/cherrypy/_cplogging.pyc
-${PYSITELIB}/cherrypy/_cplogging.pyo
-${PYSITELIB}/cherrypy/_cpmodpy.py
-${PYSITELIB}/cherrypy/_cpmodpy.pyc
-${PYSITELIB}/cherrypy/_cpmodpy.pyo
-${PYSITELIB}/cherrypy/_cprequest.py
-${PYSITELIB}/cherrypy/_cprequest.pyc
-${PYSITELIB}/cherrypy/_cprequest.pyo
-${PYSITELIB}/cherrypy/_cpserver.py
-${PYSITELIB}/cherrypy/_cpserver.pyc
-${PYSITELIB}/cherrypy/_cpserver.pyo
-${PYSITELIB}/cherrypy/_cpthreadinglocal.py
-${PYSITELIB}/cherrypy/_cpthreadinglocal.pyc
-${PYSITELIB}/cherrypy/_cpthreadinglocal.pyo
-${PYSITELIB}/cherrypy/_cptools.py
-${PYSITELIB}/cherrypy/_cptools.pyc
-${PYSITELIB}/cherrypy/_cptools.pyo
-${PYSITELIB}/cherrypy/_cptree.py
-${PYSITELIB}/cherrypy/_cptree.pyc
-${PYSITELIB}/cherrypy/_cptree.pyo
-${PYSITELIB}/cherrypy/_cpwsgi.py
-${PYSITELIB}/cherrypy/_cpwsgi.pyc
-${PYSITELIB}/cherrypy/_cpwsgi.pyo
-${PYSITELIB}/cherrypy/_cpwsgi_server.py
-${PYSITELIB}/cherrypy/_cpwsgi_server.pyc
-${PYSITELIB}/cherrypy/_cpwsgi_server.pyo
-${PYSITELIB}/cherrypy/lib/__init__.py
-${PYSITELIB}/cherrypy/lib/__init__.pyc
-${PYSITELIB}/cherrypy/lib/__init__.pyo
-${PYSITELIB}/cherrypy/lib/auth.py
-${PYSITELIB}/cherrypy/lib/auth.pyc
-${PYSITELIB}/cherrypy/lib/auth.pyo
-${PYSITELIB}/cherrypy/lib/caching.py
-${PYSITELIB}/cherrypy/lib/caching.pyc
-${PYSITELIB}/cherrypy/lib/caching.pyo
-${PYSITELIB}/cherrypy/lib/covercp.py
-${PYSITELIB}/cherrypy/lib/covercp.pyc
-${PYSITELIB}/cherrypy/lib/covercp.pyo
-${PYSITELIB}/cherrypy/lib/cptools.py
-${PYSITELIB}/cherrypy/lib/cptools.pyc
-${PYSITELIB}/cherrypy/lib/cptools.pyo
-${PYSITELIB}/cherrypy/lib/encoding.py
-${PYSITELIB}/cherrypy/lib/encoding.pyc
-${PYSITELIB}/cherrypy/lib/encoding.pyo
-${PYSITELIB}/cherrypy/lib/http.py
-${PYSITELIB}/cherrypy/lib/http.pyc
-${PYSITELIB}/cherrypy/lib/http.pyo
-${PYSITELIB}/cherrypy/lib/httpauth.py
-${PYSITELIB}/cherrypy/lib/httpauth.pyc
-${PYSITELIB}/cherrypy/lib/httpauth.pyo
-${PYSITELIB}/cherrypy/lib/profiler.py
-${PYSITELIB}/cherrypy/lib/profiler.pyc
-${PYSITELIB}/cherrypy/lib/profiler.pyo
-${PYSITELIB}/cherrypy/lib/safemime.py
-${PYSITELIB}/cherrypy/lib/safemime.pyc
-${PYSITELIB}/cherrypy/lib/safemime.pyo
-${PYSITELIB}/cherrypy/lib/sessions-r2062.py
-${PYSITELIB}/cherrypy/lib/sessions-r2062.pyc
-${PYSITELIB}/cherrypy/lib/sessions-r2062.pyo
-${PYSITELIB}/cherrypy/lib/sessions.py
-${PYSITELIB}/cherrypy/lib/sessions.pyc
-${PYSITELIB}/cherrypy/lib/sessions.pyo
-${PYSITELIB}/cherrypy/lib/static.py
-${PYSITELIB}/cherrypy/lib/static.pyc
-${PYSITELIB}/cherrypy/lib/static.pyo
-${PYSITELIB}/cherrypy/lib/tidy.py
-${PYSITELIB}/cherrypy/lib/tidy.pyc
-${PYSITELIB}/cherrypy/lib/tidy.pyo
-${PYSITELIB}/cherrypy/lib/wsgiapp.py
-${PYSITELIB}/cherrypy/lib/wsgiapp.pyc
-${PYSITELIB}/cherrypy/lib/wsgiapp.pyo
-${PYSITELIB}/cherrypy/lib/xmlrpc.py
-${PYSITELIB}/cherrypy/lib/xmlrpc.pyc
-${PYSITELIB}/cherrypy/lib/xmlrpc.pyo
-${PYSITELIB}/cherrypy/process/__init__.py
-${PYSITELIB}/cherrypy/process/__init__.pyc
-${PYSITELIB}/cherrypy/process/__init__.pyo
-${PYSITELIB}/cherrypy/process/plugins.py
-${PYSITELIB}/cherrypy/process/plugins.pyc
-${PYSITELIB}/cherrypy/process/plugins.pyo
-${PYSITELIB}/cherrypy/process/servers.py
-${PYSITELIB}/cherrypy/process/servers.pyc
-${PYSITELIB}/cherrypy/process/servers.pyo
-${PYSITELIB}/cherrypy/process/win32.py
-${PYSITELIB}/cherrypy/process/win32.pyc
-${PYSITELIB}/cherrypy/process/win32.pyo
-${PYSITELIB}/cherrypy/process/wspbus.py
-${PYSITELIB}/cherrypy/process/wspbus.pyc
-${PYSITELIB}/cherrypy/process/wspbus.pyo
-${PYSITELIB}/cherrypy/scaffold/__init__.py
-${PYSITELIB}/cherrypy/scaffold/__init__.pyc
-${PYSITELIB}/cherrypy/scaffold/__init__.pyo
-${PYSITELIB}/cherrypy/wsgiserver/__init__.py
-${PYSITELIB}/cherrypy/wsgiserver/__init__.pyc
-${PYSITELIB}/cherrypy/wsgiserver/__init__.pyo
-${PYSITELIB}/cssutils/__init__.py
-${PYSITELIB}/cssutils/__init__.pyc
-${PYSITELIB}/cssutils/__init__.pyo
-${PYSITELIB}/cssutils/codec.py
-${PYSITELIB}/cssutils/codec.pyc
-${PYSITELIB}/cssutils/codec.pyo
-${PYSITELIB}/cssutils/css/__init__.py
-${PYSITELIB}/cssutils/css/__init__.pyc
-${PYSITELIB}/cssutils/css/__init__.pyo
-${PYSITELIB}/cssutils/css/csscharsetrule.py
-${PYSITELIB}/cssutils/css/csscharsetrule.pyc
-${PYSITELIB}/cssutils/css/csscharsetrule.pyo
-${PYSITELIB}/cssutils/css/csscomment.py
-${PYSITELIB}/cssutils/css/csscomment.pyc
-${PYSITELIB}/cssutils/css/csscomment.pyo
-${PYSITELIB}/cssutils/css/cssfontfacerule.py
-${PYSITELIB}/cssutils/css/cssfontfacerule.pyc
-${PYSITELIB}/cssutils/css/cssfontfacerule.pyo
-${PYSITELIB}/cssutils/css/cssimportrule.py
-${PYSITELIB}/cssutils/css/cssimportrule.pyc
-${PYSITELIB}/cssutils/css/cssimportrule.pyo
-${PYSITELIB}/cssutils/css/cssmediarule.py
-${PYSITELIB}/cssutils/css/cssmediarule.pyc
-${PYSITELIB}/cssutils/css/cssmediarule.pyo
-${PYSITELIB}/cssutils/css/cssnamespacerule.py
-${PYSITELIB}/cssutils/css/cssnamespacerule.pyc
-${PYSITELIB}/cssutils/css/cssnamespacerule.pyo
-${PYSITELIB}/cssutils/css/csspagerule.py
-${PYSITELIB}/cssutils/css/csspagerule.pyc
-${PYSITELIB}/cssutils/css/csspagerule.pyo
-${PYSITELIB}/cssutils/css/cssproperties.py
-${PYSITELIB}/cssutils/css/cssproperties.pyc
-${PYSITELIB}/cssutils/css/cssproperties.pyo
-${PYSITELIB}/cssutils/css/cssrule.py
-${PYSITELIB}/cssutils/css/cssrule.pyc
-${PYSITELIB}/cssutils/css/cssrule.pyo
-${PYSITELIB}/cssutils/css/cssrulelist.py
-${PYSITELIB}/cssutils/css/cssrulelist.pyc
-${PYSITELIB}/cssutils/css/cssrulelist.pyo
-${PYSITELIB}/cssutils/css/cssstyledeclaration.py
-${PYSITELIB}/cssutils/css/cssstyledeclaration.pyc
-${PYSITELIB}/cssutils/css/cssstyledeclaration.pyo
-${PYSITELIB}/cssutils/css/cssstylerule.py
-${PYSITELIB}/cssutils/css/cssstylerule.pyc
-${PYSITELIB}/cssutils/css/cssstylerule.pyo
-${PYSITELIB}/cssutils/css/cssstylesheet.py
-${PYSITELIB}/cssutils/css/cssstylesheet.pyc
-${PYSITELIB}/cssutils/css/cssstylesheet.pyo
-${PYSITELIB}/cssutils/css/cssunknownrule.py
-${PYSITELIB}/cssutils/css/cssunknownrule.pyc
-${PYSITELIB}/cssutils/css/cssunknownrule.pyo
-${PYSITELIB}/cssutils/css/cssvalue.py
-${PYSITELIB}/cssutils/css/cssvalue.pyc
-${PYSITELIB}/cssutils/css/cssvalue.pyo
-${PYSITELIB}/cssutils/css/property.py
-${PYSITELIB}/cssutils/css/property.pyc
-${PYSITELIB}/cssutils/css/property.pyo
-${PYSITELIB}/cssutils/css/selector.py
-${PYSITELIB}/cssutils/css/selector.pyc
-${PYSITELIB}/cssutils/css/selector.pyo
-${PYSITELIB}/cssutils/css/selectorlist.py
-${PYSITELIB}/cssutils/css/selectorlist.pyc
-${PYSITELIB}/cssutils/css/selectorlist.pyo
-${PYSITELIB}/cssutils/css2productions.py
-${PYSITELIB}/cssutils/css2productions.pyc
-${PYSITELIB}/cssutils/css2productions.pyo
-${PYSITELIB}/cssutils/css3productions.py
-${PYSITELIB}/cssutils/css3productions.pyc
-${PYSITELIB}/cssutils/css3productions.pyo
-${PYSITELIB}/cssutils/cssproductions.py
-${PYSITELIB}/cssutils/cssproductions.pyc
-${PYSITELIB}/cssutils/cssproductions.pyo
-${PYSITELIB}/cssutils/errorhandler.py
-${PYSITELIB}/cssutils/errorhandler.pyc
-${PYSITELIB}/cssutils/errorhandler.pyo
-${PYSITELIB}/cssutils/helper.py
-${PYSITELIB}/cssutils/helper.pyc
-${PYSITELIB}/cssutils/helper.pyo
-${PYSITELIB}/cssutils/parse.py
-${PYSITELIB}/cssutils/parse.pyc
-${PYSITELIB}/cssutils/parse.pyo
-${PYSITELIB}/cssutils/prodparser.py
-${PYSITELIB}/cssutils/prodparser.pyc
-${PYSITELIB}/cssutils/prodparser.pyo
-${PYSITELIB}/cssutils/profiles.py
-${PYSITELIB}/cssutils/profiles.pyc
-${PYSITELIB}/cssutils/profiles.pyo
-${PYSITELIB}/cssutils/script.py
-${PYSITELIB}/cssutils/script.pyc
-${PYSITELIB}/cssutils/script.pyo
-${PYSITELIB}/cssutils/serialize.py
-${PYSITELIB}/cssutils/serialize.pyc
-${PYSITELIB}/cssutils/serialize.pyo
-${PYSITELIB}/cssutils/stylesheets/__init__.py
-${PYSITELIB}/cssutils/stylesheets/__init__.pyc
-${PYSITELIB}/cssutils/stylesheets/__init__.pyo
-${PYSITELIB}/cssutils/stylesheets/medialist.py
-${PYSITELIB}/cssutils/stylesheets/medialist.pyc
-${PYSITELIB}/cssutils/stylesheets/medialist.pyo
-${PYSITELIB}/cssutils/stylesheets/mediaquery.py
-${PYSITELIB}/cssutils/stylesheets/mediaquery.pyc
-${PYSITELIB}/cssutils/stylesheets/mediaquery.pyo
-${PYSITELIB}/cssutils/stylesheets/stylesheet.py
-${PYSITELIB}/cssutils/stylesheets/stylesheet.pyc
-${PYSITELIB}/cssutils/stylesheets/stylesheet.pyo
-${PYSITELIB}/cssutils/stylesheets/stylesheetlist.py
-${PYSITELIB}/cssutils/stylesheets/stylesheetlist.pyc
-${PYSITELIB}/cssutils/stylesheets/stylesheetlist.pyo
-${PYSITELIB}/cssutils/tokenize2.py
-${PYSITELIB}/cssutils/tokenize2.pyc
-${PYSITELIB}/cssutils/tokenize2.pyo
-${PYSITELIB}/cssutils/util.py
-${PYSITELIB}/cssutils/util.pyc
-${PYSITELIB}/cssutils/util.pyo
-${PYSITELIB}/encutils/__init__.py
-${PYSITELIB}/encutils/__init__.pyc
-${PYSITELIB}/encutils/__init__.pyo
-${PYSITELIB}/odf/__init__.py
-${PYSITELIB}/odf/__init__.pyc
-${PYSITELIB}/odf/__init__.pyo
-${PYSITELIB}/odf/anim.py
-${PYSITELIB}/odf/anim.pyc
-${PYSITELIB}/odf/anim.pyo
-${PYSITELIB}/odf/attrconverters.py
-${PYSITELIB}/odf/attrconverters.pyc
-${PYSITELIB}/odf/attrconverters.pyo
-${PYSITELIB}/odf/chart.py
-${PYSITELIB}/odf/chart.pyc
-${PYSITELIB}/odf/chart.pyo
-${PYSITELIB}/odf/config.py
-${PYSITELIB}/odf/config.pyc
-${PYSITELIB}/odf/config.pyo
-${PYSITELIB}/odf/dc.py
-${PYSITELIB}/odf/dc.pyc
-${PYSITELIB}/odf/dc.pyo
-${PYSITELIB}/odf/dr3d.py
-${PYSITELIB}/odf/dr3d.pyc
-${PYSITELIB}/odf/dr3d.pyo
-${PYSITELIB}/odf/draw.py
-${PYSITELIB}/odf/draw.pyc
-${PYSITELIB}/odf/draw.pyo
-${PYSITELIB}/odf/easyliststyle.py
-${PYSITELIB}/odf/easyliststyle.pyc
-${PYSITELIB}/odf/easyliststyle.pyo
-${PYSITELIB}/odf/element.py
-${PYSITELIB}/odf/element.py
-${PYSITELIB}/odf/element.pyc
-${PYSITELIB}/odf/element.pyo
-${PYSITELIB}/odf/elementtypes.py
-${PYSITELIB}/odf/elementtypes.py
-${PYSITELIB}/odf/elementtypes.pyc
-${PYSITELIB}/odf/elementtypes.pyo
-${PYSITELIB}/odf/form.py
-${PYSITELIB}/odf/form.pyc
-${PYSITELIB}/odf/form.pyo
-${PYSITELIB}/odf/grammar.py
-${PYSITELIB}/odf/grammar.pyc
-${PYSITELIB}/odf/grammar.pyo
-${PYSITELIB}/odf/load.py
-${PYSITELIB}/odf/load.py
-${PYSITELIB}/odf/load.pyc
-${PYSITELIB}/odf/load.pyo
-${PYSITELIB}/odf/manifest.py
-${PYSITELIB}/odf/manifest.py
-${PYSITELIB}/odf/manifest.pyc
-${PYSITELIB}/odf/manifest.pyo
-${PYSITELIB}/odf/math.py
-${PYSITELIB}/odf/math.pyc
-${PYSITELIB}/odf/math.pyo
-${PYSITELIB}/odf/meta.py
-${PYSITELIB}/odf/meta.pyc
-${PYSITELIB}/odf/meta.pyo
-${PYSITELIB}/odf/namespaces.py
-${PYSITELIB}/odf/namespaces.pyc
-${PYSITELIB}/odf/namespaces.pyo
-${PYSITELIB}/odf/number.py
-${PYSITELIB}/odf/number.pyc
-${PYSITELIB}/odf/number.pyo
-${PYSITELIB}/odf/odf2moinmoin.py
-${PYSITELIB}/odf/odf2moinmoin.pyc
-${PYSITELIB}/odf/odf2moinmoin.pyo
-${PYSITELIB}/odf/odf2xhtml.py
-${PYSITELIB}/odf/odf2xhtml.py
-${PYSITELIB}/odf/odf2xhtml.pyc
-${PYSITELIB}/odf/odf2xhtml.pyo
-${PYSITELIB}/odf/odfmanifest.py
-${PYSITELIB}/odf/odfmanifest.py
-${PYSITELIB}/odf/odfmanifest.pyc
-${PYSITELIB}/odf/odfmanifest.pyo
-${PYSITELIB}/odf/office.py
-${PYSITELIB}/odf/office.pyc
-${PYSITELIB}/odf/office.pyo
-${PYSITELIB}/odf/ooostyles.py
-${PYSITELIB}/odf/ooostyles.pyc
-${PYSITELIB}/odf/ooostyles.pyo
-${PYSITELIB}/odf/opendocument.py
-${PYSITELIB}/odf/opendocument.pyc
-${PYSITELIB}/odf/opendocument.pyo
-${PYSITELIB}/odf/presentation.py
-${PYSITELIB}/odf/presentation.pyc
-${PYSITELIB}/odf/presentation.pyo
-${PYSITELIB}/odf/script.py
-${PYSITELIB}/odf/script.pyc
-${PYSITELIB}/odf/script.pyo
-${PYSITELIB}/odf/style.py
-${PYSITELIB}/odf/style.pyc
-${PYSITELIB}/odf/style.pyo
-${PYSITELIB}/odf/svg.py
-${PYSITELIB}/odf/svg.pyc
-${PYSITELIB}/odf/svg.pyo
-${PYSITELIB}/odf/table.py
-${PYSITELIB}/odf/table.pyc
-${PYSITELIB}/odf/table.pyo
-${PYSITELIB}/odf/teletype.py
-${PYSITELIB}/odf/teletype.pyc
-${PYSITELIB}/odf/teletype.pyo
-${PYSITELIB}/odf/text.py
-${PYSITELIB}/odf/text.pyc
-${PYSITELIB}/odf/text.pyo
-${PYSITELIB}/odf/thumbnail.py
-${PYSITELIB}/odf/thumbnail.py
-${PYSITELIB}/odf/thumbnail.pyc
-${PYSITELIB}/odf/thumbnail.pyo
-${PYSITELIB}/odf/userfield.py
-${PYSITELIB}/odf/userfield.py
-${PYSITELIB}/odf/userfield.pyc
-${PYSITELIB}/odf/userfield.pyo
-${PYSITELIB}/odf/xforms.py
-${PYSITELIB}/odf/xforms.pyc
-${PYSITELIB}/odf/xforms.pyo
-${PYSITELIB}/pyPdf/__init__.py
-${PYSITELIB}/pyPdf/__init__.pyc
-${PYSITELIB}/pyPdf/__init__.pyo
-${PYSITELIB}/pyPdf/filters.py
-${PYSITELIB}/pyPdf/filters.pyc
-${PYSITELIB}/pyPdf/filters.pyo
-${PYSITELIB}/pyPdf/generic.py
-${PYSITELIB}/pyPdf/generic.pyc
-${PYSITELIB}/pyPdf/generic.pyo
-${PYSITELIB}/pyPdf/pdf.py
-${PYSITELIB}/pyPdf/pdf.pyc
-${PYSITELIB}/pyPdf/pdf.pyo
-${PYSITELIB}/pyPdf/utils.py
-${PYSITELIB}/pyPdf/utils.pyc
-${PYSITELIB}/pyPdf/utils.pyo
-${PYSITELIB}/pyPdf/xmp.py
-${PYSITELIB}/pyPdf/xmp.pyc
-${PYSITELIB}/pyPdf/xmp.pyo
-man/man1/any2epub.1
-man/man1/any2lit.1
-man/man1/any2lrf.1
+lib/calibre/calibre/__init__.py
+lib/calibre/calibre/constants.py
+lib/calibre/calibre/customize/__init__.py
+lib/calibre/calibre/customize/builtins.py
+lib/calibre/calibre/customize/conversion.py
+lib/calibre/calibre/customize/profiles.py
+lib/calibre/calibre/customize/ui.py
+lib/calibre/calibre/debug.py
+lib/calibre/calibre/devices/__init__.py
+lib/calibre/calibre/devices/android/__init__.py
+lib/calibre/calibre/devices/android/driver.py
+lib/calibre/calibre/devices/bebook/__init__.py
+lib/calibre/calibre/devices/bebook/driver.py
+lib/calibre/calibre/devices/blackberry/__init__.py
+lib/calibre/calibre/devices/blackberry/driver.py
+lib/calibre/calibre/devices/cybookg3/__init__.py
+lib/calibre/calibre/devices/cybookg3/driver.py
+lib/calibre/calibre/devices/cybookg3/t2b.py
+lib/calibre/calibre/devices/eb600/__init__.py
+lib/calibre/calibre/devices/eb600/driver.py
+lib/calibre/calibre/devices/errors.py
+lib/calibre/calibre/devices/eslick/__init__.py
+lib/calibre/calibre/devices/eslick/driver.py
+lib/calibre/calibre/devices/iliad/__init__.py
+lib/calibre/calibre/devices/iliad/driver.py
+lib/calibre/calibre/devices/interface.py
+lib/calibre/calibre/devices/irexdr/__init__.py
+lib/calibre/calibre/devices/irexdr/driver.py
+lib/calibre/calibre/devices/iriver/__init__.py
+lib/calibre/calibre/devices/iriver/driver.py
+lib/calibre/calibre/devices/jetbook/__init__.py
+lib/calibre/calibre/devices/jetbook/driver.py
+lib/calibre/calibre/devices/kindle/__init__.py
+lib/calibre/calibre/devices/kindle/driver.py
+lib/calibre/calibre/devices/libusb.py
+lib/calibre/calibre/devices/manager.py
+lib/calibre/calibre/devices/mime.py
+lib/calibre/calibre/devices/nuut2/__init__.py
+lib/calibre/calibre/devices/nuut2/driver.py
+lib/calibre/calibre/devices/prs500/__init__.py
+lib/calibre/calibre/devices/prs500/books.py
+lib/calibre/calibre/devices/prs500/cli/__init__.py
+lib/calibre/calibre/devices/prs500/cli/main.py
+lib/calibre/calibre/devices/prs500/driver.py
+lib/calibre/calibre/devices/prs500/prstypes.py
+lib/calibre/calibre/devices/prs505/__init__.py
+lib/calibre/calibre/devices/prs505/books.py
+lib/calibre/calibre/devices/prs505/driver.py
+lib/calibre/calibre/devices/prs700/__init__.py
+lib/calibre/calibre/devices/prs700/driver.py
+lib/calibre/calibre/devices/scanner.py
+lib/calibre/calibre/devices/usbms/__init__.py
+lib/calibre/calibre/devices/usbms/books.py
+lib/calibre/calibre/devices/usbms/cli.py
+lib/calibre/calibre/devices/usbms/device.py
+lib/calibre/calibre/devices/usbms/deviceconfig.py
+lib/calibre/calibre/devices/usbms/driver.py
+lib/calibre/calibre/devices/usbobserver/test.py
+lib/calibre/calibre/ebooks/BeautifulSoup.py
+lib/calibre/calibre/ebooks/__init__.py
+lib/calibre/calibre/ebooks/chardet/__init__.py
+lib/calibre/calibre/ebooks/chardet/big5freq.py
+lib/calibre/calibre/ebooks/chardet/big5prober.py
+lib/calibre/calibre/ebooks/chardet/chardistribution.py
+lib/calibre/calibre/ebooks/chardet/charsetgroupprober.py
+lib/calibre/calibre/ebooks/chardet/charsetprober.py
+lib/calibre/calibre/ebooks/chardet/codingstatemachine.py
+lib/calibre/calibre/ebooks/chardet/constants.py
+lib/calibre/calibre/ebooks/chardet/escprober.py
+lib/calibre/calibre/ebooks/chardet/escsm.py
+lib/calibre/calibre/ebooks/chardet/eucjpprober.py
+lib/calibre/calibre/ebooks/chardet/euckrfreq.py
+lib/calibre/calibre/ebooks/chardet/euckrprober.py
+lib/calibre/calibre/ebooks/chardet/euctwfreq.py
+lib/calibre/calibre/ebooks/chardet/euctwprober.py
+lib/calibre/calibre/ebooks/chardet/gb2312freq.py
+lib/calibre/calibre/ebooks/chardet/gb2312prober.py
+lib/calibre/calibre/ebooks/chardet/hebrewprober.py
+lib/calibre/calibre/ebooks/chardet/jisfreq.py
+lib/calibre/calibre/ebooks/chardet/jpcntx.py
+lib/calibre/calibre/ebooks/chardet/langbulgarianmodel.py
+lib/calibre/calibre/ebooks/chardet/langcyrillicmodel.py
+lib/calibre/calibre/ebooks/chardet/langgreekmodel.py
+lib/calibre/calibre/ebooks/chardet/langhebrewmodel.py
+lib/calibre/calibre/ebooks/chardet/langhungarianmodel.py
+lib/calibre/calibre/ebooks/chardet/langthaimodel.py
+lib/calibre/calibre/ebooks/chardet/latin1prober.py
+lib/calibre/calibre/ebooks/chardet/mbcharsetprober.py
+lib/calibre/calibre/ebooks/chardet/mbcsgroupprober.py
+lib/calibre/calibre/ebooks/chardet/mbcssm.py
+lib/calibre/calibre/ebooks/chardet/sbcharsetprober.py
+lib/calibre/calibre/ebooks/chardet/sbcsgroupprober.py
+lib/calibre/calibre/ebooks/chardet/sjisprober.py
+lib/calibre/calibre/ebooks/chardet/universaldetector.py
+lib/calibre/calibre/ebooks/chardet/utf8prober.py
+lib/calibre/calibre/ebooks/comic/__init__.py
+lib/calibre/calibre/ebooks/comic/input.py
+lib/calibre/calibre/ebooks/compression/__init__.py
+lib/calibre/calibre/ebooks/compression/palmdoc.py
+lib/calibre/calibre/ebooks/compression/tcr.py
+lib/calibre/calibre/ebooks/conversion/__init__.py
+lib/calibre/calibre/ebooks/conversion/cli.py
+lib/calibre/calibre/ebooks/conversion/config.py
+lib/calibre/calibre/ebooks/conversion/plumber.py
+lib/calibre/calibre/ebooks/conversion/preprocess.py
+lib/calibre/calibre/ebooks/epub/__init__.py
+lib/calibre/calibre/ebooks/epub/input.py
+lib/calibre/calibre/ebooks/epub/output.py
+lib/calibre/calibre/ebooks/epub/pages.py
+lib/calibre/calibre/ebooks/fb2/__init__.py
+lib/calibre/calibre/ebooks/fb2/fb2ml.py
+lib/calibre/calibre/ebooks/fb2/input.py
+lib/calibre/calibre/ebooks/fb2/output.py
+lib/calibre/calibre/ebooks/html/__init__.py
+lib/calibre/calibre/ebooks/html/input.py
+lib/calibre/calibre/ebooks/hyphenate.py
+lib/calibre/calibre/ebooks/lit/__init__.py
+lib/calibre/calibre/ebooks/lit/from_any.py
+lib/calibre/calibre/ebooks/lit/input.py
+lib/calibre/calibre/ebooks/lit/lzx.py
+lib/calibre/calibre/ebooks/lit/maps/__init__.py
+lib/calibre/calibre/ebooks/lit/maps/html.py
+lib/calibre/calibre/ebooks/lit/maps/opf.py
+lib/calibre/calibre/ebooks/lit/mssha1.py
+lib/calibre/calibre/ebooks/lit/output.py
+lib/calibre/calibre/ebooks/lit/reader.py
+lib/calibre/calibre/ebooks/lit/writer.py
+lib/calibre/calibre/ebooks/lrf/__init__.py
+lib/calibre/calibre/ebooks/lrf/fonts/__init__.py
+lib/calibre/calibre/ebooks/lrf/html/__init__.py
+lib/calibre/calibre/ebooks/lrf/html/color_map.py
+lib/calibre/calibre/ebooks/lrf/html/convert_from.py
+lib/calibre/calibre/ebooks/lrf/html/convert_to.py
+lib/calibre/calibre/ebooks/lrf/html/table.py
+lib/calibre/calibre/ebooks/lrf/html/table_as_image.py
+lib/calibre/calibre/ebooks/lrf/input.py
+lib/calibre/calibre/ebooks/lrf/lrfparser.py
+lib/calibre/calibre/ebooks/lrf/lrs/__init__.py
+lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py
+lib/calibre/calibre/ebooks/lrf/meta.py
+lib/calibre/calibre/ebooks/lrf/objects.py
+lib/calibre/calibre/ebooks/lrf/output.py
+lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py
+lib/calibre/calibre/ebooks/lrf/pylrs/elements.py
+lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py
+lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py
+lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py
+lib/calibre/calibre/ebooks/lrf/tags.py
+lib/calibre/calibre/ebooks/markdown/__init__.py
+lib/calibre/calibre/ebooks/markdown/markdown.py
+lib/calibre/calibre/ebooks/markdown/mdx_footnotes.py
+lib/calibre/calibre/ebooks/markdown/mdx_tables.py
+lib/calibre/calibre/ebooks/markdown/mdx_toc.py
+lib/calibre/calibre/ebooks/metadata/__init__.py
+lib/calibre/calibre/ebooks/metadata/amazon.py
+lib/calibre/calibre/ebooks/metadata/cli.py
+lib/calibre/calibre/ebooks/metadata/epub.py
+lib/calibre/calibre/ebooks/metadata/ereader.py
+lib/calibre/calibre/ebooks/metadata/fb2.py
+lib/calibre/calibre/ebooks/metadata/fetch.py
+lib/calibre/calibre/ebooks/metadata/google_books.py
+lib/calibre/calibre/ebooks/metadata/html.py
+lib/calibre/calibre/ebooks/metadata/imp.py
+lib/calibre/calibre/ebooks/metadata/isbndb.py
+lib/calibre/calibre/ebooks/metadata/library_thing.py
+lib/calibre/calibre/ebooks/metadata/lit.py
+lib/calibre/calibre/ebooks/metadata/lrx.py
+lib/calibre/calibre/ebooks/metadata/meta.py
+lib/calibre/calibre/ebooks/metadata/mobi.py
+lib/calibre/calibre/ebooks/metadata/odt.py
+lib/calibre/calibre/ebooks/metadata/opf.py
+lib/calibre/calibre/ebooks/metadata/opf2.py
+lib/calibre/calibre/ebooks/metadata/pdb.py
+lib/calibre/calibre/ebooks/metadata/pdf.py
+lib/calibre/calibre/ebooks/metadata/pml.py
+lib/calibre/calibre/ebooks/metadata/rar.py
+lib/calibre/calibre/ebooks/metadata/rb.py
+lib/calibre/calibre/ebooks/metadata/rtf.py
+lib/calibre/calibre/ebooks/metadata/toc.py
+lib/calibre/calibre/ebooks/metadata/topaz.py
+lib/calibre/calibre/ebooks/metadata/txt.py
+lib/calibre/calibre/ebooks/metadata/worker.py
+lib/calibre/calibre/ebooks/metadata/zip.py
+lib/calibre/calibre/ebooks/mobi/__init__.py
+lib/calibre/calibre/ebooks/mobi/huffcdic.py
+lib/calibre/calibre/ebooks/mobi/input.py
+lib/calibre/calibre/ebooks/mobi/langcodes.py
+lib/calibre/calibre/ebooks/mobi/mobiml.py
+lib/calibre/calibre/ebooks/mobi/output.py
+lib/calibre/calibre/ebooks/mobi/reader.py
+lib/calibre/calibre/ebooks/mobi/writer.py
+lib/calibre/calibre/ebooks/odt/__init__.py
+lib/calibre/calibre/ebooks/odt/input.py
+lib/calibre/calibre/ebooks/oeb/__init__.py
+lib/calibre/calibre/ebooks/oeb/base.py
+lib/calibre/calibre/ebooks/oeb/entitydefs.py
+lib/calibre/calibre/ebooks/oeb/factory.py
+lib/calibre/calibre/ebooks/oeb/iterator.py
+lib/calibre/calibre/ebooks/oeb/output.py
+lib/calibre/calibre/ebooks/oeb/profile.py
+lib/calibre/calibre/ebooks/oeb/reader.py
+lib/calibre/calibre/ebooks/oeb/stylizer.py
+lib/calibre/calibre/ebooks/oeb/transforms/__init__.py
+lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py
+lib/calibre/calibre/ebooks/oeb/transforms/guide.py
+lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py
+lib/calibre/calibre/ebooks/oeb/transforms/jacket.py
+lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py
+lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py
+lib/calibre/calibre/ebooks/oeb/transforms/metadata.py
+lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py
+lib/calibre/calibre/ebooks/oeb/transforms/rescale.py
+lib/calibre/calibre/ebooks/oeb/transforms/split.py
+lib/calibre/calibre/ebooks/oeb/transforms/structure.py
+lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py
+lib/calibre/calibre/ebooks/oeb/writer.py
+lib/calibre/calibre/ebooks/pdb/__init__.py
+lib/calibre/calibre/ebooks/pdb/ereader/__init__.py
+lib/calibre/calibre/ebooks/pdb/ereader/inspector.py
+lib/calibre/calibre/ebooks/pdb/ereader/reader.py
+lib/calibre/calibre/ebooks/pdb/ereader/reader132.py
+lib/calibre/calibre/ebooks/pdb/ereader/reader202.py
+lib/calibre/calibre/ebooks/pdb/ereader/writer.py
+lib/calibre/calibre/ebooks/pdb/formatreader.py
+lib/calibre/calibre/ebooks/pdb/formatwriter.py
+lib/calibre/calibre/ebooks/pdb/header.py
+lib/calibre/calibre/ebooks/pdb/input.py
+lib/calibre/calibre/ebooks/pdb/output.py
+lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py
+lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py
+lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py
+lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py
+lib/calibre/calibre/ebooks/pdb/ztxt/reader.py
+lib/calibre/calibre/ebooks/pdb/ztxt/writer.py
+lib/calibre/calibre/ebooks/pdf/__init__.py
+lib/calibre/calibre/ebooks/pdf/from_comic.py
+lib/calibre/calibre/ebooks/pdf/input.py
+lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py
+lib/calibre/calibre/ebooks/pdf/manipulate/cli.py
+lib/calibre/calibre/ebooks/pdf/manipulate/crop.py
+lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py
+lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py
+lib/calibre/calibre/ebooks/pdf/manipulate/info.py
+lib/calibre/calibre/ebooks/pdf/manipulate/merge.py
+lib/calibre/calibre/ebooks/pdf/manipulate/reverse.py
+lib/calibre/calibre/ebooks/pdf/manipulate/rotate.py
+lib/calibre/calibre/ebooks/pdf/manipulate/split.py
+lib/calibre/calibre/ebooks/pdf/output.py
+lib/calibre/calibre/ebooks/pdf/pageoptions.py
+lib/calibre/calibre/ebooks/pdf/pdftohtml.py
+lib/calibre/calibre/ebooks/pdf/reflow.py
+lib/calibre/calibre/ebooks/pdf/verify.py
+lib/calibre/calibre/ebooks/pdf/writer.py
+lib/calibre/calibre/ebooks/pml/__init__.py
+lib/calibre/calibre/ebooks/pml/input.py
+lib/calibre/calibre/ebooks/pml/output.py
+lib/calibre/calibre/ebooks/pml/pmlconverter.py
+lib/calibre/calibre/ebooks/pml/pmlml.py
+lib/calibre/calibre/ebooks/rb/__init__.py
+lib/calibre/calibre/ebooks/rb/input.py
+lib/calibre/calibre/ebooks/rb/output.py
+lib/calibre/calibre/ebooks/rb/rbml.py
+lib/calibre/calibre/ebooks/rb/reader.py
+lib/calibre/calibre/ebooks/rb/writer.py
+lib/calibre/calibre/ebooks/rtf/__init__.py
+lib/calibre/calibre/ebooks/rtf/input.py
+lib/calibre/calibre/ebooks/rtf/output.py
+lib/calibre/calibre/ebooks/rtf/rtfml.py
+lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py
+lib/calibre/calibre/ebooks/rtf2xml/__init__.py
+lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py
+lib/calibre/calibre/ebooks/rtf2xml/body_styles.py
+lib/calibre/calibre/ebooks/rtf2xml/border_parse.py
+lib/calibre/calibre/ebooks/rtf2xml/char_set.py
+lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py
+lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py
+lib/calibre/calibre/ebooks/rtf2xml/colors.py
+lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py
+lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py
+lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py
+lib/calibre/calibre/ebooks/rtf2xml/copy.py
+lib/calibre/calibre/ebooks/rtf2xml/correct_unicode.py
+lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py
+lib/calibre/calibre/ebooks/rtf2xml/delete_info.py
+lib/calibre/calibre/ebooks/rtf2xml/field_strings.py
+lib/calibre/calibre/ebooks/rtf2xml/fields_large.py
+lib/calibre/calibre/ebooks/rtf2xml/fields_small.py
+lib/calibre/calibre/ebooks/rtf2xml/fonts.py
+lib/calibre/calibre/ebooks/rtf2xml/footnote.py
+lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py
+lib/calibre/calibre/ebooks/rtf2xml/get_options.py
+lib/calibre/calibre/ebooks/rtf2xml/group_borders.py
+lib/calibre/calibre/ebooks/rtf2xml/group_styles.py
+lib/calibre/calibre/ebooks/rtf2xml/header.py
+lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py
+lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py
+lib/calibre/calibre/ebooks/rtf2xml/info.py
+lib/calibre/calibre/ebooks/rtf2xml/inline.py
+lib/calibre/calibre/ebooks/rtf2xml/line_endings.py
+lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py
+lib/calibre/calibre/ebooks/rtf2xml/list_table.py
+lib/calibre/calibre/ebooks/rtf2xml/make_lists.py
+lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py
+lib/calibre/calibre/ebooks/rtf2xml/options_trem.py
+lib/calibre/calibre/ebooks/rtf2xml/output.py
+lib/calibre/calibre/ebooks/rtf2xml/override_table.py
+lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py
+lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py
+lib/calibre/calibre/ebooks/rtf2xml/pict.py
+lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py
+lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py
+lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py
+lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py
+lib/calibre/calibre/ebooks/rtf2xml/sections.py
+lib/calibre/calibre/ebooks/rtf2xml/styles.py
+lib/calibre/calibre/ebooks/rtf2xml/table.py
+lib/calibre/calibre/ebooks/rtf2xml/table_info.py
+lib/calibre/calibre/ebooks/rtf2xml/tokenize.py
+lib/calibre/calibre/ebooks/sgmllib.py
+lib/calibre/calibre/ebooks/tcr/__init__.py
+lib/calibre/calibre/ebooks/tcr/input.py
+lib/calibre/calibre/ebooks/tcr/output.py
+lib/calibre/calibre/ebooks/txt/__init__.py
+lib/calibre/calibre/ebooks/txt/input.py
+lib/calibre/calibre/ebooks/txt/newlines.py
+lib/calibre/calibre/ebooks/txt/output.py
+lib/calibre/calibre/ebooks/txt/processor.py
+lib/calibre/calibre/ebooks/txt/txtml.py
+lib/calibre/calibre/ebooks/unidecode/__init__.py
+lib/calibre/calibre/ebooks/unidecode/unicodepoints.py
+lib/calibre/calibre/ebooks/unidecode/unidecoder.py
+lib/calibre/calibre/gui2/__init__.py
+lib/calibre/calibre/gui2/add.py
+lib/calibre/calibre/gui2/convert/__init__.py
+lib/calibre/calibre/gui2/convert/bulk.py
+lib/calibre/calibre/gui2/convert/comic_input.py
+lib/calibre/calibre/gui2/convert/comic_input_ui.py
+lib/calibre/calibre/gui2/convert/debug.py
+lib/calibre/calibre/gui2/convert/debug_ui.py
+lib/calibre/calibre/gui2/convert/epub_output.py
+lib/calibre/calibre/gui2/convert/epub_output_ui.py
+lib/calibre/calibre/gui2/convert/fb2_input.py
+lib/calibre/calibre/gui2/convert/fb2_input_ui.py
+lib/calibre/calibre/gui2/convert/fb2_output.py
+lib/calibre/calibre/gui2/convert/fb2_output_ui.py
+lib/calibre/calibre/gui2/convert/font_key.py
+lib/calibre/calibre/gui2/convert/font_key_ui.py
+lib/calibre/calibre/gui2/convert/gui_conversion.py
+lib/calibre/calibre/gui2/convert/look_and_feel.py
+lib/calibre/calibre/gui2/convert/look_and_feel_ui.py
+lib/calibre/calibre/gui2/convert/lrf_output.py
+lib/calibre/calibre/gui2/convert/lrf_output_ui.py
+lib/calibre/calibre/gui2/convert/metadata.py
+lib/calibre/calibre/gui2/convert/metadata_ui.py
+lib/calibre/calibre/gui2/convert/mobi_output.py
+lib/calibre/calibre/gui2/convert/mobi_output_ui.py
+lib/calibre/calibre/gui2/convert/page_setup.py
+lib/calibre/calibre/gui2/convert/page_setup_ui.py
+lib/calibre/calibre/gui2/convert/pdb_input.py
+lib/calibre/calibre/gui2/convert/pdb_input_ui.py
+lib/calibre/calibre/gui2/convert/pdb_output.py
+lib/calibre/calibre/gui2/convert/pdb_output_ui.py
+lib/calibre/calibre/gui2/convert/pdf_input.py
+lib/calibre/calibre/gui2/convert/pdf_input_ui.py
+lib/calibre/calibre/gui2/convert/pdf_output.py
+lib/calibre/calibre/gui2/convert/pdf_output_ui.py
+lib/calibre/calibre/gui2/convert/rb_output.py
+lib/calibre/calibre/gui2/convert/rb_output_ui.py
+lib/calibre/calibre/gui2/convert/regex_builder.py
+lib/calibre/calibre/gui2/convert/regex_builder_ui.py
+lib/calibre/calibre/gui2/convert/single.py
+lib/calibre/calibre/gui2/convert/single_ui.py
+lib/calibre/calibre/gui2/convert/structure_detection.py
+lib/calibre/calibre/gui2/convert/structure_detection_ui.py
+lib/calibre/calibre/gui2/convert/toc.py
+lib/calibre/calibre/gui2/convert/toc_ui.py
+lib/calibre/calibre/gui2/convert/txt_input.py
+lib/calibre/calibre/gui2/convert/txt_input_ui.py
+lib/calibre/calibre/gui2/convert/txt_output.py
+lib/calibre/calibre/gui2/convert/txt_output_ui.py
+lib/calibre/calibre/gui2/convert/xexp_edit_ui.py
+lib/calibre/calibre/gui2/convert/xpath_wizard.py
+lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
+lib/calibre/calibre/gui2/cover_flow.py
+lib/calibre/calibre/gui2/device.py
+lib/calibre/calibre/gui2/device_drivers/__init__.py
+lib/calibre/calibre/gui2/device_drivers/configwidget.py
+lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py
+lib/calibre/calibre/gui2/dialogs/__init__.py
+lib/calibre/calibre/gui2/dialogs/book_info.py
+lib/calibre/calibre/gui2/dialogs/book_info_ui.py
+lib/calibre/calibre/gui2/dialogs/choose_format.py
+lib/calibre/calibre/gui2/dialogs/choose_format_ui.py
+lib/calibre/calibre/gui2/dialogs/comicconf.py
+lib/calibre/calibre/gui2/dialogs/comicconf_ui.py
+lib/calibre/calibre/gui2/dialogs/config/__init__.py
+lib/calibre/calibre/gui2/dialogs/config/add_save.py
+lib/calibre/calibre/gui2/dialogs/config/add_save_ui.py
+lib/calibre/calibre/gui2/dialogs/config/config_ui.py
+lib/calibre/calibre/gui2/dialogs/config/history.py
+lib/calibre/calibre/gui2/dialogs/config/social.py
+lib/calibre/calibre/gui2/dialogs/confirm_delete.py
+lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py
+lib/calibre/calibre/gui2/dialogs/conversion_error.py
+lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py
+lib/calibre/calibre/gui2/dialogs/fetch_metadata.py
+lib/calibre/calibre/gui2/dialogs/fetch_metadata_ui.py
+lib/calibre/calibre/gui2/dialogs/job_view_ui.py
+lib/calibre/calibre/gui2/dialogs/jobs_ui.py
+lib/calibre/calibre/gui2/dialogs/metadata_bulk.py
+lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py
+lib/calibre/calibre/gui2/dialogs/metadata_single.py
+lib/calibre/calibre/gui2/dialogs/metadata_single_ui.py
+lib/calibre/calibre/gui2/dialogs/password.py
+lib/calibre/calibre/gui2/dialogs/password_ui.py
+lib/calibre/calibre/gui2/dialogs/progress.py
+lib/calibre/calibre/gui2/dialogs/progress_ui.py
+lib/calibre/calibre/gui2/dialogs/scheduler.py
+lib/calibre/calibre/gui2/dialogs/scheduler_ui.py
+lib/calibre/calibre/gui2/dialogs/search.py
+lib/calibre/calibre/gui2/dialogs/search_item_ui.py
+lib/calibre/calibre/gui2/dialogs/search_ui.py
+lib/calibre/calibre/gui2/dialogs/tag_editor.py
+lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py
+lib/calibre/calibre/gui2/dialogs/test_email_ui.py
+lib/calibre/calibre/gui2/dialogs/user_profiles.py
+lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
+lib/calibre/calibre/gui2/filename_pattern_ui.py
+lib/calibre/calibre/gui2/jobs.py
+lib/calibre/calibre/gui2/library.py
+lib/calibre/calibre/gui2/lrf_renderer/__init__.py
+lib/calibre/calibre/gui2/lrf_renderer/bookview.py
+lib/calibre/calibre/gui2/lrf_renderer/config_ui.py
+lib/calibre/calibre/gui2/lrf_renderer/document.py
+lib/calibre/calibre/gui2/lrf_renderer/main.py
+lib/calibre/calibre/gui2/lrf_renderer/main_ui.py
+lib/calibre/calibre/gui2/lrf_renderer/text.py
+lib/calibre/calibre/gui2/main.py
+lib/calibre/calibre/gui2/main_ui.py
+lib/calibre/calibre/gui2/main_window.py
+lib/calibre/calibre/gui2/metadata.py
+lib/calibre/calibre/gui2/search_box.py
+lib/calibre/calibre/gui2/status.py
+lib/calibre/calibre/gui2/tag_view.py
+lib/calibre/calibre/gui2/tools.py
+lib/calibre/calibre/gui2/update.py
+lib/calibre/calibre/gui2/viewer/__init__.py
+lib/calibre/calibre/gui2/viewer/bookmarkmanager.py
+lib/calibre/calibre/gui2/viewer/bookmarkmanager_ui.py
+lib/calibre/calibre/gui2/viewer/config_ui.py
+lib/calibre/calibre/gui2/viewer/documentview.py
+lib/calibre/calibre/gui2/viewer/main.py
+lib/calibre/calibre/gui2/viewer/main_ui.py
+lib/calibre/calibre/gui2/viewer/printing.py
+lib/calibre/calibre/gui2/widgets.py
+lib/calibre/calibre/gui2/wizard/__init__.py
+lib/calibre/calibre/gui2/wizard/device_ui.py
+lib/calibre/calibre/gui2/wizard/finish_ui.py
+lib/calibre/calibre/gui2/wizard/kindle_ui.py
+lib/calibre/calibre/gui2/wizard/library_ui.py
+lib/calibre/calibre/gui2/wizard/send_email.py
+lib/calibre/calibre/gui2/wizard/send_email_ui.py
+lib/calibre/calibre/gui2/wizard/stanza_ui.py
+lib/calibre/calibre/library/__init__.py
+lib/calibre/calibre/library/cli.py
+lib/calibre/calibre/library/database.py
+lib/calibre/calibre/library/database2.py
+lib/calibre/calibre/library/move.py
+lib/calibre/calibre/library/save_to_disk.py
+lib/calibre/calibre/library/server.py
+lib/calibre/calibre/library/sqlite.py
+lib/calibre/calibre/library/test.py
+lib/calibre/calibre/libunrar.py
+lib/calibre/calibre/libunzip.py
+lib/calibre/calibre/libwand.py
+lib/calibre/calibre/linux.py
+lib/calibre/calibre/manual/conf.py
+lib/calibre/calibre/manual/custom.py
+lib/calibre/calibre/manual/epub.py
+lib/calibre/calibre/manual/qthelp.py
+lib/calibre/calibre/plugins/cPalmdoc.so
+lib/calibre/calibre/plugins/fontconfig.so
+lib/calibre/calibre/plugins/lzx.so
+lib/calibre/calibre/plugins/msdes.so
+lib/calibre/calibre/plugins/pdfreflow.so
+lib/calibre/calibre/plugins/pictureflow.so
+lib/calibre/calibre/plugins/podofo.so
+lib/calibre/calibre/ptempfile.py
+lib/calibre/calibre/startup.py
+lib/calibre/calibre/trac/__init__.py
+lib/calibre/calibre/trac/bzr_commit_plugin.py
+lib/calibre/calibre/trac/plugins/Changelog.py
+lib/calibre/calibre/trac/plugins/__init__.py
+lib/calibre/calibre/trac/plugins/download.py
+lib/calibre/calibre/trac/setup.py
+lib/calibre/calibre/translations/__init__.py
+lib/calibre/calibre/translations/dynamic.py
+lib/calibre/calibre/translations/msgfmt.py
+lib/calibre/calibre/utils/PythonMagickWand.py
+lib/calibre/calibre/utils/Zeroconf.py
+lib/calibre/calibre/utils/__init__.py
+lib/calibre/calibre/utils/complete.py
+lib/calibre/calibre/utils/config.py
+lib/calibre/calibre/utils/filenames.py
+lib/calibre/calibre/utils/fonts/__init__.py
+lib/calibre/calibre/utils/genshi/__init__.py
+lib/calibre/calibre/utils/genshi/builder.py
+lib/calibre/calibre/utils/genshi/core.py
+lib/calibre/calibre/utils/genshi/filters/__init__.py
+lib/calibre/calibre/utils/genshi/filters/html.py
+lib/calibre/calibre/utils/genshi/filters/i18n.py
+lib/calibre/calibre/utils/genshi/filters/transform.py
+lib/calibre/calibre/utils/genshi/input.py
+lib/calibre/calibre/utils/genshi/output.py
+lib/calibre/calibre/utils/genshi/path.py
+lib/calibre/calibre/utils/genshi/template/__init__.py
+lib/calibre/calibre/utils/genshi/template/base.py
+lib/calibre/calibre/utils/genshi/template/directives.py
+lib/calibre/calibre/utils/genshi/template/eval.py
+lib/calibre/calibre/utils/genshi/template/interpolation.py
+lib/calibre/calibre/utils/genshi/template/loader.py
+lib/calibre/calibre/utils/genshi/template/markup.py
+lib/calibre/calibre/utils/genshi/template/plugin.py
+lib/calibre/calibre/utils/genshi/template/text.py
+lib/calibre/calibre/utils/genshi/util.py
+lib/calibre/calibre/utils/help2man.py
+lib/calibre/calibre/utils/ipc/__init__.py
+lib/calibre/calibre/utils/ipc/job.py
+lib/calibre/calibre/utils/ipc/launch.py
+lib/calibre/calibre/utils/ipc/server.py
+lib/calibre/calibre/utils/ipc/worker.py
+lib/calibre/calibre/utils/localization.py
+lib/calibre/calibre/utils/lock.py
+lib/calibre/calibre/utils/logging.py
+lib/calibre/calibre/utils/mdns.py
+lib/calibre/calibre/utils/osx_symlinks.py
+lib/calibre/calibre/utils/pdftk.py
+lib/calibre/calibre/utils/podofo/__init__.py
+lib/calibre/calibre/utils/pyparsing.py
+lib/calibre/calibre/utils/resources.py
+lib/calibre/calibre/utils/rss_gen.py
+lib/calibre/calibre/utils/search_query_parser.py
+lib/calibre/calibre/utils/sftp.py
+lib/calibre/calibre/utils/sigil.py
+lib/calibre/calibre/utils/smtp.py
+lib/calibre/calibre/utils/terminfo.py
+lib/calibre/calibre/utils/threadpool.py
+lib/calibre/calibre/utils/winshell.py
+lib/calibre/calibre/utils/zipfile.py
+lib/calibre/calibre/web/__init__.py
+lib/calibre/calibre/web/feeds/__init__.py
+lib/calibre/calibre/web/feeds/feedparser.py
+lib/calibre/calibre/web/feeds/input.py
+lib/calibre/calibre/web/feeds/news.py
+lib/calibre/calibre/web/feeds/recipes/__init__.py
+lib/calibre/calibre/web/feeds/recipes/collection.py
+lib/calibre/calibre/web/feeds/recipes/model.py
+lib/calibre/calibre/web/feeds/templates.py
+lib/calibre/calibre/web/fetch/__init__.py
+lib/calibre/calibre/web/fetch/simple.py
+lib/calibre/cherrypy/__init__.py
+lib/calibre/cherrypy/_cpcgifs.py
+lib/calibre/cherrypy/_cpchecker.py
+lib/calibre/cherrypy/_cpconfig.py
+lib/calibre/cherrypy/_cpdispatch.py
+lib/calibre/cherrypy/_cperror.py
+lib/calibre/cherrypy/_cplogging.py
+lib/calibre/cherrypy/_cpmodpy.py
+lib/calibre/cherrypy/_cprequest.py
+lib/calibre/cherrypy/_cpserver.py
+lib/calibre/cherrypy/_cpthreadinglocal.py
+lib/calibre/cherrypy/_cptools.py
+lib/calibre/cherrypy/_cptree.py
+lib/calibre/cherrypy/_cpwsgi.py
+lib/calibre/cherrypy/_cpwsgi_server.py
+lib/calibre/cherrypy/lib/__init__.py
+lib/calibre/cherrypy/lib/auth.py
+lib/calibre/cherrypy/lib/caching.py
+lib/calibre/cherrypy/lib/covercp.py
+lib/calibre/cherrypy/lib/cptools.py
+lib/calibre/cherrypy/lib/encoding.py
+lib/calibre/cherrypy/lib/http.py
+lib/calibre/cherrypy/lib/httpauth.py
+lib/calibre/cherrypy/lib/profiler.py
+lib/calibre/cherrypy/lib/safemime.py
+lib/calibre/cherrypy/lib/sessions.py
+lib/calibre/cherrypy/lib/static.py
+lib/calibre/cherrypy/lib/tidy.py
+lib/calibre/cherrypy/lib/wsgiapp.py
+lib/calibre/cherrypy/lib/xmlrpc.py
+lib/calibre/cherrypy/process/__init__.py
+lib/calibre/cherrypy/process/plugins.py
+lib/calibre/cherrypy/process/servers.py
+lib/calibre/cherrypy/process/win32.py
+lib/calibre/cherrypy/process/wspbus.py
+lib/calibre/cherrypy/scaffold/__init__.py
+lib/calibre/cherrypy/wsgiserver/__init__.py
+lib/calibre/cssutils/__init__.py
+lib/calibre/cssutils/_fetch.py
+lib/calibre/cssutils/_fetchgae.py
+lib/calibre/cssutils/codec.py
+lib/calibre/cssutils/css/__init__.py
+lib/calibre/cssutils/css/csscharsetrule.py
+lib/calibre/cssutils/css/csscomment.py
+lib/calibre/cssutils/css/cssfontfacerule.py
+lib/calibre/cssutils/css/cssimportrule.py
+lib/calibre/cssutils/css/cssmediarule.py
+lib/calibre/cssutils/css/cssnamespacerule.py
+lib/calibre/cssutils/css/csspagerule.py
+lib/calibre/cssutils/css/cssproperties.py
+lib/calibre/cssutils/css/cssrule.py
+lib/calibre/cssutils/css/cssrulelist.py
+lib/calibre/cssutils/css/cssstyledeclaration.py
+lib/calibre/cssutils/css/cssstylerule.py
+lib/calibre/cssutils/css/cssstylesheet.py
+lib/calibre/cssutils/css/cssunknownrule.py
+lib/calibre/cssutils/css/cssvalue.py
+lib/calibre/cssutils/css/cssvariablesdeclaration.py
+lib/calibre/cssutils/css/cssvariablesrule.py
+lib/calibre/cssutils/css/property.py
+lib/calibre/cssutils/css/selector.py
+lib/calibre/cssutils/css/selectorlist.py
+lib/calibre/cssutils/css2productions.py
+lib/calibre/cssutils/cssproductions.py
+lib/calibre/cssutils/errorhandler.py
+lib/calibre/cssutils/helper.py
+lib/calibre/cssutils/parse.py
+lib/calibre/cssutils/prodparser.py
+lib/calibre/cssutils/profiles.py
+lib/calibre/cssutils/script.py
+lib/calibre/cssutils/serialize.py
+lib/calibre/cssutils/settings.py
+lib/calibre/cssutils/stylesheets/__init__.py
+lib/calibre/cssutils/stylesheets/medialist.py
+lib/calibre/cssutils/stylesheets/mediaquery.py
+lib/calibre/cssutils/stylesheets/stylesheet.py
+lib/calibre/cssutils/stylesheets/stylesheetlist.py
+lib/calibre/cssutils/tokenize2.py
+lib/calibre/cssutils/util.py
+lib/calibre/encutils/__init__.py
+lib/calibre/odf/__init__.py
+lib/calibre/odf/anim.py
+lib/calibre/odf/attrconverters.py
+lib/calibre/odf/chart.py
+lib/calibre/odf/config.py
+lib/calibre/odf/dc.py
+lib/calibre/odf/dr3d.py
+lib/calibre/odf/draw.py
+lib/calibre/odf/easyliststyle.py
+lib/calibre/odf/element.py
+lib/calibre/odf/elementtypes.py
+lib/calibre/odf/form.py
+lib/calibre/odf/grammar.py
+lib/calibre/odf/load.py
+lib/calibre/odf/manifest.py
+lib/calibre/odf/math.py
+lib/calibre/odf/meta.py
+lib/calibre/odf/namespaces.py
+lib/calibre/odf/number.py
+lib/calibre/odf/odf2moinmoin.py
+lib/calibre/odf/odf2xhtml.py
+lib/calibre/odf/odfmanifest.py
+lib/calibre/odf/office.py
+lib/calibre/odf/opendocument.py
+lib/calibre/odf/presentation.py
+lib/calibre/odf/script.py
+lib/calibre/odf/style.py
+lib/calibre/odf/svg.py
+lib/calibre/odf/table.py
+lib/calibre/odf/teletype.py
+lib/calibre/odf/text.py
+lib/calibre/odf/thumbnail.py
+lib/calibre/odf/userfield.py
+lib/calibre/odf/xforms.py
+lib/calibre/pyPdf/__init__.py
+lib/calibre/pyPdf/filters.py
+lib/calibre/pyPdf/generic.py
+lib/calibre/pyPdf/pdf.py
+lib/calibre/pyPdf/utils.py
+lib/calibre/pyPdf/xmp.py
+${PYSITELIB}/PyQt4/__init__.pyc
+${PYSITELIB}/PyQt4/pyqtconfig.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/__init__.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/compiler.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/indenter.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/misc.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/proxy_type.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/qobjectcreator.pyc
+${PYSITELIB}/PyQt4/uic/Compiler/qtproxies.pyc
+${PYSITELIB}/PyQt4/uic/__init__.pyc
+${PYSITELIB}/PyQt4/uic/exceptions.pyc
+${PYSITELIB}/PyQt4/uic/icon_cache.pyc
+${PYSITELIB}/PyQt4/uic/objcreator.pyc
+${PYSITELIB}/PyQt4/uic/port_v2/__init__.pyc
+${PYSITELIB}/PyQt4/uic/port_v2/ascii_upper.pyc
+${PYSITELIB}/PyQt4/uic/port_v2/encode_utf8.pyc
+${PYSITELIB}/PyQt4/uic/port_v2/load_plugin.pyc
+${PYSITELIB}/PyQt4/uic/port_v2/proxy_base.pyc
+${PYSITELIB}/PyQt4/uic/properties.pyc
+${PYSITELIB}/PyQt4/uic/uiparser.pyc
+${PYSITELIB}/sipconfig.pyc
+lib/udev/rules.d/95-calibre.rules
man/man1/calibre-customize.1
+man/man1/calibre-debug.1
man/man1/calibre-server.1
+man/man1/calibre-smtp.1
man/man1/calibredb.1
-man/man1/comic2epub.1
-man/man1/comic2lrf.1
-man/man1/comic2pdf.1
-man/man1/epub2lrf.1
-man/man1/fb22lrf.1
-man/man1/feeds2disk.1
-man/man1/feeds2epub.1
-man/man1/feeds2lrf.1
-man/man1/html2epub.1
-man/man1/html2lrf.1
-man/man1/html2oeb.1
-man/man1/isbndb.1
+man/man1/ebook-convert.1
+man/man1/ebook-meta.1
+man/man1/fetch-ebook-metadata.1
man/man1/librarything.1
-man/man1/lit2lrf.1
-man/man1/lit2oeb.1
-man/man1/lrf-meta.1
-man/man1/lrf2html.1
man/man1/lrf2lrs.1
man/man1/lrs2lrf.1
-man/man1/mobi2lrf.1
-man/man1/mobi2oeb.1
-man/man1/odt2oeb.1
-man/man1/oeb2lit.1
-man/man1/opf-meta.1
-man/man1/pdf2lrf.1
-man/man1/pdfreflow.1
-man/man1/pdftrim.1
-man/man1/rtf-meta.1
-man/man1/rtf2lrf.1
-man/man1/txt2lrf.1
+man/man1/pdfmanipulate.1
man/man1/web2disk.1
-man/man1/web2lrf.1
+share/bash_completion.d/calibre
+share/calibre/builtin_recipes.xml
+share/calibre/content_server/av.jpg
+share/calibre/content_server/bg_search_box.png
+share/calibre/content_server/btn_search_box.png
+share/calibre/content_server/calibre.png
+share/calibre/content_server/calibre_banner.png
+share/calibre/content_server/date.js
+share/calibre/content_server/default_cover.jpg
+share/calibre/content_server/first.png
+share/calibre/content_server/gui.css
+share/calibre/content_server/gui.js
+share/calibre/content_server/index.html
+share/calibre/content_server/jquery.js
+share/calibre/content_server/last.png
+share/calibre/content_server/loading.gif
+share/calibre/content_server/next.png
+share/calibre/content_server/previous.png
+share/calibre/ebook-convert-complete.pickle
+share/calibre/fonts/liberation/LiberationMono-Bold.ttf
+share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
+share/calibre/fonts/liberation/LiberationMono-Italic.ttf
+share/calibre/fonts/liberation/LiberationMono-Regular.ttf
+share/calibre/fonts/liberation/LiberationSans-Bold.ttf
+share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf
+share/calibre/fonts/liberation/LiberationSans-Italic.ttf
+share/calibre/fonts/liberation/LiberationSans-Regular.ttf
+share/calibre/fonts/liberation/LiberationSerif-Bold.ttf
+share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf
+share/calibre/fonts/liberation/LiberationSerif-Italic.ttf
+share/calibre/fonts/liberation/LiberationSerif-Regular.ttf
+share/calibre/fonts/prs500/tt0003m_.ttf
+share/calibre/fonts/prs500/tt0011m_.ttf
+share/calibre/fonts/prs500/tt0419m_.ttf
+share/calibre/images.qrc
+share/calibre/images/add_book.svg
+share/calibre/images/arrow-down.svg
+share/calibre/images/arrow-up.svg
+share/calibre/images/auto_author_sort.svg
+share/calibre/images/back.svg
+share/calibre/images/book.svg
+share/calibre/images/bookmarks.svg
+share/calibre/images/books_in_series.svg
+share/calibre/images/chapters.svg
+share/calibre/images/clear_left.svg
+share/calibre/images/config.svg
+share/calibre/images/convert.svg
+share/calibre/images/cover_flow.svg
+share/calibre/images/debug.svg
+share/calibre/images/dialog_error.svg
+share/calibre/images/dialog_information.svg
+share/calibre/images/dialog_warning.svg
+share/calibre/images/document_open.svg
+share/calibre/images/donate.svg
+share/calibre/images/edit_input.svg
+share/calibre/images/eject.svg
+share/calibre/images/exec.svg
+share/calibre/images/font_size_larger.svg
+share/calibre/images/font_size_smaller.svg
+share/calibre/images/forward.svg
+share/calibre/images/gmail_logo.png
+share/calibre/images/jobs-animated.mng
+share/calibre/images/jobs.svg
+share/calibre/images/library.png
+share/calibre/images/list_remove.svg
+share/calibre/images/lookfeel.svg
+share/calibre/images/mail.svg
+share/calibre/images/metadata.svg
+share/calibre/images/mimetypes/bmp.svg
+share/calibre/images/mimetypes/computer.svg
+share/calibre/images/mimetypes/dir.svg
+share/calibre/images/mimetypes/epub.svg
+share/calibre/images/mimetypes/fb2.svg
+share/calibre/images/mimetypes/gif.svg
+share/calibre/images/mimetypes/html.svg
+share/calibre/images/mimetypes/jpeg.svg
+share/calibre/images/mimetypes/lit.svg
+share/calibre/images/mimetypes/lrf.svg
+share/calibre/images/mimetypes/lrx.svg
+share/calibre/images/mimetypes/mobi.svg
+share/calibre/images/mimetypes/pdf.svg
+share/calibre/images/mimetypes/png.svg
+share/calibre/images/mimetypes/rar.svg
+share/calibre/images/mimetypes/rtf.svg
+share/calibre/images/mimetypes/svg.svg
+share/calibre/images/mimetypes/txt.svg
+share/calibre/images/mimetypes/unknown.svg
+share/calibre/images/mimetypes/zero.svg
+share/calibre/images/mimetypes/zip.svg
+share/calibre/images/minus.svg
+share/calibre/images/network-server.svg
+share/calibre/images/news.svg
+share/calibre/images/news/24sata.png
+share/calibre/images/news/24sata_rs.png
+share/calibre/images/news/adventuregamers.png
+share/calibre/images/news/ambito.png
+share/calibre/images/news/amspec.png
+share/calibre/images/news/ars_technica.png
+share/calibre/images/news/atlantic.png
+share/calibre/images/news/axxon_news.png
+share/calibre/images/news/azstarnet.png
+share/calibre/images/news/b92.png
+share/calibre/images/news/barrons.png
+share/calibre/images/news/bbc.png
+share/calibre/images/news/beta.png
+share/calibre/images/news/beta_en.png
+share/calibre/images/news/blic.png
+share/calibre/images/news/borba.png
+share/calibre/images/news/business_standard.png
+share/calibre/images/news/businessworldin.png
+share/calibre/images/news/carta.png
+share/calibre/images/news/chicago_breaking_news.png
+share/calibre/images/news/chr_mon.png
+share/calibre/images/news/clarin.png
+share/calibre/images/news/cnn.png
+share/calibre/images/news/coding_horror.png
+share/calibre/images/news/corriere_della_sera_en.png
+share/calibre/images/news/corriere_della_sera_it.png
+share/calibre/images/news/criticadigital.png
+share/calibre/images/news/cubadebate.png
+share/calibre/images/news/dailyreckoning.png
+share/calibre/images/news/danas.png
+share/calibre/images/news/darknet.png
+share/calibre/images/news/der_standard.png
+share/calibre/images/news/diepresse.png
+share/calibre/images/news/dn_se.png
+share/calibre/images/news/dnevni_avaz.png
+share/calibre/images/news/e_novine.png
+share/calibre/images/news/economist.png
+share/calibre/images/news/el_mercurio_chile.png
+share/calibre/images/news/el_universal.png
+share/calibre/images/news/elargentino.png
+share/calibre/images/news/elcronista.png
+share/calibre/images/news/elektrolese.png
+share/calibre/images/news/elmundo.png
+share/calibre/images/news/elperiodico_catalan.png
+share/calibre/images/news/elperiodico_spanish.png
+share/calibre/images/news/eltiempo_hn.png
+share/calibre/images/news/endgadget.png
+share/calibre/images/news/espn.png
+share/calibre/images/news/esquire.png
+share/calibre/images/news/estadao.png
+share/calibre/images/news/expansion_spanish.png
+share/calibre/images/news/fastcompany.png
+share/calibre/images/news/faznet.png
+share/calibre/images/news/freakonomics.png
+share/calibre/images/news/ftd.png
+share/calibre/images/news/fudzilla.png
+share/calibre/images/news/glas_srpske.png
+share/calibre/images/news/glasjavnosti.png
+share/calibre/images/news/granma.png
+share/calibre/images/news/guardian.png
+share/calibre/images/news/gva_be.png
+share/calibre/images/news/heise.png
+share/calibre/images/news/hln.png
+share/calibre/images/news/hln_be.png
+share/calibre/images/news/hna.png
+share/calibre/images/news/hrt.png
+share/calibre/images/news/ieco.png
+share/calibre/images/news/infobae.png
+share/calibre/images/news/inquirer_net.png
+share/calibre/images/news/instapaper.png
+share/calibre/images/news/jb_online.png
+share/calibre/images/news/joelonsoftware.png
+share/calibre/images/news/jpost.png
+share/calibre/images/news/jutarnji.png
+share/calibre/images/news/krstarica.png
+share/calibre/images/news/krstarica_en.png
+share/calibre/images/news/la_cuarta.png
+share/calibre/images/news/la_tercera.png
+share/calibre/images/news/lanacion.png
+share/calibre/images/news/lanacion_chile.png
+share/calibre/images/news/laprensa_hn.png
+share/calibre/images/news/laprensa_ni.png
+share/calibre/images/news/latribuna.png
+share/calibre/images/news/le_monde.png
+share/calibre/images/news/lemonde_dip.png
+share/calibre/images/news/liberation.png
+share/calibre/images/news/linux_magazine.png
+share/calibre/images/news/linuxdevices.png
+share/calibre/images/news/livemint.png
+share/calibre/images/news/lwn.png
+share/calibre/images/news/miami_herald.png
+share/calibre/images/news/msdnmag_en.png
+share/calibre/images/news/nacional_cro.png
+share/calibre/images/news/nasa.png
+share/calibre/images/news/new_yorker.png
+share/calibre/images/news/newsweek.png
+share/calibre/images/news/noaa.png
+share/calibre/images/news/novosti.png
+share/calibre/images/news/nspm.png
+share/calibre/images/news/nspm_int.png
+share/calibre/images/news/nytimes.png
+share/calibre/images/news/nytimes_sub.png
+share/calibre/images/news/nzz_ger.png
+share/calibre/images/news/o_globo.png
+share/calibre/images/news/pagina12.png
+share/calibre/images/news/pescanik.png
+share/calibre/images/news/pobjeda.png
+share/calibre/images/news/politico.png
+share/calibre/images/news/politika.png
+share/calibre/images/news/portfolio.png
+share/calibre/images/news/pressonline.png
+share/calibre/images/news/rts.png
+share/calibre/images/news/sanjosemercurynews.png
+share/calibre/images/news/sciencedaily.png
+share/calibre/images/news/scott_hanselman.png
+share/calibre/images/news/seattle_times.png
+share/calibre/images/news/security_watch.png
+share/calibre/images/news/smashing.png
+share/calibre/images/news/soldiers.png
+share/calibre/images/news/spiegel_int.png
+share/calibre/images/news/spiegelde.png
+share/calibre/images/news/stackoverflow.png
+share/calibre/images/news/starbulletin.png
+share/calibre/images/news/straitstimes.png
+share/calibre/images/news/sueddeutsche.png
+share/calibre/images/news/svd_se.png
+share/calibre/images/news/tanjug.png
+share/calibre/images/news/telegraph_uk.png
+share/calibre/images/news/telepolis.png
+share/calibre/images/news/telepolis_artikel.png
+share/calibre/images/news/teleread.png
+share/calibre/images/news/the_oz.png
+share/calibre/images/news/theeconomictimes_india.png
+share/calibre/images/news/themarketticker.png
+share/calibre/images/news/theonion.png
+share/calibre/images/news/thestar.png
+share/calibre/images/news/tijd.png
+share/calibre/images/news/time_magazine.png
+share/calibre/images/news/times_online.png
+share/calibre/images/news/tomshardware.png
+share/calibre/images/news/tomshardware_de.png
+share/calibre/images/news/toronto_sun.png
+share/calibre/images/news/uncrate.png
+share/calibre/images/news/usnews.png
+share/calibre/images/news/utne.png
+share/calibre/images/news/variety.png
+share/calibre/images/news/vecernji_list.png
+share/calibre/images/news/vijesti.png
+share/calibre/images/news/vreme.png
+share/calibre/images/news/welt.png
+share/calibre/images/news/wikinews_en.png
+share/calibre/images/news/wired.png
+share/calibre/images/news/wsj.png
+share/calibre/images/news/zdnet.png
+share/calibre/images/news/zeitde.png
+share/calibre/images/next.svg
+share/calibre/images/ok.svg
+share/calibre/images/page.svg
+share/calibre/images/plugins.svg
+share/calibre/images/plus.svg
+share/calibre/images/previous.svg
+share/calibre/images/print-preview.svg
+share/calibre/images/print.svg
+share/calibre/images/publisher.png
+share/calibre/images/reader.svg
+share/calibre/images/save.svg
+share/calibre/images/scheduler.svg
+share/calibre/images/sd.svg
+share/calibre/images/search.svg
+share/calibre/images/series.svg
+share/calibre/images/star.png
+share/calibre/images/swap.svg
+share/calibre/images/sync.svg
+share/calibre/images/tags.svg
+share/calibre/images/trash.svg
+share/calibre/images/user_profile.svg
+share/calibre/images/view.svg
+share/calibre/images/viewer.svg
+share/calibre/images/welcome_wizard.svg
+share/calibre/images/window-close.svg
+share/calibre/images/wizard.svg
+share/calibre/localization/iso639.pickle
+share/calibre/localization/locales/af/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/af/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ar/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ar/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ar/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/bg/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/bg/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ca/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ca/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/cs/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/cs/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/da/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/da/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/da/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/de/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/de/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/de/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/el/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/el/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/en_GB/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/es/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/es/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/es/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/fr/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/fr/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/fr/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/gl/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/gl/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/he/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/he/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/hr/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/hr/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/hu/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/hu/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/it/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/it/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ja/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ja/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ko/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ko/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/lv/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/lv/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/nb/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/nb/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/nds/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/nl/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/nl/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/pl/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/pl/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/pl/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/pt/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/pt/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/pt/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/pt_BR/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/pt_BR/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ro/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ro/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ru/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/ru/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/ru/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/sk/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/sk/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/sk/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/sl/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/sl/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/sv/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/sv/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/sv/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/te/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/uk/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/uk/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/uk/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/yi/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/zh_CN/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/zh_CN/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/zh_CN/LC_MESSAGES/qt.qm
+share/calibre/localization/locales/zh_HK/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/zh_HK/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/zh_TW/LC_MESSAGES/iso639.mo
+share/calibre/localization/locales/zh_TW/LC_MESSAGES/messages.mo
+share/calibre/localization/locales/zh_TW/LC_MESSAGES/qt.qm
+share/calibre/localization/stats.pickle
+share/calibre/metadata_sqlite.sql
+share/calibre/recipes/24sata.recipe
+share/calibre/recipes/24sata_rs.recipe
+share/calibre/recipes/7dias.recipe
+share/calibre/recipes/accountancyage.recipe
+share/calibre/recipes/adventuregamers.recipe
+share/calibre/recipes/al_jazeera.recipe
+share/calibre/recipes/ambito.recipe
+share/calibre/recipes/amspec.recipe
+share/calibre/recipes/an_druma_mor.recipe
+share/calibre/recipes/ap.recipe
+share/calibre/recipes/ars_technica.recipe
+share/calibre/recipes/atlantic.recipe
+share/calibre/recipes/axxon_news.recipe
+share/calibre/recipes/azstarnet.recipe
+share/calibre/recipes/b92.recipe
+share/calibre/recipes/barrons.recipe
+share/calibre/recipes/bbc.recipe
+share/calibre/recipes/bbcvietnamese.recipe
+share/calibre/recipes/beta.recipe
+share/calibre/recipes/beta_en.recipe
+share/calibre/recipes/blic.recipe
+share/calibre/recipes/borba.recipe
+share/calibre/recipes/buenosaireseconomico.recipe
+share/calibre/recipes/business_standard.recipe
+share/calibre/recipes/business_week.recipe
+share/calibre/recipes/businessworldin.recipe
+share/calibre/recipes/carta.recipe
+share/calibre/recipes/chicago_breaking_news.recipe
+share/calibre/recipes/chicago_tribune.recipe
+share/calibre/recipes/chr_mon.recipe
+share/calibre/recipes/cincinnati_enquirer.recipe
+share/calibre/recipes/clarin.recipe
+share/calibre/recipes/climate_progress.recipe
+share/calibre/recipes/cnn.recipe
+share/calibre/recipes/coding_horror.recipe
+share/calibre/recipes/common_dreams.recipe
+share/calibre/recipes/corren2.recipe
+share/calibre/recipes/corriere_della_sera_en.recipe
+share/calibre/recipes/corriere_della_sera_it.recipe
+share/calibre/recipes/courrierinternational.recipe
+share/calibre/recipes/craigslist.recipe
+share/calibre/recipes/criticadigital.recipe
+share/calibre/recipes/cubadebate.recipe
+share/calibre/recipes/cyberpresse.recipe
+share/calibre/recipes/daily_mail.recipe
+share/calibre/recipes/daily_telegraph.recipe
+share/calibre/recipes/dailyreckoning.recipe
+share/calibre/recipes/danas.recipe
+share/calibre/recipes/darknet.recipe
+share/calibre/recipes/de_standaard.recipe
+share/calibre/recipes/degentenaar.recipe
+share/calibre/recipes/demorgen_be.recipe
+share/calibre/recipes/der_standard.recipe
+share/calibre/recipes/diagonales.recipe
+share/calibre/recipes/diepresse.recipe
+share/calibre/recipes/discover_magazine.recipe
+share/calibre/recipes/dn_se.recipe
+share/calibre/recipes/dna.recipe
+share/calibre/recipes/dnevni_avaz.recipe
+share/calibre/recipes/dnevnik_cro.recipe
+share/calibre/recipes/e_novine.recipe
+share/calibre/recipes/ecogeek.recipe
+share/calibre/recipes/economist.recipe
+share/calibre/recipes/el_mercurio_chile.recipe
+share/calibre/recipes/el_pais.recipe
+share/calibre/recipes/el_universal.recipe
+share/calibre/recipes/elargentino.recipe
+share/calibre/recipes/elcronista.recipe
+share/calibre/recipes/elektrolese.recipe
+share/calibre/recipes/elmundo.recipe
+share/calibre/recipes/elperiodico_catalan.recipe
+share/calibre/recipes/elperiodico_spanish.recipe
+share/calibre/recipes/eltiempo_hn.recipe
+share/calibre/recipes/endgadget.recipe
+share/calibre/recipes/espn.recipe
+share/calibre/recipes/esquire.recipe
+share/calibre/recipes/estadao.recipe
+share/calibre/recipes/exiled.recipe
+share/calibre/recipes/expansion_spanish.recipe
+share/calibre/recipes/fastcompany.recipe
+share/calibre/recipes/faznet.recipe
+share/calibre/recipes/financial_times.recipe
+share/calibre/recipes/fokkeensukke.recipe
+share/calibre/recipes/forbes.recipe
+share/calibre/recipes/freakonomics.recipe
+share/calibre/recipes/ftd.recipe
+share/calibre/recipes/fudzilla.recipe
+share/calibre/recipes/glas_srpske.recipe
+share/calibre/recipes/glasgow_herald.recipe
+share/calibre/recipes/glasjavnosti.recipe
+share/calibre/recipes/globe_and_mail.recipe
+share/calibre/recipes/granma.recipe
+share/calibre/recipes/greader.recipe
+share/calibre/recipes/guardian.recipe
+share/calibre/recipes/gva_be.recipe
+share/calibre/recipes/h1.recipe
+share/calibre/recipes/h2.recipe
+share/calibre/recipes/h3.recipe
+share/calibre/recipes/harpers.recipe
+share/calibre/recipes/harpers_full.recipe
+share/calibre/recipes/hbr.recipe
+share/calibre/recipes/heise.recipe
+share/calibre/recipes/hindu.recipe
+share/calibre/recipes/hln.recipe
+share/calibre/recipes/hln_be.recipe
+share/calibre/recipes/hna.recipe
+share/calibre/recipes/honoluluadvertiser.recipe
+share/calibre/recipes/honvedelem.recipe
+share/calibre/recipes/hrt.recipe
+share/calibre/recipes/huntechnet.recipe
+share/calibre/recipes/ieco.recipe
+share/calibre/recipes/iht.recipe
+share/calibre/recipes/index_hu.recipe
+share/calibre/recipes/indy_star.recipe
+share/calibre/recipes/infobae.recipe
+share/calibre/recipes/infoworld.recipe
+share/calibre/recipes/inquirer_net.recipe
+share/calibre/recipes/instapaper.recipe
+share/calibre/recipes/intelligencer.recipe
+share/calibre/recipes/irish_independent.recipe
+share/calibre/recipes/irish_times.recipe
+share/calibre/recipes/japan_times.recipe
+share/calibre/recipes/javalobby.recipe
+share/calibre/recipes/jb_online.recipe
+share/calibre/recipes/joelonsoftware.recipe
+share/calibre/recipes/jpost.recipe
+share/calibre/recipes/jutarnji.recipe
+share/calibre/recipes/juventudrebelde.recipe
+share/calibre/recipes/juventudrebelde_english.recipe
+share/calibre/recipes/kellog_faculty.recipe
+share/calibre/recipes/kellog_insight.recipe
+share/calibre/recipes/krstarica.recipe
+share/calibre/recipes/krstarica_en.recipe
+share/calibre/recipes/la_cuarta.recipe
+share/calibre/recipes/la_republica.recipe
+share/calibre/recipes/la_segunda.recipe
+share/calibre/recipes/la_tercera.recipe
+share/calibre/recipes/lamujerdemivida.recipe
+share/calibre/recipes/lanacion.recipe
+share/calibre/recipes/lanacion_chile.recipe
+share/calibre/recipes/laprensa.recipe
+share/calibre/recipes/laprensa_hn.recipe
+share/calibre/recipes/laprensa_ni.recipe
+share/calibre/recipes/latimes.recipe
+share/calibre/recipes/latribuna.recipe
+share/calibre/recipes/lavanguardia.recipe
+share/calibre/recipes/le_monde.recipe
+share/calibre/recipes/le_temps.recipe
+share/calibre/recipes/lemonde_dip.recipe
+share/calibre/recipes/liberation.recipe
+share/calibre/recipes/linux_magazine.recipe
+share/calibre/recipes/linuxdevices.recipe
+share/calibre/recipes/livemint.recipe
+share/calibre/recipes/lrb.recipe
+share/calibre/recipes/lwn.recipe
+share/calibre/recipes/marca.recipe
+share/calibre/recipes/mediapart.recipe
+share/calibre/recipes/miami_herald.recipe
+share/calibre/recipes/miradasalsur.recipe
+share/calibre/recipes/mondedurable.recipe
+share/calibre/recipes/moneynews.recipe
+share/calibre/recipes/monitor.recipe
+share/calibre/recipes/moscow_times.recipe
+share/calibre/recipes/msdnmag_en.recipe
+share/calibre/recipes/nacional_cro.recipe
+share/calibre/recipes/nakedcapitalism.recipe
+share/calibre/recipes/nasa.recipe
+share/calibre/recipes/new_scientist.recipe
+share/calibre/recipes/new_york_review_of_books.recipe
+share/calibre/recipes/new_york_review_of_books_no_sub.recipe
+share/calibre/recipes/new_yorker.recipe
+share/calibre/recipes/news_times.recipe
+share/calibre/recipes/newsweek.recipe
+share/calibre/recipes/newsweek_argentina.recipe
+share/calibre/recipes/nin.recipe
+share/calibre/recipes/noaa.recipe
+share/calibre/recipes/novosti.recipe
+share/calibre/recipes/npr.recipe
+share/calibre/recipes/nspm.recipe
+share/calibre/recipes/nspm_int.recipe
+share/calibre/recipes/nytimes.recipe
+share/calibre/recipes/nytimes_sub.recipe
+share/calibre/recipes/nzz_ger.recipe
+share/calibre/recipes/o_globo.recipe
+share/calibre/recipes/ourdailybread.recipe
+share/calibre/recipes/outlook_india.recipe
+share/calibre/recipes/pagina12.recipe
+share/calibre/recipes/pcworld_hu.recipe
+share/calibre/recipes/pescanik.recipe
+share/calibre/recipes/phd_comics.recipe
+share/calibre/recipes/philly.recipe
+share/calibre/recipes/physics_today.recipe
+share/calibre/recipes/physics_world.recipe
+share/calibre/recipes/pobjeda.recipe
+share/calibre/recipes/politico.recipe
+share/calibre/recipes/politika.recipe
+share/calibre/recipes/portfolio.recipe
+share/calibre/recipes/pressonline.recipe
+share/calibre/recipes/publico.recipe
+share/calibre/recipes/republika.recipe
+share/calibre/recipes/reuters.recipe
+share/calibre/recipes/rga.recipe
+share/calibre/recipes/rts.recipe
+share/calibre/recipes/salon.recipe
+share/calibre/recipes/san_fran_chronicle.recipe
+share/calibre/recipes/sanjosemercurynews.recipe
+share/calibre/recipes/science_aas.recipe
+share/calibre/recipes/science_news.recipe
+share/calibre/recipes/sciencedaily.recipe
+share/calibre/recipes/scientific_american.recipe
+share/calibre/recipes/scott_hanselman.recipe
+share/calibre/recipes/seattle_times.recipe
+share/calibre/recipes/security_watch.recipe
+share/calibre/recipes/serverside.recipe
+share/calibre/recipes/shacknews.recipe
+share/calibre/recipes/slashdot.recipe
+share/calibre/recipes/slate.recipe
+share/calibre/recipes/smashing.recipe
+share/calibre/recipes/smh.recipe
+share/calibre/recipes/soldiers.recipe
+share/calibre/recipes/spiegel_int.recipe
+share/calibre/recipes/spiegelde.recipe
+share/calibre/recipes/st_petersburg_times.recipe
+share/calibre/recipes/stackoverflow.recipe
+share/calibre/recipes/starbulletin.recipe
+share/calibre/recipes/straitstimes.recipe
+share/calibre/recipes/sueddeutsche.recipe
+share/calibre/recipes/svd_se.recipe
+share/calibre/recipes/tanjug.recipe
+share/calibre/recipes/telegraph_uk.recipe
+share/calibre/recipes/telepolis.recipe
+share/calibre/recipes/telepolis_artikel.recipe
+share/calibre/recipes/teleread.recipe
+share/calibre/recipes/the_age.recipe
+share/calibre/recipes/the_budget_fashionista.recipe
+share/calibre/recipes/the_nation.recipe
+share/calibre/recipes/the_new_republic.recipe
+share/calibre/recipes/the_oz.recipe
+share/calibre/recipes/the_register.recipe
+share/calibre/recipes/the_scotsman.recipe
+share/calibre/recipes/thedgesingapore.recipe
+share/calibre/recipes/theeconomictimes_india.recipe
+share/calibre/recipes/themarketticker.recipe
+share/calibre/recipes/theoldfoodie.recipe
+share/calibre/recipes/theonion.recipe
+share/calibre/recipes/thestar.recipe
+share/calibre/recipes/tijd.recipe
+share/calibre/recipes/time_magazine.recipe
+share/calibre/recipes/times_online.recipe
+share/calibre/recipes/tnxm.recipe
+share/calibre/recipes/tomshardware.recipe
+share/calibre/recipes/tomshardware_de.recipe
+share/calibre/recipes/toronto_sun.recipe
+share/calibre/recipes/trouw.recipe
+share/calibre/recipes/tweakers.recipe
+share/calibre/recipes/twitchfilms.recipe
+share/calibre/recipes/uncrate.recipe
+share/calibre/recipes/upi.recipe
+share/calibre/recipes/usatoday.recipe
+share/calibre/recipes/usnews.recipe
+share/calibre/recipes/utne.recipe
+share/calibre/recipes/variety.recipe
+share/calibre/recipes/vecernji_list.recipe
+share/calibre/recipes/veintitres.recipe
+share/calibre/recipes/vijesti.recipe
+share/calibre/recipes/vnexpress.recipe
+share/calibre/recipes/volksrant.recipe
+share/calibre/recipes/vreme.recipe
+share/calibre/recipes/wash_post.recipe
+share/calibre/recipes/welt.recipe
+share/calibre/recipes/wikinews_en.recipe
+share/calibre/recipes/winsupersite.recipe
+share/calibre/recipes/wired.recipe
+share/calibre/recipes/woz_die.recipe
+share/calibre/recipes/wsj.recipe
+share/calibre/recipes/xkcd.recipe
+share/calibre/recipes/zaobao.recipe
+share/calibre/recipes/zdnet.recipe
+share/calibre/recipes/zeitde.recipe
+share/calibre/scripts.pickle
+share/calibre/templates/fb2.xsl
+share/calibre/templates/html.css
+share/calibre/templates/lrf.xsl
+share/calibre/templates/ncx.xml
+share/calibre/templates/opf.xml
+share/calibre/templates/rtf.xsl
+share/calibre/viewer/bookmarks.js
+share/calibre/viewer/hyphenate/Hyphenator.js
+share/calibre/viewer/hyphenate/patterns/bn.js
+share/calibre/viewer/hyphenate/patterns/cs.js
+share/calibre/viewer/hyphenate/patterns/da.js
+share/calibre/viewer/hyphenate/patterns/de.js
+share/calibre/viewer/hyphenate/patterns/en.js
+share/calibre/viewer/hyphenate/patterns/es.js
+share/calibre/viewer/hyphenate/patterns/fi.js
+share/calibre/viewer/hyphenate/patterns/fr.js
+share/calibre/viewer/hyphenate/patterns/gu.js
+share/calibre/viewer/hyphenate/patterns/hi.js
+share/calibre/viewer/hyphenate/patterns/hu.js
+share/calibre/viewer/hyphenate/patterns/it.js
+share/calibre/viewer/hyphenate/patterns/kn.js
+share/calibre/viewer/hyphenate/patterns/ml.js
+share/calibre/viewer/hyphenate/patterns/nl.js
+share/calibre/viewer/hyphenate/patterns/or.js
+share/calibre/viewer/hyphenate/patterns/pa.js
+share/calibre/viewer/hyphenate/patterns/pl.js
+share/calibre/viewer/hyphenate/patterns/pt.js
+share/calibre/viewer/hyphenate/patterns/ru.js
+share/calibre/viewer/hyphenate/patterns/sv.js
+share/calibre/viewer/hyphenate/patterns/ta.js
+share/calibre/viewer/hyphenate/patterns/te.js
+share/calibre/viewer/hyphenate/patterns/uk.js
+share/calibre/viewer/hyphenation.js
+share/calibre/viewer/jquery_scrollTo.js
+share/calibre/viewer/referencing.js
diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo
index 64f4808a60c..b447855a9ba 100644
--- a/misc/calibre/distinfo
+++ b/misc/calibre/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/17 22:18:26 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/11/18 17:41:20 wiz Exp $
-SHA1 (calibre-0.4.128.tar.gz) = 722535edfb89b75e591eef2334f6c28f66ca018b
-RMD160 (calibre-0.4.128.tar.gz) = fd63765bd6a2713ab9dff054042022646a2babb4
-Size (calibre-0.4.128.tar.gz) = 6266244 bytes
-SHA1 (patch-aa) = e38d249f0849266942682a3cc0611cf376678265
+SHA1 (calibre-0.6.24.tar.gz) = 8484746cb058d7719225b02a843d29bd7626ffa0
+RMD160 (calibre-0.6.24.tar.gz) = a7833156b635bfd14842b055e3b44debe64e4752
+Size (calibre-0.6.24.tar.gz) = 10953557 bytes
+SHA1 (patch-aa) = cf794f388d8193c3384f7f36208bef606c14dc6d
+SHA1 (patch-ac) = da8fedb745ebb29ea7df0a5b7a642384273ae324
diff --git a/misc/calibre/patches/patch-aa b/misc/calibre/patches/patch-aa
index 2eba098a2e5..395ee132a4b 100644
--- a/misc/calibre/patches/patch-aa
+++ b/misc/calibre/patches/patch-aa
@@ -1,42 +1,31 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/01/17 22:18:26 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/11/18 17:41:20 wiz Exp $
---- src/calibre/linux.py.orig 2009-01-06 00:25:49.000000000 +0100
+--- src/calibre/linux.py.orig 2009-09-28 23:23:41.000000000 +0000
+++ src/calibre/linux.py
-@@ -397,10 +397,9 @@ def option_parser():
- return parser
-
- def install_man_pages(fatal_errors):
-- from bz2 import compress
- import subprocess
- print 'Installing MAN pages...'
- manpath = '/usr/share/man/man1'
- f = NamedTemporaryFile()
- f.write('[see also]\nhttp://%s.kovidgoyal.net\n'%__appname__)
- f.flush()
-@@ -417,7 +416,7 @@ def install_man_pages(fatal_errors):
- help2man = ('help2man', prog, '--name', 'part of %s'%__appname__,
- '--section', '1', '--no-info', '--include',
- f.name, '--manual', __appname__)
-- manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2')
-+ manfile = os.path.join(manpath, prog+'.1')
- print '\tInstalling MAN page for', prog
+@@ -184,7 +184,7 @@ class PostInstall:
+ if os.path.exists(bc):
+ f = os.path.join(bc, 'calibre')
+ else:
+- f = os.path.join(self.opts.staging_etc, 'bash_completion.d/calibre')
++ f = os.path.join(self.opts.staging_root, 'share/bash_completion.d/calibre')
+ if not os.path.exists(os.path.dirname(f)):
+ os.makedirs(os.path.dirname(f))
+ self.manifest.append(f)
+@@ -319,7 +319,7 @@ class PostInstall:
+ def install_man_pages(self):
try:
- p = subprocess.Popen(help2man, stdout=subprocess.PIPE)
-@@ -434,7 +433,7 @@ def install_man_pages(fatal_errors):
- continue
- f2 = open_file(manfile)
- manifest.append(f2.name)
-- f2.write(compress(raw))
-+ f2.write(raw)
- return manifest
-
- def post_install():
-@@ -448,8 +447,6 @@ def post_install():
- global use_destdir
- use_destdir = opts.destdir
- manifest = []
-- manifest += setup_udev_rules(opts.group_file, not opts.dont_reload, opts.fatal_errors)
-- manifest += setup_completion(opts.fatal_errors)
- setup_desktop_integration(opts.fatal_errors)
- manifest += install_man_pages(opts.fatal_errors)
-
+ from calibre.utils.help2man import create_man_page
+- manpath = os.path.join(self.opts.staging_sharedir, 'man/man1')
++ manpath = os.path.join(self.opts.staging_root, 'man/man1')
+ if not os.path.exists(manpath):
+ os.makedirs(manpath)
+ self.info('Installing MAN pages...')
+@@ -332,7 +332,7 @@ class PostInstall:
+ continue
+ parser = parser()
+ raw = create_man_page(prog, parser)
+- manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2')
++ manfile = os.path.join(manpath, prog+'.1')
+ self.info('\tInstalling MAN page for', prog)
+ open(manfile, 'wb').write(raw)
+ self.manifest.append(manfile)
diff --git a/misc/calibre/patches/patch-ac b/misc/calibre/patches/patch-ac
new file mode 100644
index 00000000000..4a45f4e8a63
--- /dev/null
+++ b/misc/calibre/patches/patch-ac
@@ -0,0 +1,21 @@
+$NetBSD: patch-ac,v 1.1 2009/11/18 17:41:20 wiz Exp $
+
+--- src/calibre/utils/help2man.py.orig 2009-09-28 23:23:41.000000000 +0000
++++ src/calibre/utils/help2man.py
+@@ -3,7 +3,7 @@ __license__ = 'GPL 3'
+ __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
+ __docformat__ = 'restructuredtext en'
+
+-import time, bz2
++import time
+
+ from calibre.constants import __version__, __appname__, __author__
+
+@@ -57,6 +57,6 @@ def create_man_page(prog, parser):
+ lines = [x if isinstance(x, unicode) else unicode(x, 'utf-8', 'replace') for
+ x in lines]
+
+- return bz2.compress((u'\n'.join(lines)).encode('utf-8'))
++ return (u'\n'.join(lines)).encode('utf-8')
+
+