Author Topic: Magazine issues and eink devices  (Read 1187 times)

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Magazine issues and eink devices
« Reply #30 on: March 23, 2013, 12:24:57 PM »
I have noticed some differences between the .mobi and the .epub files while looking at them with the built in reader within Calibre.  I have noticed if I click on certain links in the table of contents in the .mobi version they do nothing when the other links jump to the proper pages. This only happens on a few links. I looked at the code for these links and the anchor tags are the same as all the links.  This only happen when viewing the .mobi file.  They work as expected when viewing the .epub file.   I have made another change to both files and have uploaded them.

http://pclosmag.com/pdf/201303revision3-epub.epub

http://pclosmag.com/pdf/201303revision3-mobi.mobi

If this does not work, I am really at a loss for ideas. The only other thought that it could be is something is different with the version of Calibre.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline russell.eberhardt

  • Sr. Member
  • ****
  • Posts: 408
Re: Magazine issues and eink devices
« Reply #31 on: March 24, 2013, 04:12:37 AM »
That's done it  :)
The .mobi version now works fine on my Kindle.
Have to wait for someone else to check the .epub version though.

Thanks,
Russell.
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD,

Offline parnote

  • Moderator
  • Hero Member
  • *****
  • Posts: 4437
  • The truth is out there ... PCLinuxOS!
Re: Magazine issues and eink devices
« Reply #32 on: March 24, 2013, 11:53:56 AM »
I'd like to take this moment to thank everyone who is helping YouCanToo tweak this process to produce eBook file versions of the magazine that work properly across as many different eBook platforms as possible.

THANK YOU!
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Magazine issues and eink devices
« Reply #33 on: March 24, 2013, 12:09:35 PM »
That's done it  :)
The .mobi version now works fine on my Kindle.
Have to wait for someone else to check the .epub version though.

Thanks,
Russell.

Wow, that is the best news, I have heard.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline mellon

  • Full Member
  • ***
  • Posts: 215
Re: Magazine issues and eink devices
« Reply #34 on: March 25, 2013, 03:21:40 PM »
Could not open the revision3 file, so I got a copy from the magazine site (23-March-2013 9:42)
While paging through the file I still get thrown back to page 3.
If I open the table of contents I see 3 times an unnamed item. I see a here item.  There is also twice a navigation point 20.

Some links work. Many just jump to page2 though the noc files points to the correct id. See below.

Code: [Select]
<navPoint id="u6975aebf-f9be-4c05-bc71-982450e39ed9" playOrder="21">
      <navLabel>
        <text>Screenshot Showcase</text>
      </navLabel>
      <content src="index-ebook-new.html#page19"/>
    </navPoint>
    <navPoint id="u6bea4779-3db6-4387-b140-b82754d185c0" playOrder="20">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="msmeme-nooks.jpg"/>
    </navPoint>
    <navPoint id="ua007ea05-0c05-444c-b56d-3cd6d17fa837" playOrder="20">
      <navLabel>
        <text>here</text>
      </navLabel>
      <content src="index-ebook-new.html#answers"/>
    </navPoint>
    <navPoint id="u5c77df46-75fe-4fc9-a721-5a293af4d30a" playOrder="22">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="ForumFoibles.jpg"/>
    </navPoint>
    <navPoint id="ued2d6b94-aa29-4dc6-a786-5f805e425f2a" playOrder="23">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="ForumFoibles1.jpg"/>
    </navPoint>
    <navPoint id="u63275583-125c-4f0a-87d4-6fe55eba1385" playOrder="24">
      <navLabel>
        <text>LinuxQuestions.org</text>
      </navLabel>
      <content src="LinuxQuestions.org"/>
    </navPoint>
    <navPoint id="ue23b2099-647d-47c4-9316-cf0da27a8f67" playOrder="25">
      <navLabel>
        <text>AdoptMe.com</text>
      </navLabel>
      <content src="AdoptMe.com"/>
    </navPoint>
  </navMap>
</ncx>

I could not fix this. So I opened the file in Sigil and put a split marker before each item starting with 'editorial. That only takes a few minuted and then I had Sigil apply the split. That action generates a html file for each item. The original file is kept as first page with the list of items. I also generated a new toc.ncx file in Sigil only using <h3> tags as items and then started browsing the (now 85 in stead of 62 pages) file on the EntourageEdge. At page 82 ....... my battery was empty (it was already low when I started this evening) ;D.
So I hooked it on to the power cable and gave it another shot.
Each item starts on a fresh page. I noticed a blank page at the end of some items but paging went ok without being thrown back at page 2 or 3. The toc items also worked. I seems that my device likes this setup of each item as a chapter best.

Here is a public link to the file amended via Sigil.
 http://dl.dropbox.com/u/52045100/201303epubR4.epub

Mellon

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Magazine issues and eink devices
« Reply #35 on: March 26, 2013, 01:05:36 AM »
Could not open the revision3 file, so I got a copy from the magazine site (23-March-2013 9:42)
While paging through the file I still get thrown back to page 3.
If I open the table of contents I see 3 times an unnamed item. I see a here item.  There is also twice a navigation point 20.

Some links work. Many just jump to page2 though the noc files points to the correct id. See below.

Code: [Select]
<navPoint id="u6975aebf-f9be-4c05-bc71-982450e39ed9" playOrder="21">
      <navLabel>
        <text>Screenshot Showcase</text>
      </navLabel>
      <content src="index-ebook-new.html#page19"/>
    </navPoint>
    <navPoint id="u6bea4779-3db6-4387-b140-b82754d185c0" playOrder="20">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="msmeme-nooks.jpg"/>
    </navPoint>
    <navPoint id="ua007ea05-0c05-444c-b56d-3cd6d17fa837" playOrder="20">
      <navLabel>
        <text>here</text>
      </navLabel>
      <content src="index-ebook-new.html#answers"/>
    </navPoint>
    <navPoint id="u5c77df46-75fe-4fc9-a721-5a293af4d30a" playOrder="22">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="ForumFoibles.jpg"/>
    </navPoint>
    <navPoint id="ued2d6b94-aa29-4dc6-a786-5f805e425f2a" playOrder="23">
      <navLabel>
        <text>Unnamed</text>
      </navLabel>
      <content src="ForumFoibles1.jpg"/>
    </navPoint>
    <navPoint id="u63275583-125c-4f0a-87d4-6fe55eba1385" playOrder="24">
      <navLabel>
        <text>LinuxQuestions.org</text>
      </navLabel>
      <content src="LinuxQuestions.org"/>
    </navPoint>
    <navPoint id="ue23b2099-647d-47c4-9316-cf0da27a8f67" playOrder="25">
      <navLabel>
        <text>AdoptMe.com</text>
      </navLabel>
      <content src="AdoptMe.com"/>
    </navPoint>
  </navMap>
</ncx>

I could not fix this. So I opened the file in Sigil and put a split marker before each item starting with 'editorial. That only takes a few minuted and then I had Sigil apply the split. That action generates a html file for each item. The original file is kept as first page with the list of items. I also generated a new toc.ncx file in Sigil only using <h3> tags as items and then started browsing the (now 85 in stead of 62 pages) file on the EntourageEdge. At page 82 ....... my battery was empty (it was already low when I started this evening) ;D.
So I hooked it on to the power cable and gave it another shot.
Each item starts on a fresh page. I noticed a blank page at the end of some items but paging went ok without being thrown back at page 2 or 3. The toc items also worked. I seems that my device likes this setup of each item as a chapter best.

Here is a public link to the file amended via Sigil.
 http://dl.dropbox.com/u/52045100/201303epubR4.epub

Mellon



Can you PM me a sample of what you did in Sigil?




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!