mw-ocg-zimwriter
v0.0.0
Published
Converts mediawiki collection bundles (as generated by mw-ocg-bundler) to ZIM files
Downloads
8
Readme
mw-ocg-zimwriter
Converts mediawiki collection bundles (as generated by mw-ocg-bundler) to ZIM files.
Installation
Node version 0.8 and 0.10 are tested to work.
Install the node package dependencies.
npm install
Install other system dependencies.
apt-get install unzip
Generating bundles
You may wish to install the mw-ocg-bundler npm package to create bundles
from wikipedia articles. The below text assumes that you have done
so; ignore the mw-ocg-bundler
references if you have bundles from
some other source.
Running
To generate a plaintext file named out.txt
from the English
(enwiki
) wikipedia article "United States":
mw-ocg-bundler -o us.zip --prefix enwiki "United States"
bin/mw-ocg-zimwriter -o us.zim us.zip
For other options, see:
bin/mw-ocg-zimwriter --help
Related Projects
License
GPLv2
(c) 2014 by C. Scott Ananian