https://github.com/dps/go-zim
Pure Go reader for the ZIM file format
https://github.com/dps/go-zim
Last synced: 11 months ago
JSON representation
Pure Go reader for the ZIM file format
- Host: GitHub
- URL: https://github.com/dps/go-zim
- Owner: dps
- License: apache-2.0
- Created: 2019-05-31T04:17:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T06:00:40.000Z (about 7 years ago)
- Last Synced: 2024-06-21T20:58:52.250Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Forked from .
# go-zim
Package `zim` implements reading support for the ZIM File Format.
Documentation at .
Download and install package `zim` with `go get -u github.com/tim-st/go-zim/...`
If you want to try the `zimserver` tool, install it with `go install github.com/tim-st/go-zim/cmd/zimserver`
If you want to extract sentences or texts from a Wikipedia ZIM file use `zimtext` tool, install it with `go install github.com/tim-st/go-zim/cmd/zimtext`
You can download a ZIM file for testing [here](https://download.kiwix.org/zim/).
# reMarkable support
Build with
```GOARCH=arm GOOS=linux go build -o zimserver github.com/dps/go-zim/cmd/zimserver```