
: How to build an epub starting from a bunch of HTML files? I have a number of short HTML files (actually they are XHTML) with small problems and answers, which I post on my blog every Sunday,
I have a number of short HTML files (actually they are XHTML) with small problems and answers, which I post on my blog every Sunday, and I'd like to merge some of them in an ebook.
I already did it once, just by stripping the headers and footers and merging them together; then I create the epub skeleton with Calibre and tweaked it with Sigil. But since there are a lot of internal links, it is a time-consuming process.
Is there a simpler way?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Phylliss

: Digital rights management (DRM) is a class of technologies that are used by hardware manufacturers, publishers, copyright holders, and individuals with the intent to control the use of digital
5 Comments
Sorted by latest first Latest Oldest Best
If your files really are genuinely valid XHTML, you could even write an XSLT2 script to do the job yourself. That way you can cater for any idiosyncracies in your XHTML which other systems may not be designed to handle.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
Calibre can convert XHTML 1.1 + CSS 2.1 to epub. It's only guaranteed to output valid epub if the input is valid. It's free and open-source.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
You can use Papyrus for creating ebooks from blog posts or any webpage.
If you already have a blog, you can use this link to convert your blog to book)
Your book will be generated in EPUB, Mobi(Kindle) and PDF formats.
Disclosure: I am the creator of this site.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
I assume you don't write the HTML directly, but use something like MarkDown or reST. But even if you do, you should look at Pandoc.
The program can read HTML and generate EPUB 2 or EPUB 3 (among others).
Free books android app tbrJar TBR JAR Read Free books online gutenberg
Since you mention you post to your blog each Sunday, if you have or can provide an RSS feed you may find the following online free service useful newstoebook.com/ I've been using it to create ebooks of one of my project blogs. The resulting ebook (I create .mobi books for Kindles) have been readable.
I expect there will be limitations so YMMV for your blog posts.
Free books android app tbrJar TBR JAR Read Free books online gutenberg