View Single Post
Old 09-18-2008, 01:05 PM   #15
skoobwoman
Enthusiast
skoobwoman began at the beginning.
 
Posts: 41
Karma: 26
Join Date: Aug 2008
Location: New York, NY
Device: Kindle 2/Kindle DX/Astak Reader Pocket Pro/iPod Touch
I did search the forum first and looked through 3 pages of results with no luck. Perhaps I wasn't using the right terms.


Quote:
Originally Posted by kovidgoyal View Post
Somebody should make a FAQ for this question, I seem to spend half my life answering it.

Regarding multiple HTML files:

1) If your collection of HTML files includes a file that has links to all the other files:
- Download the beta version of calibre and simply add that file to the GUI.
The GUI will automatically create a zip file with all referenced HTML files and the ZIP file will also contain an OPF file that references the HTML files. You can then use "save to disk" to save the zip file to somewhere on your disk. Unzip it and use the opf+html files in whatever program you need to.

2) If your collection does not have such a file, it takes two minutes to create one. It will have the form:

Code:
<html>
<body>
<a href="file1.html">File 1</a>
< a href="file2.html">File 2</a>
.
.
.
</body>
</html>
skoobwoman is offline   Reply With Quote