diff options
| author | colin <colin@uninsane.org> | 2022-12-16 00:19:54 +0000 |
|---|---|---|
| committer | colin <colin@uninsane.org> | 2023-01-13 05:07:17 +0000 |
| commit | f45dd59576c3d5e03074c6c6f19c184bd368c8e8 (patch) | |
| tree | 329a13ca733027e105340b41eba952c685b0f503 /pkgs/development/python-modules/rangehttpserver | |
| parent | fa9cc1b2a0f60805ced5e66367f4210cb43b1806 (diff) | |
kiwix-tools: init at 3.4.0
this provides the `kiwix-serve` tool asked for in
<https://github.com/NixOS/nixpkgs/issues/35009>,
but does not implement the systemd service requested.
package contents:
- bin/kiwix-manage
- bin/kiwix-search
- bin/kiwix-serve
tested by invoking `kiwix-serve` and connecting to it in a web browser:
```sh
nix build '.#kiwix-tools'
wget 'https://dumps.wikimedia.org/other/kiwix/zim/wikipedia/wikipedia_en_simple_all_mini_2022-11.zim'
./result/bin/kiwix-serve -p 1080 ./wikipedia_en_simple_all_mini_2022-11.zim
curl http://localhost:1080
```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
