View Single Post
Old 08-15-2006, 12:59 PM   #23
b_k
Übernerd
b_k is on a distinguished road
 
Posts: 238
Karma: 74
Join Date: Jun 2006
Location: Germany
Device: iRex iLiad
Quote:
Originally Posted by rlauzon
Did you set up the <pagelist> stuff in the manifest.xml? ex:

Code:
<pagelist type="layout" count="135">
<page number="1" url="0743.html" />
<page number="2" url="0744.html" />
<page number="3" url="0745.html" />
<page number="4" url="0746.html" />
...
<page number="135" url="0874.html" />
</pagelist>
This is what associates an HTML page with the page on the iLiad.
this is the manifest.xml in question. The page-indicator works, it shows the right page and i can click on it to flip to another page. However, the pageflip-bar doesn't work.
Code:
<?xml version="1.0" encoding="utf-8"?>
<package>
  <metadata>
    <dc-metadata>
      <Title>HTML test</Title>
      <Description>some description</Description>
      <Date>2006-02-21T04:02:03</Date>
      <Format>text/x-ereader-document</Format>
      <Language>en/us</Language>
      <Type>newspaper</Type>
    </dc-metadata>
    <y-metadata>
      <FileSize>000</FileSize>
      <ItemSize>000</ItemSize>
      <startpage>fw031.html</startpage>
      <image/>
      <version>000</version>
    </y-metadata>
  </metadata>
  <index>
    <pagelist type="html" count="12">
      <page number="01" url="fw031.html"/>
      <page number="02" url="fw032.html"/>
      <page number="03" url="fw033.html"/>
      <page number="04" url="fw034.html"/>
      <page number="05" url="fw035.html"/>
      <page number="06" url="fw036.html"/>
      <page number="07" url="fw037.html"/>
      <page number="08" url="fw038.html"/>
      <page number="09" url="fw039.html"/>
      <page number="10" url="fw0310.html"/>
      <page number="11" url="fw0311.html"/>
      <page number="12" url="fw0312.html"/>
    </pagelist>
  </index>
<last-location><document>file:///mnt/card/html/fw031.html</document></last-location></package>
b_k is offline   Reply With Quote