Quote:
Originally Posted by carandol
Unfortunately, since my PC is running linux, I don't have access to a decent epub editor.
|
ePub file is, essentially, a zip archive containing a bunch of flat text files. Unzip the file, use any text editor. Both vim and emacs have capable xml/xhtml support. Or go with the HTML editors, Bluefish, Quanta, Screem. Did I mention Eclipse and its XML development environment?
Add to that perl+HTML:Parser for scripting, or take the Python route...