View Single Post
Old 12-14-2015, 10:39 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by ProDigit View Post
I'm not fond of Calibre or any other, as I don't want to put any credit to any other program within the book, and neither do I want to have a bloated ebook, with a messed up formatting. I know a lot of time has passed since I last used Calibre, but I didn't find it a very good engine.
I found the best engine is still Notepad++ (aka hand corrected).
I'm not fond of using calibre's converter for ebook creation either.

But I was talking about the Editor.

It is a text editor wrapped around an EPUB unzip-zip functionality.
It also has frills like live HTML preview, smart link renaming (it updates the links in other files), and the ability to run plugins written in python.

Sigil is the same, except it automatically tries to fix parsing errors using gumbo parser (and previously, with HTML Tidy).

Unless Notepad++ supports specific utilities you need for mangling your HTML, I don't see why you should use it. Automatically handling the ZIPping is extremely useful.

And why would you have to put credit for calibre in the book?
Do you currently put credit for Notepad++?

Quote:
The more I read about epub, the more questions I have.

Like:
1- Epub supports jpg, any other?
Depends on the ereader. I know png is often used, at least on newer devices (some old ones might choke on it? Maybe?)

Quote:
2- Epub supports .ttf fonts, and I wondered if it does any other?
TTF and OTF.

The EPUB3 spec allows WOFF as well, but find me an EPUB3 E-Ink reader.

Quote:
3- in container.xml there's the option to add: "standalone="no"". What does this mean?
It is mumbo-jumbo that you only care about if you are an XML processor trying to validate against a DTD.

Quote:
4- Before the rootfile lines in container.xml there are tabs, or spaces, and I wonder if it would pose any problems omitting them to reading devices?
I know they don't for the PC.
Code:
.....
 <rootfiles>
    <rootfile .....
 </rootfiles>
All questions I'm sure I'll find an answer for soon!
It is XML. The spaces don't matter.
whitespace in XML/HTML only matters inside an element, and then it is collapsed down to one space.

Last edited by eschwartz; 12-14-2015 at 10:42 PM.
eschwartz is offline   Reply With Quote