mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
fixed html files for 2GB bugs fix
This commit is contained in:
parent
3bdcb33afb
commit
04d65239af
Binary file not shown.
@ -44,17 +44,16 @@
|
||||
<p>Merci de vous référer à la documentation du <a href="http://fr.wikipedia.org/wiki/Special:Book">créateur de livre</a> de Wikipédia pour plus d'informations.</p>
|
||||
</section>
|
||||
|
||||
<section id="invalid-zim">
|
||||
<h2>Pourquoi obtiens-le l'erreur <em>“fichier ZIM invalide”</em> ?</h2>
|
||||
<p>Si votre fichier ZIM pèse plus de 2Gio, Kiwix ne pourra pas l'ouvrir correctement. C'est un bogue de notre part et nous travaillons à sa résolution.</p>
|
||||
<p>Si vous souhaitez utiliser un fichier ZIM de plus de 2Gio, il faut le découper en utilisant l'un de ces logiciels:</p>
|
||||
<section id="large-zim">
|
||||
<h2>Comment utiliser de très gros fichiers ZIM ?</h2>
|
||||
<p>Si votre fichier ZIM pèse plus de 4Gio, vous pourriez avoir des difficultés à le stocker sur votre carte SD (limitations du système de fichiers).</p>
|
||||
<p>Si vous souhaitez utiliser un fichier ZIM de plus de 4Gio, il faut le découper en utilisant l'un de ces logiciels:</p>
|
||||
<ul>
|
||||
<li> Pour Microsoft Windows: <a rel="nofollow" class="external text" href="http://www.jaist.ac.jp/~hoangle/filesj/">FSJ-Lite</a></li>
|
||||
<li> Pour Apple Mac OSX: <a rel="nofollow" class="external text" href="http://loekjehe.home.xs4all.nl/Split&Concat/">Split&Concat</a></li>
|
||||
<li> Pour GNU/Linux, dans le terminal : <code>split --bytes=2000M my_big_file.zim</code></li>
|
||||
<li> Pour GNU/Linux, dans le terminal : <code>split --bytes=4000M my_big_file.zim</code></li>
|
||||
</ul>
|
||||
<p><strong>Note:</strong> les fichiers ainsi créés doivent être nommés <code>my_big_file.zimaa</code>, <code>my_big_file.zimab</code>, etc.</p>
|
||||
<p>Notez aussi que la plupart des cartes SD ont une limite de 4Gio pour les fichiers ; il est donc pratique de découper les gros fichiers ZIM de toute manière.</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
@ -44,17 +44,16 @@
|
||||
<p>Please refer to the <a href="http://en.wikipedia.org/wiki/Special:Book">Book Creator</a> documentation on Wikipedia for more infos.</p>
|
||||
</section>
|
||||
|
||||
<section id="invalid-zim">
|
||||
<h2>Why does Kiwix says <em>“Invalid ZIM file”</em> ?</h2>
|
||||
<p>If your ZIM file weights more than 2GB, Kiwix will not open it properly. It's a bug on our side which we are investigating.</p>
|
||||
<p>If you want to use a ZIM file larger than 2GB, please split it using one of the following software:</p>
|
||||
<section id="large-zim">
|
||||
<h2>How to use large ZIM files?</h2>
|
||||
<p>If your ZIM file weights more than 4GB, you might not be able to store it on your SD card due to filesystem limitations.</p>
|
||||
<p>In this case, please split it using one of the following software:</p>
|
||||
<ul>
|
||||
<li> On Microsoft Windows: <a rel="nofollow" class="external text" href="http://www.jaist.ac.jp/~hoangle/filesj/">FSJ-Lite</a></li>
|
||||
<li> On Apple Mac OSX: <a rel="nofollow" class="external text" href="http://loekjehe.home.xs4all.nl/Split&Concat/">Split&Concat</a></li>
|
||||
<li> On GNU/Linux and with the console: <code>split --bytes=2000M my_big_file.zim</code></li>
|
||||
<li> On GNU/Linux and with the console: <code>split --bytes=4000M my_big_file.zim</code></li>
|
||||
</ul>
|
||||
<p><strong>Note:</strong> your resulting files must be named <code>my_big_file.zimaa</code>, <code>my_big_file.zimab</code>, etc.</p>
|
||||
<p>Please note that most SD card limit files to 4GB so it's a good habit to split them anyway.</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user