nodejs ZIM file creator (adjusted to make a static version of my wiki)
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
zimmer.js |
zimmer
This is a nodejs ZIM file creator -- mostly a drop-in replacement for zimwriterfs.
A notable exception: it does't support withFullTextIndex option.
Installation
- Clone zimmer from Github or download ZIP
- Install dependencies:
npm install
- Symlink zimmer as zimwriterfs:
ln -s zimmer.js <some directory in $PATH>/zimwriterfs
- Make sure genuine zimwriterfs is not in the $PATH
MWoffliner should pick zimmer up instead of zimwriterfs when it creates ZIM file.