mw-ocg-zimwriter

0.0.0 • Public • Published

mw-ocg-zimwriter

NPM

Build Status dependency status dev dependency status

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

Readme

Keywords

Package Sidebar

Install

npm i mw-ocg-zimwriter

Weekly Downloads

1

Version

0.0.0

License

GPLv2

Last publish

Collaborators

  • cscott