547
edits
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
''This tool is not maintained anymore and has been replaced with [https://wiki.kiwix.org/wiki/Kiwix-serve kiwix-serve]'' | |||
---- | |||
The '''ZIMreader''' is a reader software for end users to access the contents of ZIM files. | The '''ZIMreader''' is a reader software for end users to access the contents of ZIM files. | ||
Line 6: | Line 9: | ||
* access the webapplication via <tt>http://localhost:8080/</tt> | * access the webapplication via <tt>http://localhost:8080/</tt> | ||
== | === Command Line Options === | ||
<source lang=bash> | |||
$> zimreader | |||
usage: zimreader [options] zim-file | |||
options: | |||
-l <ip> listen ip (default 0.0.0.0) | |||
-p <port> listen port (default 8080) | |||
-x <indexfile> full text index file name | |||
</source> | |||
== See also == | |||
* [[Git|Get the source code]] | |||
* [[ZIM_Readers|Other readers]] |