zim

ZIM reading and extraction


Keywords
parser, zim
Licenses
Apache-2.0/MIT

Documentation

zim

A rust library and cli tool to read and extract zim files.

Build

> cargo build --release

Usage with IPFS

To add a file data.zim to ipfs do the following.

> ./target/release/extract-zim --skip-link data.zim
> ipfs add -r out
> ipfs files cp /ipfs/<outhash> /
> ipfs files mv /<outhash> /data
> ./target/release/ipfs-link /data data.zim

and then execute all commands in link.txt

License

Licensed under either of

at your option.