Menu

Reading non standard epub files

Arne
2012-09-21
2013-05-14
  • Arne

    Arne - 2012-09-21

    I have have a book from a publisher with something which looks like using a non standard epub format (I have tried to different epub readers).

    The file structure looks like this: . .nnn .nnn/xxx-0 .nnn/xxx-1 …etc… .images jquery.js metadata

    "metadata" looks like this: <book id="nnn"><rights>Copyright foo</rights><language>en</language><contenttype role="book"></contenttype><formattypes recommended="HTML"><type format="HTML" source="EPUB"></type></formattypes><contentstate mode="active"></contentstate> <publishermeta fpi="nnn"><isbn>999</isbn><title>Some title</title><edition></edition> <rights>Copyright. ..</rights><authorgroup> <author> <firstname>aaa</firstname> <surname>bbb</surname> </author>

    xxx-N looks like this: <content id="nnn/xxx-2" format="xhtml" nodetypeset="all" previewonerror="true"><p class="epub__chaptertitle"><a name="Chapter "></a>Chapter 1</p><p class="epub__chaptertitle"><i>Some title</i></p><p class="epub__chapterobjectivetitle">…

    Do you think Coolreader can be configured to read these files? If so what does it take?

    Arne

     
  • Arne

    Arne - 2012-10-12

    Bad formating of the structure. New attempt:

    The file structure looks like this: 
    . 
    .nnn 
    .nnn/xxx-0 
    .nnn/xxx-1 
    ...etc... 
    .images 
    jquery.js 
    metadata 
    "metadata" looks like this: 
    <book id="nnn"><rights>Copyright foo</rights><language>en</language><contenttype role="book"></contenttype><formattypes recommended="HTML"><type format="HTML" source="EPUB"></type></formattypes><contentstate mode="active"></contentstate> <publishermeta fpi="nnn"><isbn>999</isbn><title>Some title</title><edition></edition> <rights>Copyright. ..</rights><authorgroup> <author> <firstname>aaa</firstname> <surname>bbb</surname> </author> 
    xxx-N looks like this: 
    <content id="nnn/xxx-2" format="xhtml" nodetypeset="all" previewonerror="true"><p class="epub__chaptertitle"><a name="Chapter "></a>Chapter 1</p><p class="epub__chaptertitle"><i>Some title</i></p><p class="epub__chapterobjectivetitle">...
    
     

Log in to post a comment.