mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-14 21:53:36 +01:00
fix a few README typos
mostly the lack of "the". I've left some others which are more charming
This commit is contained in:
@@ -2,14 +2,13 @@
|
|||||||
Ebook converter
|
Ebook converter
|
||||||
===============
|
===============
|
||||||
|
|
||||||
This is impudent ripoff of the bits from `Calibre project`_, and is aimed only
|
This is an impudent ripoff of the bits from `Calibre project`_, and is aimed only
|
||||||
for converter thing.
|
for converter thing.
|
||||||
|
|
||||||
My motivation is to have only converter for ebooks run from commandline,
|
My motivation is to have only the converter for ebooks run from the commandline,
|
||||||
without all of those bells and whistles Calibre has, and with cleanest more
|
without all of those bells and whistles Calibre has, and with cleanest more
|
||||||
*pythonic* approach.
|
*pythonic* approach.
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@@ -30,7 +29,7 @@ do not have an intention to support it.
|
|||||||
What's supported
|
What's supported
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
To be able to perform some optimization and make converter more reliable and
|
To be able to perform some optimization and make the converter more reliable and
|
||||||
easy to use, first I need to remove some of the features, which are totally not
|
easy to use, first I need to remove some of the features, which are totally not
|
||||||
crucial in my opinion, although they might be re-added later, like, for
|
crucial in my opinion, although they might be re-added later, like, for
|
||||||
instance there is no automatic language translations depending on the locale
|
instance there is no automatic language translations depending on the locale
|
||||||
@@ -54,7 +53,7 @@ example), it would be treated as common book.
|
|||||||
Input formats
|
Input formats
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Currently, I've tested following input formats:
|
Currently, I've tested the following input formats:
|
||||||
|
|
||||||
- Microsoft Word 2007 and up (``docx``)
|
- Microsoft Word 2007 and up (``docx``)
|
||||||
- EPUB, both v2 and v3 (``epub``)
|
- EPUB, both v2 and v3 (``epub``)
|
||||||
|
|||||||
Reference in New Issue
Block a user