comic2iliad
a html "book" generator for the iRex iLiad. Powered by AutoIt V3.
Screenshot:
Get the new less CPU cycles wasting Version! And the self-contained executable.
Changelog20061212- Added Self-contained executable. (No need to install AutoIT)
- Switched to OnEvent mode.
20061130- Added ability to read a simple image list
for the archive:
Since there has nothing changed with the manifest.xml bug I don't understand, i will repost my script set here. The .zip contains only the source, you will need AutoIt to run it.
I remember you again, the packages generated don't work at the moment, linking between the pages works as expected, the total number of pages is set correctly in the page indicator, but it won't display your current position.
Maybe someone is smarter than me and will find the failure I made.
The main part is comic2iliad.au3, what gui.au3 and language.au3 contain should be obvious.
The old one will produce transitional HTML, the newer Version transitional XHTML, as W3C compatible as is possible to have it running on the iLiad.
Update:
Forget about the before mentioned problems, it should all work now.
Bonus: I added the ability to read the file names of the images from a simple txt file (imgs.txt) in the "img" directory. One filename per line. (do a "dir /1 > imgs.txt" and sort the names after that)