mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove references to Sigil from the manual and code
This commit is contained in:
parent
4315f64fc8
commit
cb2a119565
@ -5,21 +5,23 @@
|
|||||||
Ebook Conversion
|
Ebook Conversion
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|app| has a conversion system that is designed to be very easy to use. Normally, you just
|
|app| has a conversion system that is designed to be very easy to use.
|
||||||
add a book to |app|, click convert and |app| will try hard to generate output that is as
|
Normally, you just add a book to |app|, click convert and |app| will try hard
|
||||||
close as possible to the input. However, |app| accepts a very large number of input formats,
|
to generate output that is as close as possible to the input. However, |app|
|
||||||
not all of which are as suitable as others for conversion to ebooks. In the case of
|
accepts a very large number of input formats, not all of which are as suitable
|
||||||
such input formats, or if you just want greater control over the conversion system,
|
as others for conversion to ebooks. In the case of such input formats, or if
|
||||||
|app| has a lot of options to fine tune the conversion process. Note however that |app|'s
|
you just want greater control over the conversion system, |app| has a lot of
|
||||||
conversion system is not a substitute for a full blown ebook editor. To edit ebooks, I
|
options to fine tune the conversion process. Note however that |app|'s
|
||||||
would recommend first converting them to EPUB using |app| and then using a dedicated EPUB editor,
|
conversion system is not a substitute for a full blown ebook editor. To edit
|
||||||
like `Sigil <http://code.google.com/p/sigil/>`_ to get the book into perfect shape. You can then
|
ebooks, I recommend first converting them to EPUB or AZW3 using |app| and
|
||||||
use the edited EPUB as input for conversion into other formats in |app|.
|
then using the Tweak Book feature to get them into perfect shape. You can then
|
||||||
|
use the edited ebook as input for conversion into other formats in |app|.
|
||||||
|
|
||||||
This document will refer mainly to the conversion settings as found in the conversion dialog,
|
This document will refer mainly to the conversion settings as found in the
|
||||||
pictured below. All these settings are also available via command line interface to conversion,
|
conversion dialog, pictured below. All these settings are also available via
|
||||||
documented at :ref:`ebook-convert`. In |app|, you can obtain help on any individual setting by holding your
|
command line interface to conversion, documented at :ref:`ebook-convert`. In
|
||||||
mouse over it, a tooltip will appear describing the setting.
|
|app|, you can obtain help on any individual setting by holding your mouse over
|
||||||
|
it, a tooltip will appear describing the setting.
|
||||||
|
|
||||||
.. image:: images/conv_dialog.png
|
.. image:: images/conv_dialog.png
|
||||||
:align: center
|
:align: center
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
|
||||||
from __future__ import with_statement
|
|
||||||
|
|
||||||
__license__ = 'GPL v3'
|
|
||||||
__copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
|
|
||||||
__docformat__ = 'restructuredtext en'
|
|
||||||
|
|
||||||
from calibre.utils.filenames import find_executable_in_path
|
|
||||||
from calibre.constants import iswindows
|
|
||||||
|
|
||||||
def find_executable():
|
|
||||||
name = 'sigil' + ('.exe' if iswindows else '')
|
|
||||||
find_executable_in_path(name)
|
|
||||||
#if path is None and iswindows:
|
|
||||||
# path = search_program_files()
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user