Sat May 21 15:07:48 2011 UTC ()
Update to 0.8.2 provided by Rhialto in PR 44868.
Changes since 0.6.x: many too many to list here.
Now comes with its own store.


(wiz)
diff -r1.19 -r1.20 pkgsrc/misc/calibre/Makefile
diff -r1.4 -r1.5 pkgsrc/misc/calibre/PLIST
diff -r1.3 -r1.4 pkgsrc/misc/calibre/distinfo
diff -r1.2 -r0 pkgsrc/misc/calibre/patches/patch-aa
diff -r1.1 -r0 pkgsrc/misc/calibre/patches/patch-ac
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-setup_____init____.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-setup_extensions.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-setup_install.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-src_calibre_____init____.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-src_calibre_constants.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-src_calibre_linux.py
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-src_calibre_utils_help2man.py
diff -r1.1 -r1.2 pkgsrc/misc/calibre/patches/patch-src_calibre_ebooks_pdf_images.cpp

cvs diff -r1.19 -r1.20 pkgsrc/misc/calibre/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/calibre/Makefile 2011/04/22 13:44:08 1.19
+++ pkgsrc/misc/calibre/Makefile 2011/05/21 15:07:48 1.20
@@ -1,463 +1,782 @@ @@ -1,463 +1,782 @@
1# $NetBSD: Makefile,v 1.19 2011/04/22 13:44:08 obache Exp $ 1# $NetBSD: Makefile,v 1.20 2011/05/21 15:07:48 wiz Exp $
2# 2#
3 3
4DISTNAME= calibre-0.6.24 4DISTNAME= calibre-0.8.2
5PKGREVISION= 13 
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= http://calibre.kovidgoyal.net/downloads/ 6MASTER_SITES= http://status.calibre-ebook.com/dist/src/ \
 7 http://calibre-ebook.googlecode.com/files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://calibre.kovidgoyal.net/ 10HOMEPAGE= http://www.calibre-ebook.com/
11COMMENT= E-book library management application 11COMMENT= E-book library management application
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14DEPENDS+= help2man>=1.36.4:../../converters/help2man 14DEPENDS+= help2man>=1.36.4:../../converters/help2man
15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
16DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils 16DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils
17DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils 17DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
18DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns 18DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
19DEPENDS+= ${PYPKGPREFIX}-lxml>=2.1.5:../../textproc/py-lxml 19DEPENDS+= ${PYPKGPREFIX}-lxml>=2.2.1:../../textproc/py-lxml
20DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil 20DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil
21DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm 21DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm
22DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup 22DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
23DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize 23DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize
 24DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.7:../../textproc/py-cssutils
24 25
25#PKG_DESTDIR_SUPPORT= user-destdir 26PKG_DESTDIR_SUPPORT= user-destdir
 27SPECIAL_PERMS+= bin/calibre-mount-helper ${SETUID_ROOT_PERMS}
26 28
27USE_LANGUAGES= c c++ 29USE_LANGUAGES= c c++
28USE_TOOLS+= pkg-config 30USE_TOOLS+= pkg-config
29PYTHON_VERSIONS_ACCEPTED= 27 26 31PYTHON_VERSIONS_ACCEPTED= 27
30PYDISTUTILSPKG= yes 32PYDISTUTILSPKG= yes
31PYSETUPOPTARGS= # empty 33PYSETUPOPTARGS= # empty
32PYSETUPINSTALLARGS= --prefix=${PREFIX} 34PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
33WRKSRC= ${WRKDIR}/calibre 35WRKSRC= ${WRKDIR}/calibre
34INSTALLATION_DIRS= share/applications 36INSTALLATION_DIRS= share/applications
35INSTALLATION_DIRS= share/icons 37INSTALLATION_DIRS= share/icons
36 38
37REPLACE_PYTHON= resources/recipes/24sata.recipe 39FIX_PYTHON+= recipes/180.recipe
38REPLACE_PYTHON+= resources/recipes/24sata_rs.recipe 40FIX_PYTHON+= recipes/24sata.recipe
39REPLACE_PYTHON+= resources/recipes/7dias.recipe 41FIX_PYTHON+= recipes/7dias.recipe
40REPLACE_PYTHON+= resources/recipes/accountancyage.recipe 42FIX_PYTHON+= recipes/7seri.recipe
41REPLACE_PYTHON+= resources/recipes/adventuregamers.recipe 43FIX_PYTHON+= recipes/Ansa.recipe
42REPLACE_PYTHON+= resources/recipes/al_jazeera.recipe 44FIX_PYTHON+= recipes/accountancyage.recipe
43REPLACE_PYTHON+= resources/recipes/ambito.recipe 45FIX_PYTHON+= recipes/adevarul.recipe
44REPLACE_PYTHON+= resources/recipes/amspec.recipe 46FIX_PYTHON+= recipes/adnkronos.recipe
45REPLACE_PYTHON+= resources/recipes/ars_technica.recipe 47FIX_PYTHON+= recipes/ajc.recipe
46REPLACE_PYTHON+= resources/recipes/atlantic.recipe 48FIX_PYTHON+= recipes/ambito.recipe
47REPLACE_PYTHON+= resources/recipes/axxon_news.recipe 49FIX_PYTHON+= recipes/apcom.recipe
48REPLACE_PYTHON+= resources/recipes/azstarnet.recipe 50FIX_PYTHON+= recipes/arcamax.recipe
49REPLACE_PYTHON+= resources/recipes/b92.recipe 51FIX_PYTHON+= recipes/asia_one.recipe
50REPLACE_PYTHON+= resources/recipes/bbc.recipe 52FIX_PYTHON+= recipes/atlantic.recipe
51REPLACE_PYTHON+= resources/recipes/bbcvietnamese.recipe 53FIX_PYTHON+= recipes/auto.recipe
52REPLACE_PYTHON+= resources/recipes/beta.recipe 54FIX_PYTHON+= recipes/auto_prove.recipe
53REPLACE_PYTHON+= resources/recipes/beta_en.recipe 55FIX_PYTHON+= recipes/autobild.recipe
54REPLACE_PYTHON+= resources/recipes/blic.recipe 56FIX_PYTHON+= recipes/avantaje.recipe
55REPLACE_PYTHON+= resources/recipes/borba.recipe 57FIX_PYTHON+= recipes/aventurilapescuit.recipe
56REPLACE_PYTHON+= resources/recipes/buenosaireseconomico.recipe 58FIX_PYTHON+= recipes/axxon_news.recipe
57REPLACE_PYTHON+= resources/recipes/business_standard.recipe 59FIX_PYTHON+= recipes/babyonline.recipe
58REPLACE_PYTHON+= resources/recipes/business_week.recipe 60FIX_PYTHON+= recipes/bbcvietnamese.recipe
59REPLACE_PYTHON+= resources/recipes/businessworldin.recipe 61FIX_PYTHON+= recipes/beta_en.recipe
60REPLACE_PYTHON+= resources/recipes/chicago_breaking_news.recipe 62FIX_PYTHON+= recipes/billorielly.recipe
61REPLACE_PYTHON+= resources/recipes/cincinnati_enquirer.recipe 63FIX_PYTHON+= recipes/bitacora.recipe
62REPLACE_PYTHON+= resources/recipes/clarin.recipe 64FIX_PYTHON+= recipes/boortz.recipe
63REPLACE_PYTHON+= resources/recipes/climate_progress.recipe 65FIX_PYTHON+= recipes/borba.recipe
64REPLACE_PYTHON+= resources/recipes/coding_horror.recipe 66FIX_PYTHON+= recipes/brand_eins.recipe
65REPLACE_PYTHON+= resources/recipes/corriere_della_sera_en.recipe 67FIX_PYTHON+= recipes/bucataras.recipe
66REPLACE_PYTHON+= resources/recipes/corriere_della_sera_it.recipe 68FIX_PYTHON+= recipes/buenosaireseconomico.recipe
67REPLACE_PYTHON+= resources/recipes/courrierinternational.recipe 69FIX_PYTHON+= recipes/business_week.recipe
68REPLACE_PYTHON+= resources/recipes/craigslist.recipe 70FIX_PYTHON+= recipes/calgary_herald.recipe
69REPLACE_PYTHON+= resources/recipes/criticadigital.recipe 71FIX_PYTHON+= recipes/capital.recipe
70REPLACE_PYTHON+= resources/recipes/cubadebate.recipe 72FIX_PYTHON+= recipes/catavencu.recipe
71REPLACE_PYTHON+= resources/recipes/daily_telegraph.recipe 73FIX_PYTHON+= recipes/chicago_breaking_news.recipe
72REPLACE_PYTHON+= resources/recipes/dailyreckoning.recipe 74FIX_PYTHON+= recipes/chipro.recipe
73REPLACE_PYTHON+= resources/recipes/danas.recipe 75FIX_PYTHON+= recipes/chr_mon.recipe
74REPLACE_PYTHON+= resources/recipes/degentenaar.recipe 76FIX_PYTHON+= recipes/cincinnati_enquirer.recipe
75REPLACE_PYTHON+= resources/recipes/demorgen_be.recipe 77FIX_PYTHON+= recipes/cinebel_be.recipe
76REPLACE_PYTHON+= resources/recipes/der_standard.recipe 78FIX_PYTHON+= recipes/cio.recipe
77REPLACE_PYTHON+= resources/recipes/diagonales.recipe 79FIX_PYTHON+= recipes/climate_progress.recipe
78REPLACE_PYTHON+= resources/recipes/discover_magazine.recipe 80FIX_PYTHON+= recipes/cnd.recipe
79REPLACE_PYTHON+= resources/recipes/dn_se.recipe 81FIX_PYTHON+= recipes/coding_horror.recipe
80REPLACE_PYTHON+= resources/recipes/dnevni_avaz.recipe 82FIX_PYTHON+= recipes/computer_active.recipe
81REPLACE_PYTHON+= resources/recipes/dnevnik_cro.recipe 83FIX_PYTHON+= recipes/corriere_della_sera_en.recipe
82REPLACE_PYTHON+= resources/recipes/e_novine.recipe 84FIX_PYTHON+= recipes/corriere_della_sera_it.recipe
83REPLACE_PYTHON+= resources/recipes/ecogeek.recipe 85FIX_PYTHON+= recipes/corriere_dello_sport.recipe
84REPLACE_PYTHON+= resources/recipes/economist.recipe 86FIX_PYTHON+= recipes/cosmopolitan.recipe
85REPLACE_PYTHON+= resources/recipes/el_mercurio_chile.recipe 87FIX_PYTHON+= recipes/cotidianul.recipe
86REPLACE_PYTHON+= resources/recipes/el_pais.recipe 88FIX_PYTHON+= recipes/courrierinternational.recipe
87REPLACE_PYTHON+= resources/recipes/el_universal.recipe 89FIX_PYTHON+= recipes/craigslist.recipe
88REPLACE_PYTHON+= resources/recipes/elargentino.recipe 90FIX_PYTHON+= recipes/credit_slips.recipe
89REPLACE_PYTHON+= resources/recipes/elcronista.recipe 91FIX_PYTHON+= recipes/criticadigital.recipe
90REPLACE_PYTHON+= resources/recipes/elmundo.recipe 92FIX_PYTHON+= recipes/csid.recipe
91REPLACE_PYTHON+= resources/recipes/elperiodico_catalan.recipe 93FIX_PYTHON+= recipes/curierulnational.recipe
92REPLACE_PYTHON+= resources/recipes/elperiodico_spanish.recipe 94FIX_PYTHON+= recipes/daily_telegraph.recipe
93REPLACE_PYTHON+= resources/recipes/eltiempo_hn.recipe 95FIX_PYTHON+= recipes/dailyreckoning.recipe
94REPLACE_PYTHON+= resources/recipes/endgadget.recipe 96FIX_PYTHON+= recipes/degentenaar.recipe
95REPLACE_PYTHON+= resources/recipes/espn.recipe 97FIX_PYTHON+= recipes/deia.recipe
96REPLACE_PYTHON+= resources/recipes/esquire.recipe 98FIX_PYTHON+= recipes/demorgen_be.recipe
97REPLACE_PYTHON+= resources/recipes/estadao.recipe 99FIX_PYTHON+= recipes/der_spiegel.recipe
98REPLACE_PYTHON+= resources/recipes/exiled.recipe 100FIX_PYTHON+= recipes/der_standard.recipe
99REPLACE_PYTHON+= resources/recipes/expansion_spanish.recipe 101FIX_PYTHON+= recipes/descopera.recipe
100REPLACE_PYTHON+= resources/recipes/fastcompany.recipe 102FIX_PYTHON+= recipes/dhnet_be.recipe
101REPLACE_PYTHON+= resources/recipes/financial_times.recipe 103FIX_PYTHON+= recipes/di.recipe
102REPLACE_PYTHON+= resources/recipes/fokkeensukke.recipe 104FIX_PYTHON+= recipes/diagonales.recipe
103REPLACE_PYTHON+= resources/recipes/freakonomics.recipe 105FIX_PYTHON+= recipes/diario_cordoba.recipe
104REPLACE_PYTHON+= resources/recipes/fudzilla.recipe 106FIX_PYTHON+= recipes/digital_arts.recipe
105REPLACE_PYTHON+= resources/recipes/glas_srpske.recipe 107FIX_PYTHON+= recipes/dilemaveche.recipe
106REPLACE_PYTHON+= resources/recipes/glasjavnosti.recipe 108FIX_PYTHON+= recipes/discover_magazine.recipe
107REPLACE_PYTHON+= resources/recipes/globe_and_mail.recipe 109FIX_PYTHON+= recipes/divahair.recipe
108REPLACE_PYTHON+= resources/recipes/granma.recipe 110FIX_PYTHON+= recipes/dn_se.recipe
109REPLACE_PYTHON+= resources/recipes/guardian.recipe 111FIX_PYTHON+= recipes/dnevni_avaz.recipe
110REPLACE_PYTHON+= resources/recipes/gva_be.recipe 112FIX_PYTHON+= recipes/dnevnik_cro.recipe
111REPLACE_PYTHON+= resources/recipes/h1.recipe 113FIX_PYTHON+= recipes/eclicto.recipe
112REPLACE_PYTHON+= resources/recipes/h2.recipe 114FIX_PYTHON+= recipes/ecogeek.recipe
113REPLACE_PYTHON+= resources/recipes/h3.recipe 115FIX_PYTHON+= recipes/economist.recipe
114REPLACE_PYTHON+= resources/recipes/harpers.recipe 116FIX_PYTHON+= recipes/ecuisine.recipe
115REPLACE_PYTHON+= resources/recipes/harpers_full.recipe 117FIX_PYTHON+= recipes/editor_and_publisher.recipe
116REPLACE_PYTHON+= resources/recipes/hln.recipe 118FIX_PYTHON+= recipes/edmonton_journal.recipe
117REPLACE_PYTHON+= resources/recipes/hln_be.recipe 119FIX_PYTHON+= recipes/egirl.recipe
118REPLACE_PYTHON+= resources/recipes/honoluluadvertiser.recipe 120FIX_PYTHON+= recipes/eksiazki.recipe
119REPLACE_PYTHON+= resources/recipes/honvedelem.recipe 121FIX_PYTHON+= recipes/el_correo.recipe
120REPLACE_PYTHON+= resources/recipes/hrt.recipe 122FIX_PYTHON+= recipes/el_observador.recipe
121REPLACE_PYTHON+= resources/recipes/huntechnet.recipe 123FIX_PYTHON+= recipes/el_pais.recipe
122REPLACE_PYTHON+= resources/recipes/ieco.recipe 124FIX_PYTHON+= recipes/el_pais_uy.recipe
123REPLACE_PYTHON+= resources/recipes/infobae.recipe 125FIX_PYTHON+= recipes/el_periodico.recipe
124REPLACE_PYTHON+= resources/recipes/infoworld.recipe 126FIX_PYTHON+= recipes/el_publico.recipe
125REPLACE_PYTHON+= resources/recipes/inquirer_net.recipe 127FIX_PYTHON+= recipes/elargentino.recipe
126REPLACE_PYTHON+= resources/recipes/instapaper.recipe 128FIX_PYTHON+= recipes/elcronista.recipe
127REPLACE_PYTHON+= resources/recipes/intelligencer.recipe 129FIX_PYTHON+= recipes/ele.recipe
128REPLACE_PYTHON+= resources/recipes/japan_times.recipe 130FIX_PYTHON+= recipes/elperiodico_catalan.recipe
129REPLACE_PYTHON+= resources/recipes/javalobby.recipe 131FIX_PYTHON+= recipes/elperiodico_spanish.recipe
130REPLACE_PYTHON+= resources/recipes/jb_online.recipe 132FIX_PYTHON+= recipes/eltiempo_hn.recipe
131REPLACE_PYTHON+= resources/recipes/joelonsoftware.recipe 133FIX_PYTHON+= recipes/endgadget.recipe
132REPLACE_PYTHON+= resources/recipes/jutarnji.recipe 134FIX_PYTHON+= recipes/epicurious.recipe
133REPLACE_PYTHON+= resources/recipes/juventudrebelde.recipe 135FIX_PYTHON+= recipes/epl_talk.recipe
134REPLACE_PYTHON+= resources/recipes/juventudrebelde_english.recipe 136FIX_PYTHON+= recipes/esenja.recipe
135REPLACE_PYTHON+= resources/recipes/kellog_faculty.recipe 137FIX_PYTHON+= recipes/espn.recipe
136REPLACE_PYTHON+= resources/recipes/kellog_insight.recipe 138FIX_PYTHON+= recipes/evz.ro.recipe
137REPLACE_PYTHON+= resources/recipes/krstarica.recipe 139FIX_PYTHON+= recipes/expansion_spanish.recipe
138REPLACE_PYTHON+= resources/recipes/krstarica_en.recipe 140FIX_PYTHON+= recipes/fan_graphs.recipe
139REPLACE_PYTHON+= resources/recipes/la_cuarta.recipe 141FIX_PYTHON+= recipes/fastcompany.recipe
140REPLACE_PYTHON+= resources/recipes/la_segunda.recipe 142FIX_PYTHON+= recipes/felicia.recipe
141REPLACE_PYTHON+= resources/recipes/la_tercera.recipe 143FIX_PYTHON+= recipes/fhmro.recipe
142REPLACE_PYTHON+= resources/recipes/lamujerdemivida.recipe 144FIX_PYTHON+= recipes/financial_times.recipe
143REPLACE_PYTHON+= resources/recipes/lanacion.recipe 145FIX_PYTHON+= recipes/financiarul.recipe
144REPLACE_PYTHON+= resources/recipes/lanacion_chile.recipe 146FIX_PYTHON+= recipes/fr_online.recipe
145REPLACE_PYTHON+= resources/recipes/laprensa.recipe 147FIX_PYTHON+= recipes/frazpc.recipe
146REPLACE_PYTHON+= resources/recipes/laprensa_hn.recipe 148FIX_PYTHON+= recipes/freakonomics.recipe
147REPLACE_PYTHON+= resources/recipes/laprensa_ni.recipe 149FIX_PYTHON+= recipes/freeway.recipe
148REPLACE_PYTHON+= resources/recipes/latimes.recipe 150FIX_PYTHON+= recipes/fronda.recipe
149REPLACE_PYTHON+= resources/recipes/latribuna.recipe 151FIX_PYTHON+= recipes/fudzilla.recipe
150REPLACE_PYTHON+= resources/recipes/lavanguardia.recipe 152FIX_PYTHON+= recipes/gandul.recipe
151REPLACE_PYTHON+= resources/recipes/le_monde.recipe 153FIX_PYTHON+= recipes/gazeta-prawna-calibre-v1.recipe
152REPLACE_PYTHON+= resources/recipes/le_temps.recipe 154FIX_PYTHON+= recipes/gazeta_pomorska.recipe
153REPLACE_PYTHON+= resources/recipes/lemonde_dip.recipe 155FIX_PYTHON+= recipes/globe_and_mail.recipe
154REPLACE_PYTHON+= resources/recipes/liberation.recipe 156FIX_PYTHON+= recipes/go4it.recipe
155REPLACE_PYTHON+= resources/recipes/linux_magazine.recipe 157FIX_PYTHON+= recipes/go_comics.recipe
156REPLACE_PYTHON+= resources/recipes/livemint.recipe 158FIX_PYTHON+= recipes/granma.recipe
157REPLACE_PYTHON+= resources/recipes/lrb.recipe 159FIX_PYTHON+= recipes/gsp.recipe
158REPLACE_PYTHON+= resources/recipes/lwn.recipe 160FIX_PYTHON+= recipes/guardian.recipe
159REPLACE_PYTHON+= resources/recipes/marca.recipe 161FIX_PYTHON+= recipes/gva_be.recipe
160REPLACE_PYTHON+= resources/recipes/mediapart.recipe 162FIX_PYTHON+= recipes/h2.recipe
161REPLACE_PYTHON+= resources/recipes/miradasalsur.recipe 163FIX_PYTHON+= recipes/h3.recipe
162REPLACE_PYTHON+= resources/recipes/mondedurable.recipe 164FIX_PYTHON+= recipes/heraldo.recipe
163REPLACE_PYTHON+= resources/recipes/moneynews.recipe 165FIX_PYTHON+= recipes/histmag.recipe
164REPLACE_PYTHON+= resources/recipes/monitor.recipe 166FIX_PYTHON+= recipes/historiaro.recipe
165REPLACE_PYTHON+= resources/recipes/moscow_times.recipe 167FIX_PYTHON+= recipes/hitro.recipe
166REPLACE_PYTHON+= resources/recipes/msdnmag_en.recipe 168FIX_PYTHON+= recipes/hln.recipe
167REPLACE_PYTHON+= resources/recipes/nacional_cro.recipe 169FIX_PYTHON+= recipes/hln_be.recipe
168REPLACE_PYTHON+= resources/recipes/nakedcapitalism.recipe 170FIX_PYTHON+= recipes/hola.recipe
169REPLACE_PYTHON+= resources/recipes/new_scientist.recipe 171FIX_PYTHON+= recipes/honvedelem.recipe
170REPLACE_PYTHON+= resources/recipes/new_york_review_of_books.recipe 172FIX_PYTHON+= recipes/hotcity.recipe
171REPLACE_PYTHON+= resources/recipes/new_york_review_of_books_no_sub.recipe 173FIX_PYTHON+= recipes/hotnews.recipe
172REPLACE_PYTHON+= resources/recipes/new_yorker.recipe 174FIX_PYTHON+= recipes/houston_chronicle.recipe
173REPLACE_PYTHON+= resources/recipes/newsweek_argentina.recipe 175FIX_PYTHON+= recipes/hoy.recipe
174REPLACE_PYTHON+= resources/recipes/nin.recipe 176FIX_PYTHON+= recipes/hrt.recipe
175REPLACE_PYTHON+= resources/recipes/noaa.recipe 177FIX_PYTHON+= recipes/huntechnet.recipe
176REPLACE_PYTHON+= resources/recipes/novosti.recipe 178FIX_PYTHON+= recipes/ieco.recipe
177REPLACE_PYTHON+= resources/recipes/nspm.recipe 179FIX_PYTHON+= recipes/il_giornale.recipe
178REPLACE_PYTHON+= resources/recipes/nspm_int.recipe 180FIX_PYTHON+= recipes/il_messaggero.recipe
179REPLACE_PYTHON+= resources/recipes/nytimes.recipe 181FIX_PYTHON+= recipes/imperatortravel.recipe
180REPLACE_PYTHON+= resources/recipes/nytimes_sub.recipe 182FIX_PYTHON+= recipes/infomotori.recipe
181REPLACE_PYTHON+= resources/recipes/nzz_ger.recipe 183FIX_PYTHON+= recipes/infoworld.recipe
182REPLACE_PYTHON+= resources/recipes/o_globo.recipe 184FIX_PYTHON+= recipes/inquirer_net.recipe
183REPLACE_PYTHON+= resources/recipes/ourdailybread.recipe 185FIX_PYTHON+= recipes/intelligencer.recipe
184REPLACE_PYTHON+= resources/recipes/outlook_india.recipe 186FIX_PYTHON+= recipes/interia_fakty.recipe
185REPLACE_PYTHON+= resources/recipes/pagina12.recipe 187FIX_PYTHON+= recipes/interia_sport.recipe
186REPLACE_PYTHON+= resources/recipes/pcworld_hu.recipe 188FIX_PYTHON+= recipes/intrefete.recipe
187REPLACE_PYTHON+= resources/recipes/pescanik.recipe 189FIX_PYTHON+= recipes/jakarta_post.recipe
188REPLACE_PYTHON+= resources/recipes/phd_comics.recipe 190FIX_PYTHON+= recipes/japan_times.recipe
189REPLACE_PYTHON+= resources/recipes/philly.recipe 191FIX_PYTHON+= recipes/javalobby.recipe
190REPLACE_PYTHON+= resources/recipes/pobjeda.recipe 192FIX_PYTHON+= recipes/jb_online.recipe
191REPLACE_PYTHON+= resources/recipes/politico.recipe 193FIX_PYTHON+= recipes/joelonsoftware.recipe
192REPLACE_PYTHON+= resources/recipes/politika.recipe 194FIX_PYTHON+= recipes/journalgazette.recipe
193REPLACE_PYTHON+= resources/recipes/portfolio.recipe 195FIX_PYTHON+= recipes/jurnalulnational.recipe
194REPLACE_PYTHON+= resources/recipes/pressonline.recipe 196FIX_PYTHON+= recipes/jutarnji.recipe
195REPLACE_PYTHON+= resources/recipes/republika.recipe 197FIX_PYTHON+= recipes/juventudrebelde.recipe
196REPLACE_PYTHON+= resources/recipes/rga.recipe 198FIX_PYTHON+= recipes/juventudrebelde_english.recipe
197REPLACE_PYTHON+= resources/recipes/rts.recipe 199FIX_PYTHON+= recipes/kamikaze.recipe
198REPLACE_PYTHON+= resources/recipes/salon.recipe 200FIX_PYTHON+= recipes/kellog_faculty.recipe
199REPLACE_PYTHON+= resources/recipes/san_fran_chronicle.recipe 201FIX_PYTHON+= recipes/kellog_insight.recipe
200REPLACE_PYTHON+= resources/recipes/sanjosemercurynews.recipe 202FIX_PYTHON+= recipes/kompas.recipe
201REPLACE_PYTHON+= resources/recipes/science_aas.recipe 203FIX_PYTHON+= recipes/krstarica.recipe
202REPLACE_PYTHON+= resources/recipes/science_news.recipe 204FIX_PYTHON+= recipes/krstarica_en.recipe
203REPLACE_PYTHON+= resources/recipes/sciencedaily.recipe 205FIX_PYTHON+= recipes/kudika.recipe
204REPLACE_PYTHON+= resources/recipes/scientific_american.recipe 206FIX_PYTHON+= recipes/kukuburi.recipe
205REPLACE_PYTHON+= resources/recipes/scott_hanselman.recipe 207FIX_PYTHON+= recipes/l_espresso.recipe
206REPLACE_PYTHON+= resources/recipes/seattle_times.recipe 208FIX_PYTHON+= recipes/la_cuarta.recipe
207REPLACE_PYTHON+= resources/recipes/serverside.recipe 209FIX_PYTHON+= recipes/la_diaria.recipe
208REPLACE_PYTHON+= resources/recipes/slashdot.recipe 210FIX_PYTHON+= recipes/la_gazzeta_dello_sport.recipe
209REPLACE_PYTHON+= resources/recipes/slate.recipe 211FIX_PYTHON+= recipes/la_republica.recipe
210REPLACE_PYTHON+= resources/recipes/smashing.recipe 212FIX_PYTHON+= recipes/la_stampa.recipe
211REPLACE_PYTHON+= resources/recipes/smh.recipe 213FIX_PYTHON+= recipes/lalibre_be.recipe
212REPLACE_PYTHON+= resources/recipes/soldiers.recipe 214FIX_PYTHON+= recipes/lameuse_be.recipe
213REPLACE_PYTHON+= resources/recipes/spiegel_int.recipe 215FIX_PYTHON+= recipes/lamujerdemivida.recipe
214REPLACE_PYTHON+= resources/recipes/spiegelde.recipe 216FIX_PYTHON+= recipes/lanacion_chile.recipe
215REPLACE_PYTHON+= resources/recipes/st_petersburg_times.recipe 217FIX_PYTHON+= recipes/laprensa.recipe
216REPLACE_PYTHON+= resources/recipes/stackoverflow.recipe 218FIX_PYTHON+= recipes/laprensa_hn.recipe
217REPLACE_PYTHON+= resources/recipes/starbulletin.recipe 219FIX_PYTHON+= recipes/laprensa_ni.recipe
218REPLACE_PYTHON+= resources/recipes/straitstimes.recipe 220FIX_PYTHON+= recipes/latribuna.recipe
219REPLACE_PYTHON+= resources/recipes/svd_se.recipe 221FIX_PYTHON+= recipes/lavanguardia.recipe
220REPLACE_PYTHON+= resources/recipes/tanjug.recipe 222FIX_PYTHON+= recipes/lavenir_be.recipe
221REPLACE_PYTHON+= resources/recipes/telegraph_uk.recipe 223FIX_PYTHON+= recipes/le_temps.recipe
222REPLACE_PYTHON+= resources/recipes/teleread.recipe 224FIX_PYTHON+= recipes/legeartis.recipe
223REPLACE_PYTHON+= resources/recipes/the_age.recipe 225FIX_PYTHON+= recipes/leggo_it.recipe
224REPLACE_PYTHON+= resources/recipes/the_budget_fashionista.recipe 226FIX_PYTHON+= recipes/legitymizm.recipe
225REPLACE_PYTHON+= resources/recipes/the_nation.recipe 227FIX_PYTHON+= recipes/lenta_ru.recipe
226REPLACE_PYTHON+= resources/recipes/the_oz.recipe 228FIX_PYTHON+= recipes/lescienze.recipe
227REPLACE_PYTHON+= resources/recipes/the_scotsman.recipe 229FIX_PYTHON+= recipes/lesoir_be.recipe
228REPLACE_PYTHON+= resources/recipes/thedgesingapore.recipe 230FIX_PYTHON+= recipes/liberation.recipe
229REPLACE_PYTHON+= resources/recipes/theeconomictimes_india.recipe 231FIX_PYTHON+= recipes/libero.recipe
230REPLACE_PYTHON+= resources/recipes/themarketticker.recipe 232FIX_PYTHON+= recipes/linux_magazine.recipe
231REPLACE_PYTHON+= resources/recipes/theoldfoodie.recipe 233FIX_PYTHON+= recipes/livemint.recipe
232REPLACE_PYTHON+= resources/recipes/theonion.recipe 234FIX_PYTHON+= recipes/lwn.recipe
233REPLACE_PYTHON+= resources/recipes/thestar.recipe 235FIX_PYTHON+= recipes/lwn_weekly.recipe
234REPLACE_PYTHON+= resources/recipes/tijd.recipe 236FIX_PYTHON+= recipes/mac_video.recipe
235REPLACE_PYTHON+= resources/recipes/time_magazine.recipe 237FIX_PYTHON+= recipes/mac_world.recipe
236REPLACE_PYTHON+= resources/recipes/times_online.recipe 238FIX_PYTHON+= recipes/mac_world_uk.recipe
237REPLACE_PYTHON+= resources/recipes/tnxm.recipe 239FIX_PYTHON+= recipes/macleans.recipe
238REPLACE_PYTHON+= resources/recipes/tomshardware.recipe 240FIX_PYTHON+= recipes/malaysian_mirror.recipe
239REPLACE_PYTHON+= resources/recipes/toronto_sun.recipe 241FIX_PYTHON+= recipes/marca.recipe
240REPLACE_PYTHON+= resources/recipes/trouw.recipe 242FIX_PYTHON+= recipes/mayra.recipe
241REPLACE_PYTHON+= resources/recipes/tweakers.recipe 243FIX_PYTHON+= recipes/mediafax.recipe
242REPLACE_PYTHON+= resources/recipes/twitchfilms.recipe 244FIX_PYTHON+= recipes/mediaindonesia.recipe
243REPLACE_PYTHON+= resources/recipes/uncrate.recipe 245FIX_PYTHON+= recipes/medscape.recipe
244REPLACE_PYTHON+= resources/recipes/upi.recipe 246FIX_PYTHON+= recipes/michalkiewicz.recipe
245REPLACE_PYTHON+= resources/recipes/usatoday.recipe 247FIX_PYTHON+= recipes/milenio.recipe
246REPLACE_PYTHON+= resources/recipes/usnews.recipe 248FIX_PYTHON+= recipes/miradasalsur.recipe
247REPLACE_PYTHON+= resources/recipes/utne.recipe 249FIX_PYTHON+= recipes/moldovaazi.recipe
248REPLACE_PYTHON+= resources/recipes/variety.recipe 250FIX_PYTHON+= recipes/mondedurable.recipe
249REPLACE_PYTHON+= resources/recipes/vecernji_list.recipe 251FIX_PYTHON+= recipes/monden.recipe
250REPLACE_PYTHON+= resources/recipes/veintitres.recipe 252FIX_PYTHON+= recipes/moneynews.recipe
251REPLACE_PYTHON+= resources/recipes/vijesti.recipe 253FIX_PYTHON+= recipes/moneyro.recipe
252REPLACE_PYTHON+= resources/recipes/vnexpress.recipe 254FIX_PYTHON+= recipes/monitor.recipe
253REPLACE_PYTHON+= resources/recipes/volksrant.recipe 255FIX_PYTHON+= recipes/montevideo_com.recipe
254REPLACE_PYTHON+= resources/recipes/vreme.recipe 256FIX_PYTHON+= recipes/montreal_gazette.recipe
255REPLACE_PYTHON+= resources/recipes/wikinews_en.recipe 257FIX_PYTHON+= recipes/msdnmag_en.recipe
256REPLACE_PYTHON+= resources/recipes/wired.recipe 258FIX_PYTHON+= recipes/nacional_cro.recipe
257REPLACE_PYTHON+= resources/recipes/wsj.recipe 259FIX_PYTHON+= recipes/nakedcapitalism.recipe
258REPLACE_PYTHON+= resources/recipes/zaobao.recipe 260FIX_PYTHON+= recipes/natgeo.recipe
259REPLACE_PYTHON+= setup.py 261FIX_PYTHON+= recipes/nationalgeoro.recipe
260REPLACE_PYTHON+= setup/__init__.py 262FIX_PYTHON+= recipes/new_york_review_of_books.recipe
261REPLACE_PYTHON+= setup/build_environment.py 263FIX_PYTHON+= recipes/new_york_review_of_books_no_sub.recipe
262REPLACE_PYTHON+= setup/check.py 264FIX_PYTHON+= recipes/newsmoldova.recipe
263REPLACE_PYTHON+= setup/commands.py 265FIX_PYTHON+= recipes/newsweek_argentina.recipe
264REPLACE_PYTHON+= setup/extensions.py 266FIX_PYTHON+= recipes/newsweek_polska.recipe
265REPLACE_PYTHON+= setup/gui.py 267FIX_PYTHON+= recipes/njp.recipe
266REPLACE_PYTHON+= setup/install.py 268FIX_PYTHON+= recipes/noaa.recipe
267REPLACE_PYTHON+= setup/installer/__init__.py 269FIX_PYTHON+= recipes/nortecastilla.recipe
268REPLACE_PYTHON+= setup/installer/linux/__init__.py 270FIX_PYTHON+= recipes/now_toronto.recipe
269REPLACE_PYTHON+= setup/installer/linux/freeze.py 271FIX_PYTHON+= recipes/nrc-nl-epub.recipe
270REPLACE_PYTHON+= setup/installer/linux/freeze2.py 272FIX_PYTHON+= recipes/nymag.recipe
271REPLACE_PYTHON+= setup/installer/osx/__init__.py 273FIX_PYTHON+= recipes/nytimes.recipe
272REPLACE_PYTHON+= setup/installer/osx/app/__init__.py 274FIX_PYTHON+= recipes/nytimes_sports.recipe
273REPLACE_PYTHON+= setup/installer/osx/app/launcher.py 275FIX_PYTHON+= recipes/nytimes_sub.recipe
274REPLACE_PYTHON+= setup/installer/osx/app/main.py 276FIX_PYTHON+= recipes/nytimes_tech.recipe
275REPLACE_PYTHON+= setup/installer/osx/freeze.py 277FIX_PYTHON+= recipes/o_globo.recipe
276REPLACE_PYTHON+= setup/installer/windows/__init__.py 278FIX_PYTHON+= recipes/observa_digital.recipe
277REPLACE_PYTHON+= setup/installer/windows/freeze.py 279FIX_PYTHON+= recipes/observer_gb.recipe
278REPLACE_PYTHON+= setup/installer/windows/site.py 280FIX_PYTHON+= recipes/oc_register.recipe
279REPLACE_PYTHON+= setup/installer/windows/wix.py 281FIX_PYTHON+= recipes/onemagazine.recipe
280REPLACE_PYTHON+= setup/publish.py 282FIX_PYTHON+= recipes/onionavclub.recipe
281REPLACE_PYTHON+= setup/pygettext.py 283FIX_PYTHON+= recipes/osnews_pl.recipe
282REPLACE_PYTHON+= setup/pypi.py 284FIX_PYTHON+= recipes/ottawa_citizen.recipe
283REPLACE_PYTHON+= setup/resources.py 285FIX_PYTHON+= recipes/outlook_india.recipe
284REPLACE_PYTHON+= setup/translations.py 286FIX_PYTHON+= recipes/panorama.recipe
285REPLACE_PYTHON+= setup/upload.py 287FIX_PYTHON+= recipes/pc_advisor.recipe
286REPLACE_PYTHON+= src/calibre/debug.py 288FIX_PYTHON+= recipes/pc_lab.recipe
287REPLACE_PYTHON+= src/calibre/devices/android/__init__.py 289FIX_PYTHON+= recipes/pc_mag.recipe
288REPLACE_PYTHON+= src/calibre/devices/eslick/__init__.py 290FIX_PYTHON+= recipes/pc_world.recipe
289REPLACE_PYTHON+= src/calibre/devices/eslick/driver.py 291FIX_PYTHON+= recipes/pcworld_hu.recipe
290REPLACE_PYTHON+= src/calibre/devices/iriver/__init__.py 292FIX_PYTHON+= recipes/pcworldro.recipe
291REPLACE_PYTHON+= src/calibre/devices/iriver/driver.py 293FIX_PYTHON+= recipes/people_us_mashup.recipe
292REPLACE_PYTHON+= src/calibre/ebooks/comic/__init__.py 294FIX_PYTHON+= recipes/phd_comics.recipe
293REPLACE_PYTHON+= src/calibre/ebooks/compression/palmdoc.py 295FIX_PYTHON+= recipes/philly.recipe
294REPLACE_PYTHON+= src/calibre/ebooks/conversion/config.py 296FIX_PYTHON+= recipes/pobjeda.recipe
295REPLACE_PYTHON+= src/calibre/ebooks/conversion/preprocess.py 297FIX_PYTHON+= recipes/politico.recipe
296REPLACE_PYTHON+= src/calibre/ebooks/epub/output.py 298FIX_PYTHON+= recipes/polityka.recipe
297REPLACE_PYTHON+= src/calibre/ebooks/html/__init__.py 299FIX_PYTHON+= recipes/portfolio.recipe
298REPLACE_PYTHON+= src/calibre/ebooks/html/input.py 300FIX_PYTHON+= recipes/pressonline.recipe
299REPLACE_PYTHON+= src/calibre/ebooks/lit/input.py 301FIX_PYTHON+= recipes/promotor.recipe
300REPLACE_PYTHON+= src/calibre/ebooks/lit/output.py 302FIX_PYTHON+= recipes/prosport.recipe
301REPLACE_PYTHON+= src/calibre/ebooks/lrf/html/table_as_image.py 303FIX_PYTHON+= recipes/prostamerika.recipe
302REPLACE_PYTHON+= src/calibre/ebooks/lrf/input.py 304FIX_PYTHON+= recipes/protvmagazin.recipe
303REPLACE_PYTHON+= src/calibre/ebooks/lrf/output.py 305FIX_PYTHON+= recipes/psychologies.recipe
304REPLACE_PYTHON+= src/calibre/ebooks/lrf/pylrs/pylrf.py 306FIX_PYTHON+= recipes/publico.recipe
305REPLACE_PYTHON+= src/calibre/ebooks/markdown/markdown.py 307FIX_PYTHON+= recipes/publika.recipe
306REPLACE_PYTHON+= src/calibre/ebooks/markdown/mdx_tables.py 308FIX_PYTHON+= recipes/punto_informatico.recipe
307REPLACE_PYTHON+= src/calibre/ebooks/metadata/__init__.py 309FIX_PYTHON+= recipes/quotidiano.recipe
308REPLACE_PYTHON+= src/calibre/ebooks/metadata/amazon.py 310FIX_PYTHON+= recipes/readers_digest.recipe
309REPLACE_PYTHON+= src/calibre/ebooks/metadata/epub.py 311FIX_PYTHON+= recipes/realitatea.recipe
310REPLACE_PYTHON+= src/calibre/ebooks/metadata/fb2.py 312FIX_PYTHON+= recipes/red_aragon.recipe
311REPLACE_PYTHON+= src/calibre/ebooks/metadata/html.py 313FIX_PYTHON+= recipes/regina_leader_post.recipe
312REPLACE_PYTHON+= src/calibre/ebooks/metadata/lrx.py 314FIX_PYTHON+= recipes/replicavedetelor.recipe
313REPLACE_PYTHON+= src/calibre/ebooks/metadata/odt.py 315FIX_PYTHON+= recipes/republika.recipe
314REPLACE_PYTHON+= src/calibre/ebooks/metadata/opf2.py 316FIX_PYTHON+= recipes/revista_bla.recipe
315REPLACE_PYTHON+= src/calibre/ebooks/metadata/rar.py 317FIX_PYTHON+= recipes/rga.recipe
316REPLACE_PYTHON+= src/calibre/ebooks/metadata/toc.py 318FIX_PYTHON+= recipes/rmf24_ESKN.recipe
317REPLACE_PYTHON+= src/calibre/ebooks/metadata/worker.py 319FIX_PYTHON+= recipes/rmf24_fakty.recipe
318REPLACE_PYTHON+= src/calibre/ebooks/mobi/__init__.py 320FIX_PYTHON+= recipes/rmf24_opinie.recipe
319REPLACE_PYTHON+= src/calibre/ebooks/mobi/huffcdic.py 321FIX_PYTHON+= recipes/romanialibera.recipe
320REPLACE_PYTHON+= src/calibre/ebooks/mobi/langcodes.py 322FIX_PYTHON+= recipes/rstones.recipe
321REPLACE_PYTHON+= src/calibre/ebooks/mobi/output.py 323FIX_PYTHON+= recipes/rts.recipe
322REPLACE_PYTHON+= src/calibre/ebooks/odt/__init__.py 324FIX_PYTHON+= recipes/runa.recipe
323REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/__init__.py 325FIX_PYTHON+= recipes/salon.recipe
324REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/guide.py 326FIX_PYTHON+= recipes/san_fran_chronicle.recipe
325REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/jacket.py 327FIX_PYTHON+= recipes/sanjosemercurynews.recipe
326REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/linearize_tables.py 328FIX_PYTHON+= recipes/saskatoon_star_phoenix.recipe
327REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/metadata.py 329FIX_PYTHON+= recipes/sb_nation.recipe
328REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/rescale.py 330FIX_PYTHON+= recipes/science_aas.recipe
329REPLACE_PYTHON+= src/calibre/ebooks/oeb/transforms/structure.py 331FIX_PYTHON+= recipes/science_based_medicine.recipe
330REPLACE_PYTHON+= src/calibre/ebooks/pdf/__init__.py 332FIX_PYTHON+= recipes/science_news.recipe
331REPLACE_PYTHON+= src/calibre/ebooks/pdf/reflow.py 333FIX_PYTHON+= recipes/science_news_recent_issues.recipe
332REPLACE_PYTHON+= src/calibre/ebooks/rtf2xml/ParseRtf.py 334FIX_PYTHON+= recipes/sciencedaily.recipe
333REPLACE_PYTHON+= src/calibre/ebooks/rtf2xml/check_encoding.py 335FIX_PYTHON+= recipes/scientific_american.recipe
334REPLACE_PYTHON+= src/calibre/ebooks/txt/__init__.py 336FIX_PYTHON+= recipes/scott_hanselman.recipe
335REPLACE_PYTHON+= src/calibre/gui2/convert/__init__.py 337FIX_PYTHON+= recipes/seanhannity.recipe
336REPLACE_PYTHON+= src/calibre/gui2/convert/comic_input.py 338FIX_PYTHON+= recipes/seattle_times.recipe
337REPLACE_PYTHON+= src/calibre/gui2/convert/debug.py 339FIX_PYTHON+= recipes/serverside.recipe
338REPLACE_PYTHON+= src/calibre/gui2/convert/epub_output.py 340FIX_PYTHON+= recipes/sfin.recipe
339REPLACE_PYTHON+= src/calibre/gui2/convert/font_key.py 341FIX_PYTHON+= recipes/slashdot.recipe
340REPLACE_PYTHON+= src/calibre/gui2/convert/look_and_feel.py 342FIX_PYTHON+= recipes/slate.recipe
341REPLACE_PYTHON+= src/calibre/gui2/convert/lrf_output.py 343FIX_PYTHON+= recipes/smashing.recipe
342REPLACE_PYTHON+= src/calibre/gui2/convert/metadata.py 344FIX_PYTHON+= recipes/socialdiva.recipe
343REPLACE_PYTHON+= src/calibre/gui2/convert/mobi_output.py 345FIX_PYTHON+= recipes/spiegel_int.recipe
344REPLACE_PYTHON+= src/calibre/gui2/convert/page_setup.py 346FIX_PYTHON+= recipes/spiegelde.recipe
345REPLACE_PYTHON+= src/calibre/gui2/convert/single.py 347FIX_PYTHON+= recipes/st_petersburg_times.recipe
346REPLACE_PYTHON+= src/calibre/gui2/convert/structure_detection.py 348FIX_PYTHON+= recipes/stackoverflow.recipe
347REPLACE_PYTHON+= src/calibre/gui2/convert/toc.py 349FIX_PYTHON+= recipes/standardmoney.recipe
348REPLACE_PYTHON+= src/calibre/gui2/convert/xpath_wizard.py 350FIX_PYTHON+= recipes/superbebe.recipe
349REPLACE_PYTHON+= src/calibre/gui2/cover_flow.py 351FIX_PYTHON+= recipes/svd_se.recipe
350REPLACE_PYTHON+= src/calibre/gui2/dialogs/book_info.py 352FIX_PYTHON+= recipes/swiatkindle.recipe
351REPLACE_PYTHON+= src/calibre/gui2/dialogs/config/add_save.py 353FIX_PYTHON+= recipes/tabu.recipe
352REPLACE_PYTHON+= src/calibre/gui2/dialogs/config/history.py 354FIX_PYTHON+= recipes/tanjug.recipe
353REPLACE_PYTHON+= src/calibre/gui2/dialogs/config/social.py 355FIX_PYTHON+= recipes/taz.recipe
354REPLACE_PYTHON+= src/calibre/gui2/dialogs/confirm_delete.py 356FIX_PYTHON+= recipes/tech_world.recipe
355REPLACE_PYTHON+= src/calibre/gui2/dialogs/progress.py 357FIX_PYTHON+= recipes/teleread.recipe
356REPLACE_PYTHON+= src/calibre/gui2/jobs.py 358FIX_PYTHON+= recipes/the_age.recipe
357REPLACE_PYTHON+= src/calibre/gui2/metadata.py 359FIX_PYTHON+= recipes/the_budget_fashionista.recipe
358REPLACE_PYTHON+= src/calibre/gui2/search_box.py 360FIX_PYTHON+= recipes/the_escapist.recipe
359REPLACE_PYTHON+= src/calibre/gui2/tag_view.py 361FIX_PYTHON+= recipes/the_h.recipe
360REPLACE_PYTHON+= src/calibre/gui2/tools.py 362FIX_PYTHON+= recipes/the_oz.recipe
361REPLACE_PYTHON+= src/calibre/gui2/viewer/documentview.py 363FIX_PYTHON+= recipes/the_scotsman.recipe
362REPLACE_PYTHON+= src/calibre/gui2/viewer/printing.py 364FIX_PYTHON+= recipes/thedgesingapore.recipe
363REPLACE_PYTHON+= src/calibre/gui2/widgets.py 365FIX_PYTHON+= recipes/themarketticker.recipe
364REPLACE_PYTHON+= src/calibre/gui2/wizard/__init__.py 366FIX_PYTHON+= recipes/theoldfoodie.recipe
365REPLACE_PYTHON+= src/calibre/gui2/wizard/send_email.py 367FIX_PYTHON+= recipes/thestar.recipe
366REPLACE_PYTHON+= src/calibre/library/cli.py 368FIX_PYTHON+= recipes/tijd.recipe
367REPLACE_PYTHON+= src/calibre/library/move.py 369FIX_PYTHON+= recipes/time_magazine.recipe
368REPLACE_PYTHON+= src/calibre/library/save_to_disk.py 370FIX_PYTHON+= recipes/timesnewroman.recipe
369REPLACE_PYTHON+= src/calibre/library/server.py 371FIX_PYTHON+= recipes/tnxm.recipe
370REPLACE_PYTHON+= src/calibre/library/test.py 372FIX_PYTHON+= recipes/tomshardware.recipe
371REPLACE_PYTHON+= src/calibre/libunzip.py 373FIX_PYTHON+= recipes/toronto_sun.recipe
372REPLACE_PYTHON+= src/calibre/manual/custom.py 374FIX_PYTHON+= recipes/trombon.recipe
373REPLACE_PYTHON+= src/calibre/manual/epub.py 375FIX_PYTHON+= recipes/tuttosport.recipe
374REPLACE_PYTHON+= src/calibre/trac/bzr_commit_plugin.py 376FIX_PYTHON+= recipes/tvmania.recipe
375REPLACE_PYTHON+= src/calibre/translations/msgfmt.py 377FIX_PYTHON+= recipes/tweakers.recipe
376REPLACE_PYTHON+= src/calibre/utils/__init__.py 378FIX_PYTHON+= recipes/twitchfilms.recipe
377REPLACE_PYTHON+= src/calibre/utils/complete.py 379FIX_PYTHON+= recipes/tyzden.recipe
378REPLACE_PYTHON+= src/calibre/utils/fonts/__init__.py 380FIX_PYTHON+= recipes/uncrate.recipe
379REPLACE_PYTHON+= src/calibre/utils/ipc/__init__.py 381FIX_PYTHON+= recipes/unica.recipe
380REPLACE_PYTHON+= src/calibre/utils/ipc/job.py 382FIX_PYTHON+= recipes/upi.recipe
381REPLACE_PYTHON+= src/calibre/utils/ipc/launch.py 383FIX_PYTHON+= recipes/usatoday.recipe
382REPLACE_PYTHON+= src/calibre/utils/ipc/server.py 384FIX_PYTHON+= recipes/usnews.recipe
383REPLACE_PYTHON+= src/calibre/utils/ipc/worker.py 385FIX_PYTHON+= recipes/utne.recipe
384REPLACE_PYTHON+= src/calibre/utils/localization.py 386FIX_PYTHON+= recipes/vancouver_provice.recipe
385REPLACE_PYTHON+= src/calibre/utils/osx_symlinks.py 387FIX_PYTHON+= recipes/vancouver_sun.recipe
386REPLACE_PYTHON+= src/calibre/utils/pdftk.py 388FIX_PYTHON+= recipes/vecernji_list.recipe
387REPLACE_PYTHON+= src/calibre/utils/podofo/__init__.py 389FIX_PYTHON+= recipes/vedomosti.recipe
388REPLACE_PYTHON+= src/calibre/utils/resources.py 390FIX_PYTHON+= recipes/veintitres.recipe
389REPLACE_PYTHON+= src/calibre/utils/search_query_parser.py 391FIX_PYTHON+= recipes/vic_times.recipe
390REPLACE_PYTHON+= src/calibre/utils/sftp.py 392FIX_PYTHON+= recipes/viva.recipe
391REPLACE_PYTHON+= src/calibre/utils/sigil.py 393FIX_PYTHON+= recipes/vnexpress.recipe
392REPLACE_PYTHON+= src/calibre/web/feeds/__init__.py 394FIX_PYTHON+= recipes/wallstreetro.recipe
393REPLACE_PYTHON+= src/calibre/web/feeds/feedparser.py 395FIX_PYTHON+= recipes/wash_times.recipe
394REPLACE_PYTHON+= src/calibre/web/feeds/input.py 396FIX_PYTHON+= recipes/weblogs_sl.recipe
395REPLACE_PYTHON+= src/calibre/web/feeds/recipes/__init__.py 397FIX_PYTHON+= recipes/wenxuecity-znjy.recipe
396REPLACE_PYTHON+= src/calibre/web/feeds/recipes/collection.py 398FIX_PYTHON+= recipes/wikinews_en.recipe
397REPLACE_PYTHON+= src/calibre/web/feeds/recipes/model.py 399FIX_PYTHON+= recipes/windows_star.recipe
398REPLACE_PYTHON+= src/calibre/web/feeds/templates.py 400FIX_PYTHON+= recipes/winter_olympics.recipe
399REPLACE_PYTHON+= src/calibre/web/fetch/simple.py 401FIX_PYTHON+= recipes/wired_daily.recipe
400REPLACE_PYTHON+= src/cherrypy/_cpmodpy.py 402FIX_PYTHON+= recipes/wprost.recipe
401REPLACE_PYTHON+= src/cherrypy/cherryd 403FIX_PYTHON+= recipes/wsj.recipe
402REPLACE_PYTHON+= src/cssutils/__init__.py 404FIX_PYTHON+= recipes/wsj_free.recipe
403REPLACE_PYTHON+= src/cssutils/codec.py 405FIX_PYTHON+= recipes/wvhooligan.recipe
404REPLACE_PYTHON+= src/cssutils/errorhandler.py 406FIX_PYTHON+= recipes/zaobao.recipe
405REPLACE_PYTHON+= src/cssutils/parse.py 407FIX_PYTHON+= recipes/zeitde_sub.recipe
406REPLACE_PYTHON+= src/cssutils/serialize.py 408FIX_PYTHON+= recipes/ziarulfinanciar.recipe
407REPLACE_PYTHON+= src/cssutils/tokenize2.py 409FIX_PYTHON+= recipes/ziuaveche.recipe
408REPLACE_PYTHON+= src/encutils/__init__.py 410FIX_PYTHON+= resources/catalog/section_list_templates.py
409REPLACE_PYTHON+= src/odf/element.py 411FIX_PYTHON+= resources/default_tweaks.py
410REPLACE_PYTHON+= src/odf/elementtypes.py 412FIX_PYTHON+= setup.py
411REPLACE_PYTHON+= src/odf/load.py 413FIX_PYTHON+= setup/__init__.py
412REPLACE_PYTHON+= src/odf/manifest.py 414FIX_PYTHON+= setup/build_environment.py
413REPLACE_PYTHON+= src/odf/odf2xhtml.py 415FIX_PYTHON+= setup/check.py
414REPLACE_PYTHON+= src/odf/odfmanifest.py 416FIX_PYTHON+= setup/commands.py
415REPLACE_PYTHON+= src/odf/thumbnail.py 417FIX_PYTHON+= setup/extensions.py
416REPLACE_PYTHON+= src/odf/userfield.py 418FIX_PYTHON+= setup/gui.py
 419FIX_PYTHON+= setup/installer/__init__.py
 420FIX_PYTHON+= setup/installer/linux/__init__.py
 421FIX_PYTHON+= setup/installer/linux/freeze.py
 422FIX_PYTHON+= setup/installer/linux/freeze2.py
 423FIX_PYTHON+= setup/installer/osx/__init__.py
 424FIX_PYTHON+= setup/installer/osx/app/__init__.py
 425FIX_PYTHON+= setup/installer/osx/app/main.py
 426FIX_PYTHON+= setup/installer/osx/freeze.py
 427FIX_PYTHON+= setup/installer/windows/__init__.py
 428FIX_PYTHON+= setup/installer/windows/freeze.py
 429FIX_PYTHON+= setup/installer/windows/site.py
 430FIX_PYTHON+= setup/installer/windows/wix.py
 431FIX_PYTHON+= setup/publish.py
 432FIX_PYTHON+= setup/pygettext.py
 433FIX_PYTHON+= setup/pypi.py
 434FIX_PYTHON+= setup/resources.py
 435FIX_PYTHON+= setup/server.py
 436FIX_PYTHON+= setup/translations.py
 437FIX_PYTHON+= setup/upload.py
 438FIX_PYTHON+= src/calibre/customize/zipplugin.py
 439FIX_PYTHON+= src/calibre/debug.py
 440FIX_PYTHON+= src/calibre/devices/android/__init__.py
 441FIX_PYTHON+= src/calibre/devices/eslick/__init__.py
 442FIX_PYTHON+= src/calibre/devices/eslick/driver.py
 443FIX_PYTHON+= src/calibre/devices/folder_device/__init__.py
 444FIX_PYTHON+= src/calibre/devices/iriver/__init__.py
 445FIX_PYTHON+= src/calibre/devices/iriver/driver.py
 446FIX_PYTHON+= src/calibre/devices/kobo/__init__.py
 447FIX_PYTHON+= src/calibre/devices/kobo/driver.py
 448FIX_PYTHON+= src/calibre/devices/misc.py
 449FIX_PYTHON+= src/calibre/devices/prs505/sony_cache.py
 450FIX_PYTHON+= src/calibre/devices/teclast/__init__.py
 451FIX_PYTHON+= src/calibre/devices/udisks.py
 452FIX_PYTHON+= src/calibre/ebooks/chm/__init__.py
 453FIX_PYTHON+= src/calibre/ebooks/chm/metadata.py
 454FIX_PYTHON+= src/calibre/ebooks/comic/__init__.py
 455FIX_PYTHON+= src/calibre/ebooks/compression/palmdoc.py
 456FIX_PYTHON+= src/calibre/ebooks/conversion/config.py
 457FIX_PYTHON+= src/calibre/ebooks/conversion/preprocess.py
 458FIX_PYTHON+= src/calibre/ebooks/conversion/utils.py
 459FIX_PYTHON+= src/calibre/ebooks/epub/fix/__init__.py
 460FIX_PYTHON+= src/calibre/ebooks/epub/fix/container.py
 461FIX_PYTHON+= src/calibre/ebooks/epub/fix/epubcheck.py
 462FIX_PYTHON+= src/calibre/ebooks/epub/fix/main.py
 463FIX_PYTHON+= src/calibre/ebooks/epub/fix/unmanifested.py
 464FIX_PYTHON+= src/calibre/ebooks/epub/output.py
 465FIX_PYTHON+= src/calibre/ebooks/epub/periodical.py
 466FIX_PYTHON+= src/calibre/ebooks/html/__init__.py
 467FIX_PYTHON+= src/calibre/ebooks/html/input.py
 468FIX_PYTHON+= src/calibre/ebooks/iterator/__init__.py
 469FIX_PYTHON+= src/calibre/ebooks/lit/input.py
 470FIX_PYTHON+= src/calibre/ebooks/lit/output.py
 471FIX_PYTHON+= src/calibre/ebooks/lrf/html/table_as_image.py
 472FIX_PYTHON+= src/calibre/ebooks/lrf/input.py
 473FIX_PYTHON+= src/calibre/ebooks/lrf/output.py
 474FIX_PYTHON+= src/calibre/ebooks/lrf/pylrs/pylrf.py
 475FIX_PYTHON+= src/calibre/ebooks/markdown/markdown.py
 476FIX_PYTHON+= src/calibre/ebooks/markdown/mdx_tables.py
 477FIX_PYTHON+= src/calibre/ebooks/metadata/__init__.py
 478FIX_PYTHON+= src/calibre/ebooks/metadata/archive.py
 479FIX_PYTHON+= src/calibre/ebooks/metadata/book/__init__.py
 480FIX_PYTHON+= src/calibre/ebooks/metadata/book/base.py
 481FIX_PYTHON+= src/calibre/ebooks/metadata/epub.py
 482FIX_PYTHON+= src/calibre/ebooks/metadata/fb2.py
 483FIX_PYTHON+= src/calibre/ebooks/metadata/html.py
 484FIX_PYTHON+= src/calibre/ebooks/metadata/kdl.py
 485FIX_PYTHON+= src/calibre/ebooks/metadata/lrx.py
 486FIX_PYTHON+= src/calibre/ebooks/metadata/opf2.py
 487FIX_PYTHON+= src/calibre/ebooks/metadata/rar.py
 488FIX_PYTHON+= src/calibre/ebooks/metadata/sources/__init__.py
 489FIX_PYTHON+= src/calibre/ebooks/metadata/sources/amazon.py
 490FIX_PYTHON+= src/calibre/ebooks/metadata/sources/base.py
 491FIX_PYTHON+= src/calibre/ebooks/metadata/sources/cli.py
 492FIX_PYTHON+= src/calibre/ebooks/metadata/sources/covers.py
 493FIX_PYTHON+= src/calibre/ebooks/metadata/sources/douban.py
 494FIX_PYTHON+= src/calibre/ebooks/metadata/sources/google.py
 495FIX_PYTHON+= src/calibre/ebooks/metadata/sources/identify.py
 496FIX_PYTHON+= src/calibre/ebooks/metadata/sources/isbndb.py
 497FIX_PYTHON+= src/calibre/ebooks/metadata/sources/openlibrary.py
 498FIX_PYTHON+= src/calibre/ebooks/metadata/sources/overdrive.py
 499FIX_PYTHON+= src/calibre/ebooks/metadata/sources/test.py
 500FIX_PYTHON+= src/calibre/ebooks/metadata/toc.py
 501FIX_PYTHON+= src/calibre/ebooks/metadata/worker.py
 502FIX_PYTHON+= src/calibre/ebooks/metadata/xisbn.py
 503FIX_PYTHON+= src/calibre/ebooks/mobi/__init__.py
 504FIX_PYTHON+= src/calibre/ebooks/mobi/debug.py
 505FIX_PYTHON+= src/calibre/ebooks/mobi/huffcdic.py
 506FIX_PYTHON+= src/calibre/ebooks/mobi/langcodes.py
 507FIX_PYTHON+= src/calibre/ebooks/mobi/output.py
 508FIX_PYTHON+= src/calibre/ebooks/odt/__init__.py
 509FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/__init__.py
 510FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/cover.py
 511FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/filenames.py
 512FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/guide.py
 513FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/jacket.py
 514FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/linearize_tables.py
 515FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/metadata.py
 516FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/page_margin.py
 517FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/rescale.py
 518FIX_PYTHON+= src/calibre/ebooks/oeb/transforms/structure.py
 519FIX_PYTHON+= src/calibre/ebooks/pdf/__init__.py
 520FIX_PYTHON+= src/calibre/ebooks/pdf/reflow.py
 521FIX_PYTHON+= src/calibre/ebooks/rtf/preprocess.py
 522FIX_PYTHON+= src/calibre/ebooks/rtf2xml/ParseRtf.py
 523FIX_PYTHON+= src/calibre/ebooks/rtf2xml/check_encoding.py
 524FIX_PYTHON+= src/calibre/ebooks/snb/__init__.py
 525FIX_PYTHON+= src/calibre/ebooks/textile/functions.py
 526FIX_PYTHON+= src/calibre/ebooks/txt/__init__.py
 527FIX_PYTHON+= src/calibre/gui2/actions/__init__.py
 528FIX_PYTHON+= src/calibre/gui2/actions/add.py
 529FIX_PYTHON+= src/calibre/gui2/actions/add_to_library.py
 530FIX_PYTHON+= src/calibre/gui2/actions/annotate.py
 531FIX_PYTHON+= src/calibre/gui2/actions/catalog.py
 532FIX_PYTHON+= src/calibre/gui2/actions/choose_library.py
 533FIX_PYTHON+= src/calibre/gui2/actions/convert.py
 534FIX_PYTHON+= src/calibre/gui2/actions/copy_to_library.py
 535FIX_PYTHON+= src/calibre/gui2/actions/delete.py
 536FIX_PYTHON+= src/calibre/gui2/actions/device.py
 537FIX_PYTHON+= src/calibre/gui2/actions/edit_collections.py
 538FIX_PYTHON+= src/calibre/gui2/actions/edit_metadata.py
 539FIX_PYTHON+= src/calibre/gui2/actions/fetch_news.py
 540FIX_PYTHON+= src/calibre/gui2/actions/help.py
 541FIX_PYTHON+= src/calibre/gui2/actions/next_match.py
 542FIX_PYTHON+= src/calibre/gui2/actions/open.py
 543FIX_PYTHON+= src/calibre/gui2/actions/preferences.py
 544FIX_PYTHON+= src/calibre/gui2/actions/restart.py
 545FIX_PYTHON+= src/calibre/gui2/actions/save_to_disk.py
 546FIX_PYTHON+= src/calibre/gui2/actions/show_book_details.py
 547FIX_PYTHON+= src/calibre/gui2/actions/similar_books.py
 548FIX_PYTHON+= src/calibre/gui2/actions/tweak_epub.py
 549FIX_PYTHON+= src/calibre/gui2/actions/view.py
 550FIX_PYTHON+= src/calibre/gui2/add_wizard/__init__.py
 551FIX_PYTHON+= src/calibre/gui2/bars.py
 552FIX_PYTHON+= src/calibre/gui2/book_details.py
 553FIX_PYTHON+= src/calibre/gui2/catalog/catalog_bibtex.py
 554FIX_PYTHON+= src/calibre/gui2/catalog/catalog_csv_xml.py
 555FIX_PYTHON+= src/calibre/gui2/catalog/catalog_epub_mobi.py
 556FIX_PYTHON+= src/calibre/gui2/comments_editor.py
 557FIX_PYTHON+= src/calibre/gui2/complete.py
 558FIX_PYTHON+= src/calibre/gui2/convert/__init__.py
 559FIX_PYTHON+= src/calibre/gui2/convert/comic_input.py
 560FIX_PYTHON+= src/calibre/gui2/convert/debug.py
 561FIX_PYTHON+= src/calibre/gui2/convert/epub_output.py
 562FIX_PYTHON+= src/calibre/gui2/convert/font_key.py
 563FIX_PYTHON+= src/calibre/gui2/convert/look_and_feel.py
 564FIX_PYTHON+= src/calibre/gui2/convert/lrf_output.py
 565FIX_PYTHON+= src/calibre/gui2/convert/metadata.py
 566FIX_PYTHON+= src/calibre/gui2/convert/mobi_output.py
 567FIX_PYTHON+= src/calibre/gui2/convert/page_setup.py
 568FIX_PYTHON+= src/calibre/gui2/convert/single.py
 569FIX_PYTHON+= src/calibre/gui2/convert/structure_detection.py
 570FIX_PYTHON+= src/calibre/gui2/convert/toc.py
 571FIX_PYTHON+= src/calibre/gui2/convert/xpath_wizard.py
 572FIX_PYTHON+= src/calibre/gui2/cover_flow.py
 573FIX_PYTHON+= src/calibre/gui2/custom_column_widgets.py
 574FIX_PYTHON+= src/calibre/gui2/dialogs/add_empty_book.py
 575FIX_PYTHON+= src/calibre/gui2/dialogs/add_from_isbn.py
 576FIX_PYTHON+= src/calibre/gui2/dialogs/book_info.py
 577FIX_PYTHON+= src/calibre/gui2/dialogs/catalog.py
 578FIX_PYTHON+= src/calibre/gui2/dialogs/check_library.py
 579FIX_PYTHON+= src/calibre/gui2/dialogs/choose_library.py
 580FIX_PYTHON+= src/calibre/gui2/dialogs/choose_plugin_toolbars.py
 581FIX_PYTHON+= src/calibre/gui2/dialogs/comments_dialog.py
 582FIX_PYTHON+= src/calibre/gui2/dialogs/confirm_delete.py
 583FIX_PYTHON+= src/calibre/gui2/dialogs/confirm_delete_location.py
 584FIX_PYTHON+= src/calibre/gui2/dialogs/delete_matching_from_device.py
 585FIX_PYTHON+= src/calibre/gui2/dialogs/drm_error.py
 586FIX_PYTHON+= src/calibre/gui2/dialogs/edit_authors_dialog.py
 587FIX_PYTHON+= src/calibre/gui2/dialogs/message_box.py
 588FIX_PYTHON+= src/calibre/gui2/dialogs/progress.py
 589FIX_PYTHON+= src/calibre/gui2/dialogs/restore_library.py
 590FIX_PYTHON+= src/calibre/gui2/dialogs/select_formats.py
 591FIX_PYTHON+= src/calibre/gui2/dialogs/template_dialog.py
 592FIX_PYTHON+= src/calibre/gui2/dialogs/tweak_epub.py
 593FIX_PYTHON+= src/calibre/gui2/dnd.py
 594FIX_PYTHON+= src/calibre/gui2/email.py
 595FIX_PYTHON+= src/calibre/gui2/init.py
 596FIX_PYTHON+= src/calibre/gui2/jobs.py
 597FIX_PYTHON+= src/calibre/gui2/layout.py
 598FIX_PYTHON+= src/calibre/gui2/library/__init__.py
 599FIX_PYTHON+= src/calibre/gui2/library/delegates.py
 600FIX_PYTHON+= src/calibre/gui2/library/models.py
 601FIX_PYTHON+= src/calibre/gui2/library/views.py
 602FIX_PYTHON+= src/calibre/gui2/metadata/__init__.py
 603FIX_PYTHON+= src/calibre/gui2/metadata/basic_widgets.py
 604FIX_PYTHON+= src/calibre/gui2/metadata/bulk_download.py
 605FIX_PYTHON+= src/calibre/gui2/metadata/config.py
 606FIX_PYTHON+= src/calibre/gui2/metadata/single.py
 607FIX_PYTHON+= src/calibre/gui2/metadata/single_download.py
 608FIX_PYTHON+= src/calibre/gui2/notify.py
 609FIX_PYTHON+= src/calibre/gui2/preferences/__init__.py
 610FIX_PYTHON+= src/calibre/gui2/preferences/adding.py
 611FIX_PYTHON+= src/calibre/gui2/preferences/behavior.py
 612FIX_PYTHON+= src/calibre/gui2/preferences/columns.py
 613FIX_PYTHON+= src/calibre/gui2/preferences/conversion.py
 614FIX_PYTHON+= src/calibre/gui2/preferences/device_debug.py
 615FIX_PYTHON+= src/calibre/gui2/preferences/device_user_defined.py
 616FIX_PYTHON+= src/calibre/gui2/preferences/emailp.py
 617FIX_PYTHON+= src/calibre/gui2/preferences/history.py
 618FIX_PYTHON+= src/calibre/gui2/preferences/look_feel.py
 619FIX_PYTHON+= src/calibre/gui2/preferences/main.py
 620FIX_PYTHON+= src/calibre/gui2/preferences/metadata_sources.py
 621FIX_PYTHON+= src/calibre/gui2/preferences/misc.py
 622FIX_PYTHON+= src/calibre/gui2/preferences/plugboard.py
 623FIX_PYTHON+= src/calibre/gui2/preferences/plugins.py
 624FIX_PYTHON+= src/calibre/gui2/preferences/save_template.py
 625FIX_PYTHON+= src/calibre/gui2/preferences/saving.py
 626FIX_PYTHON+= src/calibre/gui2/preferences/search.py
 627FIX_PYTHON+= src/calibre/gui2/preferences/sending.py
 628FIX_PYTHON+= src/calibre/gui2/preferences/server.py
 629FIX_PYTHON+= src/calibre/gui2/preferences/template_functions.py
 630FIX_PYTHON+= src/calibre/gui2/preferences/toolbar.py
 631FIX_PYTHON+= src/calibre/gui2/preferences/tweaks.py
 632FIX_PYTHON+= src/calibre/gui2/progress_indicator/__init__.py
 633FIX_PYTHON+= src/calibre/gui2/search_box.py
 634FIX_PYTHON+= src/calibre/gui2/shortcuts.py
 635FIX_PYTHON+= src/calibre/gui2/tag_view.py
 636FIX_PYTHON+= src/calibre/gui2/threaded_jobs.py
 637FIX_PYTHON+= src/calibre/gui2/throbber.py
 638FIX_PYTHON+= src/calibre/gui2/tools.py
 639FIX_PYTHON+= src/calibre/gui2/ui.py
 640FIX_PYTHON+= src/calibre/gui2/viewer/dictionary.py
 641FIX_PYTHON+= src/calibre/gui2/viewer/documentview.py
 642FIX_PYTHON+= src/calibre/gui2/viewer/flip.py
 643FIX_PYTHON+= src/calibre/gui2/viewer/gestures.py
 644FIX_PYTHON+= src/calibre/gui2/viewer/keys.py
 645FIX_PYTHON+= src/calibre/gui2/viewer/printing.py
 646FIX_PYTHON+= src/calibre/gui2/widgets.py
 647FIX_PYTHON+= src/calibre/gui2/wizard/__init__.py
 648FIX_PYTHON+= src/calibre/gui2/wizard/send_email.py
 649FIX_PYTHON+= src/calibre/library/add_to_library.py
 650FIX_PYTHON+= src/calibre/library/caches.py
 651FIX_PYTHON+= src/calibre/library/check_library.py
 652FIX_PYTHON+= src/calibre/library/cli.py
 653FIX_PYTHON+= src/calibre/library/comments.py
 654FIX_PYTHON+= src/calibre/library/custom_columns.py
 655FIX_PYTHON+= src/calibre/library/move.py
 656FIX_PYTHON+= src/calibre/library/prefs.py
 657FIX_PYTHON+= src/calibre/library/restore.py
 658FIX_PYTHON+= src/calibre/library/save_to_disk.py
 659FIX_PYTHON+= src/calibre/library/schema_upgrades.py
 660FIX_PYTHON+= src/calibre/library/server/__init__.py
 661FIX_PYTHON+= src/calibre/library/server/base.py
 662FIX_PYTHON+= src/calibre/library/server/browse.py
 663FIX_PYTHON+= src/calibre/library/server/cache.py
 664FIX_PYTHON+= src/calibre/library/server/content.py
 665FIX_PYTHON+= src/calibre/library/server/main.py
 666FIX_PYTHON+= src/calibre/library/server/mobile.py
 667FIX_PYTHON+= src/calibre/library/server/opds.py
 668FIX_PYTHON+= src/calibre/library/server/utils.py
 669FIX_PYTHON+= src/calibre/library/server/xml.py
 670FIX_PYTHON+= src/calibre/library/test.py
 671FIX_PYTHON+= src/calibre/libunzip.py
 672FIX_PYTHON+= src/calibre/manual/custom.py
 673FIX_PYTHON+= src/calibre/manual/epub.py
 674FIX_PYTHON+= src/calibre/manual/plugin_examples/helloworld/__init__.py
 675FIX_PYTHON+= src/calibre/manual/plugin_examples/interface_demo/__init__.py
 676FIX_PYTHON+= src/calibre/manual/plugin_examples/interface_demo/config.py
 677FIX_PYTHON+= src/calibre/manual/plugin_examples/interface_demo/main.py
 678FIX_PYTHON+= src/calibre/manual/plugin_examples/interface_demo/ui.py
 679FIX_PYTHON+= src/calibre/trac/bzr_commit_plugin.py
 680FIX_PYTHON+= src/calibre/translations/msgfmt.py
 681FIX_PYTHON+= src/calibre/utils/__init__.py
 682FIX_PYTHON+= src/calibre/utils/browser.py
 683FIX_PYTHON+= src/calibre/utils/complete.py
 684FIX_PYTHON+= src/calibre/utils/config_base.py
 685FIX_PYTHON+= src/calibre/utils/date.py
 686FIX_PYTHON+= src/calibre/utils/fonts/__init__.py
 687FIX_PYTHON+= src/calibre/utils/html2text.py
 688FIX_PYTHON+= src/calibre/utils/icu.py
 689FIX_PYTHON+= src/calibre/utils/ipc/__init__.py
 690FIX_PYTHON+= src/calibre/utils/ipc/job.py
 691FIX_PYTHON+= src/calibre/utils/ipc/launch.py
 692FIX_PYTHON+= src/calibre/utils/ipc/server.py
 693FIX_PYTHON+= src/calibre/utils/ipc/worker.py
 694FIX_PYTHON+= src/calibre/utils/localization.py
 695FIX_PYTHON+= src/calibre/utils/magick/__init__.py
 696FIX_PYTHON+= src/calibre/utils/magick/draw.py
 697FIX_PYTHON+= src/calibre/utils/magick/generate.py
 698FIX_PYTHON+= src/calibre/utils/mem.py
 699FIX_PYTHON+= src/calibre/utils/network.py
 700FIX_PYTHON+= src/calibre/utils/ordered_dict.py
 701FIX_PYTHON+= src/calibre/utils/osx_symlinks.py
 702FIX_PYTHON+= src/calibre/utils/pdftk.py
 703FIX_PYTHON+= src/calibre/utils/podofo/__init__.py
 704FIX_PYTHON+= src/calibre/utils/pyconsole/__init__.py
 705FIX_PYTHON+= src/calibre/utils/pyconsole/console.py
 706FIX_PYTHON+= src/calibre/utils/pyconsole/controller.py
 707FIX_PYTHON+= src/calibre/utils/pyconsole/formatter.py
 708FIX_PYTHON+= src/calibre/utils/pyconsole/history.py
 709FIX_PYTHON+= src/calibre/utils/pyconsole/interpreter.py
 710FIX_PYTHON+= src/calibre/utils/pyconsole/main.py
 711FIX_PYTHON+= src/calibre/utils/recycle_bin.py
 712FIX_PYTHON+= src/calibre/utils/resources.py
 713FIX_PYTHON+= src/calibre/utils/search_query_parser.py
 714FIX_PYTHON+= src/calibre/utils/sftp.py
 715FIX_PYTHON+= src/calibre/utils/sigil.py
 716FIX_PYTHON+= src/calibre/utils/text2int.py
 717FIX_PYTHON+= src/calibre/utils/titlecase.py
 718FIX_PYTHON+= src/calibre/utils/wmf/__init__.py
 719FIX_PYTHON+= src/calibre/utils/wmf/parse.py
 720FIX_PYTHON+= src/calibre/web/feeds/__init__.py
 721FIX_PYTHON+= src/calibre/web/feeds/feedparser.py
 722FIX_PYTHON+= src/calibre/web/feeds/input.py
 723FIX_PYTHON+= src/calibre/web/feeds/recipes/__init__.py
 724FIX_PYTHON+= src/calibre/web/feeds/recipes/collection.py
 725FIX_PYTHON+= src/calibre/web/feeds/recipes/model.py
 726FIX_PYTHON+= src/calibre/web/feeds/templates.py
 727FIX_PYTHON+= src/calibre/web/fetch/simple.py
 728FIX_PYTHON+= src/cherrypy/cherryd
 729FIX_PYTHON+= src/templite/__init__.py
417 730
418SUBST_CLASSES+= prefix 731SUBST_CLASSES+= prefix
419SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt4/bin/qmake'," 732SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt4/bin/qmake',"
420SUBST_MESSAGE.prefix= Fixing path to QMAKE 733SUBST_MESSAGE.prefix= Fixing path to QMAKE
421SUBST_STAGE.prefix= post-patch 734SUBST_STAGE.prefix= post-patch
422SUBST_FILES.prefix= setup/build_environment.py 735SUBST_FILES.prefix= setup/build_environment.py
423 736
424SUBST_CLASSES+= path 737SUBST_CLASSES+= path
425SUBST_SED.path= -e "s,^\#!/usr/bin/env python,\#!${PYTHONBIN}," 738SUBST_SED.path= -e "s,\#! */usr/bin/env *python[0-9.]*,\#!${PYTHONBIN},"
426SUBST_MESSAGE.path= Fixing path to python. 739SUBST_MESSAGE.path= Fixing path to python.
427SUBST_STAGE.path= post-patch 740SUBST_STAGE.path= post-patch
428SUBST_FILES.path= setup/install.py 741SUBST_FILES.path= setup/install.py ${FIX_PYTHON}
429 742
430MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig 743MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig
431MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib 744MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib
432MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo 745MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
433MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib 746MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
434#MAKE_ENV+= XDG_UTILS_DEBUG_LEVEL=100 747#MAKE_ENV+= XDG_UTILS_DEBUG_LEVEL=100
435 748
436.include "../../lang/python/application.mk" 749.include "../../lang/python/application.mk"
 750.include "../../databases/sqlite3/buildlink3.mk"
 751.include "../../devel/chmlib/buildlink3.mk"
437BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12 752BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
438.include "../../devel/libusb/buildlink3.mk" 753.include "../../devel/libusb/buildlink3.mk"
439.include "../../fonts/fontconfig/buildlink3.mk" 754.include "../../fonts/fontconfig/buildlink3.mk"
440BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5 755BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5
441.include "../../graphics/ImageMagick/buildlink3.mk" 756.include "../../graphics/ImageMagick/buildlink3.mk"
442BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6 757BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
443.include "../../graphics/py-imaging/buildlink3.mk" 758.include "../../graphics/py-imaging/buildlink3.mk"
444BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8 759BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8
445.include "../../graphics/libwmf/buildlink3.mk" 760.include "../../graphics/libwmf/buildlink3.mk"
446.include "../../lang/python/egg.mk" 761.include "../../lang/python/egg.mk"
447_PYSETUPTOOLSINSTALLARGS= # empty 762_PYSETUPTOOLSINSTALLARGS= # empty
 763# Get rid of --root=${DESTDIR}, use our own version from above instead.
 764# because the setup.py is not the standard one and behaves differently.
 765_PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINSTALLARGS}
448#.include "../../lang/python/extension.mk" 766#.include "../../lang/python/extension.mk"
449.include "../../print/podofo/buildlink3.mk" 767.include "../../print/podofo/buildlink3.mk"
450.include "../../print/poppler-includes/buildlink3.mk" 768.include "../../print/poppler-includes/buildlink3.mk"
451.include "../../print/poppler/buildlink3.mk" 769.include "../../print/poppler/buildlink3.mk"
452BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.10.6 770BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.10.6
453.include "../../print/poppler-qt4/buildlink3.mk" 771.include "../../print/poppler-qt4/buildlink3.mk"
454.include "../../sysutils/hal/buildlink3.mk" 772.include "../../sysutils/hal/buildlink3.mk"
455BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2 773BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2
456.include "../../sysutils/py-dbus/buildlink3.mk" 774.include "../../sysutils/py-dbus/buildlink3.mk"
457.include "../../textproc/py-elementtree/buildlink3.mk" 775.include "../../textproc/py-elementtree/buildlink3.mk"
 776.include "../../textproc/icu/buildlink3.mk"
458.include "../../x11/py-sip/buildlink3.mk" 777.include "../../x11/py-sip/buildlink3.mk"
459BUILDLINK_API_DEPENDS.py-qt4+= ${PYPKGPREFIX}-qt4>=4.5.1 778BUILDLINK_API_DEPENDS.py-qt4+= ${PYPKGPREFIX}-qt4>=4.5.1
460.include "../../x11/py-qt4/buildlink3.mk" 779.include "../../x11/py-qt4/buildlink3.mk"
461BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.5.1 780BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.5.1
462.include "../../x11/qt4-tools/buildlink3.mk" 781.include "../../x11/qt4-tools/buildlink3.mk"
463.include "../../mk/bsd.pkg.mk" 782.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/misc/calibre/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/calibre/PLIST 2010/02/25 14:30:23 1.4
+++ pkgsrc/misc/calibre/PLIST 2011/05/21 15:07:48 1.5
@@ -1,94 +1,127 @@ @@ -1,94 +1,127 @@
1@comment $NetBSD: PLIST,v 1.4 2010/02/25 14:30:23 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/05/21 15:07:48 wiz Exp $
 2${PYSITELIB}/init_calibre.py
2bin/calibre 3bin/calibre
3bin/calibre-complete 4bin/calibre-complete
4bin/calibre-customize 5bin/calibre-customize
5bin/calibre-debug 6bin/calibre-debug
6bin/calibre-mount-helper 7bin/calibre-mount-helper
7bin/calibre-parallel 8bin/calibre-parallel
8bin/calibre-server 9bin/calibre-server
9bin/calibre-smtp 10bin/calibre-smtp
10bin/calibre-uninstall 11bin/calibre-uninstall
11bin/calibredb 12bin/calibredb
12bin/ebook-convert 13bin/ebook-convert
13bin/ebook-device 14bin/ebook-device
14bin/ebook-meta 15bin/ebook-meta
15bin/ebook-viewer 16bin/ebook-viewer
 17bin/epub-fix
16bin/fetch-ebook-metadata 18bin/fetch-ebook-metadata
17bin/librarything 19bin/librarything
18bin/lrf2lrs 20bin/lrf2lrs
19bin/lrfviewer 21bin/lrfviewer
20bin/lrs2lrf 22bin/lrs2lrf
21bin/markdown-calibre 23bin/markdown-calibre
22bin/pdfmanipulate 24bin/pdfmanipulate
23bin/web2disk 25bin/web2disk
24lib/calibre/calibre/__init__.py 26lib/calibre/calibre/__init__.py
25lib/calibre/calibre/constants.py 27lib/calibre/calibre/constants.py
26lib/calibre/calibre/customize/__init__.py 28lib/calibre/calibre/customize/__init__.py
27lib/calibre/calibre/customize/builtins.py 29lib/calibre/calibre/customize/builtins.py
28lib/calibre/calibre/customize/conversion.py 30lib/calibre/calibre/customize/conversion.py
29lib/calibre/calibre/customize/profiles.py 31lib/calibre/calibre/customize/profiles.py
30lib/calibre/calibre/customize/ui.py 32lib/calibre/calibre/customize/ui.py
 33lib/calibre/calibre/customize/zipplugin.py
31lib/calibre/calibre/debug.py 34lib/calibre/calibre/debug.py
32lib/calibre/calibre/devices/__init__.py 35lib/calibre/calibre/devices/__init__.py
33lib/calibre/calibre/devices/android/__init__.py 36lib/calibre/calibre/devices/android/__init__.py
34lib/calibre/calibre/devices/android/driver.py 37lib/calibre/calibre/devices/android/driver.py
35lib/calibre/calibre/devices/bebook/__init__.py 38lib/calibre/calibre/devices/apple/__init__.py
36lib/calibre/calibre/devices/bebook/driver.py 39lib/calibre/calibre/devices/apple/driver.py
 40lib/calibre/calibre/devices/bambook/__init__.py
 41lib/calibre/calibre/devices/bambook/driver.py
 42lib/calibre/calibre/devices/bambook/libbambookcore.py
 43lib/calibre/calibre/devices/binatone/__init__.py
 44lib/calibre/calibre/devices/binatone/driver.py
37lib/calibre/calibre/devices/blackberry/__init__.py 45lib/calibre/calibre/devices/blackberry/__init__.py
38lib/calibre/calibre/devices/blackberry/driver.py 46lib/calibre/calibre/devices/blackberry/driver.py
39lib/calibre/calibre/devices/cybookg3/__init__.py 47lib/calibre/calibre/devices/boeye/__init__.py
40lib/calibre/calibre/devices/cybookg3/driver.py 48lib/calibre/calibre/devices/boeye/driver.py
41lib/calibre/calibre/devices/cybookg3/t2b.py 49lib/calibre/calibre/devices/cybook/__init__.py
 50lib/calibre/calibre/devices/cybook/driver.py
 51lib/calibre/calibre/devices/cybook/t2b.py
42lib/calibre/calibre/devices/eb600/__init__.py 52lib/calibre/calibre/devices/eb600/__init__.py
43lib/calibre/calibre/devices/eb600/driver.py 53lib/calibre/calibre/devices/eb600/driver.py
 54lib/calibre/calibre/devices/edge/__init__.py
 55lib/calibre/calibre/devices/edge/driver.py
44lib/calibre/calibre/devices/errors.py 56lib/calibre/calibre/devices/errors.py
45lib/calibre/calibre/devices/eslick/__init__.py 57lib/calibre/calibre/devices/eslick/__init__.py
46lib/calibre/calibre/devices/eslick/driver.py 58lib/calibre/calibre/devices/eslick/driver.py
 59lib/calibre/calibre/devices/folder_device/__init__.py
 60lib/calibre/calibre/devices/folder_device/driver.py
 61lib/calibre/calibre/devices/hanlin/__init__.py
 62lib/calibre/calibre/devices/hanlin/driver.py
 63lib/calibre/calibre/devices/hanvon/__init__.py
 64lib/calibre/calibre/devices/hanvon/driver.py
47lib/calibre/calibre/devices/iliad/__init__.py 65lib/calibre/calibre/devices/iliad/__init__.py
48lib/calibre/calibre/devices/iliad/driver.py 66lib/calibre/calibre/devices/iliad/driver.py
49lib/calibre/calibre/devices/interface.py 67lib/calibre/calibre/devices/interface.py
50lib/calibre/calibre/devices/irexdr/__init__.py 68lib/calibre/calibre/devices/irexdr/__init__.py
51lib/calibre/calibre/devices/irexdr/driver.py 69lib/calibre/calibre/devices/irexdr/driver.py
52lib/calibre/calibre/devices/iriver/__init__.py 70lib/calibre/calibre/devices/iriver/__init__.py
53lib/calibre/calibre/devices/iriver/driver.py 71lib/calibre/calibre/devices/iriver/driver.py
54lib/calibre/calibre/devices/jetbook/__init__.py 72lib/calibre/calibre/devices/jetbook/__init__.py
55lib/calibre/calibre/devices/jetbook/driver.py 73lib/calibre/calibre/devices/jetbook/driver.py
56lib/calibre/calibre/devices/kindle/__init__.py 74lib/calibre/calibre/devices/kindle/__init__.py
 75lib/calibre/calibre/devices/kindle/apnx.py
 76lib/calibre/calibre/devices/kindle/bookmark.py
57lib/calibre/calibre/devices/kindle/driver.py 77lib/calibre/calibre/devices/kindle/driver.py
 78lib/calibre/calibre/devices/kobo/__init__.py
 79lib/calibre/calibre/devices/kobo/books.py
 80lib/calibre/calibre/devices/kobo/driver.py
58lib/calibre/calibre/devices/libusb.py 81lib/calibre/calibre/devices/libusb.py
59lib/calibre/calibre/devices/manager.py 82lib/calibre/calibre/devices/manager.py
60lib/calibre/calibre/devices/mime.py 83lib/calibre/calibre/devices/mime.py
 84lib/calibre/calibre/devices/misc.py
 85lib/calibre/calibre/devices/nokia/__init__.py
 86lib/calibre/calibre/devices/nokia/driver.py
 87lib/calibre/calibre/devices/nook/__init__.py
 88lib/calibre/calibre/devices/nook/driver.py
61lib/calibre/calibre/devices/nuut2/__init__.py 89lib/calibre/calibre/devices/nuut2/__init__.py
62lib/calibre/calibre/devices/nuut2/driver.py 90lib/calibre/calibre/devices/nuut2/driver.py
63lib/calibre/calibre/devices/prs500/__init__.py 91lib/calibre/calibre/devices/prs500/__init__.py
64lib/calibre/calibre/devices/prs500/books.py 92lib/calibre/calibre/devices/prs500/books.py
65lib/calibre/calibre/devices/prs500/cli/__init__.py 93lib/calibre/calibre/devices/prs500/cli/__init__.py
66lib/calibre/calibre/devices/prs500/cli/main.py 94lib/calibre/calibre/devices/prs500/cli/main.py
67lib/calibre/calibre/devices/prs500/driver.py 95lib/calibre/calibre/devices/prs500/driver.py
68lib/calibre/calibre/devices/prs500/prstypes.py 96lib/calibre/calibre/devices/prs500/prstypes.py
69lib/calibre/calibre/devices/prs505/__init__.py 97lib/calibre/calibre/devices/prs505/__init__.py
70lib/calibre/calibre/devices/prs505/books.py 
71lib/calibre/calibre/devices/prs505/driver.py 98lib/calibre/calibre/devices/prs505/driver.py
72lib/calibre/calibre/devices/prs700/__init__.py 99lib/calibre/calibre/devices/prs505/sony_cache.py
73lib/calibre/calibre/devices/prs700/driver.py 
74lib/calibre/calibre/devices/scanner.py 100lib/calibre/calibre/devices/scanner.py
 101lib/calibre/calibre/devices/sne/__init__.py
 102lib/calibre/calibre/devices/sne/driver.py
 103lib/calibre/calibre/devices/teclast/__init__.py
 104lib/calibre/calibre/devices/teclast/driver.py
 105lib/calibre/calibre/devices/udisks.py
75lib/calibre/calibre/devices/usbms/__init__.py 106lib/calibre/calibre/devices/usbms/__init__.py
76lib/calibre/calibre/devices/usbms/books.py 107lib/calibre/calibre/devices/usbms/books.py
77lib/calibre/calibre/devices/usbms/cli.py 108lib/calibre/calibre/devices/usbms/cli.py
78lib/calibre/calibre/devices/usbms/device.py 109lib/calibre/calibre/devices/usbms/device.py
79lib/calibre/calibre/devices/usbms/deviceconfig.py 110lib/calibre/calibre/devices/usbms/deviceconfig.py
80lib/calibre/calibre/devices/usbms/driver.py 111lib/calibre/calibre/devices/usbms/driver.py
81lib/calibre/calibre/devices/usbobserver/test.py 112lib/calibre/calibre/devices/usbobserver/test.py
 113lib/calibre/calibre/devices/user_defined/__init__.py
 114lib/calibre/calibre/devices/user_defined/driver.py
82lib/calibre/calibre/ebooks/BeautifulSoup.py 115lib/calibre/calibre/ebooks/BeautifulSoup.py
83lib/calibre/calibre/ebooks/__init__.py 116lib/calibre/calibre/ebooks/__init__.py
84lib/calibre/calibre/ebooks/chardet/__init__.py 117lib/calibre/calibre/ebooks/chardet/__init__.py
85lib/calibre/calibre/ebooks/chardet/big5freq.py 118lib/calibre/calibre/ebooks/chardet/big5freq.py
86lib/calibre/calibre/ebooks/chardet/big5prober.py 119lib/calibre/calibre/ebooks/chardet/big5prober.py
87lib/calibre/calibre/ebooks/chardet/chardistribution.py 120lib/calibre/calibre/ebooks/chardet/chardistribution.py
88lib/calibre/calibre/ebooks/chardet/charsetgroupprober.py 121lib/calibre/calibre/ebooks/chardet/charsetgroupprober.py
89lib/calibre/calibre/ebooks/chardet/charsetprober.py 122lib/calibre/calibre/ebooks/chardet/charsetprober.py
90lib/calibre/calibre/ebooks/chardet/codingstatemachine.py 123lib/calibre/calibre/ebooks/chardet/codingstatemachine.py
91lib/calibre/calibre/ebooks/chardet/constants.py 124lib/calibre/calibre/ebooks/chardet/constants.py
92lib/calibre/calibre/ebooks/chardet/escprober.py 125lib/calibre/calibre/ebooks/chardet/escprober.py
93lib/calibre/calibre/ebooks/chardet/escsm.py 126lib/calibre/calibre/ebooks/chardet/escsm.py
94lib/calibre/calibre/ebooks/chardet/eucjpprober.py 127lib/calibre/calibre/ebooks/chardet/eucjpprober.py
@@ -106,47 +139,65 @@ lib/calibre/calibre/ebooks/chardet/langc @@ -106,47 +139,65 @@ lib/calibre/calibre/ebooks/chardet/langc
106lib/calibre/calibre/ebooks/chardet/langgreekmodel.py 139lib/calibre/calibre/ebooks/chardet/langgreekmodel.py
107lib/calibre/calibre/ebooks/chardet/langhebrewmodel.py 140lib/calibre/calibre/ebooks/chardet/langhebrewmodel.py
108lib/calibre/calibre/ebooks/chardet/langhungarianmodel.py 141lib/calibre/calibre/ebooks/chardet/langhungarianmodel.py
109lib/calibre/calibre/ebooks/chardet/langthaimodel.py 142lib/calibre/calibre/ebooks/chardet/langthaimodel.py
110lib/calibre/calibre/ebooks/chardet/latin1prober.py 143lib/calibre/calibre/ebooks/chardet/latin1prober.py
111lib/calibre/calibre/ebooks/chardet/mbcharsetprober.py 144lib/calibre/calibre/ebooks/chardet/mbcharsetprober.py
112lib/calibre/calibre/ebooks/chardet/mbcsgroupprober.py 145lib/calibre/calibre/ebooks/chardet/mbcsgroupprober.py
113lib/calibre/calibre/ebooks/chardet/mbcssm.py 146lib/calibre/calibre/ebooks/chardet/mbcssm.py
114lib/calibre/calibre/ebooks/chardet/sbcharsetprober.py 147lib/calibre/calibre/ebooks/chardet/sbcharsetprober.py
115lib/calibre/calibre/ebooks/chardet/sbcsgroupprober.py 148lib/calibre/calibre/ebooks/chardet/sbcsgroupprober.py
116lib/calibre/calibre/ebooks/chardet/sjisprober.py 149lib/calibre/calibre/ebooks/chardet/sjisprober.py
117lib/calibre/calibre/ebooks/chardet/universaldetector.py 150lib/calibre/calibre/ebooks/chardet/universaldetector.py
118lib/calibre/calibre/ebooks/chardet/utf8prober.py 151lib/calibre/calibre/ebooks/chardet/utf8prober.py
 152lib/calibre/calibre/ebooks/chm/__init__.py
 153lib/calibre/calibre/ebooks/chm/input.py
 154lib/calibre/calibre/ebooks/chm/metadata.py
 155lib/calibre/calibre/ebooks/chm/reader.py
119lib/calibre/calibre/ebooks/comic/__init__.py 156lib/calibre/calibre/ebooks/comic/__init__.py
120lib/calibre/calibre/ebooks/comic/input.py 157lib/calibre/calibre/ebooks/comic/input.py
121lib/calibre/calibre/ebooks/compression/__init__.py 158lib/calibre/calibre/ebooks/compression/__init__.py
122lib/calibre/calibre/ebooks/compression/palmdoc.py 159lib/calibre/calibre/ebooks/compression/palmdoc.py
123lib/calibre/calibre/ebooks/compression/tcr.py 160lib/calibre/calibre/ebooks/compression/tcr.py
124lib/calibre/calibre/ebooks/conversion/__init__.py 161lib/calibre/calibre/ebooks/conversion/__init__.py
125lib/calibre/calibre/ebooks/conversion/cli.py 162lib/calibre/calibre/ebooks/conversion/cli.py
126lib/calibre/calibre/ebooks/conversion/config.py 163lib/calibre/calibre/ebooks/conversion/config.py
127lib/calibre/calibre/ebooks/conversion/plumber.py 164lib/calibre/calibre/ebooks/conversion/plumber.py
128lib/calibre/calibre/ebooks/conversion/preprocess.py 165lib/calibre/calibre/ebooks/conversion/preprocess.py
 166lib/calibre/calibre/ebooks/conversion/utils.py
129lib/calibre/calibre/ebooks/epub/__init__.py 167lib/calibre/calibre/ebooks/epub/__init__.py
 168lib/calibre/calibre/ebooks/epub/fix/__init__.py
 169lib/calibre/calibre/ebooks/epub/fix/container.py
 170lib/calibre/calibre/ebooks/epub/fix/epubcheck.py
 171lib/calibre/calibre/ebooks/epub/fix/main.py
 172lib/calibre/calibre/ebooks/epub/fix/unmanifested.py
130lib/calibre/calibre/ebooks/epub/input.py 173lib/calibre/calibre/ebooks/epub/input.py
131lib/calibre/calibre/ebooks/epub/output.py 174lib/calibre/calibre/ebooks/epub/output.py
132lib/calibre/calibre/ebooks/epub/pages.py 175lib/calibre/calibre/ebooks/epub/pages.py
 176lib/calibre/calibre/ebooks/epub/periodical.py
133lib/calibre/calibre/ebooks/fb2/__init__.py 177lib/calibre/calibre/ebooks/fb2/__init__.py
134lib/calibre/calibre/ebooks/fb2/fb2ml.py 178lib/calibre/calibre/ebooks/fb2/fb2ml.py
135lib/calibre/calibre/ebooks/fb2/input.py 179lib/calibre/calibre/ebooks/fb2/input.py
136lib/calibre/calibre/ebooks/fb2/output.py 180lib/calibre/calibre/ebooks/fb2/output.py
137lib/calibre/calibre/ebooks/html/__init__.py 181lib/calibre/calibre/ebooks/html/__init__.py
138lib/calibre/calibre/ebooks/html/input.py 182lib/calibre/calibre/ebooks/html/input.py
 183lib/calibre/calibre/ebooks/html/meta.py
 184lib/calibre/calibre/ebooks/html/output.py
 185lib/calibre/calibre/ebooks/htmlz/__init__.py
 186lib/calibre/calibre/ebooks/htmlz/input.py
 187lib/calibre/calibre/ebooks/htmlz/oeb2html.py
 188lib/calibre/calibre/ebooks/htmlz/output.py
139lib/calibre/calibre/ebooks/hyphenate.py 189lib/calibre/calibre/ebooks/hyphenate.py
 190lib/calibre/calibre/ebooks/iterator/__init__.py
140lib/calibre/calibre/ebooks/lit/__init__.py 191lib/calibre/calibre/ebooks/lit/__init__.py
141lib/calibre/calibre/ebooks/lit/from_any.py 192lib/calibre/calibre/ebooks/lit/from_any.py
142lib/calibre/calibre/ebooks/lit/input.py 193lib/calibre/calibre/ebooks/lit/input.py
143lib/calibre/calibre/ebooks/lit/lzx.py 194lib/calibre/calibre/ebooks/lit/lzx.py
144lib/calibre/calibre/ebooks/lit/maps/__init__.py 195lib/calibre/calibre/ebooks/lit/maps/__init__.py
145lib/calibre/calibre/ebooks/lit/maps/html.py 196lib/calibre/calibre/ebooks/lit/maps/html.py
146lib/calibre/calibre/ebooks/lit/maps/opf.py 197lib/calibre/calibre/ebooks/lit/maps/opf.py
147lib/calibre/calibre/ebooks/lit/mssha1.py 198lib/calibre/calibre/ebooks/lit/mssha1.py
148lib/calibre/calibre/ebooks/lit/output.py 199lib/calibre/calibre/ebooks/lit/output.py
149lib/calibre/calibre/ebooks/lit/reader.py 200lib/calibre/calibre/ebooks/lit/reader.py
150lib/calibre/calibre/ebooks/lit/writer.py 201lib/calibre/calibre/ebooks/lit/writer.py
151lib/calibre/calibre/ebooks/lrf/__init__.py 202lib/calibre/calibre/ebooks/lrf/__init__.py
152lib/calibre/calibre/ebooks/lrf/fonts/__init__.py 203lib/calibre/calibre/ebooks/lrf/fonts/__init__.py
@@ -165,103 +216,125 @@ lib/calibre/calibre/ebooks/lrf/objects.p @@ -165,103 +216,125 @@ lib/calibre/calibre/ebooks/lrf/objects.p
165lib/calibre/calibre/ebooks/lrf/output.py 216lib/calibre/calibre/ebooks/lrf/output.py
166lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py 217lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py
167lib/calibre/calibre/ebooks/lrf/pylrs/elements.py 218lib/calibre/calibre/ebooks/lrf/pylrs/elements.py
168lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py 219lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py
169lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py 220lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py
170lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py 221lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py
171lib/calibre/calibre/ebooks/lrf/tags.py 222lib/calibre/calibre/ebooks/lrf/tags.py
172lib/calibre/calibre/ebooks/markdown/__init__.py 223lib/calibre/calibre/ebooks/markdown/__init__.py
173lib/calibre/calibre/ebooks/markdown/markdown.py 224lib/calibre/calibre/ebooks/markdown/markdown.py
174lib/calibre/calibre/ebooks/markdown/mdx_footnotes.py 225lib/calibre/calibre/ebooks/markdown/mdx_footnotes.py
175lib/calibre/calibre/ebooks/markdown/mdx_tables.py 226lib/calibre/calibre/ebooks/markdown/mdx_tables.py
176lib/calibre/calibre/ebooks/markdown/mdx_toc.py 227lib/calibre/calibre/ebooks/markdown/mdx_toc.py
177lib/calibre/calibre/ebooks/metadata/__init__.py 228lib/calibre/calibre/ebooks/metadata/__init__.py
178lib/calibre/calibre/ebooks/metadata/amazon.py 229lib/calibre/calibre/ebooks/metadata/archive.py
 230lib/calibre/calibre/ebooks/metadata/book/__init__.py
 231lib/calibre/calibre/ebooks/metadata/book/base.py
 232lib/calibre/calibre/ebooks/metadata/book/json_codec.py
179lib/calibre/calibre/ebooks/metadata/cli.py 233lib/calibre/calibre/ebooks/metadata/cli.py
180lib/calibre/calibre/ebooks/metadata/epub.py 234lib/calibre/calibre/ebooks/metadata/epub.py
181lib/calibre/calibre/ebooks/metadata/ereader.py 235lib/calibre/calibre/ebooks/metadata/ereader.py
 236lib/calibre/calibre/ebooks/metadata/extz.py
182lib/calibre/calibre/ebooks/metadata/fb2.py 237lib/calibre/calibre/ebooks/metadata/fb2.py
183lib/calibre/calibre/ebooks/metadata/fetch.py 
184lib/calibre/calibre/ebooks/metadata/google_books.py 
185lib/calibre/calibre/ebooks/metadata/html.py 238lib/calibre/calibre/ebooks/metadata/html.py
186lib/calibre/calibre/ebooks/metadata/imp.py 239lib/calibre/calibre/ebooks/metadata/imp.py
187lib/calibre/calibre/ebooks/metadata/isbndb.py 240lib/calibre/calibre/ebooks/metadata/kdl.py
188lib/calibre/calibre/ebooks/metadata/library_thing.py 241lib/calibre/calibre/ebooks/metadata/library_thing.py
189lib/calibre/calibre/ebooks/metadata/lit.py 242lib/calibre/calibre/ebooks/metadata/lit.py
190lib/calibre/calibre/ebooks/metadata/lrx.py 243lib/calibre/calibre/ebooks/metadata/lrx.py
191lib/calibre/calibre/ebooks/metadata/meta.py 244lib/calibre/calibre/ebooks/metadata/meta.py
192lib/calibre/calibre/ebooks/metadata/mobi.py 245lib/calibre/calibre/ebooks/metadata/mobi.py
193lib/calibre/calibre/ebooks/metadata/odt.py 246lib/calibre/calibre/ebooks/metadata/odt.py
194lib/calibre/calibre/ebooks/metadata/opf.py 
195lib/calibre/calibre/ebooks/metadata/opf2.py 247lib/calibre/calibre/ebooks/metadata/opf2.py
196lib/calibre/calibre/ebooks/metadata/pdb.py 248lib/calibre/calibre/ebooks/metadata/pdb.py
197lib/calibre/calibre/ebooks/metadata/pdf.py 249lib/calibre/calibre/ebooks/metadata/pdf.py
 250lib/calibre/calibre/ebooks/metadata/plucker.py
198lib/calibre/calibre/ebooks/metadata/pml.py 251lib/calibre/calibre/ebooks/metadata/pml.py
199lib/calibre/calibre/ebooks/metadata/rar.py 252lib/calibre/calibre/ebooks/metadata/rar.py
200lib/calibre/calibre/ebooks/metadata/rb.py 253lib/calibre/calibre/ebooks/metadata/rb.py
201lib/calibre/calibre/ebooks/metadata/rtf.py 254lib/calibre/calibre/ebooks/metadata/rtf.py
 255lib/calibre/calibre/ebooks/metadata/snb.py
 256lib/calibre/calibre/ebooks/metadata/sources/__init__.py
 257lib/calibre/calibre/ebooks/metadata/sources/amazon.py
 258lib/calibre/calibre/ebooks/metadata/sources/base.py
 259lib/calibre/calibre/ebooks/metadata/sources/cli.py
 260lib/calibre/calibre/ebooks/metadata/sources/covers.py
 261lib/calibre/calibre/ebooks/metadata/sources/douban.py
 262lib/calibre/calibre/ebooks/metadata/sources/google.py
 263lib/calibre/calibre/ebooks/metadata/sources/identify.py
 264lib/calibre/calibre/ebooks/metadata/sources/isbndb.py
 265lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py
 266lib/calibre/calibre/ebooks/metadata/sources/overdrive.py
 267lib/calibre/calibre/ebooks/metadata/sources/test.py
202lib/calibre/calibre/ebooks/metadata/toc.py 268lib/calibre/calibre/ebooks/metadata/toc.py
203lib/calibre/calibre/ebooks/metadata/topaz.py 269lib/calibre/calibre/ebooks/metadata/topaz.py
204lib/calibre/calibre/ebooks/metadata/txt.py 270lib/calibre/calibre/ebooks/metadata/txt.py
205lib/calibre/calibre/ebooks/metadata/worker.py 271lib/calibre/calibre/ebooks/metadata/worker.py
 272lib/calibre/calibre/ebooks/metadata/xisbn.py
206lib/calibre/calibre/ebooks/metadata/zip.py 273lib/calibre/calibre/ebooks/metadata/zip.py
207lib/calibre/calibre/ebooks/mobi/__init__.py 274lib/calibre/calibre/ebooks/mobi/__init__.py
 275lib/calibre/calibre/ebooks/mobi/debug.py
208lib/calibre/calibre/ebooks/mobi/huffcdic.py 276lib/calibre/calibre/ebooks/mobi/huffcdic.py
209lib/calibre/calibre/ebooks/mobi/input.py 277lib/calibre/calibre/ebooks/mobi/input.py
210lib/calibre/calibre/ebooks/mobi/langcodes.py 278lib/calibre/calibre/ebooks/mobi/langcodes.py
211lib/calibre/calibre/ebooks/mobi/mobiml.py 279lib/calibre/calibre/ebooks/mobi/mobiml.py
212lib/calibre/calibre/ebooks/mobi/output.py 280lib/calibre/calibre/ebooks/mobi/output.py
213lib/calibre/calibre/ebooks/mobi/reader.py 281lib/calibre/calibre/ebooks/mobi/reader.py
214lib/calibre/calibre/ebooks/mobi/writer.py 282lib/calibre/calibre/ebooks/mobi/writer.py
215lib/calibre/calibre/ebooks/odt/__init__.py 283lib/calibre/calibre/ebooks/odt/__init__.py
216lib/calibre/calibre/ebooks/odt/input.py 284lib/calibre/calibre/ebooks/odt/input.py
217lib/calibre/calibre/ebooks/oeb/__init__.py 285lib/calibre/calibre/ebooks/oeb/__init__.py
218lib/calibre/calibre/ebooks/oeb/base.py 286lib/calibre/calibre/ebooks/oeb/base.py
219lib/calibre/calibre/ebooks/oeb/entitydefs.py 287lib/calibre/calibre/ebooks/oeb/entitydefs.py
220lib/calibre/calibre/ebooks/oeb/factory.py 
221lib/calibre/calibre/ebooks/oeb/iterator.py 288lib/calibre/calibre/ebooks/oeb/iterator.py
222lib/calibre/calibre/ebooks/oeb/output.py 289lib/calibre/calibre/ebooks/oeb/output.py
223lib/calibre/calibre/ebooks/oeb/profile.py 
224lib/calibre/calibre/ebooks/oeb/reader.py 290lib/calibre/calibre/ebooks/oeb/reader.py
225lib/calibre/calibre/ebooks/oeb/stylizer.py 291lib/calibre/calibre/ebooks/oeb/stylizer.py
226lib/calibre/calibre/ebooks/oeb/transforms/__init__.py 292lib/calibre/calibre/ebooks/oeb/transforms/__init__.py
 293lib/calibre/calibre/ebooks/oeb/transforms/cover.py
 294lib/calibre/calibre/ebooks/oeb/transforms/filenames.py
227lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py 295lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py
228lib/calibre/calibre/ebooks/oeb/transforms/guide.py 296lib/calibre/calibre/ebooks/oeb/transforms/guide.py
229lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py 297lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py
230lib/calibre/calibre/ebooks/oeb/transforms/jacket.py 298lib/calibre/calibre/ebooks/oeb/transforms/jacket.py
231lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py 299lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py
232lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py 300lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py
233lib/calibre/calibre/ebooks/oeb/transforms/metadata.py 301lib/calibre/calibre/ebooks/oeb/transforms/metadata.py
 302lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py
234lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py 303lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py
235lib/calibre/calibre/ebooks/oeb/transforms/rescale.py 304lib/calibre/calibre/ebooks/oeb/transforms/rescale.py
236lib/calibre/calibre/ebooks/oeb/transforms/split.py 305lib/calibre/calibre/ebooks/oeb/transforms/split.py
237lib/calibre/calibre/ebooks/oeb/transforms/structure.py 306lib/calibre/calibre/ebooks/oeb/transforms/structure.py
238lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py 307lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py
239lib/calibre/calibre/ebooks/oeb/writer.py 308lib/calibre/calibre/ebooks/oeb/writer.py
240lib/calibre/calibre/ebooks/pdb/__init__.py 309lib/calibre/calibre/ebooks/pdb/__init__.py
241lib/calibre/calibre/ebooks/pdb/ereader/__init__.py 310lib/calibre/calibre/ebooks/pdb/ereader/__init__.py
242lib/calibre/calibre/ebooks/pdb/ereader/inspector.py 311lib/calibre/calibre/ebooks/pdb/ereader/inspector.py
243lib/calibre/calibre/ebooks/pdb/ereader/reader.py 312lib/calibre/calibre/ebooks/pdb/ereader/reader.py
244lib/calibre/calibre/ebooks/pdb/ereader/reader132.py 313lib/calibre/calibre/ebooks/pdb/ereader/reader132.py
245lib/calibre/calibre/ebooks/pdb/ereader/reader202.py 314lib/calibre/calibre/ebooks/pdb/ereader/reader202.py
246lib/calibre/calibre/ebooks/pdb/ereader/writer.py 315lib/calibre/calibre/ebooks/pdb/ereader/writer.py
247lib/calibre/calibre/ebooks/pdb/formatreader.py 316lib/calibre/calibre/ebooks/pdb/formatreader.py
248lib/calibre/calibre/ebooks/pdb/formatwriter.py 317lib/calibre/calibre/ebooks/pdb/formatwriter.py
249lib/calibre/calibre/ebooks/pdb/header.py 318lib/calibre/calibre/ebooks/pdb/header.py
250lib/calibre/calibre/ebooks/pdb/input.py 319lib/calibre/calibre/ebooks/pdb/input.py
251lib/calibre/calibre/ebooks/pdb/output.py 320lib/calibre/calibre/ebooks/pdb/output.py
252lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py 321lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py
253lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py 322lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py
254lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py 323lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py
 324lib/calibre/calibre/ebooks/pdb/pdf/__init__.py
 325lib/calibre/calibre/ebooks/pdb/pdf/reader.py
 326lib/calibre/calibre/ebooks/pdb/plucker/__init__.py
 327lib/calibre/calibre/ebooks/pdb/plucker/reader.py
255lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py 328lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py
256lib/calibre/calibre/ebooks/pdb/ztxt/reader.py 329lib/calibre/calibre/ebooks/pdb/ztxt/reader.py
257lib/calibre/calibre/ebooks/pdb/ztxt/writer.py 330lib/calibre/calibre/ebooks/pdb/ztxt/writer.py
258lib/calibre/calibre/ebooks/pdf/__init__.py 331lib/calibre/calibre/ebooks/pdf/__init__.py
259lib/calibre/calibre/ebooks/pdf/from_comic.py 332lib/calibre/calibre/ebooks/pdf/from_comic.py
260lib/calibre/calibre/ebooks/pdf/input.py 333lib/calibre/calibre/ebooks/pdf/input.py
261lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py 334lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py
262lib/calibre/calibre/ebooks/pdf/manipulate/cli.py 335lib/calibre/calibre/ebooks/pdf/manipulate/cli.py
263lib/calibre/calibre/ebooks/pdf/manipulate/crop.py 336lib/calibre/calibre/ebooks/pdf/manipulate/crop.py
264lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py 337lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py
265lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py 338lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py
266lib/calibre/calibre/ebooks/pdf/manipulate/info.py 339lib/calibre/calibre/ebooks/pdf/manipulate/info.py
267lib/calibre/calibre/ebooks/pdf/manipulate/merge.py 340lib/calibre/calibre/ebooks/pdf/manipulate/merge.py
@@ -278,41 +351,41 @@ lib/calibre/calibre/ebooks/pml/__init__. @@ -278,41 +351,41 @@ lib/calibre/calibre/ebooks/pml/__init__.
278lib/calibre/calibre/ebooks/pml/input.py 351lib/calibre/calibre/ebooks/pml/input.py
279lib/calibre/calibre/ebooks/pml/output.py 352lib/calibre/calibre/ebooks/pml/output.py
280lib/calibre/calibre/ebooks/pml/pmlconverter.py 353lib/calibre/calibre/ebooks/pml/pmlconverter.py
281lib/calibre/calibre/ebooks/pml/pmlml.py 354lib/calibre/calibre/ebooks/pml/pmlml.py
282lib/calibre/calibre/ebooks/rb/__init__.py 355lib/calibre/calibre/ebooks/rb/__init__.py
283lib/calibre/calibre/ebooks/rb/input.py 356lib/calibre/calibre/ebooks/rb/input.py
284lib/calibre/calibre/ebooks/rb/output.py 357lib/calibre/calibre/ebooks/rb/output.py
285lib/calibre/calibre/ebooks/rb/rbml.py 358lib/calibre/calibre/ebooks/rb/rbml.py
286lib/calibre/calibre/ebooks/rb/reader.py 359lib/calibre/calibre/ebooks/rb/reader.py
287lib/calibre/calibre/ebooks/rb/writer.py 360lib/calibre/calibre/ebooks/rb/writer.py
288lib/calibre/calibre/ebooks/rtf/__init__.py 361lib/calibre/calibre/ebooks/rtf/__init__.py
289lib/calibre/calibre/ebooks/rtf/input.py 362lib/calibre/calibre/ebooks/rtf/input.py
290lib/calibre/calibre/ebooks/rtf/output.py 363lib/calibre/calibre/ebooks/rtf/output.py
 364lib/calibre/calibre/ebooks/rtf/preprocess.py
291lib/calibre/calibre/ebooks/rtf/rtfml.py 365lib/calibre/calibre/ebooks/rtf/rtfml.py
292lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py 366lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py
293lib/calibre/calibre/ebooks/rtf2xml/__init__.py 367lib/calibre/calibre/ebooks/rtf2xml/__init__.py
294lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py 368lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py
295lib/calibre/calibre/ebooks/rtf2xml/body_styles.py 369lib/calibre/calibre/ebooks/rtf2xml/body_styles.py
296lib/calibre/calibre/ebooks/rtf2xml/border_parse.py 370lib/calibre/calibre/ebooks/rtf2xml/border_parse.py
297lib/calibre/calibre/ebooks/rtf2xml/char_set.py 371lib/calibre/calibre/ebooks/rtf2xml/char_set.py
298lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py 372lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py
299lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py 373lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py
300lib/calibre/calibre/ebooks/rtf2xml/colors.py 374lib/calibre/calibre/ebooks/rtf2xml/colors.py
301lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py 375lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py
302lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py 376lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py
303lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py 377lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py
304lib/calibre/calibre/ebooks/rtf2xml/copy.py 378lib/calibre/calibre/ebooks/rtf2xml/copy.py
305lib/calibre/calibre/ebooks/rtf2xml/correct_unicode.py 
306lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py 379lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py
307lib/calibre/calibre/ebooks/rtf2xml/delete_info.py 380lib/calibre/calibre/ebooks/rtf2xml/delete_info.py
308lib/calibre/calibre/ebooks/rtf2xml/field_strings.py 381lib/calibre/calibre/ebooks/rtf2xml/field_strings.py
309lib/calibre/calibre/ebooks/rtf2xml/fields_large.py 382lib/calibre/calibre/ebooks/rtf2xml/fields_large.py
310lib/calibre/calibre/ebooks/rtf2xml/fields_small.py 383lib/calibre/calibre/ebooks/rtf2xml/fields_small.py
311lib/calibre/calibre/ebooks/rtf2xml/fonts.py 384lib/calibre/calibre/ebooks/rtf2xml/fonts.py
312lib/calibre/calibre/ebooks/rtf2xml/footnote.py 385lib/calibre/calibre/ebooks/rtf2xml/footnote.py
313lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py 386lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py
314lib/calibre/calibre/ebooks/rtf2xml/get_options.py 387lib/calibre/calibre/ebooks/rtf2xml/get_options.py
315lib/calibre/calibre/ebooks/rtf2xml/group_borders.py 388lib/calibre/calibre/ebooks/rtf2xml/group_borders.py
316lib/calibre/calibre/ebooks/rtf2xml/group_styles.py 389lib/calibre/calibre/ebooks/rtf2xml/group_styles.py
317lib/calibre/calibre/ebooks/rtf2xml/header.py 390lib/calibre/calibre/ebooks/rtf2xml/header.py
318lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py 391lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py
@@ -330,255 +403,514 @@ lib/calibre/calibre/ebooks/rtf2xml/overr @@ -330,255 +403,514 @@ lib/calibre/calibre/ebooks/rtf2xml/overr
330lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py 403lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py
331lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py 404lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py
332lib/calibre/calibre/ebooks/rtf2xml/pict.py 405lib/calibre/calibre/ebooks/rtf2xml/pict.py
333lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py 406lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py
334lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py 407lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py
335lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py 408lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py
336lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py 409lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py
337lib/calibre/calibre/ebooks/rtf2xml/sections.py 410lib/calibre/calibre/ebooks/rtf2xml/sections.py
338lib/calibre/calibre/ebooks/rtf2xml/styles.py 411lib/calibre/calibre/ebooks/rtf2xml/styles.py
339lib/calibre/calibre/ebooks/rtf2xml/table.py 412lib/calibre/calibre/ebooks/rtf2xml/table.py
340lib/calibre/calibre/ebooks/rtf2xml/table_info.py 413lib/calibre/calibre/ebooks/rtf2xml/table_info.py
341lib/calibre/calibre/ebooks/rtf2xml/tokenize.py 414lib/calibre/calibre/ebooks/rtf2xml/tokenize.py
342lib/calibre/calibre/ebooks/sgmllib.py 415lib/calibre/calibre/ebooks/sgmllib.py
 416lib/calibre/calibre/ebooks/snb/__init__.py
 417lib/calibre/calibre/ebooks/snb/input.py
 418lib/calibre/calibre/ebooks/snb/output.py
 419lib/calibre/calibre/ebooks/snb/snbfile.py
 420lib/calibre/calibre/ebooks/snb/snbml.py
343lib/calibre/calibre/ebooks/tcr/__init__.py 421lib/calibre/calibre/ebooks/tcr/__init__.py
344lib/calibre/calibre/ebooks/tcr/input.py 422lib/calibre/calibre/ebooks/tcr/input.py
345lib/calibre/calibre/ebooks/tcr/output.py 423lib/calibre/calibre/ebooks/tcr/output.py
 424lib/calibre/calibre/ebooks/textile/__init__.py
 425lib/calibre/calibre/ebooks/textile/functions.py
346lib/calibre/calibre/ebooks/txt/__init__.py 426lib/calibre/calibre/ebooks/txt/__init__.py
347lib/calibre/calibre/ebooks/txt/input.py 427lib/calibre/calibre/ebooks/txt/input.py
 428lib/calibre/calibre/ebooks/txt/markdownml.py
348lib/calibre/calibre/ebooks/txt/newlines.py 429lib/calibre/calibre/ebooks/txt/newlines.py
349lib/calibre/calibre/ebooks/txt/output.py 430lib/calibre/calibre/ebooks/txt/output.py
350lib/calibre/calibre/ebooks/txt/processor.py 431lib/calibre/calibre/ebooks/txt/processor.py
 432lib/calibre/calibre/ebooks/txt/textileml.py
351lib/calibre/calibre/ebooks/txt/txtml.py 433lib/calibre/calibre/ebooks/txt/txtml.py
352lib/calibre/calibre/ebooks/unidecode/__init__.py 434lib/calibre/calibre/ebooks/txt/unsmarten.py
353lib/calibre/calibre/ebooks/unidecode/unicodepoints.py 435lib/calibre/calibre/ebooks/unihandecode/__init__.py
354lib/calibre/calibre/ebooks/unidecode/unidecoder.py 436lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py
 437lib/calibre/calibre/ebooks/unihandecode/jadecoder.py
 438lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py
 439lib/calibre/calibre/ebooks/unihandecode/krdecoder.py
 440lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py
 441lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py
 442lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py
 443lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py
 444lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py
 445lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py
 446lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py
 447lib/calibre/calibre/ebooks/unihandecode/unidecoder.py
 448lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py
 449lib/calibre/calibre/ebooks/unihandecode/vndecoder.py
 450lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py
355lib/calibre/calibre/gui2/__init__.py 451lib/calibre/calibre/gui2/__init__.py
 452lib/calibre/calibre/gui2/actions/__init__.py
 453lib/calibre/calibre/gui2/actions/add.py
 454lib/calibre/calibre/gui2/actions/add_to_library.py
 455lib/calibre/calibre/gui2/actions/annotate.py
 456lib/calibre/calibre/gui2/actions/catalog.py
 457lib/calibre/calibre/gui2/actions/choose_library.py
 458lib/calibre/calibre/gui2/actions/convert.py
 459lib/calibre/calibre/gui2/actions/copy_to_library.py
 460lib/calibre/calibre/gui2/actions/delete.py
 461lib/calibre/calibre/gui2/actions/device.py
 462lib/calibre/calibre/gui2/actions/edit_collections.py
 463lib/calibre/calibre/gui2/actions/edit_metadata.py
 464lib/calibre/calibre/gui2/actions/fetch_news.py
 465lib/calibre/calibre/gui2/actions/help.py
 466lib/calibre/calibre/gui2/actions/next_match.py
 467lib/calibre/calibre/gui2/actions/open.py
 468lib/calibre/calibre/gui2/actions/preferences.py
 469lib/calibre/calibre/gui2/actions/restart.py
 470lib/calibre/calibre/gui2/actions/save_to_disk.py
 471lib/calibre/calibre/gui2/actions/show_book_details.py
 472lib/calibre/calibre/gui2/actions/similar_books.py
 473lib/calibre/calibre/gui2/actions/store.py
 474lib/calibre/calibre/gui2/actions/tweak_epub.py
 475lib/calibre/calibre/gui2/actions/view.py
356lib/calibre/calibre/gui2/add.py 476lib/calibre/calibre/gui2/add.py
 477lib/calibre/calibre/gui2/add_wizard/__init__.py
 478lib/calibre/calibre/gui2/add_wizard/scan_ui.py
 479lib/calibre/calibre/gui2/add_wizard/welcome_ui.py
 480lib/calibre/calibre/gui2/bars.py
 481lib/calibre/calibre/gui2/book_details.py
 482lib/calibre/calibre/gui2/catalog/__init__.py
 483lib/calibre/calibre/gui2/catalog/catalog_bibtex.py
 484lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py
 485lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py
 486lib/calibre/calibre/gui2/catalog/catalog_csv_xml_ui.py
 487lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py
 488lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py
 489lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py
 490lib/calibre/calibre/gui2/comments_editor.py
 491lib/calibre/calibre/gui2/complete.py
357lib/calibre/calibre/gui2/convert/__init__.py 492lib/calibre/calibre/gui2/convert/__init__.py
358lib/calibre/calibre/gui2/convert/bulk.py 493lib/calibre/calibre/gui2/convert/bulk.py
359lib/calibre/calibre/gui2/convert/comic_input.py 494lib/calibre/calibre/gui2/convert/comic_input.py
360lib/calibre/calibre/gui2/convert/comic_input_ui.py 495lib/calibre/calibre/gui2/convert/comic_input_ui.py
361lib/calibre/calibre/gui2/convert/debug.py 496lib/calibre/calibre/gui2/convert/debug.py
362lib/calibre/calibre/gui2/convert/debug_ui.py 497lib/calibre/calibre/gui2/convert/debug_ui.py
363lib/calibre/calibre/gui2/convert/epub_output.py 498lib/calibre/calibre/gui2/convert/epub_output.py
364lib/calibre/calibre/gui2/convert/epub_output_ui.py 499lib/calibre/calibre/gui2/convert/epub_output_ui.py
365lib/calibre/calibre/gui2/convert/fb2_input.py 500lib/calibre/calibre/gui2/convert/fb2_input.py
366lib/calibre/calibre/gui2/convert/fb2_input_ui.py 501lib/calibre/calibre/gui2/convert/fb2_input_ui.py
367lib/calibre/calibre/gui2/convert/fb2_output.py 502lib/calibre/calibre/gui2/convert/fb2_output.py
368lib/calibre/calibre/gui2/convert/fb2_output_ui.py 503lib/calibre/calibre/gui2/convert/fb2_output_ui.py
369lib/calibre/calibre/gui2/convert/font_key.py 504lib/calibre/calibre/gui2/convert/font_key.py
370lib/calibre/calibre/gui2/convert/font_key_ui.py 505lib/calibre/calibre/gui2/convert/font_key_ui.py
371lib/calibre/calibre/gui2/convert/gui_conversion.py 506lib/calibre/calibre/gui2/convert/gui_conversion.py
 507lib/calibre/calibre/gui2/convert/heuristics.py
 508lib/calibre/calibre/gui2/convert/heuristics_ui.py
 509lib/calibre/calibre/gui2/convert/htmlz_output.py
 510lib/calibre/calibre/gui2/convert/htmlz_output_ui.py
372lib/calibre/calibre/gui2/convert/look_and_feel.py 511lib/calibre/calibre/gui2/convert/look_and_feel.py
373lib/calibre/calibre/gui2/convert/look_and_feel_ui.py 512lib/calibre/calibre/gui2/convert/look_and_feel_ui.py
374lib/calibre/calibre/gui2/convert/lrf_output.py 513lib/calibre/calibre/gui2/convert/lrf_output.py
375lib/calibre/calibre/gui2/convert/lrf_output_ui.py 514lib/calibre/calibre/gui2/convert/lrf_output_ui.py
376lib/calibre/calibre/gui2/convert/metadata.py 515lib/calibre/calibre/gui2/convert/metadata.py
377lib/calibre/calibre/gui2/convert/metadata_ui.py 516lib/calibre/calibre/gui2/convert/metadata_ui.py
378lib/calibre/calibre/gui2/convert/mobi_output.py 517lib/calibre/calibre/gui2/convert/mobi_output.py
379lib/calibre/calibre/gui2/convert/mobi_output_ui.py 518lib/calibre/calibre/gui2/convert/mobi_output_ui.py
380lib/calibre/calibre/gui2/convert/page_setup.py 519lib/calibre/calibre/gui2/convert/page_setup.py
381lib/calibre/calibre/gui2/convert/page_setup_ui.py 520lib/calibre/calibre/gui2/convert/page_setup_ui.py
382lib/calibre/calibre/gui2/convert/pdb_input.py 
383lib/calibre/calibre/gui2/convert/pdb_input_ui.py 521lib/calibre/calibre/gui2/convert/pdb_input_ui.py
384lib/calibre/calibre/gui2/convert/pdb_output.py 522lib/calibre/calibre/gui2/convert/pdb_output.py
385lib/calibre/calibre/gui2/convert/pdb_output_ui.py 523lib/calibre/calibre/gui2/convert/pdb_output_ui.py
386lib/calibre/calibre/gui2/convert/pdf_input.py 524lib/calibre/calibre/gui2/convert/pdf_input.py
387lib/calibre/calibre/gui2/convert/pdf_input_ui.py 525lib/calibre/calibre/gui2/convert/pdf_input_ui.py
388lib/calibre/calibre/gui2/convert/pdf_output.py 526lib/calibre/calibre/gui2/convert/pdf_output.py
389lib/calibre/calibre/gui2/convert/pdf_output_ui.py 527lib/calibre/calibre/gui2/convert/pdf_output_ui.py
 528lib/calibre/calibre/gui2/convert/pml_output.py
 529lib/calibre/calibre/gui2/convert/pmlz_output_ui.py
390lib/calibre/calibre/gui2/convert/rb_output.py 530lib/calibre/calibre/gui2/convert/rb_output.py
391lib/calibre/calibre/gui2/convert/rb_output_ui.py 531lib/calibre/calibre/gui2/convert/rb_output_ui.py
392lib/calibre/calibre/gui2/convert/regex_builder.py 532lib/calibre/calibre/gui2/convert/regex_builder.py
393lib/calibre/calibre/gui2/convert/regex_builder_ui.py 533lib/calibre/calibre/gui2/convert/regex_builder_ui.py
 534lib/calibre/calibre/gui2/convert/search_and_replace.py
 535lib/calibre/calibre/gui2/convert/search_and_replace_ui.py
394lib/calibre/calibre/gui2/convert/single.py 536lib/calibre/calibre/gui2/convert/single.py
395lib/calibre/calibre/gui2/convert/single_ui.py 537lib/calibre/calibre/gui2/convert/single_ui.py
 538lib/calibre/calibre/gui2/convert/snb_output.py
 539lib/calibre/calibre/gui2/convert/snb_output_ui.py
396lib/calibre/calibre/gui2/convert/structure_detection.py 540lib/calibre/calibre/gui2/convert/structure_detection.py
397lib/calibre/calibre/gui2/convert/structure_detection_ui.py 541lib/calibre/calibre/gui2/convert/structure_detection_ui.py
398lib/calibre/calibre/gui2/convert/toc.py 542lib/calibre/calibre/gui2/convert/toc.py
399lib/calibre/calibre/gui2/convert/toc_ui.py 543lib/calibre/calibre/gui2/convert/toc_ui.py
400lib/calibre/calibre/gui2/convert/txt_input.py 544lib/calibre/calibre/gui2/convert/txt_input.py
401lib/calibre/calibre/gui2/convert/txt_input_ui.py 545lib/calibre/calibre/gui2/convert/txt_input_ui.py
402lib/calibre/calibre/gui2/convert/txt_output.py 546lib/calibre/calibre/gui2/convert/txt_output.py
403lib/calibre/calibre/gui2/convert/txt_output_ui.py 547lib/calibre/calibre/gui2/convert/txt_output_ui.py
 548lib/calibre/calibre/gui2/convert/txtz_output.py
404lib/calibre/calibre/gui2/convert/xexp_edit_ui.py 549lib/calibre/calibre/gui2/convert/xexp_edit_ui.py
405lib/calibre/calibre/gui2/convert/xpath_wizard.py 550lib/calibre/calibre/gui2/convert/xpath_wizard.py
406lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py 551lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
407lib/calibre/calibre/gui2/cover_flow.py 552lib/calibre/calibre/gui2/cover_flow.py
 553lib/calibre/calibre/gui2/custom_column_widgets.py
408lib/calibre/calibre/gui2/device.py 554lib/calibre/calibre/gui2/device.py
409lib/calibre/calibre/gui2/device_drivers/__init__.py 555lib/calibre/calibre/gui2/device_drivers/__init__.py
410lib/calibre/calibre/gui2/device_drivers/configwidget.py 556lib/calibre/calibre/gui2/device_drivers/configwidget.py
411lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py 557lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py
412lib/calibre/calibre/gui2/dialogs/__init__.py 558lib/calibre/calibre/gui2/dialogs/__init__.py
 559lib/calibre/calibre/gui2/dialogs/add_empty_book.py
 560lib/calibre/calibre/gui2/dialogs/add_from_isbn.py
 561lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py
413lib/calibre/calibre/gui2/dialogs/book_info.py 562lib/calibre/calibre/gui2/dialogs/book_info.py
414lib/calibre/calibre/gui2/dialogs/book_info_ui.py 563lib/calibre/calibre/gui2/dialogs/book_info_ui.py
 564lib/calibre/calibre/gui2/dialogs/catalog.py
 565lib/calibre/calibre/gui2/dialogs/catalog_ui.py
 566lib/calibre/calibre/gui2/dialogs/check_library.py
415lib/calibre/calibre/gui2/dialogs/choose_format.py 567lib/calibre/calibre/gui2/dialogs/choose_format.py
 568lib/calibre/calibre/gui2/dialogs/choose_format_device.py
 569lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py
416lib/calibre/calibre/gui2/dialogs/choose_format_ui.py 570lib/calibre/calibre/gui2/dialogs/choose_format_ui.py
 571lib/calibre/calibre/gui2/dialogs/choose_library.py
 572lib/calibre/calibre/gui2/dialogs/choose_library_ui.py
 573lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py
417lib/calibre/calibre/gui2/dialogs/comicconf.py 574lib/calibre/calibre/gui2/dialogs/comicconf.py
418lib/calibre/calibre/gui2/dialogs/comicconf_ui.py 575lib/calibre/calibre/gui2/dialogs/comicconf_ui.py
419lib/calibre/calibre/gui2/dialogs/config/__init__.py 576lib/calibre/calibre/gui2/dialogs/comments_dialog.py
420lib/calibre/calibre/gui2/dialogs/config/add_save.py 577lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py
421lib/calibre/calibre/gui2/dialogs/config/add_save_ui.py 
422lib/calibre/calibre/gui2/dialogs/config/config_ui.py 
423lib/calibre/calibre/gui2/dialogs/config/history.py 
424lib/calibre/calibre/gui2/dialogs/config/social.py 
425lib/calibre/calibre/gui2/dialogs/confirm_delete.py 578lib/calibre/calibre/gui2/dialogs/confirm_delete.py
 579lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py
 580lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py
426lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py 581lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py
427lib/calibre/calibre/gui2/dialogs/conversion_error.py 582lib/calibre/calibre/gui2/dialogs/conversion_error.py
428lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py 583lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py
429lib/calibre/calibre/gui2/dialogs/fetch_metadata.py 584lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py
430lib/calibre/calibre/gui2/dialogs/fetch_metadata_ui.py 585lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py
 586lib/calibre/calibre/gui2/dialogs/drm_error.py
 587lib/calibre/calibre/gui2/dialogs/drm_error_ui.py
 588lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py
 589lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py
431lib/calibre/calibre/gui2/dialogs/job_view_ui.py 590lib/calibre/calibre/gui2/dialogs/job_view_ui.py
432lib/calibre/calibre/gui2/dialogs/jobs_ui.py 591lib/calibre/calibre/gui2/dialogs/jobs_ui.py
 592lib/calibre/calibre/gui2/dialogs/message_box.py
 593lib/calibre/calibre/gui2/dialogs/message_box_ui.py
433lib/calibre/calibre/gui2/dialogs/metadata_bulk.py 594lib/calibre/calibre/gui2/dialogs/metadata_bulk.py
434lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py 595lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py
435lib/calibre/calibre/gui2/dialogs/metadata_single.py 
436lib/calibre/calibre/gui2/dialogs/metadata_single_ui.py 
437lib/calibre/calibre/gui2/dialogs/password.py 596lib/calibre/calibre/gui2/dialogs/password.py
438lib/calibre/calibre/gui2/dialogs/password_ui.py 597lib/calibre/calibre/gui2/dialogs/password_ui.py
439lib/calibre/calibre/gui2/dialogs/progress.py 598lib/calibre/calibre/gui2/dialogs/progress.py
440lib/calibre/calibre/gui2/dialogs/progress_ui.py 599lib/calibre/calibre/gui2/dialogs/progress_ui.py
 600lib/calibre/calibre/gui2/dialogs/restore_library.py
 601lib/calibre/calibre/gui2/dialogs/saved_search_editor.py
 602lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py
441lib/calibre/calibre/gui2/dialogs/scheduler.py 603lib/calibre/calibre/gui2/dialogs/scheduler.py
442lib/calibre/calibre/gui2/dialogs/scheduler_ui.py 604lib/calibre/calibre/gui2/dialogs/scheduler_ui.py
443lib/calibre/calibre/gui2/dialogs/search.py 605lib/calibre/calibre/gui2/dialogs/search.py
444lib/calibre/calibre/gui2/dialogs/search_item_ui.py 606lib/calibre/calibre/gui2/dialogs/search_item_ui.py
445lib/calibre/calibre/gui2/dialogs/search_ui.py 607lib/calibre/calibre/gui2/dialogs/search_ui.py
 608lib/calibre/calibre/gui2/dialogs/select_formats.py
 609lib/calibre/calibre/gui2/dialogs/tag_categories.py
 610lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py
446lib/calibre/calibre/gui2/dialogs/tag_editor.py 611lib/calibre/calibre/gui2/dialogs/tag_editor.py
447lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py 612lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py
 613lib/calibre/calibre/gui2/dialogs/tag_list_editor.py
 614lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py
 615lib/calibre/calibre/gui2/dialogs/template_dialog.py
 616lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py
448lib/calibre/calibre/gui2/dialogs/test_email_ui.py 617lib/calibre/calibre/gui2/dialogs/test_email_ui.py
 618lib/calibre/calibre/gui2/dialogs/tweak_epub.py
 619lib/calibre/calibre/gui2/dialogs/tweak_epub_ui.py
449lib/calibre/calibre/gui2/dialogs/user_profiles.py 620lib/calibre/calibre/gui2/dialogs/user_profiles.py
450lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py 621lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
 622lib/calibre/calibre/gui2/dnd.py
 623lib/calibre/calibre/gui2/ebook_download.py
 624lib/calibre/calibre/gui2/email.py
451lib/calibre/calibre/gui2/filename_pattern_ui.py 625lib/calibre/calibre/gui2/filename_pattern_ui.py
 626lib/calibre/calibre/gui2/init.py
452lib/calibre/calibre/gui2/jobs.py 627lib/calibre/calibre/gui2/jobs.py
453lib/calibre/calibre/gui2/library.py 628lib/calibre/calibre/gui2/layout.py
 629lib/calibre/calibre/gui2/library/__init__.py
 630lib/calibre/calibre/gui2/library/delegates.py
 631lib/calibre/calibre/gui2/library/models.py
 632lib/calibre/calibre/gui2/library/views.py
454lib/calibre/calibre/gui2/lrf_renderer/__init__.py 633lib/calibre/calibre/gui2/lrf_renderer/__init__.py
455lib/calibre/calibre/gui2/lrf_renderer/bookview.py 634lib/calibre/calibre/gui2/lrf_renderer/bookview.py
456lib/calibre/calibre/gui2/lrf_renderer/config_ui.py 635lib/calibre/calibre/gui2/lrf_renderer/config_ui.py
457lib/calibre/calibre/gui2/lrf_renderer/document.py 636lib/calibre/calibre/gui2/lrf_renderer/document.py
458lib/calibre/calibre/gui2/lrf_renderer/main.py 637lib/calibre/calibre/gui2/lrf_renderer/main.py
459lib/calibre/calibre/gui2/lrf_renderer/main_ui.py 638lib/calibre/calibre/gui2/lrf_renderer/main_ui.py
460lib/calibre/calibre/gui2/lrf_renderer/text.py 639lib/calibre/calibre/gui2/lrf_renderer/text.py
461lib/calibre/calibre/gui2/main.py 640lib/calibre/calibre/gui2/main.py
462lib/calibre/calibre/gui2/main_ui.py 
463lib/calibre/calibre/gui2/main_window.py 641lib/calibre/calibre/gui2/main_window.py
464lib/calibre/calibre/gui2/metadata.py 642lib/calibre/calibre/gui2/metadata/__init__.py
 643lib/calibre/calibre/gui2/metadata/basic_widgets.py
 644lib/calibre/calibre/gui2/metadata/bulk_download.py
 645lib/calibre/calibre/gui2/metadata/config.py
 646lib/calibre/calibre/gui2/metadata/single.py
 647lib/calibre/calibre/gui2/metadata/single_download.py
 648lib/calibre/calibre/gui2/notify.py
 649lib/calibre/calibre/gui2/preferences/__init__.py
 650lib/calibre/calibre/gui2/preferences/adding.py
 651lib/calibre/calibre/gui2/preferences/adding_ui.py
 652lib/calibre/calibre/gui2/preferences/behavior.py
 653lib/calibre/calibre/gui2/preferences/behavior_ui.py
 654lib/calibre/calibre/gui2/preferences/columns.py
 655lib/calibre/calibre/gui2/preferences/columns_ui.py
 656lib/calibre/calibre/gui2/preferences/conversion.py
 657lib/calibre/calibre/gui2/preferences/conversion_ui.py
 658lib/calibre/calibre/gui2/preferences/create_custom_column.py
 659lib/calibre/calibre/gui2/preferences/create_custom_column_ui.py
 660lib/calibre/calibre/gui2/preferences/custom_columns_ui.py
 661lib/calibre/calibre/gui2/preferences/device_debug.py
 662lib/calibre/calibre/gui2/preferences/device_user_defined.py
 663lib/calibre/calibre/gui2/preferences/email_ui.py
 664lib/calibre/calibre/gui2/preferences/emailp.py
 665lib/calibre/calibre/gui2/preferences/history.py
 666lib/calibre/calibre/gui2/preferences/look_feel.py
 667lib/calibre/calibre/gui2/preferences/look_feel_ui.py
 668lib/calibre/calibre/gui2/preferences/main.py
 669lib/calibre/calibre/gui2/preferences/metadata_sources.py
 670lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py
 671lib/calibre/calibre/gui2/preferences/misc.py
 672lib/calibre/calibre/gui2/preferences/misc_ui.py
 673lib/calibre/calibre/gui2/preferences/plugboard.py
 674lib/calibre/calibre/gui2/preferences/plugboard_ui.py
 675lib/calibre/calibre/gui2/preferences/plugins.py
 676lib/calibre/calibre/gui2/preferences/plugins_ui.py
 677lib/calibre/calibre/gui2/preferences/save_template.py
 678lib/calibre/calibre/gui2/preferences/save_template_ui.py
 679lib/calibre/calibre/gui2/preferences/saving.py
 680lib/calibre/calibre/gui2/preferences/saving_ui.py
 681lib/calibre/calibre/gui2/preferences/search.py
 682lib/calibre/calibre/gui2/preferences/search_ui.py
 683lib/calibre/calibre/gui2/preferences/sending.py
 684lib/calibre/calibre/gui2/preferences/sending_ui.py
 685lib/calibre/calibre/gui2/preferences/server.py
 686lib/calibre/calibre/gui2/preferences/server_ui.py
 687lib/calibre/calibre/gui2/preferences/template_functions.py
 688lib/calibre/calibre/gui2/preferences/template_functions_ui.py
 689lib/calibre/calibre/gui2/preferences/toolbar.py
 690lib/calibre/calibre/gui2/preferences/toolbar_ui.py
 691lib/calibre/calibre/gui2/preferences/tweaks.py
 692lib/calibre/calibre/gui2/preferences/tweaks_ui.py
 693lib/calibre/calibre/gui2/progress_indicator/__init__.py
465lib/calibre/calibre/gui2/search_box.py 694lib/calibre/calibre/gui2/search_box.py
466lib/calibre/calibre/gui2/status.py 695lib/calibre/calibre/gui2/search_restriction_mixin.py
 696lib/calibre/calibre/gui2/shortcuts.py
 697lib/calibre/calibre/gui2/shortcuts_ui.py
 698lib/calibre/calibre/gui2/store/__init__.py
 699lib/calibre/calibre/gui2/store/amazon_de_plugin.py
 700lib/calibre/calibre/gui2/store/amazon_plugin.py
 701lib/calibre/calibre/gui2/store/amazon_uk_plugin.py
 702lib/calibre/calibre/gui2/store/archive_org_plugin.py
 703lib/calibre/calibre/gui2/store/baen_webscription_plugin.py
 704lib/calibre/calibre/gui2/store/basic_config.py
 705lib/calibre/calibre/gui2/store/basic_config_widget_ui.py
 706lib/calibre/calibre/gui2/store/beam_ebooks_de_plugin.py
 707lib/calibre/calibre/gui2/store/bewrite_plugin.py
 708lib/calibre/calibre/gui2/store/bn_plugin.py
 709lib/calibre/calibre/gui2/store/diesel_ebooks_plugin.py
 710lib/calibre/calibre/gui2/store/ebooks_com_plugin.py
 711lib/calibre/calibre/gui2/store/eharlequin_plugin.py
 712lib/calibre/calibre/gui2/store/epubbuy_de_plugin.py
 713lib/calibre/calibre/gui2/store/feedbooks_plugin.py
 714lib/calibre/calibre/gui2/store/foyles_uk_plugin.py
 715lib/calibre/calibre/gui2/store/gandalf_plugin.py
 716lib/calibre/calibre/gui2/store/google_books_plugin.py
 717lib/calibre/calibre/gui2/store/gutenberg_plugin.py
 718lib/calibre/calibre/gui2/store/kobo_plugin.py
 719lib/calibre/calibre/gui2/store/manybooks_plugin.py
 720lib/calibre/calibre/gui2/store/mobileread/__init__.py
 721lib/calibre/calibre/gui2/store/mobileread/cache_progress_dialog.py
 722lib/calibre/calibre/gui2/store/mobileread/cache_progress_dialog_ui.py
 723lib/calibre/calibre/gui2/store/mobileread/cache_update_thread.py
 724lib/calibre/calibre/gui2/store/mobileread/mobileread_plugin.py
 725lib/calibre/calibre/gui2/store/mobileread/models.py
 726lib/calibre/calibre/gui2/store/mobileread/store_dialog.py
 727lib/calibre/calibre/gui2/store/mobileread/store_dialog_ui.py
 728lib/calibre/calibre/gui2/store/mobileread_store_dialog_ui.py
 729lib/calibre/calibre/gui2/store/nexto_plugin.py
 730lib/calibre/calibre/gui2/store/open_library_plugin.py
 731lib/calibre/calibre/gui2/store/oreilly_plugin.py
 732lib/calibre/calibre/gui2/store/pragmatic_bookshelf_plugin.py
 733lib/calibre/calibre/gui2/store/search/__init__.py
 734lib/calibre/calibre/gui2/store/search/adv_search_builder.py
 735lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py
 736lib/calibre/calibre/gui2/store/search/download_thread.py
 737lib/calibre/calibre/gui2/store/search/models.py
 738lib/calibre/calibre/gui2/store/search/results_view.py
 739lib/calibre/calibre/gui2/store/search/search.py
 740lib/calibre/calibre/gui2/store/search/search_ui.py
 741lib/calibre/calibre/gui2/store/search_result.py
 742lib/calibre/calibre/gui2/store/search_ui.py
 743lib/calibre/calibre/gui2/store/smashwords_plugin.py
 744lib/calibre/calibre/gui2/store/waterstones_uk_plugin.py
 745lib/calibre/calibre/gui2/store/web_control.py
 746lib/calibre/calibre/gui2/store/web_store_dialog.py
 747lib/calibre/calibre/gui2/store/web_store_dialog_ui.py
 748lib/calibre/calibre/gui2/store/weightless_books_plugin.py
 749lib/calibre/calibre/gui2/store/wizards_tower_books_plugin.py
467lib/calibre/calibre/gui2/tag_view.py 750lib/calibre/calibre/gui2/tag_view.py
 751lib/calibre/calibre/gui2/threaded_jobs.py
 752lib/calibre/calibre/gui2/throbber.py
468lib/calibre/calibre/gui2/tools.py 753lib/calibre/calibre/gui2/tools.py
 754lib/calibre/calibre/gui2/ui.py
469lib/calibre/calibre/gui2/update.py 755lib/calibre/calibre/gui2/update.py
470lib/calibre/calibre/gui2/viewer/__init__.py 756lib/calibre/calibre/gui2/viewer/__init__.py
471lib/calibre/calibre/gui2/viewer/bookmarkmanager.py 757lib/calibre/calibre/gui2/viewer/bookmarkmanager.py
472lib/calibre/calibre/gui2/viewer/bookmarkmanager_ui.py 758lib/calibre/calibre/gui2/viewer/bookmarkmanager_ui.py
473lib/calibre/calibre/gui2/viewer/config_ui.py 759lib/calibre/calibre/gui2/viewer/config_ui.py
 760lib/calibre/calibre/gui2/viewer/dictionary.py
474lib/calibre/calibre/gui2/viewer/documentview.py 761lib/calibre/calibre/gui2/viewer/documentview.py
 762lib/calibre/calibre/gui2/viewer/flip.py
 763lib/calibre/calibre/gui2/viewer/gestures.py
 764lib/calibre/calibre/gui2/viewer/keys.py
475lib/calibre/calibre/gui2/viewer/main.py 765lib/calibre/calibre/gui2/viewer/main.py
476lib/calibre/calibre/gui2/viewer/main_ui.py 766lib/calibre/calibre/gui2/viewer/main_ui.py
477lib/calibre/calibre/gui2/viewer/printing.py 767lib/calibre/calibre/gui2/viewer/printing.py
478lib/calibre/calibre/gui2/widgets.py 768lib/calibre/calibre/gui2/widgets.py
479lib/calibre/calibre/gui2/wizard/__init__.py 769lib/calibre/calibre/gui2/wizard/__init__.py
480lib/calibre/calibre/gui2/wizard/device_ui.py 770lib/calibre/calibre/gui2/wizard/device_ui.py
481lib/calibre/calibre/gui2/wizard/finish_ui.py 771lib/calibre/calibre/gui2/wizard/finish_ui.py
482lib/calibre/calibre/gui2/wizard/kindle_ui.py 772lib/calibre/calibre/gui2/wizard/kindle_ui.py
483lib/calibre/calibre/gui2/wizard/library_ui.py 773lib/calibre/calibre/gui2/wizard/library_ui.py
484lib/calibre/calibre/gui2/wizard/send_email.py 774lib/calibre/calibre/gui2/wizard/send_email.py
485lib/calibre/calibre/gui2/wizard/send_email_ui.py 775lib/calibre/calibre/gui2/wizard/send_email_ui.py
486lib/calibre/calibre/gui2/wizard/stanza_ui.py 776lib/calibre/calibre/gui2/wizard/stanza_ui.py
487lib/calibre/calibre/library/__init__.py 777lib/calibre/calibre/library/__init__.py
 778lib/calibre/calibre/library/add_to_library.py
 779lib/calibre/calibre/library/caches.py
 780lib/calibre/calibre/library/catalog.py
 781lib/calibre/calibre/library/check_library.py
488lib/calibre/calibre/library/cli.py 782lib/calibre/calibre/library/cli.py
 783lib/calibre/calibre/library/comments.py
 784lib/calibre/calibre/library/custom_columns.py
489lib/calibre/calibre/library/database.py 785lib/calibre/calibre/library/database.py
490lib/calibre/calibre/library/database2.py 786lib/calibre/calibre/library/database2.py
 787lib/calibre/calibre/library/field_metadata.py
491lib/calibre/calibre/library/move.py 788lib/calibre/calibre/library/move.py
 789lib/calibre/calibre/library/prefs.py
 790lib/calibre/calibre/library/restore.py
492lib/calibre/calibre/library/save_to_disk.py 791lib/calibre/calibre/library/save_to_disk.py
493lib/calibre/calibre/library/server.py 792lib/calibre/calibre/library/schema_upgrades.py
 793lib/calibre/calibre/library/server/__init__.py
 794lib/calibre/calibre/library/server/base.py
 795lib/calibre/calibre/library/server/browse.py
 796lib/calibre/calibre/library/server/cache.py
 797lib/calibre/calibre/library/server/content.py
 798lib/calibre/calibre/library/server/main.py
 799lib/calibre/calibre/library/server/mobile.py
 800lib/calibre/calibre/library/server/opds.py
 801lib/calibre/calibre/library/server/utils.py
 802lib/calibre/calibre/library/server/xml.py
494lib/calibre/calibre/library/sqlite.py 803lib/calibre/calibre/library/sqlite.py
495lib/calibre/calibre/library/test.py 804lib/calibre/calibre/library/test.py
496lib/calibre/calibre/libunrar.py 805lib/calibre/calibre/libunrar.py
497lib/calibre/calibre/libunzip.py 806lib/calibre/calibre/libunzip.py
498lib/calibre/calibre/libwand.py 807lib/calibre/calibre/libwand.py
499lib/calibre/calibre/linux.py 808lib/calibre/calibre/linux.py
500lib/calibre/calibre/manual/conf.py 809lib/calibre/calibre/manual/conf.py
501lib/calibre/calibre/manual/custom.py 810lib/calibre/calibre/manual/custom.py
502lib/calibre/calibre/manual/epub.py 811lib/calibre/calibre/manual/epub.py
 812lib/calibre/calibre/manual/plugin_examples/helloworld/__init__.py
 813lib/calibre/calibre/manual/plugin_examples/interface_demo/__init__.py
 814lib/calibre/calibre/manual/plugin_examples/interface_demo/config.py
 815lib/calibre/calibre/manual/plugin_examples/interface_demo/main.py
 816lib/calibre/calibre/manual/plugin_examples/interface_demo/ui.py
503lib/calibre/calibre/manual/qthelp.py 817lib/calibre/calibre/manual/qthelp.py
504lib/calibre/calibre/plugins/cPalmdoc.so 818lib/calibre/calibre/plugins/cPalmdoc.so
 819lib/calibre/calibre/plugins/chm_extra.so
 820lib/calibre/calibre/plugins/chmlib.so
505lib/calibre/calibre/plugins/fontconfig.so 821lib/calibre/calibre/plugins/fontconfig.so
 822lib/calibre/calibre/plugins/icu.so
506lib/calibre/calibre/plugins/lzx.so 823lib/calibre/calibre/plugins/lzx.so
 824lib/calibre/calibre/plugins/magick.so
507lib/calibre/calibre/plugins/msdes.so 825lib/calibre/calibre/plugins/msdes.so
508lib/calibre/calibre/plugins/pdfreflow.so 826lib/calibre/calibre/plugins/pdfreflow.so
509lib/calibre/calibre/plugins/pictureflow.so 827lib/calibre/calibre/plugins/pictureflow.so
510lib/calibre/calibre/plugins/podofo.so 828lib/calibre/calibre/plugins/podofo.so
 829lib/calibre/calibre/plugins/progress_indicator.so
 830lib/calibre/calibre/plugins/speedup.so
 831lib/calibre/calibre/plugins/sqlite_custom.so
511lib/calibre/calibre/ptempfile.py 832lib/calibre/calibre/ptempfile.py
512lib/calibre/calibre/startup.py 833lib/calibre/calibre/startup.py
513lib/calibre/calibre/trac/__init__.py 834lib/calibre/calibre/trac/__init__.py
514lib/calibre/calibre/trac/bzr_commit_plugin.py 835lib/calibre/calibre/trac/bzr_commit_plugin.py
515lib/calibre/calibre/trac/plugins/Changelog.py 
516lib/calibre/calibre/trac/plugins/__init__.py 
517lib/calibre/calibre/trac/plugins/download.py 
518lib/calibre/calibre/trac/setup.py 836lib/calibre/calibre/trac/setup.py
519lib/calibre/calibre/translations/__init__.py 837lib/calibre/calibre/translations/__init__.py
520lib/calibre/calibre/translations/dynamic.py 838lib/calibre/calibre/translations/dynamic.py
521lib/calibre/calibre/translations/msgfmt.py 839lib/calibre/calibre/translations/msgfmt.py
522lib/calibre/calibre/utils/PythonMagickWand.py 
523lib/calibre/calibre/utils/Zeroconf.py 840lib/calibre/calibre/utils/Zeroconf.py
524lib/calibre/calibre/utils/__init__.py 841lib/calibre/calibre/utils/__init__.py
 842lib/calibre/calibre/utils/bibtex.py
 843lib/calibre/calibre/utils/browser.py
 844lib/calibre/calibre/utils/chm/__init__.py
 845lib/calibre/calibre/utils/chm/chm.py
 846lib/calibre/calibre/utils/chm/chmlib.py
 847lib/calibre/calibre/utils/cleantext.py
525lib/calibre/calibre/utils/complete.py 848lib/calibre/calibre/utils/complete.py
526lib/calibre/calibre/utils/config.py 849lib/calibre/calibre/utils/config.py
 850lib/calibre/calibre/utils/config_base.py
 851lib/calibre/calibre/utils/date.py
 852lib/calibre/calibre/utils/dictclient.py
527lib/calibre/calibre/utils/filenames.py 853lib/calibre/calibre/utils/filenames.py
528lib/calibre/calibre/utils/fonts/__init__.py 854lib/calibre/calibre/utils/fonts/__init__.py
529lib/calibre/calibre/utils/genshi/__init__.py 855lib/calibre/calibre/utils/formatter.py
530lib/calibre/calibre/utils/genshi/builder.py 856lib/calibre/calibre/utils/formatter_functions.py
531lib/calibre/calibre/utils/genshi/core.py 
532lib/calibre/calibre/utils/genshi/filters/__init__.py 
533lib/calibre/calibre/utils/genshi/filters/html.py 
534lib/calibre/calibre/utils/genshi/filters/i18n.py 
535lib/calibre/calibre/utils/genshi/filters/transform.py 
536lib/calibre/calibre/utils/genshi/input.py 
537lib/calibre/calibre/utils/genshi/output.py 
538lib/calibre/calibre/utils/genshi/path.py 
539lib/calibre/calibre/utils/genshi/template/__init__.py 
540lib/calibre/calibre/utils/genshi/template/base.py 
541lib/calibre/calibre/utils/genshi/template/directives.py 
542lib/calibre/calibre/utils/genshi/template/eval.py 
543lib/calibre/calibre/utils/genshi/template/interpolation.py 
544lib/calibre/calibre/utils/genshi/template/loader.py 
545lib/calibre/calibre/utils/genshi/template/markup.py 
546lib/calibre/calibre/utils/genshi/template/plugin.py 
547lib/calibre/calibre/utils/genshi/template/text.py 
548lib/calibre/calibre/utils/genshi/util.py 
549lib/calibre/calibre/utils/help2man.py 857lib/calibre/calibre/utils/help2man.py
 858lib/calibre/calibre/utils/html2text.py
 859lib/calibre/calibre/utils/icu.py
550lib/calibre/calibre/utils/ipc/__init__.py 860lib/calibre/calibre/utils/ipc/__init__.py
551lib/calibre/calibre/utils/ipc/job.py 861lib/calibre/calibre/utils/ipc/job.py
552lib/calibre/calibre/utils/ipc/launch.py 862lib/calibre/calibre/utils/ipc/launch.py
553lib/calibre/calibre/utils/ipc/server.py 863lib/calibre/calibre/utils/ipc/server.py
554lib/calibre/calibre/utils/ipc/worker.py 864lib/calibre/calibre/utils/ipc/worker.py
555lib/calibre/calibre/utils/localization.py 865lib/calibre/calibre/utils/localization.py
556lib/calibre/calibre/utils/lock.py 866lib/calibre/calibre/utils/lock.py
557lib/calibre/calibre/utils/logging.py 867lib/calibre/calibre/utils/logging.py
 868lib/calibre/calibre/utils/magick/__init__.py
 869lib/calibre/calibre/utils/magick/draw.py
 870lib/calibre/calibre/utils/magick/generate.py
558lib/calibre/calibre/utils/mdns.py 871lib/calibre/calibre/utils/mdns.py
 872lib/calibre/calibre/utils/mem.py
 873lib/calibre/calibre/utils/mreplace.py
 874lib/calibre/calibre/utils/network.py
 875lib/calibre/calibre/utils/ordered_dict.py
559lib/calibre/calibre/utils/osx_symlinks.py 876lib/calibre/calibre/utils/osx_symlinks.py
560lib/calibre/calibre/utils/pdftk.py 877lib/calibre/calibre/utils/pdftk.py
561lib/calibre/calibre/utils/podofo/__init__.py 878lib/calibre/calibre/utils/podofo/__init__.py
 879lib/calibre/calibre/utils/pyconsole/__init__.py
 880lib/calibre/calibre/utils/pyconsole/console.py
 881lib/calibre/calibre/utils/pyconsole/controller.py
 882lib/calibre/calibre/utils/pyconsole/formatter.py
 883lib/calibre/calibre/utils/pyconsole/history.py
 884lib/calibre/calibre/utils/pyconsole/interpreter.py
 885lib/calibre/calibre/utils/pyconsole/main.py
562lib/calibre/calibre/utils/pyparsing.py 886lib/calibre/calibre/utils/pyparsing.py
 887lib/calibre/calibre/utils/recycle_bin.py
563lib/calibre/calibre/utils/resources.py 888lib/calibre/calibre/utils/resources.py
564lib/calibre/calibre/utils/rss_gen.py 889lib/calibre/calibre/utils/rss_gen.py
565lib/calibre/calibre/utils/search_query_parser.py 890lib/calibre/calibre/utils/search_query_parser.py
566lib/calibre/calibre/utils/sftp.py 891lib/calibre/calibre/utils/sftp.py
567lib/calibre/calibre/utils/sigil.py 892lib/calibre/calibre/utils/sigil.py
 893lib/calibre/calibre/utils/smartypants.py
568lib/calibre/calibre/utils/smtp.py 894lib/calibre/calibre/utils/smtp.py
 895lib/calibre/calibre/utils/smtplib.py
569lib/calibre/calibre/utils/terminfo.py 896lib/calibre/calibre/utils/terminfo.py
 897lib/calibre/calibre/utils/text2int.py
570lib/calibre/calibre/utils/threadpool.py 898lib/calibre/calibre/utils/threadpool.py
 899lib/calibre/calibre/utils/titlecase.py
571lib/calibre/calibre/utils/winshell.py 900lib/calibre/calibre/utils/winshell.py
 901lib/calibre/calibre/utils/wmf/__init__.py
 902lib/calibre/calibre/utils/wmf/parse.py
 903lib/calibre/calibre/utils/wordcount.py
572lib/calibre/calibre/utils/zipfile.py 904lib/calibre/calibre/utils/zipfile.py
573lib/calibre/calibre/web/__init__.py 905lib/calibre/calibre/web/__init__.py
574lib/calibre/calibre/web/feeds/__init__.py 906lib/calibre/calibre/web/feeds/__init__.py
575lib/calibre/calibre/web/feeds/feedparser.py 907lib/calibre/calibre/web/feeds/feedparser.py
576lib/calibre/calibre/web/feeds/input.py 908lib/calibre/calibre/web/feeds/input.py
577lib/calibre/calibre/web/feeds/news.py 909lib/calibre/calibre/web/feeds/news.py
578lib/calibre/calibre/web/feeds/recipes/__init__.py 910lib/calibre/calibre/web/feeds/recipes/__init__.py
579lib/calibre/calibre/web/feeds/recipes/collection.py 911lib/calibre/calibre/web/feeds/recipes/collection.py
580lib/calibre/calibre/web/feeds/recipes/model.py 912lib/calibre/calibre/web/feeds/recipes/model.py
581lib/calibre/calibre/web/feeds/templates.py 913lib/calibre/calibre/web/feeds/templates.py
582lib/calibre/calibre/web/fetch/__init__.py 914lib/calibre/calibre/web/fetch/__init__.py
583lib/calibre/calibre/web/fetch/simple.py 915lib/calibre/calibre/web/fetch/simple.py
584lib/calibre/cherrypy/__init__.py 916lib/calibre/cherrypy/__init__.py
@@ -608,69 +940,26 @@ lib/calibre/cherrypy/lib/profiler.py @@ -608,69 +940,26 @@ lib/calibre/cherrypy/lib/profiler.py
608lib/calibre/cherrypy/lib/safemime.py 940lib/calibre/cherrypy/lib/safemime.py
609lib/calibre/cherrypy/lib/sessions.py 941lib/calibre/cherrypy/lib/sessions.py
610lib/calibre/cherrypy/lib/static.py 942lib/calibre/cherrypy/lib/static.py
611lib/calibre/cherrypy/lib/tidy.py 943lib/calibre/cherrypy/lib/tidy.py
612lib/calibre/cherrypy/lib/wsgiapp.py 944lib/calibre/cherrypy/lib/wsgiapp.py
613lib/calibre/cherrypy/lib/xmlrpc.py 945lib/calibre/cherrypy/lib/xmlrpc.py
614lib/calibre/cherrypy/process/__init__.py 946lib/calibre/cherrypy/process/__init__.py
615lib/calibre/cherrypy/process/plugins.py 947lib/calibre/cherrypy/process/plugins.py
616lib/calibre/cherrypy/process/servers.py 948lib/calibre/cherrypy/process/servers.py
617lib/calibre/cherrypy/process/win32.py 949lib/calibre/cherrypy/process/win32.py
618lib/calibre/cherrypy/process/wspbus.py 950lib/calibre/cherrypy/process/wspbus.py
619lib/calibre/cherrypy/scaffold/__init__.py 951lib/calibre/cherrypy/scaffold/__init__.py
620lib/calibre/cherrypy/wsgiserver/__init__.py 952lib/calibre/cherrypy/wsgiserver/__init__.py
621lib/calibre/cssutils/__init__.py 
622lib/calibre/cssutils/_fetch.py 
623lib/calibre/cssutils/_fetchgae.py 
624lib/calibre/cssutils/codec.py 
625lib/calibre/cssutils/css/__init__.py 
626lib/calibre/cssutils/css/csscharsetrule.py 
627lib/calibre/cssutils/css/csscomment.py 
628lib/calibre/cssutils/css/cssfontfacerule.py 
629lib/calibre/cssutils/css/cssimportrule.py 
630lib/calibre/cssutils/css/cssmediarule.py 
631lib/calibre/cssutils/css/cssnamespacerule.py 
632lib/calibre/cssutils/css/csspagerule.py 
633lib/calibre/cssutils/css/cssproperties.py 
634lib/calibre/cssutils/css/cssrule.py 
635lib/calibre/cssutils/css/cssrulelist.py 
636lib/calibre/cssutils/css/cssstyledeclaration.py 
637lib/calibre/cssutils/css/cssstylerule.py 
638lib/calibre/cssutils/css/cssstylesheet.py 
639lib/calibre/cssutils/css/cssunknownrule.py 
640lib/calibre/cssutils/css/cssvalue.py 
641lib/calibre/cssutils/css/cssvariablesdeclaration.py 
642lib/calibre/cssutils/css/cssvariablesrule.py 
643lib/calibre/cssutils/css/property.py 
644lib/calibre/cssutils/css/selector.py 
645lib/calibre/cssutils/css/selectorlist.py 
646lib/calibre/cssutils/css2productions.py 
647lib/calibre/cssutils/cssproductions.py 
648lib/calibre/cssutils/errorhandler.py 
649lib/calibre/cssutils/helper.py 
650lib/calibre/cssutils/parse.py 
651lib/calibre/cssutils/prodparser.py 
652lib/calibre/cssutils/profiles.py 
653lib/calibre/cssutils/script.py 
654lib/calibre/cssutils/serialize.py 
655lib/calibre/cssutils/settings.py 
656lib/calibre/cssutils/stylesheets/__init__.py 
657lib/calibre/cssutils/stylesheets/medialist.py 
658lib/calibre/cssutils/stylesheets/mediaquery.py 
659lib/calibre/cssutils/stylesheets/stylesheet.py 
660lib/calibre/cssutils/stylesheets/stylesheetlist.py 
661lib/calibre/cssutils/tokenize2.py 
662lib/calibre/cssutils/util.py 
663lib/calibre/encutils/__init__.py 
664lib/calibre/odf/__init__.py 953lib/calibre/odf/__init__.py
665lib/calibre/odf/anim.py 954lib/calibre/odf/anim.py
666lib/calibre/odf/attrconverters.py 955lib/calibre/odf/attrconverters.py
667lib/calibre/odf/chart.py 956lib/calibre/odf/chart.py
668lib/calibre/odf/config.py 957lib/calibre/odf/config.py
669lib/calibre/odf/dc.py 958lib/calibre/odf/dc.py
670lib/calibre/odf/dr3d.py 959lib/calibre/odf/dr3d.py
671lib/calibre/odf/draw.py 960lib/calibre/odf/draw.py
672lib/calibre/odf/easyliststyle.py 961lib/calibre/odf/easyliststyle.py
673lib/calibre/odf/element.py 962lib/calibre/odf/element.py
674lib/calibre/odf/elementtypes.py 963lib/calibre/odf/elementtypes.py
675lib/calibre/odf/form.py 964lib/calibre/odf/form.py
676lib/calibre/odf/grammar.py 965lib/calibre/odf/grammar.py
@@ -691,699 +980,453 @@ lib/calibre/odf/style.py @@ -691,699 +980,453 @@ lib/calibre/odf/style.py
691lib/calibre/odf/svg.py 980lib/calibre/odf/svg.py
692lib/calibre/odf/table.py 981lib/calibre/odf/table.py
693lib/calibre/odf/teletype.py 982lib/calibre/odf/teletype.py
694lib/calibre/odf/text.py 983lib/calibre/odf/text.py
695lib/calibre/odf/thumbnail.py 984lib/calibre/odf/thumbnail.py
696lib/calibre/odf/userfield.py 985lib/calibre/odf/userfield.py
697lib/calibre/odf/xforms.py 986lib/calibre/odf/xforms.py
698lib/calibre/pyPdf/__init__.py 987lib/calibre/pyPdf/__init__.py
699lib/calibre/pyPdf/filters.py 988lib/calibre/pyPdf/filters.py
700lib/calibre/pyPdf/generic.py 989lib/calibre/pyPdf/generic.py
701lib/calibre/pyPdf/pdf.py 990lib/calibre/pyPdf/pdf.py
702lib/calibre/pyPdf/utils.py 991lib/calibre/pyPdf/utils.py
703lib/calibre/pyPdf/xmp.py 992lib/calibre/pyPdf/xmp.py
704lib/udev/rules.d/95-calibre.rules 993lib/calibre/routes/__init__.py
 994lib/calibre/routes/base.py
 995lib/calibre/routes/lru.py
 996lib/calibre/routes/mapper.py
 997lib/calibre/routes/middleware.py
 998lib/calibre/routes/route.py
 999lib/calibre/routes/util.py
 1000lib/calibre/templite/__init__.py
705man/man1/calibre-customize.1 1001man/man1/calibre-customize.1
706man/man1/calibre-debug.1 1002man/man1/calibre-debug.1
707man/man1/calibre-server.1 1003man/man1/calibre-server.1
708man/man1/calibre-smtp.1 1004man/man1/calibre-smtp.1
709man/man1/calibredb.1 1005man/man1/calibredb.1
710man/man1/ebook-convert.1 1006man/man1/ebook-convert.1
711man/man1/ebook-meta.1 1007man/man1/ebook-meta.1
 1008man/man1/epub-fix.1
712man/man1/fetch-ebook-metadata.1 1009man/man1/fetch-ebook-metadata.1
713man/man1/librarything.1 1010man/man1/librarything.1
714man/man1/lrf2lrs.1 1011man/man1/lrf2lrs.1
715man/man1/lrs2lrf.1 1012man/man1/lrs2lrf.1
716man/man1/pdfmanipulate.1 1013man/man1/pdfmanipulate.1
717man/man1/web2disk.1 1014man/man1/web2disk.1
718share/bash_completion.d/calibre 1015share/bash_completion.d/calibre
719share/calibre/builtin_recipes.xml 1016share/calibre/builtin_recipes.xml
 1017share/calibre/builtin_recipes.zip
 1018share/calibre/calibre-portable.bat
 1019share/calibre/catalog/DefaultCover.jpg
 1020share/calibre/catalog/mastheadImage.gif
 1021share/calibre/catalog/section_list_templates.py
 1022share/calibre/catalog/stylesheet.css
 1023share/calibre/catalog/template.xhtml
720share/calibre/content_server/av.jpg 1024share/calibre/content_server/av.jpg
721share/calibre/content_server/bg_search_box.png 1025share/calibre/content_server/bg_search_box.png
 1026share/calibre/content_server/browse/browse.css
 1027share/calibre/content_server/browse/browse.html
 1028share/calibre/content_server/browse/browse.js
 1029share/calibre/content_server/browse/details.html
 1030share/calibre/content_server/browse/summary.html
722share/calibre/content_server/btn_search_box.png 1031share/calibre/content_server/btn_search_box.png
 1032share/calibre/content_server/button-donate.png
723share/calibre/content_server/calibre.png 1033share/calibre/content_server/calibre.png
724share/calibre/content_server/calibre_banner.png 1034share/calibre/content_server/calibre_banner.png
725share/calibre/content_server/date.js 1035share/calibre/content_server/date.js
726share/calibre/content_server/default_cover.jpg 1036share/calibre/content_server/default_cover.jpg
727share/calibre/content_server/first.png 1037share/calibre/content_server/first.png
728share/calibre/content_server/gui.css 1038share/calibre/content_server/gui.css
729share/calibre/content_server/gui.js 1039share/calibre/content_server/gui.js
730share/calibre/content_server/index.html 1040share/calibre/content_server/index.html
 1041share/calibre/content_server/jquery.corner.js
731share/calibre/content_server/jquery.js 1042share/calibre/content_server/jquery.js
 1043share/calibre/content_server/jquery.multiselect.css
 1044share/calibre/content_server/jquery.multiselect.min.js
 1045share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_flat_75_aaaaaa_40x100.png
 1046share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_100_f5f0e5_1x400.png
 1047share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_25_cb842e_1x400.png
 1048share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_glass_70_ede4d4_1x400.png
 1049share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
 1050share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
 1051share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
 1052share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
 1053share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_c47a23_256x240.png
 1054share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_cb672b_256x240.png
 1055share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f08000_256x240.png
 1056share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_f35f07_256x240.png
 1057share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ff7519_256x240.png
 1058share/calibre/content_server/jquery_ui/css/humanity-custom/images/ui-icons_ffffff_256x240.png
 1059share/calibre/content_server/jquery_ui/css/humanity-custom/jquery-ui-1.8.5.custom.css
 1060share/calibre/content_server/jquery_ui/js/jquery-ui-1.8.5.custom.min.js
732share/calibre/content_server/last.png 1061share/calibre/content_server/last.png
733share/calibre/content_server/loading.gif 1062share/calibre/content_server/loading.gif
 1063share/calibre/content_server/logo.png
 1064share/calibre/content_server/mobile.css
734share/calibre/content_server/next.png 1065share/calibre/content_server/next.png
735share/calibre/content_server/previous.png 1066share/calibre/content_server/previous.png
 1067share/calibre/content_server/read/monocle.js
 1068share/calibre/content_server/star-half.png
 1069share/calibre/content_server/star-off.png
 1070share/calibre/content_server/star-on.png
 1071share/calibre/default_tweaks.py
736share/calibre/ebook-convert-complete.pickle 1072share/calibre/ebook-convert-complete.pickle
737share/calibre/fonts/liberation/LiberationMono-Bold.ttf 1073share/calibre/fonts/liberation/LiberationMono-Bold.ttf
738share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf 1074share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
739share/calibre/fonts/liberation/LiberationMono-Italic.ttf 1075share/calibre/fonts/liberation/LiberationMono-Italic.ttf
740share/calibre/fonts/liberation/LiberationMono-Regular.ttf 1076share/calibre/fonts/liberation/LiberationMono-Regular.ttf
741share/calibre/fonts/liberation/LiberationSans-Bold.ttf 1077share/calibre/fonts/liberation/LiberationSans-Bold.ttf
742share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf 1078share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf
743share/calibre/fonts/liberation/LiberationSans-Italic.ttf 1079share/calibre/fonts/liberation/LiberationSans-Italic.ttf
744share/calibre/fonts/liberation/LiberationSans-Regular.ttf 1080share/calibre/fonts/liberation/LiberationSans-Regular.ttf
745share/calibre/fonts/liberation/LiberationSerif-Bold.ttf 1081share/calibre/fonts/liberation/LiberationSerif-Bold.ttf
746share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf 1082share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf
747share/calibre/fonts/liberation/LiberationSerif-Italic.ttf 1083share/calibre/fonts/liberation/LiberationSerif-Italic.ttf
748share/calibre/fonts/liberation/LiberationSerif-Regular.ttf 1084share/calibre/fonts/liberation/LiberationSerif-Regular.ttf
749share/calibre/fonts/prs500/tt0003m_.ttf 1085share/calibre/fonts/prs500/tt0003m_.ttf
750share/calibre/fonts/prs500/tt0011m_.ttf 1086share/calibre/fonts/prs500/tt0011m_.ttf
751share/calibre/fonts/prs500/tt0419m_.ttf 1087share/calibre/fonts/prs500/tt0419m_.ttf
752share/calibre/images.qrc 1088share/calibre/images.qrc
753share/calibre/images/add_book.svg 1089share/calibre/images/add_book.png
754share/calibre/images/arrow-down.svg 1090share/calibre/images/arrow-down.png
755share/calibre/images/arrow-up.svg 1091share/calibre/images/arrow-up.png
756share/calibre/images/auto_author_sort.svg 1092share/calibre/images/auto_author_sort.png
757share/calibre/images/back.svg 1093share/calibre/images/back.png
758share/calibre/images/book.svg 1094share/calibre/images/blank.png
759share/calibre/images/bookmarks.svg 1095share/calibre/images/book.png
760share/calibre/images/books_in_series.svg 1096share/calibre/images/bookmarks.png
761share/calibre/images/chapters.svg 1097share/calibre/images/books_in_series.png
762share/calibre/images/clear_left.svg 1098share/calibre/images/catalog.png
763share/calibre/images/config.svg 1099share/calibre/images/chapters.png
764share/calibre/images/convert.svg 1100share/calibre/images/clear_left.png
765share/calibre/images/cover_flow.svg 1101share/calibre/images/column.png
766share/calibre/images/debug.svg 1102share/calibre/images/config.png
767share/calibre/images/dialog_error.svg 1103share/calibre/images/connect_share.png
768share/calibre/images/dialog_information.svg 1104share/calibre/images/connect_share_on.png
769share/calibre/images/dialog_warning.svg 1105share/calibre/images/console.png
770share/calibre/images/document_open.svg 1106share/calibre/images/convert.png
771share/calibre/images/donate.svg 1107share/calibre/images/cover_flow.png
772share/calibre/images/edit_input.svg 1108share/calibre/images/debug.png
773share/calibre/images/eject.svg 1109share/calibre/images/default_cover.png
774share/calibre/images/exec.svg 1110share/calibre/images/devices/bambook.png
775share/calibre/images/font_size_larger.svg 1111share/calibre/images/devices/folder.png
776share/calibre/images/font_size_smaller.svg 1112share/calibre/images/devices/ipad.png
777share/calibre/images/forward.svg 1113share/calibre/images/devices/italica.png
 1114share/calibre/images/devices/itunes.png
 1115share/calibre/images/devices/kindle.jpg
 1116share/calibre/images/devices/nook.jpg
 1117share/calibre/images/dialog_error.png
 1118share/calibre/images/dialog_information.png
 1119share/calibre/images/dialog_question.png
 1120share/calibre/images/dialog_warning.png
 1121share/calibre/images/dictionary.png
 1122share/calibre/images/document-encrypt.png
 1123share/calibre/images/document_open.png
 1124share/calibre/images/donate.png
 1125share/calibre/images/drawer.png
 1126share/calibre/images/drm-locked.png
 1127share/calibre/images/drm-unlocked.png
 1128share/calibre/images/edit-clear.png
 1129share/calibre/images/edit-copy.png
 1130share/calibre/images/edit-cut.png
 1131share/calibre/images/edit-paste.png
 1132share/calibre/images/edit-redo.png
 1133share/calibre/images/edit-select-all.png
 1134share/calibre/images/edit-undo.png
 1135share/calibre/images/edit_input.png
 1136share/calibre/images/eject.png
 1137share/calibre/images/exec.png
 1138share/calibre/images/font_size_larger.png
 1139share/calibre/images/font_size_smaller.png
 1140share/calibre/images/format-fill-color.png
 1141share/calibre/images/format-indent-less.png
 1142share/calibre/images/format-indent-more.png
 1143share/calibre/images/format-justify-center.png
 1144share/calibre/images/format-justify-fill.png
 1145share/calibre/images/format-justify-left.png
 1146share/calibre/images/format-justify-right.png
 1147share/calibre/images/format-list-ordered.png
 1148share/calibre/images/format-list-unordered.png
 1149share/calibre/images/format-text-bold.png
 1150share/calibre/images/format-text-color.png
 1151share/calibre/images/format-text-heading.png
 1152share/calibre/images/format-text-italic.png
 1153share/calibre/images/format-text-strikethrough.png
 1154share/calibre/images/format-text-subscript.png
 1155share/calibre/images/format-text-superscript.png
 1156share/calibre/images/format-text-underline.png
 1157share/calibre/images/forward.png
778share/calibre/images/gmail_logo.png 1158share/calibre/images/gmail_logo.png
779share/calibre/images/jobs-animated.mng 1159share/calibre/images/help.png
780share/calibre/images/jobs.svg 1160share/calibre/images/heuristics.png
 1161share/calibre/images/highlight_only_off.png
 1162share/calibre/images/highlight_only_on.png
 1163share/calibre/images/hotmail.png
 1164share/calibre/images/identifiers.png
 1165share/calibre/images/insert-link.png
 1166share/calibre/images/jobs.png
781share/calibre/images/library.png 1167share/calibre/images/library.png
782share/calibre/images/list_remove.svg 1168share/calibre/images/list_remove.png
783share/calibre/images/lookfeel.svg 1169share/calibre/images/lookfeel.png
784share/calibre/images/mail.svg 1170share/calibre/images/lt.png
785share/calibre/images/metadata.svg 1171share/calibre/images/mail.png
786share/calibre/images/mimetypes/bmp.svg 1172share/calibre/images/merge_books.png
787share/calibre/images/mimetypes/computer.svg 1173share/calibre/images/metadata.png
788share/calibre/images/mimetypes/dir.svg 1174share/calibre/images/mimetypes/bmp.png
789share/calibre/images/mimetypes/epub.svg 1175share/calibre/images/mimetypes/computer.png
790share/calibre/images/mimetypes/fb2.svg 1176share/calibre/images/mimetypes/dir.png
791share/calibre/images/mimetypes/gif.svg 1177share/calibre/images/mimetypes/epub.png
792share/calibre/images/mimetypes/html.svg 1178share/calibre/images/mimetypes/fb2.png
793share/calibre/images/mimetypes/jpeg.svg 1179share/calibre/images/mimetypes/gif.png
794share/calibre/images/mimetypes/lit.svg 1180share/calibre/images/mimetypes/html.png
795share/calibre/images/mimetypes/lrf.svg 1181share/calibre/images/mimetypes/jpeg.png
796share/calibre/images/mimetypes/lrx.svg 1182share/calibre/images/mimetypes/lit.png
797share/calibre/images/mimetypes/mobi.svg 1183share/calibre/images/mimetypes/lrf.png
798share/calibre/images/mimetypes/pdf.svg 1184share/calibre/images/mimetypes/lrx.png
799share/calibre/images/mimetypes/png.svg 1185share/calibre/images/mimetypes/mobi.png
800share/calibre/images/mimetypes/rar.svg 1186share/calibre/images/mimetypes/odt.png
801share/calibre/images/mimetypes/rtf.svg 1187share/calibre/images/mimetypes/pdf.png
802share/calibre/images/mimetypes/svg.svg 1188share/calibre/images/mimetypes/png.png
803share/calibre/images/mimetypes/txt.svg 1189share/calibre/images/mimetypes/rar.png
804share/calibre/images/mimetypes/unknown.svg 1190share/calibre/images/mimetypes/rtf.png
805share/calibre/images/mimetypes/zero.svg 1191share/calibre/images/mimetypes/snb.png
806share/calibre/images/mimetypes/zip.svg 1192share/calibre/images/mimetypes/svg.png
807share/calibre/images/minus.svg 1193share/calibre/images/mimetypes/txt.png
808share/calibre/images/network-server.svg 1194share/calibre/images/mimetypes/unknown.png
809share/calibre/images/news.svg 1195share/calibre/images/mimetypes/zero.png
810share/calibre/images/news/24sata.png 1196share/calibre/images/mimetypes/zip.png
811share/calibre/images/news/24sata_rs.png 1197share/calibre/images/minus.png
812share/calibre/images/news/adventuregamers.png 1198share/calibre/images/minusminus.png
813share/calibre/images/news/ambito.png 1199share/calibre/images/network-server.png
814share/calibre/images/news/amspec.png 1200share/calibre/images/news.png
815share/calibre/images/news/ars_technica.png 1201share/calibre/images/next.png
816share/calibre/images/news/atlantic.png 1202share/calibre/images/notify.png
817share/calibre/images/news/axxon_news.png 1203share/calibre/images/ok.png
818share/calibre/images/news/azstarnet.png 1204share/calibre/images/page.png
819share/calibre/images/news/b92.png 1205share/calibre/images/plugboard.png
820share/calibre/images/news/barrons.png 1206share/calibre/images/plugins.png
821share/calibre/images/news/bbc.png 1207share/calibre/images/plus.png
822share/calibre/images/news/beta.png 1208share/calibre/images/plusplus.png
823share/calibre/images/news/beta_en.png 1209share/calibre/images/previous.png
824share/calibre/images/news/blic.png 1210share/calibre/images/print-preview.png
825share/calibre/images/news/borba.png 1211share/calibre/images/print.png
826share/calibre/images/news/business_standard.png 
827share/calibre/images/news/businessworldin.png 
828share/calibre/images/news/carta.png 
829share/calibre/images/news/chicago_breaking_news.png 
830share/calibre/images/news/chr_mon.png 
831share/calibre/images/news/clarin.png 
832share/calibre/images/news/cnn.png 
833share/calibre/images/news/coding_horror.png 
834share/calibre/images/news/corriere_della_sera_en.png 
835share/calibre/images/news/corriere_della_sera_it.png 
836share/calibre/images/news/criticadigital.png 
837share/calibre/images/news/cubadebate.png 
838share/calibre/images/news/dailyreckoning.png 
839share/calibre/images/news/danas.png 
840share/calibre/images/news/darknet.png 
841share/calibre/images/news/der_standard.png 
842share/calibre/images/news/diepresse.png 
843share/calibre/images/news/dn_se.png 
844share/calibre/images/news/dnevni_avaz.png 
845share/calibre/images/news/e_novine.png 
846share/calibre/images/news/economist.png 
847share/calibre/images/news/el_mercurio_chile.png 
848share/calibre/images/news/el_universal.png 
849share/calibre/images/news/elargentino.png 
850share/calibre/images/news/elcronista.png 
851share/calibre/images/news/elektrolese.png 
852share/calibre/images/news/elmundo.png 
853share/calibre/images/news/elperiodico_catalan.png 
854share/calibre/images/news/elperiodico_spanish.png 
855share/calibre/images/news/eltiempo_hn.png 
856share/calibre/images/news/endgadget.png 
857share/calibre/images/news/espn.png 
858share/calibre/images/news/esquire.png 
859share/calibre/images/news/estadao.png 
860share/calibre/images/news/expansion_spanish.png 
861share/calibre/images/news/fastcompany.png 
862share/calibre/images/news/faznet.png 
863share/calibre/images/news/freakonomics.png 
864share/calibre/images/news/ftd.png 
865share/calibre/images/news/fudzilla.png 
866share/calibre/images/news/glas_srpske.png 
867share/calibre/images/news/glasjavnosti.png 
868share/calibre/images/news/granma.png 
869share/calibre/images/news/guardian.png 
870share/calibre/images/news/gva_be.png 
871share/calibre/images/news/heise.png 
872share/calibre/images/news/hln.png 
873share/calibre/images/news/hln_be.png 
874share/calibre/images/news/hna.png 
875share/calibre/images/news/hrt.png 
876share/calibre/images/news/ieco.png 
877share/calibre/images/news/infobae.png 
878share/calibre/images/news/inquirer_net.png 
879share/calibre/images/news/instapaper.png 
880share/calibre/images/news/jb_online.png 
881share/calibre/images/news/joelonsoftware.png 
882share/calibre/images/news/jpost.png 
883share/calibre/images/news/jutarnji.png 
884share/calibre/images/news/krstarica.png 
885share/calibre/images/news/krstarica_en.png 
886share/calibre/images/news/la_cuarta.png 
887share/calibre/images/news/la_tercera.png 
888share/calibre/images/news/lanacion.png 
889share/calibre/images/news/lanacion_chile.png 
890share/calibre/images/news/laprensa_hn.png 
891share/calibre/images/news/laprensa_ni.png 
892share/calibre/images/news/latribuna.png 
893share/calibre/images/news/le_monde.png 
894share/calibre/images/news/lemonde_dip.png 
895share/calibre/images/news/liberation.png 
896share/calibre/images/news/linux_magazine.png 
897share/calibre/images/news/linuxdevices.png 
898share/calibre/images/news/livemint.png 
899share/calibre/images/news/lwn.png 
900share/calibre/images/news/miami_herald.png 
901share/calibre/images/news/msdnmag_en.png 
902share/calibre/images/news/nacional_cro.png 
903share/calibre/images/news/nasa.png 
904share/calibre/images/news/new_yorker.png 
905share/calibre/images/news/newsweek.png 
906share/calibre/images/news/noaa.png 
907share/calibre/images/news/novosti.png 
908share/calibre/images/news/nspm.png 
909share/calibre/images/news/nspm_int.png 
910share/calibre/images/news/nytimes.png 
911share/calibre/images/news/nytimes_sub.png 
912share/calibre/images/news/nzz_ger.png 
913share/calibre/images/news/o_globo.png 
914share/calibre/images/news/pagina12.png 
915share/calibre/images/news/pescanik.png 
916share/calibre/images/news/pobjeda.png 
917share/calibre/images/news/politico.png 
918share/calibre/images/news/politika.png 
919share/calibre/images/news/portfolio.png 
920share/calibre/images/news/pressonline.png 
921share/calibre/images/news/rts.png 
922share/calibre/images/news/sanjosemercurynews.png 
923share/calibre/images/news/sciencedaily.png 
924share/calibre/images/news/scott_hanselman.png 
925share/calibre/images/news/seattle_times.png 
926share/calibre/images/news/security_watch.png 
927share/calibre/images/news/smashing.png 
928share/calibre/images/news/soldiers.png 
929share/calibre/images/news/spiegel_int.png 
930share/calibre/images/news/spiegelde.png 
931share/calibre/images/news/stackoverflow.png 
932share/calibre/images/news/starbulletin.png 
933share/calibre/images/news/straitstimes.png 
934share/calibre/images/news/sueddeutsche.png 
935share/calibre/images/news/svd_se.png 
936share/calibre/images/news/tanjug.png 
937share/calibre/images/news/telegraph_uk.png 
938share/calibre/images/news/telepolis.png 
939share/calibre/images/news/telepolis_artikel.png 
940share/calibre/images/news/teleread.png 
941share/calibre/images/news/the_oz.png 
942share/calibre/images/news/theeconomictimes_india.png 
943share/calibre/images/news/themarketticker.png 
944share/calibre/images/news/theonion.png 
945share/calibre/images/news/thestar.png 
946share/calibre/images/news/tijd.png 
947share/calibre/images/news/time_magazine.png 
948share/calibre/images/news/times_online.png 
949share/calibre/images/news/tomshardware.png 
950share/calibre/images/news/tomshardware_de.png 
951share/calibre/images/news/toronto_sun.png 
952share/calibre/images/news/uncrate.png 
953share/calibre/images/news/usnews.png 
954share/calibre/images/news/utne.png 
955share/calibre/images/news/variety.png 
956share/calibre/images/news/vecernji_list.png 
957share/calibre/images/news/vijesti.png 
958share/calibre/images/news/vreme.png 
959share/calibre/images/news/welt.png 
960share/calibre/images/news/wikinews_en.png 
961share/calibre/images/news/wired.png 
962share/calibre/images/news/wsj.png 
963share/calibre/images/news/zdnet.png 
964share/calibre/images/news/zeitde.png 
965share/calibre/images/next.svg 
966share/calibre/images/ok.svg 
967share/calibre/images/page.svg 
968share/calibre/images/plugins.svg 
969share/calibre/images/plus.svg 
970share/calibre/images/previous.svg 
971share/calibre/images/print-preview.svg 
972share/calibre/images/print.svg 
973share/calibre/images/publisher.png 1212share/calibre/images/publisher.png
974share/calibre/images/reader.svg 1213share/calibre/images/rating.png
975share/calibre/images/save.svg 1214share/calibre/images/reader.png
976share/calibre/images/scheduler.svg 1215share/calibre/images/save.png
977share/calibre/images/sd.svg 1216share/calibre/images/scheduler.png
978share/calibre/images/search.svg 1217share/calibre/images/sd.png
979share/calibre/images/series.svg 1218share/calibre/images/search.png
980share/calibre/images/star.png 1219share/calibre/images/search_add_saved.png
981share/calibre/images/swap.svg 1220share/calibre/images/search_copy_saved.png
982share/calibre/images/sync.svg 1221share/calibre/images/search_delete_saved.png
983share/calibre/images/tags.svg 1222share/calibre/images/series.png
984share/calibre/images/trash.svg 1223share/calibre/images/store.png
985share/calibre/images/user_profile.svg 1224share/calibre/images/swap.png
986share/calibre/images/view.svg 1225share/calibre/images/sync.png
987share/calibre/images/viewer.svg 1226share/calibre/images/tags.png
988share/calibre/images/welcome_wizard.svg 1227share/calibre/images/tb_folder.png
989share/calibre/images/window-close.svg 1228share/calibre/images/template_funcs.png
990share/calibre/images/wizard.svg 1229share/calibre/images/trash.png
 1230share/calibre/images/trim.png
 1231share/calibre/images/user_profile.png
 1232share/calibre/images/view.png
 1233share/calibre/images/viewer.png
 1234share/calibre/images/welcome_wizard.png
 1235share/calibre/images/window-close.png
 1236share/calibre/images/wizard.png
 1237share/calibre/jacket/stylesheet.css
 1238share/calibre/jacket/template.xhtml
 1239share/calibre/jquery.simulate.js
991share/calibre/localization/iso639.pickle 1240share/calibre/localization/iso639.pickle
992share/calibre/localization/locales/af/LC_MESSAGES/iso639.mo 1241share/calibre/localization/locales/af/LC_MESSAGES/iso639.mo
993share/calibre/localization/locales/af/LC_MESSAGES/messages.mo 1242share/calibre/localization/locales/af/LC_MESSAGES/messages.mo
994share/calibre/localization/locales/ar/LC_MESSAGES/iso639.mo 1243share/calibre/localization/locales/ar/LC_MESSAGES/iso639.mo
995share/calibre/localization/locales/ar/LC_MESSAGES/messages.mo 1244share/calibre/localization/locales/ar/LC_MESSAGES/messages.mo
996share/calibre/localization/locales/ar/LC_MESSAGES/qt.qm 1245share/calibre/localization/locales/ar/LC_MESSAGES/qt.qm
 1246share/calibre/localization/locales/ast/LC_MESSAGES/iso639.mo
 1247share/calibre/localization/locales/ast/LC_MESSAGES/messages.mo
997share/calibre/localization/locales/bg/LC_MESSAGES/iso639.mo 1248share/calibre/localization/locales/bg/LC_MESSAGES/iso639.mo
998share/calibre/localization/locales/bg/LC_MESSAGES/messages.mo 1249share/calibre/localization/locales/bg/LC_MESSAGES/messages.mo
 1250share/calibre/localization/locales/bn/LC_MESSAGES/messages.mo
 1251share/calibre/localization/locales/bs/LC_MESSAGES/iso639.mo
 1252share/calibre/localization/locales/bs/LC_MESSAGES/messages.mo
999share/calibre/localization/locales/ca/LC_MESSAGES/iso639.mo 1253share/calibre/localization/locales/ca/LC_MESSAGES/iso639.mo
1000share/calibre/localization/locales/ca/LC_MESSAGES/messages.mo 1254share/calibre/localization/locales/ca/LC_MESSAGES/messages.mo
1001share/calibre/localization/locales/cs/LC_MESSAGES/iso639.mo 1255share/calibre/localization/locales/cs/LC_MESSAGES/iso639.mo
1002share/calibre/localization/locales/cs/LC_MESSAGES/messages.mo 1256share/calibre/localization/locales/cs/LC_MESSAGES/messages.mo
 1257share/calibre/localization/locales/cs/LC_MESSAGES/qt.qm
1003share/calibre/localization/locales/da/LC_MESSAGES/iso639.mo 1258share/calibre/localization/locales/da/LC_MESSAGES/iso639.mo
1004share/calibre/localization/locales/da/LC_MESSAGES/messages.mo 1259share/calibre/localization/locales/da/LC_MESSAGES/messages.mo
1005share/calibre/localization/locales/da/LC_MESSAGES/qt.qm 1260share/calibre/localization/locales/da/LC_MESSAGES/qt.qm
1006share/calibre/localization/locales/de/LC_MESSAGES/iso639.mo 1261share/calibre/localization/locales/de/LC_MESSAGES/iso639.mo
1007share/calibre/localization/locales/de/LC_MESSAGES/messages.mo 1262share/calibre/localization/locales/de/LC_MESSAGES/messages.mo
1008share/calibre/localization/locales/de/LC_MESSAGES/qt.qm 1263share/calibre/localization/locales/de/LC_MESSAGES/qt.qm
1009share/calibre/localization/locales/el/LC_MESSAGES/iso639.mo 1264share/calibre/localization/locales/el/LC_MESSAGES/iso639.mo
1010share/calibre/localization/locales/el/LC_MESSAGES/messages.mo 1265share/calibre/localization/locales/el/LC_MESSAGES/messages.mo
 1266share/calibre/localization/locales/en_AU/LC_MESSAGES/messages.mo
 1267share/calibre/localization/locales/en_CA/LC_MESSAGES/messages.mo
1011share/calibre/localization/locales/en_GB/LC_MESSAGES/messages.mo 1268share/calibre/localization/locales/en_GB/LC_MESSAGES/messages.mo
 1269share/calibre/localization/locales/eo/LC_MESSAGES/iso639.mo
 1270share/calibre/localization/locales/eo/LC_MESSAGES/messages.mo
1012share/calibre/localization/locales/es/LC_MESSAGES/iso639.mo 1271share/calibre/localization/locales/es/LC_MESSAGES/iso639.mo
1013share/calibre/localization/locales/es/LC_MESSAGES/messages.mo 1272share/calibre/localization/locales/es/LC_MESSAGES/messages.mo
1014share/calibre/localization/locales/es/LC_MESSAGES/qt.qm 1273share/calibre/localization/locales/es/LC_MESSAGES/qt.qm
 1274share/calibre/localization/locales/eu/LC_MESSAGES/iso639.mo
 1275share/calibre/localization/locales/eu/LC_MESSAGES/messages.mo
 1276share/calibre/localization/locales/fa/LC_MESSAGES/iso639.mo
 1277share/calibre/localization/locales/fa/LC_MESSAGES/messages.mo
 1278share/calibre/localization/locales/fi/LC_MESSAGES/iso639.mo
 1279share/calibre/localization/locales/fi/LC_MESSAGES/messages.mo
 1280share/calibre/localization/locales/fo/LC_MESSAGES/messages.mo
1015share/calibre/localization/locales/fr/LC_MESSAGES/iso639.mo 1281share/calibre/localization/locales/fr/LC_MESSAGES/iso639.mo
1016share/calibre/localization/locales/fr/LC_MESSAGES/messages.mo 1282share/calibre/localization/locales/fr/LC_MESSAGES/messages.mo
1017share/calibre/localization/locales/fr/LC_MESSAGES/qt.qm 1283share/calibre/localization/locales/fr/LC_MESSAGES/qt.qm
1018share/calibre/localization/locales/gl/LC_MESSAGES/iso639.mo 1284share/calibre/localization/locales/gl/LC_MESSAGES/iso639.mo
1019share/calibre/localization/locales/gl/LC_MESSAGES/messages.mo 1285share/calibre/localization/locales/gl/LC_MESSAGES/messages.mo
 1286share/calibre/localization/locales/gl/LC_MESSAGES/qt.qm
1020share/calibre/localization/locales/he/LC_MESSAGES/iso639.mo 1287share/calibre/localization/locales/he/LC_MESSAGES/iso639.mo
1021share/calibre/localization/locales/he/LC_MESSAGES/messages.mo 1288share/calibre/localization/locales/he/LC_MESSAGES/messages.mo
 1289share/calibre/localization/locales/he/LC_MESSAGES/qt.qm
 1290share/calibre/localization/locales/hi/LC_MESSAGES/iso639.mo
 1291share/calibre/localization/locales/hi/LC_MESSAGES/messages.mo
1022share/calibre/localization/locales/hr/LC_MESSAGES/iso639.mo 1292share/calibre/localization/locales/hr/LC_MESSAGES/iso639.mo
1023share/calibre/localization/locales/hr/LC_MESSAGES/messages.mo 1293share/calibre/localization/locales/hr/LC_MESSAGES/messages.mo
1024share/calibre/localization/locales/hu/LC_MESSAGES/iso639.mo 1294share/calibre/localization/locales/hu/LC_MESSAGES/iso639.mo
1025share/calibre/localization/locales/hu/LC_MESSAGES/messages.mo 1295share/calibre/localization/locales/hu/LC_MESSAGES/messages.mo
 1296share/calibre/localization/locales/hu/LC_MESSAGES/qt.qm
 1297share/calibre/localization/locales/id/LC_MESSAGES/iso639.mo
 1298share/calibre/localization/locales/id/LC_MESSAGES/messages.mo
1026share/calibre/localization/locales/it/LC_MESSAGES/iso639.mo 1299share/calibre/localization/locales/it/LC_MESSAGES/iso639.mo
1027share/calibre/localization/locales/it/LC_MESSAGES/messages.mo 1300share/calibre/localization/locales/it/LC_MESSAGES/messages.mo
1028share/calibre/localization/locales/ja/LC_MESSAGES/iso639.mo 1301share/calibre/localization/locales/ja/LC_MESSAGES/iso639.mo
1029share/calibre/localization/locales/ja/LC_MESSAGES/messages.mo 1302share/calibre/localization/locales/ja/LC_MESSAGES/messages.mo
 1303share/calibre/localization/locales/ja/LC_MESSAGES/qt.qm
1030share/calibre/localization/locales/ko/LC_MESSAGES/iso639.mo 1304share/calibre/localization/locales/ko/LC_MESSAGES/iso639.mo
1031share/calibre/localization/locales/ko/LC_MESSAGES/messages.mo 1305share/calibre/localization/locales/ko/LC_MESSAGES/messages.mo
 1306share/calibre/localization/locales/lt/LC_MESSAGES/iso639.mo
 1307share/calibre/localization/locales/lt/LC_MESSAGES/messages.mo
 1308share/calibre/localization/locales/ltg/LC_MESSAGES/messages.mo
1032share/calibre/localization/locales/lv/LC_MESSAGES/iso639.mo 1309share/calibre/localization/locales/lv/LC_MESSAGES/iso639.mo
1033share/calibre/localization/locales/lv/LC_MESSAGES/messages.mo 1310share/calibre/localization/locales/lv/LC_MESSAGES/messages.mo
 1311share/calibre/localization/locales/ml/LC_MESSAGES/messages.mo
 1312share/calibre/localization/locales/mr/LC_MESSAGES/iso639.mo
 1313share/calibre/localization/locales/mr/LC_MESSAGES/messages.mo
 1314share/calibre/localization/locales/ms/LC_MESSAGES/iso639.mo
 1315share/calibre/localization/locales/ms/LC_MESSAGES/messages.mo
1034share/calibre/localization/locales/nb/LC_MESSAGES/iso639.mo 1316share/calibre/localization/locales/nb/LC_MESSAGES/iso639.mo
1035share/calibre/localization/locales/nb/LC_MESSAGES/messages.mo 1317share/calibre/localization/locales/nb/LC_MESSAGES/messages.mo
1036share/calibre/localization/locales/nds/LC_MESSAGES/messages.mo 1318share/calibre/localization/locales/nds/LC_MESSAGES/messages.mo
1037share/calibre/localization/locales/nl/LC_MESSAGES/iso639.mo 1319share/calibre/localization/locales/nl/LC_MESSAGES/iso639.mo
1038share/calibre/localization/locales/nl/LC_MESSAGES/messages.mo 1320share/calibre/localization/locales/nl/LC_MESSAGES/messages.mo
 1321share/calibre/localization/locales/oc/LC_MESSAGES/iso639.mo
 1322share/calibre/localization/locales/oc/LC_MESSAGES/messages.mo
 1323share/calibre/localization/locales/pa/LC_MESSAGES/iso639.mo
 1324share/calibre/localization/locales/pa/LC_MESSAGES/messages.mo
1039share/calibre/localization/locales/pl/LC_MESSAGES/iso639.mo 1325share/calibre/localization/locales/pl/LC_MESSAGES/iso639.mo
1040share/calibre/localization/locales/pl/LC_MESSAGES/messages.mo 1326share/calibre/localization/locales/pl/LC_MESSAGES/messages.mo
1041share/calibre/localization/locales/pl/LC_MESSAGES/qt.qm 1327share/calibre/localization/locales/pl/LC_MESSAGES/qt.qm
1042share/calibre/localization/locales/pt/LC_MESSAGES/iso639.mo 1328share/calibre/localization/locales/pt/LC_MESSAGES/iso639.mo
1043share/calibre/localization/locales/pt/LC_MESSAGES/messages.mo 1329share/calibre/localization/locales/pt/LC_MESSAGES/messages.mo
1044share/calibre/localization/locales/pt/LC_MESSAGES/qt.qm 1330share/calibre/localization/locales/pt/LC_MESSAGES/qt.qm
1045share/calibre/localization/locales/pt_BR/LC_MESSAGES/iso639.mo 1331share/calibre/localization/locales/pt_BR/LC_MESSAGES/iso639.mo
1046share/calibre/localization/locales/pt_BR/LC_MESSAGES/messages.mo 1332share/calibre/localization/locales/pt_BR/LC_MESSAGES/messages.mo
1047share/calibre/localization/locales/ro/LC_MESSAGES/iso639.mo 1333share/calibre/localization/locales/ro/LC_MESSAGES/iso639.mo
1048share/calibre/localization/locales/ro/LC_MESSAGES/messages.mo 1334share/calibre/localization/locales/ro/LC_MESSAGES/messages.mo
1049share/calibre/localization/locales/ru/LC_MESSAGES/iso639.mo 1335share/calibre/localization/locales/ru/LC_MESSAGES/iso639.mo
1050share/calibre/localization/locales/ru/LC_MESSAGES/messages.mo 1336share/calibre/localization/locales/ru/LC_MESSAGES/messages.mo
1051share/calibre/localization/locales/ru/LC_MESSAGES/qt.qm 1337share/calibre/localization/locales/ru/LC_MESSAGES/qt.qm
 1338share/calibre/localization/locales/sc/LC_MESSAGES/messages.mo
1052share/calibre/localization/locales/sk/LC_MESSAGES/iso639.mo 1339share/calibre/localization/locales/sk/LC_MESSAGES/iso639.mo
1053share/calibre/localization/locales/sk/LC_MESSAGES/messages.mo 1340share/calibre/localization/locales/sk/LC_MESSAGES/messages.mo
1054share/calibre/localization/locales/sk/LC_MESSAGES/qt.qm 1341share/calibre/localization/locales/sk/LC_MESSAGES/qt.qm
1055share/calibre/localization/locales/sl/LC_MESSAGES/iso639.mo 1342share/calibre/localization/locales/sl/LC_MESSAGES/iso639.mo
1056share/calibre/localization/locales/sl/LC_MESSAGES/messages.mo 1343share/calibre/localization/locales/sl/LC_MESSAGES/messages.mo
 1344share/calibre/localization/locales/sl/LC_MESSAGES/qt.qm
 1345share/calibre/localization/locales/sq/LC_MESSAGES/messages.mo
 1346share/calibre/localization/locales/sr/LC_MESSAGES/iso639.mo
 1347share/calibre/localization/locales/sr/LC_MESSAGES/messages.mo
1057share/calibre/localization/locales/sv/LC_MESSAGES/iso639.mo 1348share/calibre/localization/locales/sv/LC_MESSAGES/iso639.mo
1058share/calibre/localization/locales/sv/LC_MESSAGES/messages.mo 1349share/calibre/localization/locales/sv/LC_MESSAGES/messages.mo
1059share/calibre/localization/locales/sv/LC_MESSAGES/qt.qm 1350share/calibre/localization/locales/sv/LC_MESSAGES/qt.qm
 1351share/calibre/localization/locales/ta/LC_MESSAGES/iso639.mo
 1352share/calibre/localization/locales/ta/LC_MESSAGES/messages.mo
1060share/calibre/localization/locales/te/LC_MESSAGES/messages.mo 1353share/calibre/localization/locales/te/LC_MESSAGES/messages.mo
 1354share/calibre/localization/locales/th/LC_MESSAGES/iso639.mo
 1355share/calibre/localization/locales/th/LC_MESSAGES/messages.mo
 1356share/calibre/localization/locales/tr/LC_MESSAGES/iso639.mo
 1357share/calibre/localization/locales/tr/LC_MESSAGES/messages.mo
1061share/calibre/localization/locales/uk/LC_MESSAGES/iso639.mo 1358share/calibre/localization/locales/uk/LC_MESSAGES/iso639.mo
1062share/calibre/localization/locales/uk/LC_MESSAGES/messages.mo 1359share/calibre/localization/locales/uk/LC_MESSAGES/messages.mo
1063share/calibre/localization/locales/uk/LC_MESSAGES/qt.qm 1360share/calibre/localization/locales/uk/LC_MESSAGES/qt.qm
 1361share/calibre/localization/locales/ur/LC_MESSAGES/messages.mo
 1362share/calibre/localization/locales/vi/LC_MESSAGES/iso639.mo
 1363share/calibre/localization/locales/vi/LC_MESSAGES/messages.mo
1064share/calibre/localization/locales/yi/LC_MESSAGES/messages.mo 1364share/calibre/localization/locales/yi/LC_MESSAGES/messages.mo
1065share/calibre/localization/locales/zh_CN/LC_MESSAGES/iso639.mo 1365share/calibre/localization/locales/zh_CN/LC_MESSAGES/iso639.mo
1066share/calibre/localization/locales/zh_CN/LC_MESSAGES/messages.mo 1366share/calibre/localization/locales/zh_CN/LC_MESSAGES/messages.mo
1067share/calibre/localization/locales/zh_CN/LC_MESSAGES/qt.qm 1367share/calibre/localization/locales/zh_CN/LC_MESSAGES/qt.qm
1068share/calibre/localization/locales/zh_HK/LC_MESSAGES/iso639.mo 1368share/calibre/localization/locales/zh_HK/LC_MESSAGES/iso639.mo
1069share/calibre/localization/locales/zh_HK/LC_MESSAGES/messages.mo 1369share/calibre/localization/locales/zh_HK/LC_MESSAGES/messages.mo
1070share/calibre/localization/locales/zh_TW/LC_MESSAGES/iso639.mo 1370share/calibre/localization/locales/zh_TW/LC_MESSAGES/iso639.mo
1071share/calibre/localization/locales/zh_TW/LC_MESSAGES/messages.mo 1371share/calibre/localization/locales/zh_TW/LC_MESSAGES/messages.mo
1072share/calibre/localization/locales/zh_TW/LC_MESSAGES/qt.qm 1372share/calibre/localization/locales/zh_TW/LC_MESSAGES/qt.qm
 1373share/calibre/localization/pykakasi/itaijidict2.pickle
 1374share/calibre/localization/pykakasi/kanadict2.pickle
 1375share/calibre/localization/pykakasi/kanwadict2.pickle
1073share/calibre/localization/stats.pickle 1376share/calibre/localization/stats.pickle
1074share/calibre/metadata_sqlite.sql 1377share/calibre/metadata_sqlite.sql
1075share/calibre/recipes/24sata.recipe 1378share/calibre/mime.types
1076share/calibre/recipes/24sata_rs.recipe 1379share/calibre/quick_start.epub
1077share/calibre/recipes/7dias.recipe 
1078share/calibre/recipes/accountancyage.recipe 
1079share/calibre/recipes/adventuregamers.recipe 
1080share/calibre/recipes/al_jazeera.recipe 
1081share/calibre/recipes/ambito.recipe 
1082share/calibre/recipes/amspec.recipe 
1083share/calibre/recipes/an_druma_mor.recipe 
1084share/calibre/recipes/ap.recipe 
1085share/calibre/recipes/ars_technica.recipe 
1086share/calibre/recipes/atlantic.recipe 
1087share/calibre/recipes/axxon_news.recipe 
1088share/calibre/recipes/azstarnet.recipe 
1089share/calibre/recipes/b92.recipe 
1090share/calibre/recipes/barrons.recipe 
1091share/calibre/recipes/bbc.recipe 
1092share/calibre/recipes/bbcvietnamese.recipe 
1093share/calibre/recipes/beta.recipe 
1094share/calibre/recipes/beta_en.recipe 
1095share/calibre/recipes/blic.recipe 
1096share/calibre/recipes/borba.recipe 
1097share/calibre/recipes/buenosaireseconomico.recipe 
1098share/calibre/recipes/business_standard.recipe 
1099share/calibre/recipes/business_week.recipe 
1100share/calibre/recipes/businessworldin.recipe 
1101share/calibre/recipes/carta.recipe 
1102share/calibre/recipes/chicago_breaking_news.recipe 
1103share/calibre/recipes/chicago_tribune.recipe 
1104share/calibre/recipes/chr_mon.recipe 
1105share/calibre/recipes/cincinnati_enquirer.recipe 
1106share/calibre/recipes/clarin.recipe 
1107share/calibre/recipes/climate_progress.recipe 
1108share/calibre/recipes/cnn.recipe 
1109share/calibre/recipes/coding_horror.recipe 
1110share/calibre/recipes/common_dreams.recipe 
1111share/calibre/recipes/corren2.recipe 
1112share/calibre/recipes/corriere_della_sera_en.recipe 
1113share/calibre/recipes/corriere_della_sera_it.recipe 
1114share/calibre/recipes/courrierinternational.recipe 
1115share/calibre/recipes/craigslist.recipe 
1116share/calibre/recipes/criticadigital.recipe 
1117share/calibre/recipes/cubadebate.recipe 
1118share/calibre/recipes/cyberpresse.recipe 
1119share/calibre/recipes/daily_mail.recipe 
1120share/calibre/recipes/daily_telegraph.recipe 
1121share/calibre/recipes/dailyreckoning.recipe 
1122share/calibre/recipes/danas.recipe 
1123share/calibre/recipes/darknet.recipe 
1124share/calibre/recipes/de_standaard.recipe 
1125share/calibre/recipes/degentenaar.recipe 
1126share/calibre/recipes/demorgen_be.recipe 
1127share/calibre/recipes/der_standard.recipe 
1128share/calibre/recipes/diagonales.recipe 
1129share/calibre/recipes/diepresse.recipe 
1130share/calibre/recipes/discover_magazine.recipe 
1131share/calibre/recipes/dn_se.recipe 
1132share/calibre/recipes/dna.recipe 
1133share/calibre/recipes/dnevni_avaz.recipe 
1134share/calibre/recipes/dnevnik_cro.recipe 
1135share/calibre/recipes/e_novine.recipe 
1136share/calibre/recipes/ecogeek.recipe 
1137share/calibre/recipes/economist.recipe 
1138share/calibre/recipes/el_mercurio_chile.recipe 
1139share/calibre/recipes/el_pais.recipe 
1140share/calibre/recipes/el_universal.recipe 
1141share/calibre/recipes/elargentino.recipe 
1142share/calibre/recipes/elcronista.recipe 
1143share/calibre/recipes/elektrolese.recipe 
1144share/calibre/recipes/elmundo.recipe 
1145share/calibre/recipes/elperiodico_catalan.recipe 
1146share/calibre/recipes/elperiodico_spanish.recipe 
1147share/calibre/recipes/eltiempo_hn.recipe 
1148share/calibre/recipes/endgadget.recipe 
1149share/calibre/recipes/espn.recipe 
1150share/calibre/recipes/esquire.recipe 
1151share/calibre/recipes/estadao.recipe 
1152share/calibre/recipes/exiled.recipe 
1153share/calibre/recipes/expansion_spanish.recipe 
1154share/calibre/recipes/fastcompany.recipe 
1155share/calibre/recipes/faznet.recipe 
1156share/calibre/recipes/financial_times.recipe 
1157share/calibre/recipes/fokkeensukke.recipe 
1158share/calibre/recipes/forbes.recipe 
1159share/calibre/recipes/freakonomics.recipe 
1160share/calibre/recipes/ftd.recipe 
1161share/calibre/recipes/fudzilla.recipe 
1162share/calibre/recipes/glas_srpske.recipe 
1163share/calibre/recipes/glasgow_herald.recipe 
1164share/calibre/recipes/glasjavnosti.recipe 
1165share/calibre/recipes/globe_and_mail.recipe 
1166share/calibre/recipes/granma.recipe 
1167share/calibre/recipes/greader.recipe 
1168share/calibre/recipes/guardian.recipe 
1169share/calibre/recipes/gva_be.recipe 
1170share/calibre/recipes/h1.recipe 
1171share/calibre/recipes/h2.recipe 
1172share/calibre/recipes/h3.recipe 
1173share/calibre/recipes/harpers.recipe 
1174share/calibre/recipes/harpers_full.recipe 
1175share/calibre/recipes/hbr.recipe 
1176share/calibre/recipes/heise.recipe 
1177share/calibre/recipes/hindu.recipe 
1178share/calibre/recipes/hln.recipe 
1179share/calibre/recipes/hln_be.recipe 
1180share/calibre/recipes/hna.recipe 
1181share/calibre/recipes/honoluluadvertiser.recipe 
1182share/calibre/recipes/honvedelem.recipe 
1183share/calibre/recipes/hrt.recipe 
1184share/calibre/recipes/huntechnet.recipe 
1185share/calibre/recipes/ieco.recipe 
1186share/calibre/recipes/iht.recipe 
1187share/calibre/recipes/index_hu.recipe 
1188share/calibre/recipes/indy_star.recipe 
1189share/calibre/recipes/infobae.recipe 
1190share/calibre/recipes/infoworld.recipe 
1191share/calibre/recipes/inquirer_net.recipe 
1192share/calibre/recipes/instapaper.recipe 
1193share/calibre/recipes/intelligencer.recipe 
1194share/calibre/recipes/irish_independent.recipe 
1195share/calibre/recipes/irish_times.recipe 
1196share/calibre/recipes/japan_times.recipe 
1197share/calibre/recipes/javalobby.recipe 
1198share/calibre/recipes/jb_online.recipe 
1199share/calibre/recipes/joelonsoftware.recipe 
1200share/calibre/recipes/jpost.recipe 
1201share/calibre/recipes/jutarnji.recipe 
1202share/calibre/recipes/juventudrebelde.recipe 
1203share/calibre/recipes/juventudrebelde_english.recipe 
1204share/calibre/recipes/kellog_faculty.recipe 
1205share/calibre/recipes/kellog_insight.recipe 
1206share/calibre/recipes/krstarica.recipe 
1207share/calibre/recipes/krstarica_en.recipe 
1208share/calibre/recipes/la_cuarta.recipe 
1209share/calibre/recipes/la_republica.recipe 
1210share/calibre/recipes/la_segunda.recipe 
1211share/calibre/recipes/la_tercera.recipe 
1212share/calibre/recipes/lamujerdemivida.recipe 
1213share/calibre/recipes/lanacion.recipe 
1214share/calibre/recipes/lanacion_chile.recipe 
1215share/calibre/recipes/laprensa.recipe 
1216share/calibre/recipes/laprensa_hn.recipe 
1217share/calibre/recipes/laprensa_ni.recipe 
1218share/calibre/recipes/latimes.recipe 
1219share/calibre/recipes/latribuna.recipe 
1220share/calibre/recipes/lavanguardia.recipe 
1221share/calibre/recipes/le_monde.recipe 
1222share/calibre/recipes/le_temps.recipe 
1223share/calibre/recipes/lemonde_dip.recipe 
1224share/calibre/recipes/liberation.recipe 
1225share/calibre/recipes/linux_magazine.recipe 
1226share/calibre/recipes/linuxdevices.recipe 
1227share/calibre/recipes/livemint.recipe 
1228share/calibre/recipes/lrb.recipe 
1229share/calibre/recipes/lwn.recipe 
1230share/calibre/recipes/marca.recipe 
1231share/calibre/recipes/mediapart.recipe 
1232share/calibre/recipes/miami_herald.recipe 
1233share/calibre/recipes/miradasalsur.recipe 
1234share/calibre/recipes/mondedurable.recipe 
1235share/calibre/recipes/moneynews.recipe 
1236share/calibre/recipes/monitor.recipe 
1237share/calibre/recipes/moscow_times.recipe 
1238share/calibre/recipes/msdnmag_en.recipe 
1239share/calibre/recipes/nacional_cro.recipe 
1240share/calibre/recipes/nakedcapitalism.recipe 
1241share/calibre/recipes/nasa.recipe 
1242share/calibre/recipes/new_scientist.recipe 
1243share/calibre/recipes/new_york_review_of_books.recipe 
1244share/calibre/recipes/new_york_review_of_books_no_sub.recipe 
1245share/calibre/recipes/new_yorker.recipe 
1246share/calibre/recipes/news_times.recipe 
1247share/calibre/recipes/newsweek.recipe 
1248share/calibre/recipes/newsweek_argentina.recipe 
1249share/calibre/recipes/nin.recipe 
1250share/calibre/recipes/noaa.recipe 
1251share/calibre/recipes/novosti.recipe 
1252share/calibre/recipes/npr.recipe 
1253share/calibre/recipes/nspm.recipe 
1254share/calibre/recipes/nspm_int.recipe 
1255share/calibre/recipes/nytimes.recipe 
1256share/calibre/recipes/nytimes_sub.recipe 
1257share/calibre/recipes/nzz_ger.recipe 
1258share/calibre/recipes/o_globo.recipe 
1259share/calibre/recipes/ourdailybread.recipe 
1260share/calibre/recipes/outlook_india.recipe 
1261share/calibre/recipes/pagina12.recipe 
1262share/calibre/recipes/pcworld_hu.recipe 
1263share/calibre/recipes/pescanik.recipe 
1264share/calibre/recipes/phd_comics.recipe 
1265share/calibre/recipes/philly.recipe 
1266share/calibre/recipes/physics_today.recipe 
1267share/calibre/recipes/physics_world.recipe 
1268share/calibre/recipes/pobjeda.recipe 
1269share/calibre/recipes/politico.recipe 
1270share/calibre/recipes/politika.recipe 
1271share/calibre/recipes/portfolio.recipe 
1272share/calibre/recipes/pressonline.recipe 
1273share/calibre/recipes/publico.recipe 
1274share/calibre/recipes/republika.recipe 
1275share/calibre/recipes/reuters.recipe 
1276share/calibre/recipes/rga.recipe 
1277share/calibre/recipes/rts.recipe 
1278share/calibre/recipes/salon.recipe 
1279share/calibre/recipes/san_fran_chronicle.recipe 
1280share/calibre/recipes/sanjosemercurynews.recipe 
1281share/calibre/recipes/science_aas.recipe 
1282share/calibre/recipes/science_news.recipe 
1283share/calibre/recipes/sciencedaily.recipe 
1284share/calibre/recipes/scientific_american.recipe 
1285share/calibre/recipes/scott_hanselman.recipe 
1286share/calibre/recipes/seattle_times.recipe 
1287share/calibre/recipes/security_watch.recipe 
1288share/calibre/recipes/serverside.recipe 
1289share/calibre/recipes/shacknews.recipe 
1290share/calibre/recipes/slashdot.recipe 
1291share/calibre/recipes/slate.recipe 
1292share/calibre/recipes/smashing.recipe 
1293share/calibre/recipes/smh.recipe 
1294share/calibre/recipes/soldiers.recipe 
1295share/calibre/recipes/spiegel_int.recipe 
1296share/calibre/recipes/spiegelde.recipe 
1297share/calibre/recipes/st_petersburg_times.recipe 
1298share/calibre/recipes/stackoverflow.recipe 
1299share/calibre/recipes/starbulletin.recipe 
1300share/calibre/recipes/straitstimes.recipe 
1301share/calibre/recipes/sueddeutsche.recipe 
1302share/calibre/recipes/svd_se.recipe 
1303share/calibre/recipes/tanjug.recipe 
1304share/calibre/recipes/telegraph_uk.recipe 
1305share/calibre/recipes/telepolis.recipe 
1306share/calibre/recipes/telepolis_artikel.recipe 
1307share/calibre/recipes/teleread.recipe 
1308share/calibre/recipes/the_age.recipe 
1309share/calibre/recipes/the_budget_fashionista.recipe 
1310share/calibre/recipes/the_nation.recipe 
1311share/calibre/recipes/the_new_republic.recipe 
1312share/calibre/recipes/the_oz.recipe 
1313share/calibre/recipes/the_register.recipe 
1314share/calibre/recipes/the_scotsman.recipe 
1315share/calibre/recipes/thedgesingapore.recipe 
1316share/calibre/recipes/theeconomictimes_india.recipe 
1317share/calibre/recipes/themarketticker.recipe 
1318share/calibre/recipes/theoldfoodie.recipe 
1319share/calibre/recipes/theonion.recipe 
1320share/calibre/recipes/thestar.recipe 
1321share/calibre/recipes/tijd.recipe 
1322share/calibre/recipes/time_magazine.recipe 
1323share/calibre/recipes/times_online.recipe 
1324share/calibre/recipes/tnxm.recipe 
1325share/calibre/recipes/tomshardware.recipe 
1326share/calibre/recipes/tomshardware_de.recipe 
1327share/calibre/recipes/toronto_sun.recipe 
1328share/calibre/recipes/trouw.recipe 
1329share/calibre/recipes/tweakers.recipe 
1330share/calibre/recipes/twitchfilms.recipe 
1331share/calibre/recipes/uncrate.recipe 
1332share/calibre/recipes/upi.recipe 
1333share/calibre/recipes/usatoday.recipe 
1334share/calibre/recipes/usnews.recipe 
1335share/calibre/recipes/utne.recipe 
1336share/calibre/recipes/variety.recipe 
1337share/calibre/recipes/vecernji_list.recipe 
1338share/calibre/recipes/veintitres.recipe 
1339share/calibre/recipes/vijesti.recipe 
1340share/calibre/recipes/vnexpress.recipe 
1341share/calibre/recipes/volksrant.recipe 
1342share/calibre/recipes/vreme.recipe 
1343share/calibre/recipes/wash_post.recipe 
1344share/calibre/recipes/welt.recipe 
1345share/calibre/recipes/wikinews_en.recipe 
1346share/calibre/recipes/winsupersite.recipe 
1347share/calibre/recipes/wired.recipe 
1348share/calibre/recipes/woz_die.recipe 
1349share/calibre/recipes/wsj.recipe 
1350share/calibre/recipes/xkcd.recipe 
1351share/calibre/recipes/zaobao.recipe 
1352share/calibre/recipes/zdnet.recipe 
1353share/calibre/recipes/zeitde.recipe 
1354share/calibre/scripts.pickle 1380share/calibre/scripts.pickle
 1381share/calibre/template-functions.json
 1382share/calibre/templates/book_details.css
1355share/calibre/templates/fb2.xsl 1383share/calibre/templates/fb2.xsl
1356share/calibre/templates/html.css 1384share/calibre/templates/html.css
 1385share/calibre/templates/html_export_default.css
 1386share/calibre/templates/html_export_default.tmpl
 1387share/calibre/templates/html_export_default_index.tmpl
1357share/calibre/templates/lrf.xsl 1388share/calibre/templates/lrf.xsl
1358share/calibre/templates/ncx.xml 
1359share/calibre/templates/opf.xml 
1360share/calibre/templates/rtf.xsl 1389share/calibre/templates/rtf.xsl
 1390share/calibre/tracer.epub
1361share/calibre/viewer/bookmarks.js 1391share/calibre/viewer/bookmarks.js
1362share/calibre/viewer/hyphenate/Hyphenator.js 1392share/calibre/viewer/hyphenate/Hyphenator.js
 1393share/calibre/viewer/hyphenate/patterns/be.js
1363share/calibre/viewer/hyphenate/patterns/bn.js 1394share/calibre/viewer/hyphenate/patterns/bn.js
1364share/calibre/viewer/hyphenate/patterns/cs.js 1395share/calibre/viewer/hyphenate/patterns/cs.js
1365share/calibre/viewer/hyphenate/patterns/da.js 1396share/calibre/viewer/hyphenate/patterns/da.js
1366share/calibre/viewer/hyphenate/patterns/de.js 1397share/calibre/viewer/hyphenate/patterns/de.js
1367share/calibre/viewer/hyphenate/patterns/en.js 1398share/calibre/viewer/hyphenate/patterns/el-monoton.js
 1399share/calibre/viewer/hyphenate/patterns/el-polyton.js
 1400share/calibre/viewer/hyphenate/patterns/en-gb.js
 1401share/calibre/viewer/hyphenate/patterns/en-us.js
1368share/calibre/viewer/hyphenate/patterns/es.js 1402share/calibre/viewer/hyphenate/patterns/es.js
1369share/calibre/viewer/hyphenate/patterns/fi.js 1403share/calibre/viewer/hyphenate/patterns/fi.js
1370share/calibre/viewer/hyphenate/patterns/fr.js 1404share/calibre/viewer/hyphenate/patterns/fr.js
 1405share/calibre/viewer/hyphenate/patterns/grc.js
1371share/calibre/viewer/hyphenate/patterns/gu.js 1406share/calibre/viewer/hyphenate/patterns/gu.js
1372share/calibre/viewer/hyphenate/patterns/hi.js 1407share/calibre/viewer/hyphenate/patterns/hi.js
1373share/calibre/viewer/hyphenate/patterns/hu.js 1408share/calibre/viewer/hyphenate/patterns/hu.js
 1409share/calibre/viewer/hyphenate/patterns/hy.js
1374share/calibre/viewer/hyphenate/patterns/it.js 1410share/calibre/viewer/hyphenate/patterns/it.js
1375share/calibre/viewer/hyphenate/patterns/kn.js 1411share/calibre/viewer/hyphenate/patterns/kn.js
 1412share/calibre/viewer/hyphenate/patterns/la.js
 1413share/calibre/viewer/hyphenate/patterns/lt.js
 1414share/calibre/viewer/hyphenate/patterns/lv.js
1376share/calibre/viewer/hyphenate/patterns/ml.js 1415share/calibre/viewer/hyphenate/patterns/ml.js
1377share/calibre/viewer/hyphenate/patterns/nl.js 1416share/calibre/viewer/hyphenate/patterns/nl.js
 1417share/calibre/viewer/hyphenate/patterns/no-nb.js
1378share/calibre/viewer/hyphenate/patterns/or.js 1418share/calibre/viewer/hyphenate/patterns/or.js
1379share/calibre/viewer/hyphenate/patterns/pa.js 1419share/calibre/viewer/hyphenate/patterns/pa.js
1380share/calibre/viewer/hyphenate/patterns/pl.js 1420share/calibre/viewer/hyphenate/patterns/pl.js
1381share/calibre/viewer/hyphenate/patterns/pt.js 1421share/calibre/viewer/hyphenate/patterns/pt.js
1382share/calibre/viewer/hyphenate/patterns/ru.js 1422share/calibre/viewer/hyphenate/patterns/ru.js
 1423share/calibre/viewer/hyphenate/patterns/sl.js
1383share/calibre/viewer/hyphenate/patterns/sv.js 1424share/calibre/viewer/hyphenate/patterns/sv.js
1384share/calibre/viewer/hyphenate/patterns/ta.js 1425share/calibre/viewer/hyphenate/patterns/ta.js
1385share/calibre/viewer/hyphenate/patterns/te.js 1426share/calibre/viewer/hyphenate/patterns/te.js
 1427share/calibre/viewer/hyphenate/patterns/tr.js
1386share/calibre/viewer/hyphenate/patterns/uk.js 1428share/calibre/viewer/hyphenate/patterns/uk.js
1387share/calibre/viewer/hyphenation.js 1429share/calibre/viewer/hyphenation.js
 1430share/calibre/viewer/images.js
1388share/calibre/viewer/jquery_scrollTo.js 1431share/calibre/viewer/jquery_scrollTo.js
1389share/calibre/viewer/referencing.js 1432share/calibre/viewer/referencing.js

cvs diff -r1.3 -r1.4 pkgsrc/misc/calibre/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/calibre/distinfo 2011/04/12 21:48:01 1.3
+++ pkgsrc/misc/calibre/distinfo 2011/05/21 15:07:48 1.4
@@ -1,8 +1,13 @@ @@ -1,8 +1,13 @@
1$NetBSD: distinfo,v 1.3 2011/04/12 21:48:01 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2011/05/21 15:07:48 wiz Exp $
2 2
3SHA1 (calibre-0.6.24.tar.gz) = 8484746cb058d7719225b02a843d29bd7626ffa0 3SHA1 (calibre-0.8.2.tar.gz) = 4e5a19b063aa3f8a7af3fcbdd6c4bad5cfb28ca0
4RMD160 (calibre-0.6.24.tar.gz) = a7833156b635bfd14842b055e3b44debe64e4752 4RMD160 (calibre-0.8.2.tar.gz) = 05ef243ee65405f3243c74cd444278411b949b7c
5Size (calibre-0.6.24.tar.gz) = 10953557 bytes 5Size (calibre-0.8.2.tar.gz) = 28195417 bytes
6SHA1 (patch-aa) = cf794f388d8193c3384f7f36208bef606c14dc6d 6SHA1 (patch-setup_____init____.py) = 6ffa50a3a6e5d433da1f40de59d9306fe5b7c0fb
7SHA1 (patch-ac) = da8fedb745ebb29ea7df0a5b7a642384273ae324 7SHA1 (patch-setup_extensions.py) = 6c2e584e6293bea1f160bc3361251785218a54d3
8SHA1 (patch-src_calibre_ebooks_pdf_images.cpp) = 31deac71af1f8d6f04978df26104ccd91229950c 8SHA1 (patch-setup_install.py) = 254490c558a62a6130767c808cf732ad0b6e22ae
 9SHA1 (patch-src_calibre_____init____.py) = a37dacbc90bc8333362c876100732ceef9c08173
 10SHA1 (patch-src_calibre_constants.py) = 288c5346a63dba967473b31a3b637d6cfa67b5cd
 11SHA1 (patch-src_calibre_ebooks_pdf_images.cpp) = 950f0302f3c387fb9b4ee41cd96d7c5103b7ad45
 12SHA1 (patch-src_calibre_linux.py) = bb9ae0099faf84a73ccbc0a876ff340d5be82963
 13SHA1 (patch-src_calibre_utils_help2man.py) = d53a0522082793a7cd94fd97589c39bf24803bf7

File Deleted: pkgsrc/misc/calibre/patches/Attic/patch-aa

File Deleted: pkgsrc/misc/calibre/patches/Attic/patch-ac

File Added: pkgsrc/misc/calibre/patches/Attic/patch-setup_____init____.py
$NetBSD: patch-setup_____init____.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- setup/__init__.py.orig	2011-05-20 14:41:31.000000000 +0000
+++ setup/__init__.py
@@ -12,7 +12,9 @@ is64bit = platform.architecture()[0] == 
 iswindows = re.search('win(32|64)', sys.platform)
 isosx = 'darwin' in sys.platform
 isfreebsd = 'freebsd' in sys.platform
-islinux = not isosx and not iswindows and not isfreebsd
+isnetbsd = 'netbsd' in sys.platform
+isbsd = isnetbsd or isfreebsd
+islinux = not isosx and not iswindows and not isbsd
 SRC = os.path.abspath('src')
 sys.path.insert(0, SRC)
 sys.resources_location = os.path.join(os.path.dirname(SRC), 'resources')

File Added: pkgsrc/misc/calibre/patches/Attic/patch-setup_extensions.py
$NetBSD: patch-setup_extensions.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- setup/extensions.py.orig	2011-05-20 14:36:29.000000000 +0000
+++ setup/extensions.py
@@ -11,7 +11,7 @@ from distutils import sysconfig
 
 from PyQt4.pyqtconfig import QtGuiModuleMakefile
 
-from setup import Command, islinux, isfreebsd, isosx, SRC, iswindows
+from setup import Command, islinux, isfreebsd, isbsd, isosx, SRC, iswindows
 from setup.build_environment import fc_inc, fc_lib, chmlib_inc_dirs, \
         fc_error, poppler_libs, poppler_lib_dirs, poppler_inc_dirs, podofo_inc, \
         podofo_lib, podofo_error, poppler_error, pyqt, OSX_SDK, NMAKE, \
@@ -21,7 +21,7 @@ from setup.build_environment import fc_i
         jpg_lib_dirs, chmlib_lib_dirs, sqlite_inc_dirs, icu_inc_dirs, \
         icu_lib_dirs
 MT
-isunix = islinux or isosx or isfreebsd
+isunix = islinux or isosx or isbsd
 
 make = 'make' if isunix else NMAKE
 
@@ -205,7 +205,7 @@ if islinux:
     ldflags.append('-lpython'+sysconfig.get_python_version())
 
 
-if isfreebsd:
+if isbsd:
     cflags.append('-pthread')
     ldflags.append('-shared')
     cflags.append('-I'+sysconfig.get_python_inc())

File Added: pkgsrc/misc/calibre/patches/patch-setup_install.py
$NetBSD: patch-setup_install.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- setup/install.py.orig	2011-05-20 13:49:07.000000000 +0000
+++ setup/install.py
@@ -8,7 +8,7 @@ __docformat__ = 'restructuredtext en'
 
 import sys, os, textwrap, subprocess, shutil, tempfile, atexit, stat, shlex
 
-from setup import Command, islinux, isfreebsd, basenames, modules, functions, \
+from setup import Command, islinux, isfreebsd, isbsd, basenames, modules, functions, \
         __appname__, __version__
 
 HEADER = '''\
@@ -116,7 +116,7 @@ class Develop(Command):
 
 
     def pre_sub_commands(self, opts):
-        if not (islinux or isfreebsd):
+        if not (islinux or isbsd):
             self.info('\nSetting up a source based development environment is only '
                     'supported on linux. On other platforms, see the User Manual'
                     ' for help with setting up a development environment.')
@@ -156,7 +156,7 @@ class Develop(Command):
             self.warn('Failed to compile mount helper. Auto mounting of',
                 ' devices will not work')
 
-        if not isfreebsd and os.geteuid() != 0:
+        if not isbsd and os.geteuid() != 0:
             return self.warn('Must be run as root to compile mount helper. Auto '
                     'mounting of devices will not work.')
         src = os.path.join(self.SRC, 'calibre', 'devices', 'linux_mount_helper.c')
@@ -168,7 +168,7 @@ class Develop(Command):
         ret = p.wait()
         if ret != 0:
             return warn()
-        if not isfreebsd:
+        if not isbsd:
             os.chown(dest, 0, 0)
             os.chmod(dest, stat.S_ISUID|stat.S_ISGID|stat.S_IRUSR|stat.S_IWUSR|\
                     stat.S_IXUSR|stat.S_IXGRP|stat.S_IXOTH)

File Added: pkgsrc/misc/calibre/patches/Attic/patch-src_calibre_____init____.py
$NetBSD: patch-src_calibre_____init____.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- src/calibre/__init__.py.orig	2011-05-13 17:49:55.000000000 +0000
+++ src/calibre/__init__.py
@@ -13,6 +13,7 @@ warnings.simplefilter('ignore', Deprecat
 
 
 from calibre.constants import (iswindows, isosx, islinux, isfreebsd, isfrozen,
+			      isnetbsd, isbsd,
                               preferred_encoding, __appname__, __version__, __author__,
                               win32event, win32api, winerror, fcntl,
                               filesystem_encoding, plugins, config_dir)

File Added: pkgsrc/misc/calibre/patches/patch-src_calibre_constants.py
$NetBSD: patch-src_calibre_constants.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- src/calibre/constants.py.orig	2011-05-13 17:49:55.000000000 +0000
+++ src/calibre/constants.py
@@ -27,7 +27,9 @@ iswindows = 'win32' in _plat or 'win64' 
 isosx     = 'darwin' in _plat
 isnewosx  = isosx and getattr(sys, 'new_app_bundle', False)
 isfreebsd = 'freebsd' in _plat
-islinux   = not(iswindows or isosx or isfreebsd)
+isnetbsd = 'netbsd' in _plat
+isbsd = isfreebsd or isnetbsd
+islinux   = not(iswindows or isosx or isbsd)
 isfrozen  = hasattr(sys, 'frozen')
 isunix = isosx or islinux
 

File Added: pkgsrc/misc/calibre/patches/patch-src_calibre_linux.py
$NetBSD: patch-src_calibre_linux.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- src/calibre/linux.py.orig	2011-05-13 17:49:55.000000000 +0000
+++ src/calibre/linux.py
@@ -7,7 +7,7 @@ import sys, os, cPickle, textwrap, stat,
 from subprocess import check_call
 
 from calibre import  __appname__, prints, guess_type
-from calibre.constants import islinux, isfreebsd
+from calibre.constants import islinux, isfreebsd, isnetbsd, isbsd
 from calibre.customize.ui import all_input_formats
 from calibre.ptempfile import TemporaryDirectory
 from calibre import CurrentDir
@@ -136,17 +136,17 @@ class PostInstall:
         self.icon_resources = []
         self.menu_resources = []
         self.mime_resources = []
-        if islinux or isfreebsd:
+        if islinux or isbsd:
             self.setup_completion()
         self.install_man_pages()
-        if islinux or isfreebsd:
+        if islinux or isbsd:
             self.setup_desktop_integration()
         self.create_uninstaller()
 
         from calibre.utils.config import config_dir
         if os.path.exists(config_dir):
             os.chdir(config_dir)
-            if islinux or isfreebsd:
+            if islinux or isbsd:
                 for f in os.listdir('.'):
                     if os.stat(f).st_uid == 0:
                         import shutil
@@ -196,7 +196,10 @@ class PostInstall:
             if os.path.exists(bc):
                 f = os.path.join(bc, 'calibre')
             else:
-                f = os.path.join(self.opts.staging_etc, 'bash_completion.d/calibre')
+		if isnetbsd:
+		    f = os.path.join(self.opts.staging_root, 'share/bash_completion.d/calibre')
+		else:
+		    f = os.path.join(self.opts.staging_etc, 'bash_completion.d/calibre')
             if not os.path.exists(os.path.dirname(f)):
                 os.makedirs(os.path.dirname(f))
             self.manifest.append(f)
@@ -300,7 +303,7 @@ class PostInstall:
     def install_man_pages(self): # {{{
         try:
             from calibre.utils.help2man import create_man_page
-            if isfreebsd:
+            if isbsd:
                 manpath = os.path.join(self.opts.staging_root, 'man/man1')
             else:
                 manpath = os.path.join(self.opts.staging_sharedir, 'man/man1')
@@ -316,7 +319,7 @@ class PostInstall:
                     continue
                 parser = parser()
                 raw = create_man_page(prog, parser)
-                if isfreebsd:
+                if isbsd:
                     manfile = os.path.join(manpath, prog+'.1')
                 else:
                     manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2')

File Added: pkgsrc/misc/calibre/patches/Attic/patch-src_calibre_utils_help2man.py
$NetBSD: patch-src_calibre_utils_help2man.py,v 1.1 2011/05/21 15:07:48 wiz Exp $

--- src/calibre/utils/help2man.py.orig	2011-04-08 17:20:30.000000000 +0000
+++ src/calibre/utils/help2man.py
@@ -4,7 +4,7 @@ __copyright__ = '2009, Kovid Goyal <kovi
 __docformat__ = 'restructuredtext en'
 
 import time, bz2
-from calibre.constants import isfreebsd
+from calibre.constants import isbsd
 
 from calibre.constants import __version__, __appname__, __author__
 
@@ -58,7 +58,7 @@ def create_man_page(prog, parser):
     lines = [x if isinstance(x, unicode) else unicode(x, 'utf-8', 'replace') for
             x in lines]
 
-    if not isfreebsd:
+    if not isbsd:
         return  bz2.compress((u'\n'.join(lines)).encode('utf-8'))
     else:
         return  (u'\n'.join(lines)).encode('utf-8')

cvs diff -r1.1 -r1.2 pkgsrc/misc/calibre/patches/Attic/patch-src_calibre_ebooks_pdf_images.cpp (expand / switch to unified diff)

--- pkgsrc/misc/calibre/patches/Attic/patch-src_calibre_ebooks_pdf_images.cpp 2011/04/12 21:48:01 1.1
+++ pkgsrc/misc/calibre/patches/Attic/patch-src_calibre_ebooks_pdf_images.cpp 2011/05/21 15:07:48 1.2
@@ -1,23 +1,12 @@ @@ -1,23 +1,12 @@
1$NetBSD: patch-src_calibre_ebooks_pdf_images.cpp,v 1.1 2011/04/12 21:48:01 wiz Exp $ 1$NetBSD: patch-src_calibre_ebooks_pdf_images.cpp,v 1.2 2011/05/21 15:07:48 wiz Exp $
2 2
3Fix build with png-1.5. 3--- src/calibre/ebooks/pdf/images.cpp.orig 2011-04-08 17:20:30.000000000 +0000
4 
5--- src/calibre/ebooks/pdf/images.cpp.orig 2009-11-16 19:41:31.000000000 +0000 
6+++ src/calibre/ebooks/pdf/images.cpp 4+++ src/calibre/ebooks/pdf/images.cpp
7@@ -6,6 +6,7 @@ 5@@ -16,6 +16,7 @@
8 #include <math.h> 
9 #include <iostream> 
10 #include <wand/MagickWand.h> 
11+#include <zlib.h> 
12  6
13 #include "images.h" 7 #include "images.h"
14 #include "utils.h" 8 #include "utils.h"
15@@ -294,7 +295,7 @@ void PNGWriter::write_splash_bitmap(Spla 9+#include "zlib.h"
16  10
17 void calibre_png_mem_write(png_structp png_ptr, png_bytep data, png_size_t length) { 11 #ifdef _WIN32
18 if (!png_ptr || length < 1) return; 12 inline double round(double x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); }
19- vector<char> *buf = static_cast< vector<char>* >(png_ptr->io_ptr); 
20+ vector<char> *buf = static_cast< vector<char>* >(png_get_io_ptr(png_ptr)); 
21 buf->reserve(buf->capacity() + length);  
22 do { 
23 buf->push_back(static_cast<char>(*data));