167 Commits

Author SHA1 Message Date
Kovid Goyal
9c75ead5d1 Fix #469 2008-01-14 19:14:39 +00:00
Kovid Goyal
d7fa576f6f Partial implementation of lrs2lrf from Roger Critchlow 2008-01-11 18:39:03 +00:00
Kovid Goyal
532476d249 Making fetching of covers more robust and also create command line interface for it. 2008-01-10 04:16:37 +00:00
Kovid Goyal
1546c82807 Initial implementation of epub2lrf and epub-meta (thanks llasram) 2008-01-07 18:04:44 +00:00
Kovid Goyal
2d0ae97730 Beginnings of a lrf2html implementation 2008-01-07 17:57:11 +00:00
Kovid Goyal
104ec7cc93 PyPI classifier status to beta 2007-12-05 04:14:27 +00:00
Kovid Goyal
8bbdff2949 Support for reading metadata from LIT files 2007-11-11 20:36:13 +00:00
Kovid Goyal
f5956155fd Implemented building isbndb.com queries 2007-10-21 00:53:13 +00:00
Kovid Goyal
4d782cce87 Enable support for WMF images in rtf2lrf on linux and windows. 2007-10-08 20:04:34 +00:00
Kovid Goyal
750f058b7f Fix #218 2007-09-24 14:37:15 +00:00
Kovid Goyal
cbee2f88f4 lrf2lrs now works on demo.lrf 2007-09-19 23:00:18 +00:00
Kovid Goyal
51458628ab Implement order of magnitude faster lrf2lrs 2007-09-17 03:13:44 +00:00
Kovid Goyal
3fdc9ad89d version 0.3.110 2007-09-15 17:43:24 +00:00
Kovid Goyal
9a5021504f version 0.3.104 2007-08-24 04:53:07 +00:00
Kovid Goyal
9c82e833ac Implemented any2lrf 2007-08-13 22:13:45 +00:00
Kovid Goyal
fb2a358c73 Add beta launcher 2007-08-05 02:44:20 +00:00
Kovid Goyal
8e8940f69e pdf2lrf 2007-07-30 20:39:39 +00:00
Kovid Goyal
309052cac1 2007-07-13 23:21:55 +00:00
Kovid Goyal
00a50740fa Initial implementation of web2disk 2007-07-13 03:09:33 +00:00
Kovid Goyal
2a779db7bd rtf2lrf 2007-07-02 19:07:32 +00:00
Kovid Goyal
6429bbd65a Fix Linux installer 2007-06-29 07:21:30 +00:00
Kovid Goyal
bbd8385018 Installer changes to support lit2lrf 2007-06-22 17:36:53 +00:00
Kovid Goyal
f0d5eac2f4 Fix bug in completion 2007-06-19 15:20:16 +00:00
Kovid Goyal
9178ddf18e Implement support for markdown in txt2lrf. Fix handling of <pre>, <th> elements in html2lrf 2007-06-19 15:13:52 +00:00
Kovid Goyal
aaa6bc4c3f Created OS X installer. Added automatic detection of cover page for conversion of HTML generated by CLIT. 2007-06-12 20:48:39 +00:00
Kovid Goyal
d0f55a2a44 Moved logic for creating windows installer into separate script and greatly improved the logic. 2007-06-08 19:43:07 +00:00
Kovid Goyal
97b51d8693 Add support for adjusting margins. 2007-06-06 17:48:42 +00:00
Kovid Goyal
f01341f750 Added automatic installation of USB driver on windows. 2007-05-28 21:10:42 +00:00
Kovid Goyal
8a9110740d Fully automate building of windows installer 2007-05-28 19:23:49 +00:00
Kovid Goyal
acd5775987 oops 2007-05-26 16:12:10 +00:00
Kovid Goyal
5ecdb79f5c Fix #86 and add support for % width values in <td> elements. 2007-05-23 17:45:49 +00:00
Kovid Goyal
7a21b56f22 Fix handling of empty rows. Add option to disable autorotation. 2007-05-21 18:03:08 +00:00
Kovid Goyal
366207763d Module re-organization 2007-05-18 06:36:54 +00:00
Kovid Goyal
61c7035c3f oops 2007-05-15 04:54:01 +00:00
Kovid Goyal
fbccb944d7 ubuntu udev support 2007-05-15 04:52:54 +00:00
Kovid Goyal
81b81b4ae8 Added BASH completion to the CLI
prs500 ls now outputs a trailing slash on directory names
2007-05-13 04:10:22 +00:00
Kovid Goyal
46f537ed86 2007-05-12 22:00:25 +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
b1ee960066 Allow text-indent and text-align to be inherited. 2007-05-09 23:32:33 +00:00
Kovid Goyal
f403787fd5 Fix #39 2007-05-03 00:11:43 +00:00
Kovid Goyal
c44bd5ab55 Fix issues with script to create windows installer 2007-05-01 20:00:33 +00:00
Kovid Goyal
b9314bcb25 Fix #35. Move windows installer code into setup.py. 2007-04-30 21:43:50 +00:00
Kovid Goyal
44158dfc3c Fix bug in py2exe setup script 2007-04-26 16:35:42 +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
Kovid Goyal
d69fad53f4 Working initial HTML->LRF converter with CSS support. Next on list is support for <style>, <link> and <img> tags. 2007-04-18 22:51:48 +00:00
Kovid Goyal
15014f74fe Working windows installer 2007-04-18 03:01:29 +00:00
Kovid Goyal
65b430b23a py2exe functionality added for standalone windows executables. Initial implementation of HTML->LRF conversion 2007-04-17 07:16:25 +00:00
Kovid Goyal
2db0069b89 version bump 2007-04-16 17:26:18 +00:00
Kovid Goyal
509fdf081b Added support for unlocking the reader in both CLI and GUI. Version bump. 2007-01-30 02:26:50 +00:00
Kovid Goyal
7a814b5401 Removed automatic dependency installation as it only works in Linux.
Removed dependency on PyXML.
Fixed unicode handling in books command of CLI
Various minor bug fixes to make things run smoothly in windows.
Version bump.
2007-01-09 03:23:30 +00:00