Open kelson42 opened 3 years ago
They are in https://github.com/openzim/zim-testing-suite/blob/main/scripts/create_test_zimfiles And source data are in https://github.com/openzim/zim-testing-suite/tree/main/src
@mgautierfr So we can recreate the ZIM files anytime? Or at least we can now how which ZIM file has been created? Anyway all of this should be clearly documented.
So we can recreate the ZIM files anytime? Or at least we can now how which ZIM file has been created? Anyway all of this should be clearly documented.
Yes. We don't patch binary file manually. We always run the script create_zim_files
(which create a base small.zim
using zimwriterfs, and binary patch this file to generate broken zim files)
Many things are currently hard to do because we don't have these pieces of code.