A rust library and cli tool to read and extract zim files.
> cargo build --release
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
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.