Difference between revisions of "Zimreader"

From openZIM
Jump to navigation Jump to search
(New page: The '''ZIMreader''' is a reader software for end users to access the contents of ZIM files. It is based on wikipedia:tntnet and works as a webserver: * put the ZIM files and the ZIM...)
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
* start ZIMreader
* start ZIMreader
* 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]]

Revision as of 20:51, 11 January 2013

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