View Single Post
Old 11-12-2023, 12:38 PM   #11
robert
Junior Member
robert began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2023
Device: Kobo Libra 2
Quote:
Originally Posted by DNSB View Post
What does index.html contain? Can you post an image of the structure of the .zip file? One publisher used to include an index.html on their CD's that contains all the ebooks & formats on the CD so you needed to import from the subdirectories to get the ebooks.
Hi DNSB,
An example index.html (in the subdirectory of the book) looks as follows. Yes, I would import the books 1x1 from the subdirectory.
Spoiler:

~~~
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "hmpro6.dtd">
<HTML lang="de">
<head>

<title>Judas Ischariot und die andern</title>
<link rel="stylesheet" type="text/css" href="../../css/prosa.css" />
<meta name="author" content="Leonid Andrejew" />
<meta name="title" content="Judas Ischariot und die andern" />
<meta name="publisher" content="Bühnen- und Buchverlag russischer Autoren J. Ladyschnikow" />
<meta name="year" content="o.J." />
<meta name="translator" content="Otto Buck" />
<meta name="corrector" content="reuters@abc.de" />
<meta name="sender" content="www.gaga.net" />
<meta name="created" content="20210916" />
<meta name="projectid" content="cb8ba936" />
<link href="../../css/dropdown.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../css/form.css" />
<meta name="description" content="Projekt Gutenberg | Die weltweit größte kostenlose deutschsprachige Volltext-Literatursammlung | Klassische Werke von A bis Z | Bücher gratis online lesen">
<script type="text/javascript" src="../../js/showmeta.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de">
</head>

<body> <div class="navi-gb">
<p><a name="top" id="top">*</a></p>
<table cellspacing="0" cellpadding="5" align="center" class="center">
<tr>
<td colspan="15" align="center" class="center">
<a href="../../info/texte/index.html">
<img border="0" alt="Projekt Gutenberg-DE" src="../../info/pic/banner-ed.jpg" />
</a>
</td>
</tr>
<tr>
<td class="mainnav">
<a href="../../autoren/info/autor-az.html">Autoren</a>
</td>
<td class="mainnav" align="center">∞</td>
<td align="center" class="mainnav">
<a href="../../info/texte/allworka.html">Werke</a>
</td>
<td class="mainnav" align="center">∞</td>
<td align="center" class="mainnav">
<a href="../../info/texte/neu.html">Neu</a>
</td>
<td class="mainnav" align="center">∞</td>
<td align="center" class="mainnav">
<a href="../../info/texte/info.html">Information</a>
</td>
<td class="mainnav" align="center">∞</td>
<td align="center" class="mainnav">
<a href="https://gutenberg.abc.de" target="_blank">Shop</a>
</td>
<td class="mainnav" align="center">∞</td>
<td align="center" class="mainnav">
<a href="../../info/texte/lesetips.html">Lesetips</a>
</td>
<td align="center" class="mainnav">∞</td>
<td align="center" class="mainnav">
<a onclick="ShowMeta()" onmouseout="HideMeta()">Textquelle</a>
</td>
<td align="center" class="mainnav">∞</td>
<td align="center" class="mainnav">
</td>
</tr>
</table>
<p><h5><a href="../../autoren/namen/andrejew.html"></a></h5>
<h5></h5>
<h3>Inhaltsverzeichnis</h3><br/>
<ul>
<li><a href="titlepage.html">Leonid Andrejew</a></li>
<li><a href="chap001.html">I.</a></li>
<li><a href="chap002.html">Lazarus</a></li>
</ul></p> <div class="bottomnavi-gb">
<table cellpadding="4" cellspacing="0" align="center" class="center">
<tr>
<td class="mainnav"><a href="../../info/texte/impress.html">Impressum</a></td>
<td align="center" class="mainnav">∞</td>
<td class="mainnav"><a href="#top">Nach oben</a></td>
<td align="center" class="mainnav">∞</td>
</tr>
</table>
</div>
</body>
</html>
~~~

The structure of the book subdirectory is:
~~~
...andrejew> tree judas
judas
├── bilder
│** ├── 0001.gif
│** ├── a-ini.gif
│** ├── cover.jpg
│** ├── end1.gif
│** ├── end2.gif
│** └── o-ini.gif
├── chap001.html
├── chap002.html
├── index.html
├── judas.html
└── titlepage.html

2 directories, 11 files
~~~

Last edited by theducks; 11-12-2023 at 06:24 PM. Reason: Spoiler logs.
robert is offline   Reply With Quote