mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-07 10:05:45 +01:00
Merge pull request #9 from NunoSempere/master
add dependencies, fix some typos
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
sdist/
|
sdist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
venv/
|
||||||
|
|||||||
11
README.rst
11
README.rst
@@ -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
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@@ -20,6 +19,8 @@ To build and run ebook converter, you'll need:
|
|||||||
- setuptools
|
- setuptools
|
||||||
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
|
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
|
||||||
conversion from PDF available in ``$PATH``
|
conversion from PDF available in ``$PATH``
|
||||||
|
- ``libxml2-dev`` and ``libxslt-dev`` as dependencies for format manipulation
|
||||||
|
from some of the Calibre code
|
||||||
|
|
||||||
No Python2 support. Even if Calibre probably still is able to run on Python2, I
|
No Python2 support. Even if Calibre probably still is able to run on Python2, I
|
||||||
do not have an intention to support it.
|
do not have an intention to support it.
|
||||||
@@ -28,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
|
||||||
@@ -52,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