6029 Commits

Author SHA1 Message Date
Kovid Goyal
a29bf8eea0 Rationalized CLI of html2lrf
Fixed link handling to show text rather than href by default
Fine tuned image handling
Added automatic page breaks if page-break not found
2007-05-12 21:21:21 +00:00
Kovid Goyal
69f20f634d Don't detect BlockSpace elements as first element of a page.
Skip over hrefs that are in weird encodings.
2007-05-12 02:52:26 +00:00
Kovid Goyal
76c0aeb57c Fix handling of filenames that have non ascii characters on systems with encodings other than utf8 2007-05-12 00:22:53 +00:00
Kovid Goyal
65261cb53b oops 2007-05-11 22:04:29 +00:00
Kovid Goyal
3ef78e8e1a Add udev logic to setup.py should make post-installation on linux uneccessary.
Add --link-exclude to html2lrf
2007-05-11 20:05:38 +00:00
Kovid Goyal
599ee22515 Fix #54 and add support for sort keys to lrf-meta 2007-05-11 16:27:28 +00:00
Kovid Goyal
21c84c914f Fix bugs in merging CSS from style tags and external stylesheets 2007-05-10 20:52:45 +00:00
Kovid Goyal
be8345b0c2 Fix handling of HTML files with <hr> as the first element 2007-05-10 20:26:18 +00:00
Kovid Goyal
9026e54fbf typo 2007-05-10 19:54:45 +00:00
Kovid Goyal
b49617d502 Added automatic chapter detection. Prevent creation of redundant TextStyle and BlockStyle elements. 2007-05-10 18:15:58 +00:00
Kovid Goyal
8b1800f8dc 2007-05-10 01:55:01 +00:00
Kovid Goyal
0caca9fe4c Added title and author sort key support to html2lrf 2007-05-10 01:49:25 +00:00
Kovid Goyal
5cb12c364e Version bump 2007-05-09 23:36:09 +00:00
Kovid Goyal
b1ee960066 Allow text-indent and text-align to be inherited. 2007-05-09 23:32:33 +00:00
Kovid Goyal
e383232fe9 inline blocked images respect the text-align property. 2007-05-09 22:46:58 +00:00
Kovid Goyal
9d3be321e7 Handle comments in <a> tags correctly 2007-05-09 21:47:06 +00:00
Kovid Goyal
42e75a1b6b version bump 2007-05-09 05:45:28 +00:00
Kovid Goyal
3064a0666b Support for text-indent 2007-05-09 05:42:46 +00:00
Kovid Goyal
7d8f1f7eb3 Improve image handling 2007-05-09 04:24:38 +00:00
Kovid Goyal
047ed718de Fix bugs in image sizing 2007-05-09 02:17:12 +00:00
Kovid Goyal
68968c7742 Fixed #47 and debugged --baen 2007-05-08 04:42:22 +00:00
Kovid Goyal
6ca0b3c143 Add baen option. Needs testing 2007-05-06 16:05:47 +00:00
Kovid Goyal
09eb8f2db0 going on holiday 2007-05-04 03:15:26 +00:00
Kovid Goyal
8781e84beb Refactor pylrs to stop depending on static variables for default style information. 2007-05-03 23:32:14 +00:00
Kovid Goyal
9d407875bd Bug fixes in html2lrf too numerous to enumerate ;-) Also changed paragraph indentation behavior. 2007-05-03 21:20:52 +00:00
Kovid Goyal
f403787fd5 Fix #39 2007-05-03 00:11:43 +00:00
Kovid Goyal
1a748bc574 Generate external TOC entries from links in root HTML file. 2007-05-02 21:30:17 +00:00
Kovid Goyal
21af20d036 Fix detection of top of a page and change handling of <a name> elements to prevent reader slowdowns. 2007-05-02 19:35:45 +00:00
Kovid Goyal
c44bd5ab55 Fix issues with script to create windows installer 2007-05-01 20:00:33 +00:00
Kovid Goyal
0cf1163000 Ignore <a> tags if link-levels is negative. 2007-05-01 19:46:06 +00:00
Kovid Goyal
7126b6ca81 Adeed support for <blockquote>. Fix #36, #37. Change handling of empty <a name> elements as they were causing reader to crash. 2007-05-01 19:39:01 +00:00
Kovid Goyal
76959d8f95 Unquote URLs for images and stylesheets. Fixes # 2007-04-30 23:36:07 +00:00
Kovid Goyal
b9314bcb25 Fix #35. Move windows installer code into setup.py. 2007-04-30 21:43:50 +00:00
Kovid Goyal
8775a98191 Handle quoted URLs in <a href=...> elements. Fix #34. 2007-04-30 19:48:59 +00:00
Kovid Goyal
0df0475b05 Fix bug in html2lrf that affected external links without a fragment. 2007-04-30 19:41:02 +00:00
Kovid Goyal
50811803d0 Fix #31 2007-04-26 18:53:40 +00:00
Kovid Goyal
379a5f1a5a Fix handling of ignored tags in html2lrf 2007-04-26 17:36:18 +00:00
Kovid Goyal
44158dfc3c Fix bug in py2exe setup script 2007-04-26 16:35:42 +00:00
Kovid Goyal
35344ebceb Refactoring in html2lrf and pylrs 2007-04-26 16:07:02 +00:00
Kovid Goyal
42c4acd360 Various improvements to html2lrf. Added a demo for html2lrf 2007-04-26 04:56:51 +00:00
Kovid Goyal
f25cc305a1 oops 2007-04-25 02:43:03 +00:00
Kovid Goyal
144b3a16f5 Added support for headers to LRF convertors 2007-04-25 02:20:22 +00:00
Kovid Goyal
7dcfcf7518 Fixed inheritance rules in pylrs.py 2007-04-24 16:58:26 +00:00
Kovid Goyal
b637f37559 Fixed typo in pylrs.py and shifted to using non full size ImageBlocks in html2lrf 2007-04-24 05:12:22 +00:00
Kovid Goyal
b3d7fd96f2 Support for Plot, Image and DrawChar in pylrs 2007-04-24 04:14:39 +00:00
Kovid Goyal
44c7b6af37 Possible fix for problems reading LRF file metadata on OSX in the GUI 2007-04-24 00:45:12 +00:00
Kovid Goyal
aa0c031886 Fix images in LRF files so that they dont autoscale and go off page 2007-04-22 05:51:23 +00:00
Kovid Goyal
6c9ea2500a Switched to Oxygen icons 2007-04-21 21:50:36 +00:00
Kovid Goyal
102c0c2738 Updating ignores 2007-04-21 18:50:06 +00:00
Kovid Goyal
b1a02af907 Added rar,zip support to html2lrf and squashed a few more html processing bugs. Version bump. 2007-04-21 18:44:04 +00:00