Thread: comic2iliad
View Single Post
Old 10-19-2006, 06:29 PM   #2
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Quote:
Originally Posted by b_k
Since there has nothing changed with the manifest.xml bug I don't understand, i will repost my script set here.
I think your problem is that there is only one valid "type" and that value is "overview".

See attached PictureBook application I whipped up from my RFC formatter as a proof-of-concept for you.

The two critical things I think are:

In manifest.xml:
manifest.append(" <Type>overview</Type>\n");
and
manifest.append(" <pagelist type=\"overview\" count=\"").append(pictures.length).append("\">\n") ;

In an HTML file:
index.append("<meta name=\"keywords\" type=\"overview\">\n");

This application produces working files, so you can use it as a reference.

To compile:

javac PictureBook.java

To Run:
java PictureBook manga45981 mangaBook45981
Attached Files
File Type: zip PictureBook.zip (6.2 KB, 376 views)
scotty1024 is offline   Reply With Quote