37109 Commits

Author SHA1 Message Date
David
938a952b31 Bump Kobbo firmware version for the upcoming Forma
New device, the Forma is coming. Already added the product ids, but the
firmware will be version 4.11.x.
2018-10-18 00:23:11 +11:00
Charles Haley
08bfcfc072 Remove affiliate links because the program closed down. 2018-10-17 13:00:31 +01:00
Tomasz Długosz
1bec05d8bf nowy ekran is no more 2018-10-16 23:44:56 +02:00
Tomasz Długosz
479a6849d4 remove broken recipe 2018-10-16 23:35:40 +02:00
Tomasz Długosz
8b32fc95d4 fix optyczne.pl 2018-10-16 23:28:34 +02:00
Tomasz Długosz
a65292eb46 too little content 2018-10-16 00:50:43 +02:00
Tomasz Długosz
7206ea1250 update osw.waw.pl recipe 2018-10-16 00:47:24 +02:00
Tomasz Długosz
1bf29d3a64 another defunct page 2018-10-16 00:35:09 +02:00
Tomasz Długosz
db9b8de558 pcarena.pl dead since 2016 2018-10-15 23:08:56 +02:00
Tomasz Długosz
9a2fc6dcda remove pccentre.pl recipe - no new content since 2016 2018-10-15 22:58:45 +02:00
Tomasz Długosz
8882a598e1 remove ads 2018-10-15 22:52:21 +02:00
Tomasz Długosz
b1a993407b picoboard.pl is no more 2018-10-15 22:40:25 +02:00
Tomasz Długosz
3730a74bd1 remove broken recipe 2018-10-15 22:37:34 +02:00
Tomasz Długosz
ca3d690952 remove icons without recipes
for i in * ; do if [[ ! -f ../${i/\.png/\.recipe} ]] ; then echo ${i} is obsolete ; git rm ${i} ; fi ; done
2018-10-15 00:07:49 +02:00
Tomasz Długosz
e8f715d3bf update polter.pl recipe 2018-10-14 23:48:48 +02:00
Tomasz Długosz
e9478054a8 site moved and feed is gone 2018-10-14 23:48:48 +02:00
Tomasz Długosz
c0501091dd fetching cover doesn't work any more 2018-10-14 23:48:48 +02:00
Tomasz Długosz
3280dd1d06 prawica.net got closed 2018-10-14 23:48:48 +02:00
Tomasz Długosz
13eac28a59 recipe broken and too few content 2018-10-14 23:48:48 +02:00
Kovid Goyal
f6fa902490
Merge branch 'master' of https://github.com/t3d/calibre 2018-10-14 06:46:50 +05:30
Tomasz Długosz
947dc24f13 broken feeds of a paywalled site 2018-10-13 23:16:54 +02:00
Tomasz Długosz
cbef5c2c9a fix purepc.pl recipe 2018-10-13 23:11:36 +02:00
Tomasz Długosz
bd09779cd8 broken rss feed 2018-10-13 22:50:37 +02:00
Tomasz Długosz
54d391f7f3 remove broken recipe, too few content to fix 2018-10-13 22:46:30 +02:00
Tomasz Długosz
e1c18fdc35 fix rmf24 recipes 2018-10-13 22:40:36 +02:00
Tomasz Długosz
356db86058 rewrite rynek_infrastruktury recipe 2018-10-13 21:48:30 +02:00
Kovid Goyal
d32a5ecfc7
PDF Output: Add a new "page number map" setting to easily modify page numbers as needed in headers/fotters and the generated inline table of contents.
Fixes #1796902 [Feature: shift for page numbers in pdf](https://bugs.launchpad.net/calibre/+bug/1796902)
2018-10-13 10:16:02 +05:30
Kovid Goyal
eeff70325d
Merge branch 'py3-html' of https://github.com/flaviut/calibre 2018-10-13 09:32:33 +05:30
Flaviu Tamas
5dd5ecf2f4 Convert html to py3 2018-10-12 12:44:16 -04:00
Kovid Goyal
4370d45611
Fix clearing of metadata download author and tag map rules not working 2018-10-12 18:51:56 +05:30
Kovid Goyal
4d31b8e3db
Ignore trailing colons on words when filtering matches by title from amazon 2018-10-12 18:48:10 +05:30
Kovid Goyal
bdb6d4e246
Edit book: insert image: remember size of displayed thumbnails. Fixes #1795845 [[enhancement] editor, remember insert image thumbnail settings](https://bugs.launchpad.net/calibre/+bug/1795845) 2018-10-11 21:01:03 +05:30
Kovid Goyal
baf0cbad6a
Edit book: Compress images losslessly: Remember the last used compression quality for jpeg compression. Fixes #1796950 [[enhancement] editor, compress images losslessly, remember compression quality](https://bugs.launchpad.net/calibre/+bug/1796950) 2018-10-11 20:34:49 +05:30
Kovid Goyal
c477444367
Handle change of markup on google search pages 2018-10-11 19:06:24 +05:30
Kovid Goyal
2529c2104c
Merge branch 'py3-matcher' of https://github.com/flaviut/calibre 2018-10-11 09:07:24 +05:30
Flaviu Tamas
1f20347546 Fix incorrect memcpy 2018-10-10 23:33:12 -04:00
Kovid Goyal
93d7cbf310
Merge branch 'py3-matcher' of https://github.com/flaviut/calibre 2018-10-11 08:58:24 +05:30
Kovid Goyal
6e147db489
Since we compile with SV 2015 dont need stdint.h anymore 2018-10-11 08:47:54 +05:30
Flaviu Tamas
5333986819 Use memcpy when possible in icu_calibre_utils 2018-10-10 23:12:40 -04:00
Flaviu Tamas
a3d6204304 Build matcher in py3
I'm not sure how this ever worked without PyTypeObject.tp_new, but
adding a generic constructor seems to work fine.
2018-10-10 22:31:20 -04:00
Tomasz Długosz
7cfa28eb25 rss feed broken 2018-10-10 20:46:53 +02:00
Kovid Goyal
5b783d18c1
Merge branch 'py3-certgen' of https://github.com/flaviut/calibre 2018-10-09 08:19:32 +05:30
Kovid Goyal
2b682e5d94
Merge branch 'master' of https://github.com/t3d/calibre 2018-10-09 06:55:10 +05:30
Tomasz Długosz
04d5823308 remove recipes for no content or missing webpage 2018-10-09 02:06:24 +02:00
Tomasz Długosz
c4b92cebda remove some broken recipes 2018-10-09 01:10:03 +02:00
Tomasz Długosz
c7fc794a08 update rzeczpospolita recipe 2018-10-09 01:10:03 +02:00
Tomasz Długosz
fc439f3d82 fix satkurier recipe 2018-10-09 01:10:03 +02:00
Flaviu Tamas
e9603e27bf Build certgen in py3 2018-10-08 18:05:41 -04:00
Kovid Goyal
a78682093a
Update Tablety and Tanuki recipes
Merge branch 'master' of https://github.com/t3d/calibre
2018-10-07 08:50:29 +05:30
Tomasz Długosz
3c1e81f868 apparently no recent content 2018-10-06 23:43:37 +02:00