diff options
author | B. Watson <yalhcru@gmail.com> | 2013-02-24 00:00:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 10:23:08 -0600 |
commit | 793c216f2415d34ea2a90272214a5d2834982b6a (patch) | |
tree | 4fc9a648b7ecd7f1e5accf7ba8ab83633109f708 /office/convertlit/README | |
parent | 7be70a967816ac12e5fcaca57e64941fc154416a (diff) | |
download | slackbuilds-793c216f2415d34ea2a90272214a5d2834982b6a.tar.gz |
office/convertlit: Added (converts .lit files to .epub)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/convertlit/README')
-rw-r--r-- | office/convertlit/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/convertlit/README b/office/convertlit/README new file mode 100644 index 0000000000..253ec54f2d --- /dev/null +++ b/office/convertlit/README @@ -0,0 +1,11 @@ +convertlit (converts .lit files to Open E-Book format .epub format) + +Converts Microsoft Reader format eBooks into open format for use with +software or devices which are not directly compatible with Microsoft's +Reader. + +Note that convertlit's output is a directory with the epub contents. The +output is HTML, and can be viewed with any browser. To actually make +an .epub file, the output dir needs to be zipped. This build includes a +wrapper script called lit2epub that does the conversion and zipping in +one go. |