Difference between revisions of "Zimreader"

From openZIM
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user 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 18: Line 21:


== See also ==
== See also ==
* [https://gerrit.wikimedia.org/r/gitweb?p=openzim.git;a=tree;f=zimreader;h=3fe2bb3d0a1a382ebb89163cfedbe3899d314b83;hb=HEAD Source code of the zimreader]
* [[Git|Get the source code]]
* [[ZIM reader|Other readers]]
* [[ZIM_Readers|Other readers]]

Latest revision as of 15:42, 4 February 2021

This tool is not maintained anymore and has been replaced with kiwix-serve


The ZIMreader is a reader software for end users to access the contents of ZIM files.

It is based on tntnet and works as a webserver:

  • put the ZIM files and the ZIMreader executable in the same directory
  • start ZIMreader
  • access the webapplication via http://localhost:8080/

Command Line Options

$> 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

See also