Hi!
Here's this small addon: HTMLgen
not sure if it will be of any help to anyone.
Description
Small output addon for Sigil to export the epub contents to one html file...
My purpose was so I can view the text of the epub with LibreOffice+Languagecheker and check any typos with it, then fix it in the epub with Sigil...
but it can be used for whatever you like
Note that
it's not a converter (if you want a converter use calibre or another tool).
What does it do exactly?
- it copies only the <body> part of all html/xhtml files, and all the css files.
- it copies all fonts/images/audio/video files to a folder with the same name of the html (+ "_files").
- it makes a few changes to make the internal links work.
Requirements:
Any Sigil version with Python 2.7/3.4 (and tkinker* module), any OS.
* If you have Python, you probably have tkinker module already, but it will warn you if you don't.
Install:
Like any other addon for Sigil, go to "Plugins" menu >>> Manage plugins >>> Add plugin ... and select the HTMLgen_vX.X.X.zip file.
If everything it's OK, it should appear the option in Plugins >>> Output >>> HTMLgen
If you click it, it will only ask you where to save the HTML, and that's all.
Languages: English, Spanish
If you want to, translate this strings to your language and send me an PM, or post it here, so I can add it.
License: GNU General Public License v3 (GPL-v3)
Download:
See the attached file.
Regards.