nodejs ZIM file creator (adjusted to make a static version of my wiki)
Go to file
2017-02-20 12:01:18 +03:00
.gitignore Initial commit 2016-12-06 15:49:46 +04:00
LICENSE Initial commit 2016-12-06 15:49:46 +04:00
package.json Add files via upload 2016-12-06 16:02:00 +04:00
README.md README: Installation 2017-02-20 12:01:18 +03:00
zimmer.js Add files via upload 2016-12-06 16:02:00 +04:00

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.