Index: head/deskutils/calibre/Makefile =================================================================== --- head/deskutils/calibre/Makefile (revision 291645) +++ head/deskutils/calibre/Makefile (revision 291646) @@ -1,108 +1,108 @@ # New ports collection makefile for: calibre # Date created: 10/11/2009 # Whom: stas # # $FreeBSD$ # PORTNAME= calibre -PORTVERSION= 0.8.37 +PORTVERSION= 0.8.38 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Ebook management application LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ wmflite:${PORTSDIR}/graphics/libwmf \ chm.0:${PORTSDIR}/misc/chmlib \ icudata.48:${PORTSDIR}/devel/icu BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0:${PORTSDIR}/www/py-mechanize \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \ pdftohtml:${PORTSDIR}/graphics/poppler-utils \ lshal:${PORTSDIR}/sysutils/hal OPTIONS= PODOFO "PDF support via PoDoFo library" on USE_XZ= yes -USE_PYTHON= 2.7+ +USE_PYTHON= 2.7 USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \ FC_LIB_DIR="${LOCALBASE}/lib" \ OVERRIDE_CFLAGS="${CFLAGS}" \ OVERRIDE_LDFLAGS="${LDFLAGS}" MAN1= calibre-customize.1 \ calibre-debug.1 \ calibre-server.1 \ calibre-smtp.1 \ calibredb.1 \ ebook-convert.1 \ ebook-meta.1 \ epub-fix.1 \ fetch-ebook-metadata.1 \ lrf2lrs.1 \ lrs2lrf.1 \ pdfmanipulate.1 \ web2disk.1 .include .if ${OSVERSION} < 800069 MAKE_ENV+= WITH_USB=no PLIST_SUB+= USB="@comment " .else MAKE_ENV+= WITH_USB=yes PLIST_SUB+= USB="" .endif .if !defined(WITHOUT_PODOFO) || exists(${LOCALBASE}/lib/libpodofo.so) LIB_DEPENDS+= podofo:${PORTSDIR}/graphics/podofo MAKE_ENV+= PODOFO_LIB_DIR="${LOCALBASE}/lib" \ PODOFO_INC_DIR="${LOCALBASE}/include/podofo" PLIST_SUB+= PODOFO="" .else PLIST_SUB+= PODOFO="@comment " .endif do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} build) do-install: .for dir in desktop-directories applications gnome/apps mime/packages icons/hicolor/128x128/apps ${MKDIR} ${PREFIX}/share/${dir} .endfor @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} ${INSTALL} --prefix ${PREFIX}) post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/deskutils/calibre/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/deskutils/calibre/distinfo =================================================================== --- head/deskutils/calibre/distinfo (revision 291645) +++ head/deskutils/calibre/distinfo (revision 291646) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.8.37.tar.xz) = eedde8124f0e688d826de0013dabf2f16ff5fa0621df89f0897fd3848bc8d59d -SIZE (calibre-0.8.37.tar.xz) = 23614740 +SHA256 (calibre-0.8.38.tar.xz) = 63176dc5cb14fb2f5a2c45196904b9788106d6b0c6d9976d45b4a7fec10e3b99 +SIZE (calibre-0.8.38.tar.xz) = 23680916 Property changes on: head/deskutils/calibre/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py =================================================================== --- head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py (revision 291645) +++ head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py (nonexistent) @@ -1,299 +0,0 @@ ---- src/calibre/devices/usbms/device.py.orig 2011-12-29 20:00:38.000000000 -0800 -+++ src/calibre/devices/usbms/device.py 2012-01-01 14:09:00.000000000 -0800 -@@ -697,19 +697,21 @@ - self._card_a_prefix = self._card_b_prefix - self._card_b_prefix = None - -+ - # ------------------------------------------------------ - # - # open for FreeBSD --# find the device node or nodes that match the S/N we already have from the scanner --# and attempt to mount each one --# 1. get list of disk devices from sysctl --# 2. compare that list with the one from camcontrol --# 3. and see if it has a matching s/n --# 6. find any partitions/slices associated with each node --# 7. attempt to mount, using calibre-mount-helper, each one --# 8. when finished, we have a list of mount points and associated device nodes -+# find the device node or nodes that match the S/N we already have from the scanner -+# and attempt to mount each one -+# 1. get list of devices in /dev with matching s/n etc. -+# 2. get list of volumes associated with each -+# 3. attempt to mount each one using Hal -+# 4. when finished, we have a list of mount points and associated dbus nodes - # - def open_freebsd(self): -+ import dbus -+ # There should be some way to access the -v arg... -+ verbose = False - - # this gives us access to the S/N, etc. of the reader that the scanner has found - # and the match routines for some of that data, like s/n, vendor ID, etc. -@@ -718,129 +720,149 @@ - if not d.serial: - raise DeviceError("Device has no S/N. Can't continue") - return False -- -- devs={} -- di=0 -- ndevs=4 # number of possible devices per reader (main, carda, cardb, launcher) -- -- #get list of disk devices -- p=subprocess.Popen(["sysctl", "kern.disks"], stdout=subprocess.PIPE) -- kdsks=subprocess.Popen(["sed", "s/kern.disks: //"], stdin=p.stdout, stdout=subprocess.PIPE).communicate()[0] -- p.stdout.close() -- #print kdsks -- for dvc in kdsks.split(): -- # for each one that's also in the list of cam devices ... -- p=subprocess.Popen(["camcontrol", "devlist"], stdout=subprocess.PIPE) -- devmatch=subprocess.Popen(["grep", dvc], stdin=p.stdout, stdout=subprocess.PIPE).communicate()[0] -- p.stdout.close() -- if devmatch: -- #print "Checking ", devmatch -- # ... see if we can get a S/N from the actual device node -- sn=subprocess.Popen(["camcontrol", "inquiry", dvc, "-S"], stdout=subprocess.PIPE).communicate()[0] -- sn=sn[0:-1] # drop the trailing newline -- #print "S/N = ", sn -- if sn and d.match_serial(sn): -- # we have a matching s/n, record this device node -- #print "match found: ", dvc -- devs[di]=dvc -- di += 1 -- -- # sort the list of devices -- for i in range(1,ndevs+1): -- for j in reversed(range(1,i)): -- if devs[j-1] > devs[j]: -- x=devs[j-1] -- devs[j-1]=devs[j] -- devs[j]=x -- #print devs -- -- # now we need to see if any of these have slices/partitions -+ -+ vols=[] -+ -+ bus = dbus.SystemBus() -+ manager = dbus.Interface(bus.get_object('org.freedesktop.Hal', -+ '/org/freedesktop/Hal/Manager'), 'org.freedesktop.Hal.Manager') -+ paths = manager.FindDeviceStringMatch('usb.serial',d.serial) -+ for path in paths: -+ objif = dbus.Interface(bus.get_object('org.freedesktop.Hal', path), 'org.freedesktop.Hal.Device') -+ # Extra paranoia... -+ try: -+ if d.idVendor == objif.GetProperty('usb.vendor_id') and \ -+ d.idProduct == objif.GetProperty('usb.product_id') and \ -+ d.manufacturer == objif.GetProperty('usb.vendor') and \ -+ d.product == objif.GetProperty('usb.product') and \ -+ d.serial == objif.GetProperty('usb.serial'): -+ dpaths = manager.FindDeviceStringMatch('storage.originating_device', path) -+ for dpath in dpaths: -+ devif = dbus.Interface(bus.get_object('org.freedesktop.Hal', dpath), 'org.freedesktop.Hal.Device') -+ try: -+ vpaths = manager.FindDeviceStringMatch('block.storage_device', dpath) -+ for vpath in vpaths: -+ try: -+ vdevif = dbus.Interface(bus.get_object('org.freedesktop.Hal', vpath), 'org.freedesktop.Hal.Device') -+ if not vdevif.GetProperty('block.is_volume'): -+ continue -+ if vdevif.GetProperty('volume.fsusage') != 'filesystem': -+ continue -+ volif = dbus.Interface(bus.get_object('org.freedesktop.Hal', vpath), 'org.freedesktop.Hal.Device.Volume') -+ pdevif = dbus.Interface(bus.get_object('org.freedesktop.Hal', vdevif.GetProperty('info.parent')), 'org.freedesktop.Hal.Device') -+ vol = {'node': pdevif.GetProperty('block.device'), -+ 'dev': vdevif, -+ 'vol': volif, -+ 'label': vdevif.GetProperty('volume.label')} -+ vols.append(vol) -+ except dbus.exceptions.DBusException, e: -+ print e -+ continue -+ except dbus.exceptions.DBusException, e: -+ print e -+ continue -+ except dbus.exceptions.DBusException, e: -+ continue -+ -+ def ocmp(x,y): -+ if x['node'] < y['node']: -+ return -1 -+ if x['node'] > y['node']: -+ return 1 -+ return 0 -+ -+ vols.sort(cmp=ocmp) -+ -+ if verbose: -+ print "FBSD: ", vols -+ - mtd=0 -- label="READER" # could use something more unique, like S/N or productID... -- cmd = '/usr/local/bin/calibre-mount-helper' -- cmd = [cmd, 'mount'] -- for i in range(0,ndevs): -- cmd2="ls /dev/"+devs[i]+"*" -- p=subprocess.Popen(cmd2, shell=True, stdout=subprocess.PIPE) -- devs[i]=subprocess.Popen(["cut", "-d", "/", "-f" "3"], stdin=p.stdout, stdout=subprocess.PIPE).communicate()[0] -- p.stdout.close() -- -- # try all the nodes to see what we can mount -- for dev in devs[i].split(): -- mp='/media/'+label+'-'+dev -- mmp = mp -- if mmp.endswith('/'): -- mmp = mmp[:-1] -- #print "trying ", dev, "on", mp -- try: -- p = subprocess.Popen(cmd + ["/dev/"+dev, mmp]) -- except OSError: -- raise DeviceError(_('Could not find mount helper: %s.')%cmd[0]) -- while p.poll() is None: -- time.sleep(0.1) -- -- if p.returncode == 0: -- #print " mounted", dev -- if i == 0: -- self._main_prefix = mp -- self._main_dev = "/dev/"+dev -- #print "main = ", self._main_dev, self._main_prefix -- if i == 1: -- self._card_a_prefix = mp -- self._card_a_dev = "/dev/"+dev -- #print "card a = ", self._card_a_dev, self._card_a_prefix -- if i == 2: -- self._card_b_prefix = mp -- self._card_b_dev = "/dev/"+dev -- #print "card b = ", self._card_b_dev, self._card_b_prefix - -- mtd += 1 -- break -+ for vol in vols: -+ mp = '' -+ if vol['dev'].GetProperty('volume.is_mounted'): -+ mp = vol['dev'].GetProperty('volume.mount_point') -+ else: -+ if verbose: -+ print "FBSD: trying ", vol['label'], "on", 'Calibre-'+labels[i] -+ try: -+ vol['vol'].Mount('Calibre-'+vol['label'], -+ vol['dev'].GetProperty('volume.fstype'), []) -+ loops = 0 -+ while not vol['dev'].GetProperty('volume.is_mounted'): -+ time.sleep(1) -+ loops += 1 -+ if loops > 100: -+ print "ERROR: Timeout waiting for mount to complete" -+ continue -+ mp = vol['dev'].GetProperty('volume.mount_point') -+ except dbus.exceptions.DBusException, e: -+ print "Failed to mount ", e -+ continue -+ -+ # Mount Point becomes Mount Path -+ mp += '/' -+ -+ if verbose: -+ print "FBSD: mounted", vol['label'], "on", mp -+ if mtd == 0: -+ self._main_prefix = mp -+ self._main_vol = vol['vol'] -+ if verbose: -+ print "FBSD: main = ", self._main_prefix -+ if mtd == 1: -+ self._card_a_prefix = mp -+ self._card_a_vol = vol['vol'] -+ if verbose: -+ print "FBSD: card a = ", self._card_a_prefix -+ if mtd == 2: -+ self._card_b_prefix = mp -+ self._card_b_vol = vol['vol'] -+ if verbose: -+ print "FBSD: card b = ", self._card_b_prefix -+ # Note that mtd is used as a bool... not incrementing is fine. -+ break -+ mtd += 1 - - if mtd > 0: - return True -- else : -- return False -+ raise DeviceError(_('Unable to mount the device')) -+ - # - # ------------------------------------------------------ - # --# this one is pretty simple: --# just umount each of the previously --# mounted filesystems, using the mount helper -+# this one is pretty simple: -+# just umount each of the previously -+# mounted filesystems, using the stored volume object - # - def eject_freebsd(self): -- cmd = '/usr/local/bin/calibre-mount-helper' -- cmd = [cmd, 'eject'] -+ import dbus -+ # There should be some way to access the -v arg... -+ verbose = False - - if self._main_prefix: -- #print "umount main:", cmd, self._main_dev, self._main_prefix -+ if verbose: -+ print "FBSD: umount main:", self._main_prefix - try: -- p = subprocess.Popen(cmd + [self._main_dev, self._main_prefix]) -- except OSError: -- raise DeviceError( -- _('Could not find mount helper: %s.')%cmd[0]) -- while p.poll() is None: -- time.sleep(0.1) -+ self._main_vol.Unmount([]) -+ except dbus.exceptions.DBusException, e: -+ print 'Unable to eject ', e - - if self._card_a_prefix: -- #print "umount card a:", cmd, self._card_a_dev, self._card_a_prefix -+ if verbose: -+ print "FBSD: umount card a:", self._card_a_prefix - try: -- p = subprocess.Popen(cmd + [self._card_a_dev, self._card_a_prefix]) -- except OSError: -- raise DeviceError( -- _('Could not find mount helper: %s.')%cmd[0]) -- while p.poll() is None: -- time.sleep(0.1) -+ self._card_a_vol.Unmount([]) -+ except dbus.exceptions.DBusException, e: -+ print 'Unable to eject ', e - - if self._card_b_prefix: -- #print "umount card b:", cmd, self._card_b_dev, self._card_b_prefix -+ if verbose: -+ print "FBSD: umount card b:", self._card_b_prefix - try: -- p = subprocess.Popen(cmd + [self._card_b_dev, self._card_b_prefix]) -- except OSError: -- raise DeviceError( -- _('Could not find mount helper: %s.')%cmd[0]) -- while p.poll() is None: -- time.sleep(0.1) -+ self._card_b_vol.Unmount([]) -+ except dbus.exceptions.DBusException, e: -+ print 'Unable to eject ', e - - self._main_prefix = None - self._card_a_prefix = None -@@ -859,11 +881,10 @@ - time.sleep(7) - self.open_linux() - if isfreebsd: -- self._main_dev = self._card_a_dev = self._card_b_dev = None -+ self._main_vol = self._card_a_vol = self._card_b_vol = None - try: - self.open_freebsd() - except DeviceError: -- subprocess.Popen(["camcontrol", "rescan", "all"]) - time.sleep(2) - self.open_freebsd() - if iswindows: Property changes on: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/calibre/files/patch-src_calibre_devices_scanner.py =================================================================== --- head/deskutils/calibre/files/patch-src_calibre_devices_scanner.py (revision 291645) +++ head/deskutils/calibre/files/patch-src_calibre_devices_scanner.py (nonexistent) @@ -1,93 +0,0 @@ ---- src/calibre/devices/scanner.py.orig 2011-11-11 20:22:34.000000000 -0800 -+++ src/calibre/devices/scanner.py 2011-12-30 16:32:32.000000000 -0800 -@@ -8,7 +8,7 @@ - import sys, os, re - from threading import RLock - --from calibre.constants import iswindows, isosx, plugins, islinux -+from calibre.constants import iswindows, isosx, plugins, islinux, isfreebsd - - osx_scanner = win_scanner = linux_scanner = None - -@@ -155,17 +155,80 @@ - ans.add(tuple(dev)) - return ans - -+class FreeBSDScanner(object): -+ -+ def __call__(self): -+ ans = set([]) -+ import dbus -+ devs = [] -+ -+ try: -+ bus = dbus.SystemBus() -+ manager = dbus.Interface(bus.get_object('org.freedesktop.Hal', -+ '/org/freedesktop/Hal/Manager'), 'org.freedesktop.Hal.Manager') -+ paths = manager.FindDeviceStringMatch('freebsd.driver','da') -+ for path in paths: -+ obj = bus.get_object('org.freedesktop.Hal', path) -+ objif = dbus.Interface(obj, 'org.freedesktop.Hal.Device') -+ devif = objif -+ parentdriver = None -+ while parentdriver != 'umass': -+ try: -+ obj = bus.get_object('org.freedesktop.Hal', -+ objif.GetProperty('info.parent')) -+ objif = dbus.Interface(obj, 'org.freedesktop.Hal.Device') -+ try: -+ parentdriver = objif.GetProperty('freebsd.driver') -+ except dbus.exceptions.DBusException, e: -+ continue -+ except dbus.exceptions.DBusException, e: -+ break -+ if parentdriver != 'umass': -+ continue -+ dev = [] -+ try: -+ dev.append(objif.GetProperty('usb.vendor_id')) -+ dev.append(objif.GetProperty('usb.product_id')) -+ dev.append(objif.GetProperty('usb.device_revision_bcd')) -+ except dbus.exceptions.DBusException, e: -+ continue -+ try: -+ dev.append(objif.GetProperty('info.vendor')) -+ except: -+ dev.append('') -+ try: -+ dev.append(objif.GetProperty('info.product')) -+ except: -+ dev.append('') -+ try: -+ dev.append(objif.GetProperty('usb.serial')) -+ except: -+ dev.append('') -+ dev.append(path) -+ ans.add(tuple(dev)) -+ except dbus.exceptions.DBusException, e: -+ print >>sys.stderr, "Execution failed:", e -+ return ans -+ -+ -+ - linux_scanner = None - - if islinux: - linux_scanner = LinuxScanner() - -+freebsd_scanner = None -+ -+if isfreebsd: -+ freebsd_scanner = FreeBSDScanner() -+ -+ - class DeviceScanner(object): - - def __init__(self, *args): - if isosx and osx_scanner is None: - raise RuntimeError('The Python extension usbobserver must be available on OS X.') -- self.scanner = win_scanner if iswindows else osx_scanner if isosx else linux_scanner -+ self.scanner = win_scanner if iswindows else osx_scanner if isosx else freebsd_scanner if isfreebsd else linux_scanner - self.devices = [] - - def scan(self): Property changes on: head/deskutils/calibre/files/patch-src_calibre_devices_scanner.py ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/calibre/files/patch-setup_install.py =================================================================== --- head/deskutils/calibre/files/patch-setup_install.py (revision 291645) +++ head/deskutils/calibre/files/patch-setup_install.py (revision 291646) @@ -1,11 +1,11 @@ --- setup/install.py.orig 2011-06-14 14:16:28.000000000 -0500 +++ setup/install.py 2011-06-14 14:16:39.000000000 -0500 @@ -12,7 +12,7 @@ __appname__, __version__) HEADER = '''\ -#!/usr/bin/env python2 -+#!/usr/bin/env python ++#!/usr/bin/env python2.7 """ This is the standard runscript for all of calibre's tools. Property changes on: head/deskutils/calibre/files/patch-setup_install.py ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/deskutils/calibre/pkg-plist =================================================================== --- head/deskutils/calibre/pkg-plist (revision 291645) +++ head/deskutils/calibre/pkg-plist (revision 291646) @@ -1,1650 +1,1651 @@ bin/calibre bin/calibre-complete bin/calibre-customize bin/calibre-debug bin/calibre-mount-helper bin/calibre-parallel bin/calibre-server bin/calibre-smtp bin/calibre-uninstall bin/calibredb bin/ebook-convert bin/ebook-device bin/ebook-meta bin/ebook-viewer bin/epub-fix bin/fetch-ebook-metadata bin/lrf2lrs bin/lrfviewer bin/lrs2lrf bin/markdown-calibre bin/pdfmanipulate bin/web2disk etc/bash_completion.d/calibre %%PYTHON_SITELIBDIR%%/init_calibre.py 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/customize/zipplugin.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/apple/__init__.py lib/calibre/calibre/devices/apple/driver.py lib/calibre/calibre/devices/bambook/__init__.py lib/calibre/calibre/devices/bambook/driver.py lib/calibre/calibre/devices/bambook/libbambookcore.py lib/calibre/calibre/devices/binatone/__init__.py lib/calibre/calibre/devices/binatone/driver.py lib/calibre/calibre/devices/blackberry/__init__.py lib/calibre/calibre/devices/blackberry/driver.py lib/calibre/calibre/devices/boeye/__init__.py lib/calibre/calibre/devices/boeye/driver.py lib/calibre/calibre/devices/cybook/__init__.py lib/calibre/calibre/devices/cybook/driver.py lib/calibre/calibre/devices/cybook/t2b.py lib/calibre/calibre/devices/eb600/__init__.py lib/calibre/calibre/devices/eb600/driver.py lib/calibre/calibre/devices/edge/__init__.py lib/calibre/calibre/devices/edge/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/folder_device/__init__.py lib/calibre/calibre/devices/folder_device/driver.py lib/calibre/calibre/devices/hanlin/__init__.py lib/calibre/calibre/devices/hanlin/driver.py lib/calibre/calibre/devices/hanvon/__init__.py lib/calibre/calibre/devices/hanvon/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/apnx.py lib/calibre/calibre/devices/kindle/bookmark.py lib/calibre/calibre/devices/kindle/driver.py lib/calibre/calibre/devices/kobo/__init__.py lib/calibre/calibre/devices/kobo/books.py lib/calibre/calibre/devices/kobo/driver.py lib/calibre/calibre/devices/kobo/bookmark.py lib/calibre/calibre/devices/libusb.py lib/calibre/calibre/devices/manager.py lib/calibre/calibre/devices/mime.py lib/calibre/calibre/devices/misc.py lib/calibre/calibre/devices/nokia/__init__.py lib/calibre/calibre/devices/nokia/driver.py lib/calibre/calibre/devices/nook/__init__.py lib/calibre/calibre/devices/nook/driver.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/driver.py lib/calibre/calibre/devices/prs505/sony_cache.py lib/calibre/calibre/devices/prst1/__init__.py lib/calibre/calibre/devices/prst1/driver.py lib/calibre/calibre/devices/scanner.py lib/calibre/calibre/devices/sne/__init__.py lib/calibre/calibre/devices/sne/driver.py lib/calibre/calibre/devices/teclast/__init__.py lib/calibre/calibre/devices/teclast/driver.py lib/calibre/calibre/devices/udisks.py lib/calibre/calibre/devices/user_defined/__init__.py lib/calibre/calibre/devices/user_defined/driver.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/db/__init__.py lib/calibre/calibre/db/backend.py lib/calibre/calibre/db/locking.py lib/calibre/calibre/db/schema_upgrades.py lib/calibre/calibre/db/errors.py lib/calibre/calibre/db/tables.py lib/calibre/calibre/db/cache.py lib/calibre/calibre/db/lazy.py lib/calibre/calibre/db/view.py lib/calibre/calibre/db/fields.py lib/calibre/calibre/db/tests/__init__.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/reading.py lib/calibre/calibre/ebooks/BeautifulSoup.py lib/calibre/calibre/ebooks/__init__.py lib/calibre/calibre/ebooks/azw4/__init__.py lib/calibre/calibre/ebooks/azw4/reader.py lib/calibre/calibre/ebooks/azw4/input.py lib/calibre/calibre/ebooks/chardet.py lib/calibre/calibre/ebooks/chm/__init__.py lib/calibre/calibre/ebooks/chm/input.py lib/calibre/calibre/ebooks/chm/metadata.py lib/calibre/calibre/ebooks/chm/reader.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/conversion/utils.py lib/calibre/calibre/ebooks/cssselect.py lib/calibre/calibre/ebooks/djvu/__init__.py lib/calibre/calibre/ebooks/djvu/djvubzzdec.py lib/calibre/calibre/ebooks/djvu/djvu.py lib/calibre/calibre/ebooks/djvu/input.py lib/calibre/calibre/ebooks/epub/__init__.py lib/calibre/calibre/ebooks/epub/fix/__init__.py lib/calibre/calibre/ebooks/epub/fix/container.py lib/calibre/calibre/ebooks/epub/fix/epubcheck.py lib/calibre/calibre/ebooks/epub/fix/main.py lib/calibre/calibre/ebooks/epub/fix/unmanifested.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/epub/periodical.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/html/meta.py lib/calibre/calibre/ebooks/html/output.py lib/calibre/calibre/ebooks/html/to_zip.py lib/calibre/calibre/ebooks/htmlz/__init__.py lib/calibre/calibre/ebooks/htmlz/oeb2html.py lib/calibre/calibre/ebooks/htmlz/output.py lib/calibre/calibre/ebooks/htmlz/input.py lib/calibre/calibre/ebooks/hyphenate.py lib/calibre/calibre/ebooks/iterator/__init__.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/blockparser.py lib/calibre/calibre/ebooks/markdown/blockprocessors.py lib/calibre/calibre/ebooks/markdown/etree_loader.py lib/calibre/calibre/ebooks/markdown/html4.py lib/calibre/calibre/ebooks/markdown/inlinepatterns.py lib/calibre/calibre/ebooks/markdown/markdown.py lib/calibre/calibre/ebooks/markdown/odict.py lib/calibre/calibre/ebooks/markdown/preprocessors.py lib/calibre/calibre/ebooks/markdown/treeprocessors.py lib/calibre/calibre/ebooks/markdown/postprocessors.py lib/calibre/calibre/ebooks/markdown/commandline.py lib/calibre/calibre/ebooks/markdown/extensions/rss.py lib/calibre/calibre/ebooks/markdown/extensions/wikilinks.py lib/calibre/calibre/ebooks/markdown/extensions/footnotes.py lib/calibre/calibre/ebooks/markdown/extensions/__init__.py lib/calibre/calibre/ebooks/markdown/extensions/codehilite.py lib/calibre/calibre/ebooks/markdown/extensions/toc.py lib/calibre/calibre/ebooks/markdown/extensions/fenced_code.py lib/calibre/calibre/ebooks/markdown/extensions/abbr.py lib/calibre/calibre/ebooks/markdown/extensions/tables.py lib/calibre/calibre/ebooks/markdown/extensions/def_list.py lib/calibre/calibre/ebooks/markdown/extensions/headerid.py lib/calibre/calibre/ebooks/markdown/extensions/extra.py lib/calibre/calibre/ebooks/markdown/extensions/meta.py lib/calibre/calibre/ebooks/metadata/__init__.py lib/calibre/calibre/ebooks/metadata/archive.py lib/calibre/calibre/ebooks/metadata/book/__init__.py lib/calibre/calibre/ebooks/metadata/book/base.py lib/calibre/calibre/ebooks/metadata/book/json_codec.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/extz.py lib/calibre/calibre/ebooks/metadata/fb2.py lib/calibre/calibre/ebooks/metadata/html.py lib/calibre/calibre/ebooks/metadata/imp.py lib/calibre/calibre/ebooks/metadata/kdl.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/opf2.py lib/calibre/calibre/ebooks/metadata/pdb.py lib/calibre/calibre/ebooks/metadata/pdf.py lib/calibre/calibre/ebooks/metadata/plucker.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/snb.py lib/calibre/calibre/ebooks/metadata/sources/__init__.py lib/calibre/calibre/ebooks/metadata/sources/amazon.py lib/calibre/calibre/ebooks/metadata/sources/base.py lib/calibre/calibre/ebooks/metadata/sources/cli.py lib/calibre/calibre/ebooks/metadata/sources/covers.py lib/calibre/calibre/ebooks/metadata/sources/douban.py lib/calibre/calibre/ebooks/metadata/sources/google.py lib/calibre/calibre/ebooks/metadata/sources/identify.py lib/calibre/calibre/ebooks/metadata/sources/isbndb.py lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py lib/calibre/calibre/ebooks/metadata/sources/overdrive.py lib/calibre/calibre/ebooks/metadata/sources/ozon.py lib/calibre/calibre/ebooks/metadata/sources/test.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/xisbn.py lib/calibre/calibre/ebooks/metadata/zip.py lib/calibre/calibre/ebooks/mobi/__init__.py lib/calibre/calibre/ebooks/mobi/debug.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/utils.py lib/calibre/calibre/ebooks/mobi/writer.py lib/calibre/calibre/ebooks/mobi/writer2/__init__.py lib/calibre/calibre/ebooks/mobi/writer2/main.py lib/calibre/calibre/ebooks/mobi/writer2/indexer.py lib/calibre/calibre/ebooks/mobi/writer2/serializer.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/iterator.py lib/calibre/calibre/ebooks/oeb/output.py lib/calibre/calibre/ebooks/oeb/parse_utils.py lib/calibre/calibre/ebooks/oeb/reader.py lib/calibre/calibre/ebooks/oeb/stylizer.py lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py lib/calibre/calibre/ebooks/oeb/transforms/__init__.py lib/calibre/calibre/ebooks/oeb/transforms/cover.py lib/calibre/calibre/ebooks/oeb/transforms/filenames.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/page_margin.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/transforms/unsmarten.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/pdf/__init__.py lib/calibre/calibre/ebooks/pdb/pdf/reader.py lib/calibre/calibre/ebooks/pdb/plucker/__init__.py lib/calibre/calibre/ebooks/pdb/plucker/reader.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/readability/__init__.py lib/calibre/calibre/ebooks/readability/debug.py lib/calibre/calibre/ebooks/readability/cleaners.py lib/calibre/calibre/ebooks/readability/htmls.py lib/calibre/calibre/ebooks/readability/readability.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/preprocess.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/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/snb/__init__.py lib/calibre/calibre/ebooks/snb/input.py lib/calibre/calibre/ebooks/snb/output.py lib/calibre/calibre/ebooks/snb/snbfile.py lib/calibre/calibre/ebooks/snb/snbml.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/textile/__init__.py lib/calibre/calibre/ebooks/textile/functions.py lib/calibre/calibre/ebooks/textile/unsmarten.py lib/calibre/calibre/ebooks/txt/__init__.py lib/calibre/calibre/ebooks/txt/input.py lib/calibre/calibre/ebooks/txt/markdownml.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/textileml.py lib/calibre/calibre/ebooks/txt/txtml.py lib/calibre/calibre/ebooks/unihandecode/__init__.py lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py lib/calibre/calibre/ebooks/unihandecode/jadecoder.py lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py lib/calibre/calibre/ebooks/unihandecode/krdecoder.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py lib/calibre/calibre/ebooks/unihandecode/unidecoder.py lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py lib/calibre/calibre/ebooks/unihandecode/vndecoder.py lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py lib/calibre/calibre/gui2/__init__.py lib/calibre/calibre/gui2/actions/__init__.py lib/calibre/calibre/gui2/actions/add.py lib/calibre/calibre/gui2/actions/add_to_library.py lib/calibre/calibre/gui2/actions/annotate.py lib/calibre/calibre/gui2/actions/catalog.py lib/calibre/calibre/gui2/actions/choose_library.py lib/calibre/calibre/gui2/actions/convert.py lib/calibre/calibre/gui2/actions/copy_to_library.py lib/calibre/calibre/gui2/actions/delete.py lib/calibre/calibre/gui2/actions/device.py lib/calibre/calibre/gui2/actions/edit_collections.py lib/calibre/calibre/gui2/actions/edit_metadata.py lib/calibre/calibre/gui2/actions/fetch_news.py lib/calibre/calibre/gui2/actions/help.py lib/calibre/calibre/gui2/actions/next_match.py lib/calibre/calibre/gui2/actions/open.py lib/calibre/calibre/gui2/actions/plugin_updates.py lib/calibre/calibre/gui2/actions/preferences.py lib/calibre/calibre/gui2/actions/random.py lib/calibre/calibre/gui2/actions/restart.py lib/calibre/calibre/gui2/actions/save_to_disk.py lib/calibre/calibre/gui2/actions/show_book_details.py lib/calibre/calibre/gui2/actions/show_quickview.py lib/calibre/calibre/gui2/actions/similar_books.py lib/calibre/calibre/gui2/actions/store.py lib/calibre/calibre/gui2/actions/tweak_epub.py lib/calibre/calibre/gui2/actions/view.py lib/calibre/calibre/gui2/add.py lib/calibre/calibre/gui2/add_wizard/__init__.py lib/calibre/calibre/gui2/add_wizard/scan_ui.py lib/calibre/calibre/gui2/add_wizard/welcome_ui.py +lib/calibre/calibre/gui2/auto_add.py lib/calibre/calibre/gui2/bars.py lib/calibre/calibre/gui2/book_details.py lib/calibre/calibre/gui2/catalog/__init__.py lib/calibre/calibre/gui2/catalog/catalog_bibtex.py lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py lib/calibre/calibre/gui2/comments_editor.py lib/calibre/calibre/gui2/complete.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/djvu_input_ui.py lib/calibre/calibre/gui2/convert/djvu_input.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/heuristics.py lib/calibre/calibre/gui2/convert/heuristics_ui.py lib/calibre/calibre/gui2/convert/htmlz_output_ui.py lib/calibre/calibre/gui2/convert/htmlz_output.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_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/pml_output.py lib/calibre/calibre/gui2/convert/pmlz_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/search_and_replace.py lib/calibre/calibre/gui2/convert/search_and_replace_ui.py lib/calibre/calibre/gui2/convert/single.py lib/calibre/calibre/gui2/convert/single_ui.py lib/calibre/calibre/gui2/convert/snb_output.py lib/calibre/calibre/gui2/convert/snb_output_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/txtz_output.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/custom_column_widgets.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/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py lib/calibre/calibre/gui2/dialogs/book_info.py lib/calibre/calibre/gui2/dialogs/book_info_ui.py lib/calibre/calibre/gui2/dialogs/catalog.py lib/calibre/calibre/gui2/dialogs/catalog_ui.py lib/calibre/calibre/gui2/dialogs/check_library.py lib/calibre/calibre/gui2/dialogs/choose_format.py lib/calibre/calibre/gui2/dialogs/choose_format_device.py lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py lib/calibre/calibre/gui2/dialogs/choose_format_ui.py lib/calibre/calibre/gui2/dialogs/choose_library.py lib/calibre/calibre/gui2/dialogs/choose_library_ui.py lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py lib/calibre/calibre/gui2/dialogs/comicconf.py lib/calibre/calibre/gui2/dialogs/comicconf_ui.py lib/calibre/calibre/gui2/dialogs/comments_dialog.py lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py lib/calibre/calibre/gui2/dialogs/confirm_delete.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.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/delete_matching_from_device.py lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py lib/calibre/calibre/gui2/dialogs/device_category_editor.py lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py lib/calibre/calibre/gui2/dialogs/drm_error.py lib/calibre/calibre/gui2/dialogs/drm_error_ui.py lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py lib/calibre/calibre/gui2/dialogs/job_view_ui.py lib/calibre/calibre/gui2/dialogs/jobs_ui.py lib/calibre/calibre/gui2/dialogs/message_box.py lib/calibre/calibre/gui2/dialogs/message_box_ui.py lib/calibre/calibre/gui2/dialogs/metadata_bulk.py lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py lib/calibre/calibre/gui2/dialogs/password.py lib/calibre/calibre/gui2/dialogs/password_ui.py lib/calibre/calibre/gui2/dialogs/plugin_updater.py lib/calibre/calibre/gui2/dialogs/progress.py lib/calibre/calibre/gui2/dialogs/progress_ui.py lib/calibre/calibre/gui2/dialogs/quickview_ui.py lib/calibre/calibre/gui2/dialogs/quickview.py lib/calibre/calibre/gui2/dialogs/restore_library.py lib/calibre/calibre/gui2/dialogs/saved_search_editor.py lib/calibre/calibre/gui2/dialogs/saved_search_editor_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/select_formats.py lib/calibre/calibre/gui2/dialogs/tag_categories.py lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py lib/calibre/calibre/gui2/dialogs/tag_editor.py lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py lib/calibre/calibre/gui2/dialogs/tag_list_editor.py lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py lib/calibre/calibre/gui2/dialogs/template_dialog.py lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py lib/calibre/calibre/gui2/dialogs/template_line_editor.py lib/calibre/calibre/gui2/dialogs/test_email_ui.py lib/calibre/calibre/gui2/dialogs/tweak_epub.py lib/calibre/calibre/gui2/dialogs/tweak_epub_ui.py lib/calibre/calibre/gui2/dialogs/user_profiles.py lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py lib/calibre/calibre/gui2/dnd.py lib/calibre/calibre/gui2/duplicates.py lib/calibre/calibre/gui2/ebook_download.py lib/calibre/calibre/gui2/email.py lib/calibre/calibre/gui2/filename_pattern_ui.py lib/calibre/calibre/gui2/init.py lib/calibre/calibre/gui2/jobs.py lib/calibre/calibre/gui2/layout.py lib/calibre/calibre/gui2/languages.py lib/calibre/calibre/gui2/keyboard.py lib/calibre/calibre/gui2/library/__init__.py lib/calibre/calibre/gui2/library/delegates.py lib/calibre/calibre/gui2/library/models.py lib/calibre/calibre/gui2/library/views.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_window.py lib/calibre/calibre/gui2/metadata/__init__.py lib/calibre/calibre/gui2/metadata/basic_widgets.py lib/calibre/calibre/gui2/metadata/bulk_download.py lib/calibre/calibre/gui2/metadata/config.py lib/calibre/calibre/gui2/metadata/single.py lib/calibre/calibre/gui2/metadata/single_download.py lib/calibre/calibre/gui2/notify.py lib/calibre/calibre/gui2/preferences/__init__.py lib/calibre/calibre/gui2/preferences/adding.py lib/calibre/calibre/gui2/preferences/adding_ui.py lib/calibre/calibre/gui2/preferences/behavior.py lib/calibre/calibre/gui2/preferences/behavior_ui.py lib/calibre/calibre/gui2/preferences/coloring.py lib/calibre/calibre/gui2/preferences/columns.py lib/calibre/calibre/gui2/preferences/columns_ui.py lib/calibre/calibre/gui2/preferences/conversion.py lib/calibre/calibre/gui2/preferences/conversion_ui.py lib/calibre/calibre/gui2/preferences/create_custom_column.py lib/calibre/calibre/gui2/preferences/create_custom_column_ui.py lib/calibre/calibre/gui2/preferences/custom_columns_ui.py lib/calibre/calibre/gui2/preferences/device_debug.py lib/calibre/calibre/gui2/preferences/device_user_defined.py lib/calibre/calibre/gui2/preferences/email_ui.py lib/calibre/calibre/gui2/preferences/emailp.py lib/calibre/calibre/gui2/preferences/history.py lib/calibre/calibre/gui2/preferences/keyboard.py lib/calibre/calibre/gui2/preferences/look_feel.py lib/calibre/calibre/gui2/preferences/look_feel_ui.py lib/calibre/calibre/gui2/preferences/main.py lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py lib/calibre/calibre/gui2/preferences/metadata_sources.py lib/calibre/calibre/gui2/preferences/misc.py lib/calibre/calibre/gui2/preferences/misc_ui.py lib/calibre/calibre/gui2/preferences/plugboard.py lib/calibre/calibre/gui2/preferences/plugboard_ui.py lib/calibre/calibre/gui2/preferences/plugins.py lib/calibre/calibre/gui2/preferences/plugins_ui.py lib/calibre/calibre/gui2/preferences/save_template.py lib/calibre/calibre/gui2/preferences/save_template_ui.py lib/calibre/calibre/gui2/preferences/saving.py lib/calibre/calibre/gui2/preferences/saving_ui.py lib/calibre/calibre/gui2/preferences/search.py lib/calibre/calibre/gui2/preferences/search_ui.py lib/calibre/calibre/gui2/preferences/sending.py lib/calibre/calibre/gui2/preferences/sending_ui.py lib/calibre/calibre/gui2/preferences/server.py lib/calibre/calibre/gui2/preferences/server_ui.py lib/calibre/calibre/gui2/preferences/template_functions.py lib/calibre/calibre/gui2/preferences/template_functions_ui.py lib/calibre/calibre/gui2/preferences/toolbar.py lib/calibre/calibre/gui2/preferences/toolbar_ui.py lib/calibre/calibre/gui2/preferences/tweaks.py lib/calibre/calibre/gui2/preferences/tweaks_ui.py lib/calibre/calibre/gui2/progress_indicator/__init__.py lib/calibre/calibre/gui2/search_box.py lib/calibre/calibre/gui2/search_restriction_mixin.py lib/calibre/calibre/gui2/shortcuts.py lib/calibre/calibre/gui2/shortcuts_ui.py lib/calibre/calibre/gui2/store/search_ui.py lib/calibre/calibre/gui2/store/__init__.py lib/calibre/calibre/gui2/store/mobileread_store_dialog_ui.py lib/calibre/calibre/gui2/store/web_control.py lib/calibre/calibre/gui2/store/web_store_dialog_ui.py lib/calibre/calibre/gui2/store/search_result.py lib/calibre/calibre/gui2/store/basic_config.py lib/calibre/calibre/gui2/store/opensearch_store.py lib/calibre/calibre/gui2/store/web_store_dialog.py lib/calibre/calibre/gui2/store/basic_config_widget_ui.py lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py lib/calibre/calibre/gui2/store/stores/litres_plugin.py lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py lib/calibre/calibre/gui2/store/stores/nexto_plugin.py lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py lib/calibre/calibre/gui2/store/stores/whsmith_uk_plugin.py lib/calibre/calibre/gui2/store/stores/zixo_plugin.py lib/calibre/calibre/gui2/store/stores/oreilly_plugin.py lib/calibre/calibre/gui2/store/stores/woblink_plugin.py lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py lib/calibre/calibre/gui2/store/stores/weightless_books_plugin.py lib/calibre/calibre/gui2/store/stores/wizards_tower_books_plugin.py lib/calibre/calibre/gui2/store/stores/bewrite_plugin.py lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py lib/calibre/calibre/gui2/store/stores/__init__.py lib/calibre/calibre/gui2/store/stores/eharlequin_plugin.py lib/calibre/calibre/gui2/store/stores/waterstones_uk_plugin.py lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py lib/calibre/calibre/gui2/store/stores/bn_plugin.py lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py lib/calibre/calibre/gui2/store/stores/kobo_plugin.py lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py lib/calibre/calibre/gui2/store/stores/foyles_uk_plugin.py lib/calibre/calibre/gui2/store/stores/diesel_ebooks_plugin.py lib/calibre/calibre/gui2/store/stores/manybooks_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py lib/calibre/calibre/gui2/store/stores/legimi_plugin.py lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py lib/calibre/calibre/gui2/store/stores/virtualo_plugin.py lib/calibre/calibre/gui2/store/stores/open_books_plugin.py lib/calibre/calibre/gui2/store/stores/libri_de_plugin.py lib/calibre/calibre/gui2/store/stores/google_books_plugin.py lib/calibre/calibre/gui2/store/stores/xinxii_plugin.py lib/calibre/calibre/gui2/store/stores/bookoteka_plugin.py lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py lib/calibre/calibre/gui2/store/config/__init__.py lib/calibre/calibre/gui2/store/config/search_widget_ui.py lib/calibre/calibre/gui2/store/config/store.py lib/calibre/calibre/gui2/store/config/search/__init__.py lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py lib/calibre/calibre/gui2/store/config/search/search_widget.py lib/calibre/calibre/gui2/store/config/chooser/results_view.py lib/calibre/calibre/gui2/store/config/chooser/__init__.py lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py lib/calibre/calibre/gui2/store/config/chooser/models.py lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/__init__.py lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder.py lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/models.py lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_update_thread.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py lib/calibre/calibre/gui2/store/search/results_view.py lib/calibre/calibre/gui2/store/search/search_ui.py lib/calibre/calibre/gui2/store/search/__init__.py lib/calibre/calibre/gui2/store/search/download_thread.py lib/calibre/calibre/gui2/store/search/adv_search_builder.py lib/calibre/calibre/gui2/store/search/models.py lib/calibre/calibre/gui2/store/search/search.py lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py lib/calibre/calibre/gui2/tag_browser/__init__.py lib/calibre/calibre/gui2/tag_browser/ui.py lib/calibre/calibre/gui2/tag_browser/view.py lib/calibre/calibre/gui2/tag_browser/model.py lib/calibre/calibre/gui2/threaded_jobs.py lib/calibre/calibre/gui2/throbber.py lib/calibre/calibre/gui2/tools.py lib/calibre/calibre/gui2/ui.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/dictionary.py lib/calibre/calibre/gui2/viewer/documentview.py lib/calibre/calibre/gui2/viewer/javascript.py lib/calibre/calibre/gui2/viewer/flip.py lib/calibre/calibre/gui2/viewer/keys.py lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/main_ui.py lib/calibre/calibre/gui2/viewer/position.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/add_to_library.py lib/calibre/calibre/library/caches.py lib/calibre/calibre/library/catalog.py lib/calibre/calibre/library/check_library.py lib/calibre/calibre/library/cli.py lib/calibre/calibre/library/coloring.py lib/calibre/calibre/library/comments.py lib/calibre/calibre/library/custom_columns.py lib/calibre/calibre/library/database.py lib/calibre/calibre/library/database2.py lib/calibre/calibre/library/field_metadata.py lib/calibre/calibre/library/move.py lib/calibre/calibre/library/prefs.py lib/calibre/calibre/library/restore.py lib/calibre/calibre/library/save_to_disk.py lib/calibre/calibre/library/schema_upgrades.py lib/calibre/calibre/library/server/__init__.py lib/calibre/calibre/library/server/ajax.py lib/calibre/calibre/library/server/base.py lib/calibre/calibre/library/server/browse.py lib/calibre/calibre/library/server/cache.py lib/calibre/calibre/library/server/content.py lib/calibre/calibre/library/server/main.py lib/calibre/calibre/library/server/mobile.py lib/calibre/calibre/library/server/opds.py lib/calibre/calibre/library/server/utils.py lib/calibre/calibre/library/server/xml.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/manual/template_ref_generate.py lib/calibre/calibre/manual/plugin_examples/helloworld/__init__.py lib/calibre/calibre/manual/plugin_examples/interface_demo/__init__.py lib/calibre/calibre/manual/plugin_examples/interface_demo/main.py lib/calibre/calibre/manual/plugin_examples/interface_demo/ui.py lib/calibre/calibre/manual/plugin_examples/interface_demo/config.py lib/calibre/calibre/plugins/cPalmdoc.so lib/calibre/calibre/plugins/chm_extra.so lib/calibre/calibre/plugins/chmlib.so lib/calibre/calibre/plugins/fontconfig.so lib/calibre/calibre/plugins/icu.so lib/calibre/calibre/plugins/lzx.so lib/calibre/calibre/plugins/magick.so lib/calibre/calibre/plugins/msdes.so lib/calibre/calibre/plugins/pdfreflow.so lib/calibre/calibre/plugins/pictureflow.so %%PODOFO%%lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so lib/calibre/calibre/ptempfile.py lib/calibre/calibre/startup.py lib/calibre/calibre/test_build.py lib/calibre/calibre/trac/__init__.py lib/calibre/calibre/trac/bzr_commit_plugin.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/Zeroconf.py lib/calibre/calibre/utils/__init__.py lib/calibre/calibre/utils/bibtex.py lib/calibre/calibre/utils/browser.py lib/calibre/calibre/utils/chm/__init__.py lib/calibre/calibre/utils/chm/chm.py lib/calibre/calibre/utils/chm/chmlib.py lib/calibre/calibre/utils/cleantext.py lib/calibre/calibre/utils/complete.py lib/calibre/calibre/utils/config.py lib/calibre/calibre/utils/config_base.py lib/calibre/calibre/utils/date.py lib/calibre/calibre/utils/dictclient.py lib/calibre/calibre/utils/filenames.py lib/calibre/calibre/utils/fonts/__init__.py lib/calibre/calibre/utils/formatter.py lib/calibre/calibre/utils/formatter_functions.py lib/calibre/calibre/utils/help2man.py lib/calibre/calibre/utils/html2text.py lib/calibre/calibre/utils/icu.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/simple_worker.py lib/calibre/calibre/utils/ipc/proxy.py lib/calibre/calibre/utils/ipc/worker.py lib/calibre/calibre/utils/ipython.py lib/calibre/calibre/utils/localization.py lib/calibre/calibre/utils/lock.py lib/calibre/calibre/utils/logging.py lib/calibre/calibre/utils/magick/__init__.py lib/calibre/calibre/utils/magick/draw.py lib/calibre/calibre/utils/magick/generate.py lib/calibre/calibre/utils/mdns.py lib/calibre/calibre/utils/mem.py lib/calibre/calibre/utils/mreplace.py lib/calibre/calibre/utils/network.py lib/calibre/calibre/utils/ordered_dict.py lib/calibre/calibre/utils/opensearch/__init__.py lib/calibre/calibre/utils/opensearch/description.py lib/calibre/calibre/utils/opensearch/url.py lib/calibre/calibre/utils/opensearch/query.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/pyconsole/__init__.py lib/calibre/calibre/utils/pyconsole/console.py lib/calibre/calibre/utils/pyconsole/controller.py lib/calibre/calibre/utils/pyconsole/formatter.py lib/calibre/calibre/utils/pyconsole/history.py lib/calibre/calibre/utils/pyconsole/interpreter.py lib/calibre/calibre/utils/pyconsole/main.py lib/calibre/calibre/utils/pyparsing.py lib/calibre/calibre/utils/recycle_bin.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/serve_coffee.py lib/calibre/calibre/utils/sftp.py lib/calibre/calibre/utils/sigil.py lib/calibre/calibre/utils/smartypants.py lib/calibre/calibre/utils/smtp.py lib/calibre/calibre/utils/smtplib.py lib/calibre/calibre/utils/soupparser.py lib/calibre/calibre/utils/linux_trash.py lib/calibre/calibre/utils/terminfo.py lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py lib/calibre/calibre/utils/unsmarten.py lib/calibre/calibre/utils/winshell.py lib/calibre/calibre/utils/wmf/__init__.py lib/calibre/calibre/utils/wmf/parse.py lib/calibre/calibre/utils/wordcount.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/calibre/web/jsbrowser/browser.py lib/calibre/calibre/web/jsbrowser/__init__.py lib/calibre/calibre/web/jsbrowser/login.py lib/calibre/calibre/web/jsbrowser/test.py lib/calibre/calibre/web/jsbrowser/forms.py lib/calibre/chardet/euctwprober.py lib/calibre/chardet/hebrewprober.py lib/calibre/chardet/euckrfreq.py lib/calibre/chardet/charsetgroupprober.py lib/calibre/chardet/latin1prober.py lib/calibre/chardet/mbcssm.py lib/calibre/chardet/langthaimodel.py lib/calibre/chardet/euckrprober.py lib/calibre/chardet/escprober.py lib/calibre/chardet/mbcharsetprober.py lib/calibre/chardet/langcyrillicmodel.py lib/calibre/chardet/__init__.py lib/calibre/chardet/chardistribution.py lib/calibre/chardet/sbcharsetprober.py lib/calibre/chardet/sjisprober.py lib/calibre/chardet/langbulgarianmodel.py lib/calibre/chardet/langhebrewmodel.py lib/calibre/chardet/gb2312prober.py lib/calibre/chardet/escsm.py lib/calibre/chardet/utf8prober.py lib/calibre/chardet/codingstatemachine.py lib/calibre/chardet/test.py lib/calibre/chardet/big5freq.py lib/calibre/chardet/gb2312freq.py lib/calibre/chardet/langgreekmodel.py lib/calibre/chardet/euctwfreq.py lib/calibre/chardet/eucjpprober.py lib/calibre/chardet/jpcntx.py lib/calibre/chardet/jisfreq.py lib/calibre/chardet/charsetprober.py lib/calibre/chardet/sbcsgroupprober.py lib/calibre/chardet/constants.py lib/calibre/chardet/mbcsgroupprober.py lib/calibre/chardet/langhungarianmodel.py lib/calibre/chardet/universaldetector.py lib/calibre/chardet/big5prober.py lib/calibre/cherrypy/__init__.py lib/calibre/cherrypy/_cpchecker.py lib/calibre/cherrypy/_cpcompat.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/_cpnative_server.py lib/calibre/cherrypy/_cpreqbody.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/auth_basic.py lib/calibre/cherrypy/lib/auth_digest.py lib/calibre/cherrypy/lib/caching.py lib/calibre/cherrypy/lib/covercp.py lib/calibre/cherrypy/lib/cpstats.py lib/calibre/cherrypy/lib/cptools.py lib/calibre/cherrypy/lib/encoding.py lib/calibre/cherrypy/lib/gctools.py lib/calibre/cherrypy/lib/http.py lib/calibre/cherrypy/lib/httpauth.py lib/calibre/cherrypy/lib/httputil.py lib/calibre/cherrypy/lib/jsontools.py lib/calibre/cherrypy/lib/profiler.py lib/calibre/cherrypy/lib/reprconf.py lib/calibre/cherrypy/lib/sessions.py lib/calibre/cherrypy/lib/static.py lib/calibre/cherrypy/lib/xmlrpcutil.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/cherrypy/wsgiserver/ssl_builtin.py lib/calibre/cherrypy/wsgiserver/ssl_pyopenssl.py lib/calibre/cherrypy/wsgiserver/wsgiserver2.py lib/calibre/cherrypy/wsgiserver/wsgiserver3.py lib/calibre/html5lib/sanitizer.py lib/calibre/html5lib/tokenizer.py lib/calibre/html5lib/html5parser.py lib/calibre/html5lib/ihatexml.py lib/calibre/html5lib/__init__.py lib/calibre/html5lib/tokenizer_old.py lib/calibre/html5lib/inputstream.py lib/calibre/html5lib/utils.py lib/calibre/html5lib/constants.py lib/calibre/html5lib/filters/lint.py lib/calibre/html5lib/filters/sanitizer.py lib/calibre/html5lib/filters/whitespace.py lib/calibre/html5lib/filters/__init__.py lib/calibre/html5lib/filters/inject_meta_charset.py lib/calibre/html5lib/filters/_base.py lib/calibre/html5lib/filters/formfiller.py lib/calibre/html5lib/filters/optionaltags.py lib/calibre/html5lib/serializer/xhtmlserializer.py lib/calibre/html5lib/serializer/__init__.py lib/calibre/html5lib/serializer/htmlserializer.py lib/calibre/html5lib/treewalkers/dom.py lib/calibre/html5lib/treewalkers/genshistream.py lib/calibre/html5lib/treewalkers/etree.py lib/calibre/html5lib/treewalkers/__init__.py lib/calibre/html5lib/treewalkers/pulldom.py lib/calibre/html5lib/treewalkers/soup.py lib/calibre/html5lib/treewalkers/lxmletree.py lib/calibre/html5lib/treewalkers/_base.py lib/calibre/html5lib/treewalkers/simpletree.py lib/calibre/html5lib/treebuilders/dom.py lib/calibre/html5lib/treebuilders/etree.py lib/calibre/html5lib/treebuilders/__init__.py lib/calibre/html5lib/treebuilders/etree_lxml.py lib/calibre/html5lib/treebuilders/soup.py lib/calibre/html5lib/treebuilders/_base.py lib/calibre/html5lib/treebuilders/simpletree.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 lib/calibre/routes/__init__.py lib/calibre/routes/base.py lib/calibre/routes/lru.py lib/calibre/routes/mapper.py lib/calibre/routes/middleware.py lib/calibre/routes/route.py lib/calibre/routes/util.py lib/calibre/templite/__init__.py share/applications/defaults.list share/applications/calibre-gui.desktop share/applications/calibre-lrfviewer.desktop share/applications/calibre-ebook-viewer.desktop share/mime/packages/calibre-mimetypes share/icons/hicolor/128x128/apps/calibre-gui.png share/icons/hicolor/128x128/apps/calibre-viewer.png share/icons/hicolor/128x128/mimetypes/application-lrf.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/128x128/mimetypes/text-lrs.png share/icons/hicolor/128x128/mimetypes/gnome-mime-text-lrs.png share/gnome/apps/calibre-gui.desktop share/gnome/apps/calibre-lrfviewer.desktop share/gnome/apps/calibre-ebook-viewer.desktop %%DATADIR%%/builtin_recipes.xml %%DATADIR%%/builtin_recipes.zip %%DATADIR%%/calibre-portable.bat %%DATADIR%%/catalog/DefaultCover.jpg %%DATADIR%%/catalog/mastheadImage.gif %%DATADIR%%/catalog/section_list_templates.py %%DATADIR%%/catalog/stylesheet.css %%DATADIR%%/catalog/template.xhtml %%DATADIR%%/content_server/av.jpg %%DATADIR%%/content_server/bg_search_box.png %%DATADIR%%/content_server/browse/browse.css %%DATADIR%%/content_server/browse/browse.html %%DATADIR%%/content_server/browse/browse.js %%DATADIR%%/content_server/browse/details.html %%DATADIR%%/content_server/browse/summary.html %%DATADIR%%/content_server/btn_search_box.png %%DATADIR%%/content_server/button-donate.png %%DATADIR%%/content_server/calibre.png %%DATADIR%%/content_server/calibre_banner.png %%DATADIR%%/content_server/date.js %%DATADIR%%/content_server/default_cover.jpg %%DATADIR%%/content_server/first.png %%DATADIR%%/content_server/gui.css %%DATADIR%%/content_server/gui.js %%DATADIR%%/content_server/index.html %%DATADIR%%/content_server/jquery.corner.js %%DATADIR%%/content_server/jquery.js %%DATADIR%%/content_server/jquery.multiselect.css %%DATADIR%%/content_server/jquery.multiselect.min.js %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_flat_75_aaaaaa_40x100.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_100_f5f0e5_1x400.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_25_cb842e_1x400.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_70_ede4d4_1x400.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_65_fee4bd_1x100.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_c47a23_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_cb672b_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f08000_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f35f07_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ff7519_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ffffff_256x240.png %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/jquery-ui-1.8.5.custom.css %%DATADIR%%/content_server/jquery_ui/js/jquery-ui-1.8.5.custom.min.js %%DATADIR%%/content_server/last.png %%DATADIR%%/content_server/loading.gif %%DATADIR%%/content_server/logo.png %%DATADIR%%/content_server/mobile.css %%DATADIR%%/content_server/next.png %%DATADIR%%/content_server/previous.png %%DATADIR%%/content_server/read/monocle.js %%DATADIR%%/content_server/stacktrace.js %%DATADIR%%/content_server/star-half.png %%DATADIR%%/content_server/star-off.png %%DATADIR%%/content_server/star-on.png %%DATADIR%%/default_tweaks.py %%DATADIR%%/display/cfi.js %%DATADIR%%/ebook-convert-complete.pickle %%DATADIR%%/fonts/liberation/LiberationMono-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationMono-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationMono-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationMono-Regular.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationSans-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Regular.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Regular.ttf %%DATADIR%%/fonts/prs500/tt0003m_.ttf %%DATADIR%%/fonts/prs500/tt0011m_.ttf %%DATADIR%%/fonts/prs500/tt0419m_.ttf %%DATADIR%%/images.qrc %%DATADIR%%/images/add_book.png %%DATADIR%%/images/arrow-down.png %%DATADIR%%/images/arrow-up.png %%DATADIR%%/images/auto_author_sort.png %%DATADIR%%/images/back.png %%DATADIR%%/images/blank.png %%DATADIR%%/images/book.png %%DATADIR%%/images/bookmarks.png %%DATADIR%%/images/books_in_series.png %%DATADIR%%/images/catalog.png %%DATADIR%%/images/chapters.png %%DATADIR%%/images/clear_left.png %%DATADIR%%/images/column.png %%DATADIR%%/images/config.png %%DATADIR%%/images/connect_share.png %%DATADIR%%/images/console.png %%DATADIR%%/images/convert.png %%DATADIR%%/images/cover_flow.png %%DATADIR%%/images/debug.png %%DATADIR%%/images/default_cover.png %%DATADIR%%/images/devices/bambook.png %%DATADIR%%/images/devices/boox.jpg %%DATADIR%%/images/devices/folder.png %%DATADIR%%/images/devices/ipad.png %%DATADIR%%/images/devices/italica.png %%DATADIR%%/images/devices/itunes.png %%DATADIR%%/images/devices/kindle.jpg %%DATADIR%%/images/devices/nook.jpg %%DATADIR%%/images/dialog_error.png %%DATADIR%%/images/dialog_information.png %%DATADIR%%/images/dialog_question.png %%DATADIR%%/images/dialog_warning.png %%DATADIR%%/images/dictionary.png %%DATADIR%%/images/document-encrypt.png %%DATADIR%%/images/document_open.png %%DATADIR%%/images/donate.png %%DATADIR%%/images/drawer.png %%DATADIR%%/images/edit-clear.png %%DATADIR%%/images/edit-copy.png %%DATADIR%%/images/edit-cut.png %%DATADIR%%/images/edit-paste.png %%DATADIR%%/images/edit-redo.png %%DATADIR%%/images/edit-select-all.png %%DATADIR%%/images/edit-undo.png %%DATADIR%%/images/edit_input.png %%DATADIR%%/images/eject.png %%DATADIR%%/images/exec.png %%DATADIR%%/images/font_size_larger.png %%DATADIR%%/images/font_size_smaller.png %%DATADIR%%/images/format-fill-color.png %%DATADIR%%/images/format-indent-less.png %%DATADIR%%/images/format-indent-more.png %%DATADIR%%/images/format-justify-center.png %%DATADIR%%/images/format-justify-fill.png %%DATADIR%%/images/format-justify-left.png %%DATADIR%%/images/format-justify-right.png %%DATADIR%%/images/format-list-ordered.png %%DATADIR%%/images/format-list-unordered.png %%DATADIR%%/images/format-text-bold.png %%DATADIR%%/images/format-text-color.png %%DATADIR%%/images/format-text-heading.png %%DATADIR%%/images/format-text-italic.png %%DATADIR%%/images/format-text-strikethrough.png %%DATADIR%%/images/format-text-subscript.png %%DATADIR%%/images/format-text-superscript.png %%DATADIR%%/images/format-text-underline.png %%DATADIR%%/images/forward.png %%DATADIR%%/images/gmail_logo.png %%DATADIR%%/images/help.png %%DATADIR%%/images/heuristics.png %%DATADIR%%/images/hotmail.png %%DATADIR%%/images/insert-link.png %%DATADIR%%/images/jobs.png %%DATADIR%%/images/languages.png %%DATADIR%%/images/random.png %%DATADIR%%/images/keyboard-prefs.png %%DATADIR%%/images/library.png %%DATADIR%%/images/list_remove.png %%DATADIR%%/images/lookfeel.png %%DATADIR%%/images/lt.png %%DATADIR%%/images/mail.png %%DATADIR%%/images/merge_books.png %%DATADIR%%/images/metadata.png %%DATADIR%%/images/mimetypes/bmp.png %%DATADIR%%/images/mimetypes/computer.png %%DATADIR%%/images/mimetypes/dir.png %%DATADIR%%/images/mimetypes/epub.png %%DATADIR%%/images/mimetypes/fb2.png %%DATADIR%%/images/mimetypes/gif.png %%DATADIR%%/images/mimetypes/html.png %%DATADIR%%/images/mimetypes/jpeg.png %%DATADIR%%/images/mimetypes/lit.png %%DATADIR%%/images/mimetypes/lrf.png %%DATADIR%%/images/mimetypes/lrx.png %%DATADIR%%/images/mimetypes/mobi.png %%DATADIR%%/images/mimetypes/odt.png %%DATADIR%%/images/mimetypes/pdf.png %%DATADIR%%/images/mimetypes/png.png %%DATADIR%%/images/mimetypes/rar.png %%DATADIR%%/images/mimetypes/rtf.png %%DATADIR%%/images/mimetypes/snb.png %%DATADIR%%/images/mimetypes/svg.png %%DATADIR%%/images/mimetypes/txt.png %%DATADIR%%/images/mimetypes/unknown.png %%DATADIR%%/images/mimetypes/zero.png %%DATADIR%%/images/mimetypes/zip.png %%DATADIR%%/images/mimetypes/djvu.png %%DATADIR%%/images/mimetypes/xps.png %%DATADIR%%/images/minus.png %%DATADIR%%/images/minusminus.png %%DATADIR%%/images/network-server.png %%DATADIR%%/images/news.png %%DATADIR%%/images/next.png %%DATADIR%%/images/notify.png %%DATADIR%%/images/ok.png %%DATADIR%%/images/page.png %%DATADIR%%/images/plugboard.png %%DATADIR%%/images/plugins.png %%DATADIR%%/images/plugins/plugin_updater_updates.png %%DATADIR%%/images/plugins/plugin_new_invalid.png %%DATADIR%%/images/plugins/plugin_upgrade_ok.png %%DATADIR%%/images/plugins/plugin_disabled_ok.png %%DATADIR%%/images/plugins/plugin_new_valid.png %%DATADIR%%/images/plugins/plugin_new.png %%DATADIR%%/images/plugins/plugin_upgrade_valid.png %%DATADIR%%/images/plugins/plugin_deprecated.png %%DATADIR%%/images/plugins/mobileread.png %%DATADIR%%/images/plugins/plugin_disabled_invalid.png %%DATADIR%%/images/plugins/plugin_updater.png %%DATADIR%%/images/plugins/plugin_disabled_valid.png %%DATADIR%%/images/plugins/plugin_upgrade_invalid.png %%DATADIR%%/images/plus.png %%DATADIR%%/images/plusplus.png %%DATADIR%%/images/previous.png %%DATADIR%%/images/print-preview.png %%DATADIR%%/images/print.png %%DATADIR%%/images/publisher.png %%DATADIR%%/images/rating.png %%DATADIR%%/images/reader.png %%DATADIR%%/images/save.png %%DATADIR%%/images/scheduler.png %%DATADIR%%/images/sd.png %%DATADIR%%/images/search.png %%DATADIR%%/images/search_add_saved.png %%DATADIR%%/images/search_copy_saved.png %%DATADIR%%/images/search_delete_saved.png %%DATADIR%%/images/series.png %%DATADIR%%/images/swap.png %%DATADIR%%/images/sync.png %%DATADIR%%/images/tags.png %%DATADIR%%/images/tb_folder.png %%DATADIR%%/images/template_funcs.png %%DATADIR%%/images/trash.png %%DATADIR%%/images/trim.png %%DATADIR%%/images/user_profile.png %%DATADIR%%/images/view.png %%DATADIR%%/images/viewer.png %%DATADIR%%/images/welcome_wizard.png %%DATADIR%%/images/window-close.png %%DATADIR%%/images/wizard.png %%DATADIR%%/images/store.png %%DATADIR%%/images/highlight_only_off.png %%DATADIR%%/images/identifiers.png %%DATADIR%%/images/drm-locked.png %%DATADIR%%/images/highlight_only_on.png %%DATADIR%%/images/connect_share_on.png %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/jacket/stylesheet.css %%DATADIR%%/jacket/template.xhtml %%DATADIR%%/jquery.simulate.js %%DATADIR%%/localization/iso639.pickle %%DATADIR%%/localization/pykakasi/itaijidict2.pickle %%DATADIR%%/localization/pykakasi/kanadict2.pickle %%DATADIR%%/localization/pykakasi/kanwadict2.pickle %%DATADIR%%/localization/locales.zip %%DATADIR%%/localization/stats.pickle %%DATADIR%%/metadata_sqlite.sql %%DATADIR%%/mime.types %%DATADIR%%/quick_start.epub %%DATADIR%%/scripts.pickle %%DATADIR%%/template-functions.json %%DATADIR%%/templates/fb2.xsl %%DATADIR%%/templates/html.css %%DATADIR%%/templates/html_export_default.css %%DATADIR%%/templates/html_export_default.tmpl %%DATADIR%%/templates/html_export_default_index.tmpl %%DATADIR%%/templates/lrf.xsl %%DATADIR%%/templates/rtf.xsl %%DATADIR%%/templates/book_details.css %%DATADIR%%/tracer.epub %%DATADIR%%/viewer/bookmarks.js %%DATADIR%%/viewer/hyphenate/Hyphenator.js %%DATADIR%%/viewer/hyphenate/patterns.zip %%DATADIR%%/viewer/hyphenation.js %%DATADIR%%/viewer/images.js %%DATADIR%%/viewer/jquery_scrollTo.js %%DATADIR%%/viewer/referencing.js @dirrm %%DATADIR%%/viewer/hyphenate @dirrm %%DATADIR%%/viewer @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%%/localization/pykakasi @dirrm %%DATADIR%%/localization @dirrm %%DATADIR%%/jacket @dirrm %%DATADIR%%/images/mimetypes @dirrm %%DATADIR%%/images/devices @dirrm %%DATADIR%%/images/plugins @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/fonts/prs500 @dirrm %%DATADIR%%/fonts/liberation @dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%%/display @dirrm %%DATADIR%%/content_server/read @dirrm %%DATADIR%%/content_server/jquery_ui/js @dirrm %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images @dirrm %%DATADIR%%/content_server/jquery_ui/css/humanity-custom @dirrm %%DATADIR%%/content_server/jquery_ui/css @dirrm %%DATADIR%%/content_server/jquery_ui @dirrm %%DATADIR%%/content_server/browse @dirrm %%DATADIR%%/content_server @dirrm %%DATADIR%%/catalog @dirrm %%DATADIR%% @dirrm lib/calibre/templite @dirrm lib/calibre/routes @dirrm lib/calibre/pyPdf @dirrm lib/calibre/odf @dirrm lib/calibre/chardet @dirrm lib/calibre/cherrypy/wsgiserver @dirrm lib/calibre/cherrypy/scaffold @dirrm lib/calibre/cherrypy/process @dirrm lib/calibre/cherrypy/lib @dirrm lib/calibre/cherrypy @dirrm lib/calibre/calibre/web/jsbrowser @dirrm lib/calibre/calibre/web/fetch @dirrm lib/calibre/calibre/web/feeds/recipes @dirrm lib/calibre/calibre/web/feeds @dirrm lib/calibre/calibre/web @dirrm lib/calibre/calibre/utils/wmf @dirrm lib/calibre/calibre/utils/pyconsole @dirrm lib/calibre/calibre/utils/podofo @dirrm lib/calibre/calibre/utils/opensearch @dirrm lib/calibre/calibre/utils/ipc @dirrm lib/calibre/calibre/utils/magick @dirrm lib/calibre/calibre/utils/fonts @dirrm lib/calibre/calibre/utils/chm @dirrm lib/calibre/calibre/utils @dirrm lib/calibre/calibre/translations @dirrm lib/calibre/calibre/trac @dirrm lib/calibre/calibre/plugins @dirrm lib/calibre/calibre/manual/plugin_examples/helloworld @dirrm lib/calibre/calibre/manual/plugin_examples/interface_demo @dirrm lib/calibre/calibre/manual/plugin_examples @dirrm lib/calibre/calibre/manual @dirrm lib/calibre/calibre/library/server @dirrm lib/calibre/calibre/library @dirrm lib/calibre/calibre/gui2/wizard @dirrm lib/calibre/calibre/gui2/viewer @dirrm lib/calibre/calibre/gui2/tag_browser @dirrm lib/calibre/calibre/gui2/store/stores/mobileread @dirrm lib/calibre/calibre/gui2/store/config/search @dirrm lib/calibre/calibre/gui2/store/config/chooser @dirrm lib/calibre/calibre/gui2/store/config @dirrm lib/calibre/calibre/gui2/store/search @dirrm lib/calibre/calibre/gui2/store/stores @dirrm lib/calibre/calibre/gui2/store @dirrm lib/calibre/calibre/gui2/progress_indicator @dirrm lib/calibre/calibre/gui2/preferences @dirrm lib/calibre/calibre/gui2/metadata @dirrm lib/calibre/calibre/gui2/lrf_renderer @dirrm lib/calibre/calibre/gui2/library @dirrm lib/calibre/calibre/gui2/dialogs @dirrm lib/calibre/calibre/gui2/device_drivers @dirrm lib/calibre/calibre/gui2/convert @dirrm lib/calibre/calibre/gui2/catalog @dirrm lib/calibre/calibre/gui2/add_wizard @dirrm lib/calibre/calibre/gui2/actions @dirrm lib/calibre/calibre/gui2 @dirrm lib/calibre/calibre/ebooks/unihandecode/pykakasi @dirrm lib/calibre/calibre/ebooks/unihandecode @dirrm lib/calibre/calibre/ebooks/txt @dirrm lib/calibre/calibre/ebooks/textile @dirrm lib/calibre/calibre/ebooks/tcr @dirrm lib/calibre/calibre/ebooks/snb @dirrm lib/calibre/calibre/ebooks/rtf2xml @dirrm lib/calibre/calibre/ebooks/rtf @dirrm lib/calibre/calibre/ebooks/readability @dirrm lib/calibre/calibre/ebooks/rb @dirrm lib/calibre/calibre/ebooks/pml @dirrm lib/calibre/calibre/ebooks/pdf/manipulate @dirrm lib/calibre/calibre/ebooks/pdf @dirrm lib/calibre/calibre/ebooks/pdb/ztxt @dirrm lib/calibre/calibre/ebooks/pdb/plucker @dirrm lib/calibre/calibre/ebooks/pdb/pdf @dirrm lib/calibre/calibre/ebooks/pdb/palmdoc @dirrm lib/calibre/calibre/ebooks/pdb/ereader @dirrm lib/calibre/calibre/ebooks/pdb @dirrm lib/calibre/calibre/ebooks/oeb/display/test-cfi @dirrm lib/calibre/calibre/ebooks/oeb/display @dirrm lib/calibre/calibre/ebooks/oeb/transforms @dirrm lib/calibre/calibre/ebooks/oeb @dirrm lib/calibre/calibre/ebooks/odt @dirrm lib/calibre/calibre/ebooks/mobi/writer2 @dirrm lib/calibre/calibre/ebooks/mobi @dirrm lib/calibre/calibre/ebooks/metadata/sources @dirrm lib/calibre/calibre/ebooks/metadata/book @dirrm lib/calibre/calibre/ebooks/metadata @dirrm lib/calibre/calibre/ebooks/markdown/extensions @dirrm lib/calibre/calibre/ebooks/markdown @dirrm lib/calibre/calibre/ebooks/lrf/pylrs @dirrm lib/calibre/calibre/ebooks/lrf/lrs @dirrm lib/calibre/calibre/ebooks/lrf/html @dirrm lib/calibre/calibre/ebooks/lrf/fonts @dirrm lib/calibre/calibre/ebooks/lrf @dirrm lib/calibre/calibre/ebooks/lit/maps @dirrm lib/calibre/calibre/ebooks/lit @dirrm lib/calibre/calibre/ebooks/iterator @dirrm lib/calibre/calibre/ebooks/html @dirrm lib/calibre/calibre/ebooks/htmlz @dirrm lib/calibre/calibre/ebooks/fb2 @dirrm lib/calibre/calibre/ebooks/epub/fix @dirrm lib/calibre/calibre/ebooks/epub @dirrm lib/calibre/calibre/ebooks/djvu @dirrm lib/calibre/calibre/ebooks/conversion @dirrm lib/calibre/calibre/ebooks/compression @dirrm lib/calibre/calibre/ebooks/comic @dirrm lib/calibre/calibre/ebooks/chm @dirrm lib/calibre/calibre/ebooks/azw4 @dirrm lib/calibre/calibre/ebooks @dirrm lib/calibre/calibre/db/tests @dirrm lib/calibre/calibre/db @dirrm lib/calibre/calibre/devices/usbobserver @dirrm lib/calibre/calibre/devices/usbms @dirrm lib/calibre/calibre/devices/user_defined @dirrm lib/calibre/calibre/devices/teclast @dirrm lib/calibre/calibre/devices/sne @dirrm lib/calibre/calibre/devices/prs505 @dirrm lib/calibre/calibre/devices/prs500/cli @dirrm lib/calibre/calibre/devices/prs500 @dirrm lib/calibre/calibre/devices/prst1 @dirrm lib/calibre/calibre/devices/nuut2 @dirrm lib/calibre/calibre/devices/nook @dirrm lib/calibre/calibre/devices/nokia @dirrm lib/calibre/calibre/devices/kobo @dirrm lib/calibre/calibre/devices/kindle @dirrm lib/calibre/calibre/devices/jetbook @dirrm lib/calibre/calibre/devices/iriver @dirrm lib/calibre/calibre/devices/irexdr @dirrm lib/calibre/calibre/devices/iliad @dirrm lib/calibre/calibre/devices/hanvon @dirrm lib/calibre/calibre/devices/hanlin @dirrm lib/calibre/calibre/devices/folder_device @dirrm lib/calibre/calibre/devices/eslick @dirrm lib/calibre/calibre/devices/edge @dirrm lib/calibre/calibre/devices/eb600 @dirrm lib/calibre/calibre/devices/cybook @dirrm lib/calibre/calibre/devices/boeye @dirrm lib/calibre/calibre/devices/blackberry @dirrm lib/calibre/calibre/devices/binatone @dirrm lib/calibre/calibre/devices/bambook @dirrm lib/calibre/calibre/devices/apple @dirrm lib/calibre/calibre/devices/android @dirrm lib/calibre/calibre/devices @dirrm lib/calibre/calibre/customize @dirrm lib/calibre/calibre @dirrm lib/calibre/html5lib/filters @dirrm lib/calibre/html5lib/serializer @dirrm lib/calibre/html5lib/treewalkers @dirrm lib/calibre/html5lib/treebuilders @dirrm lib/calibre/html5lib @dirrm lib/calibre @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% @dirrmtry etc/bash_completion.d @dirrmtry share/applications @dirrmtry share/mime/packages @dirrmtry share/icons/hicolor/128x128/apps @dirrmtry share/icons/hicolor/128x128/mimetypes @dirrmtry share/gnome/apps @dirrmtry share/gnome @dirrmtry share/desktop-directories Property changes on: head/deskutils/calibre/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property