550
edits
m (Minor typos) |
(→Split ZIM files: Give more precision of where and how the ZIM archives should be chunked.) |
||
Line 337: | Line 337: | ||
All lengths are bytes. | All lengths are bytes. | ||
== Split ZIM | == Split ZIM archives in chunks == | ||
ZIM archives can be split in multiple files. This is necessary to be able to store big (over 4GB for example) ZIM archives | ZIM archives can be split in multiple chunk files. This is necessary to be able to store big (over 4GB for example) ZIM archives in file systems with single file size restrictions (like FAT32). The size of each ZIM file chunk can be "choosen" but the ZIM archives can't be cut anywhere. ZIM archives have to be cut between [[#Clusters|cluster]]s. In addition, the naming of ZIM archive chunks is really important: they should be named like following (the file name extensions matter): ''foobar.zimaa, foobar.zimab, foobar.zimac''. To perform this splitting operation easily, you can rely on the ''zimsplit'' command line tool (part of the [https://github.com/openzim/zim-tools ZIM tools]). | ||
== Other == | == Other == |