Difference between revisions of "Readers"
(→Without user interface / Console) |
|||
(51 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[File:Kiwix.png|right|thumb|[http://www.kiwix.org Kiwix], a full featured ZIM reader]] | |
− | + | [[File:WikiOnBoard.png|right|thumb|[http://store.ovi.com/content/148305 WikiOnBoard], the perfect ZIM reader for Symbian]] | |
+ | [[File:Kiwix_on_Android.jpg|right|thumb|[https://play.google.com/store/apps/details?id=org.kiwix.kiwixmobile Kiwix for Android]]] | ||
+ | [[File:Berlin_Hackathon_2012-48.jpg|right|thumb|[http://activities.sugarlabs.org/fr/sugar/addon/4483 Kiwix] for XO]] | ||
+ | |||
+ | '''Reader softwares''' and '''hardware''' which support the [[ZIM file format]]. | ||
+ | |||
+ | == Desktop == | ||
+ | === With user interface === | ||
+ | * [http://www.kiwix.org Kiwix], a software for Windows/OSX/Linux with a complete set of features. | ||
+ | * [https://github.com/birros/web-archives web-archives], an alternative ZIM reader for Gnu/Linux | ||
+ | * [https://www.microsoft.com/en-gb/store/p/kiwix-js/9p8slz4j979j Kiwix JS Windows] for Windows 10 UWP (Store App) | ||
+ | |||
+ | === Without user interface / Console === | ||
− | + | * [http://www.kiwix.org/wiki/Kiwix-serve kiwix-serve], the HTTP server of the [http://www.kiwix.org Kiwix] project | |
+ | ** [https://github.com/stardiviner/kiwix.el Integration of kiwix-serve in Emacs] | ||
+ | * [[Zimreader]] ([https://github.com/wikimedia/openzim/tree/master/zimreader source]), an HTTP server base on the [http://www.tntnet.org Tntnet] framework | ||
+ | * [https://github.com/openzim/zimreader-java zimreader-java], a reader in java | ||
+ | * [https://sourceforge.net/p/kiwix/tools/ci/master/tree/tools/scripts/zimHttpServer.pl zimHttpServer.pl] A pure Perl ZIM HTTP server. An improved version has been developed [https://github.com/waynepiekarski/zimHttpServer32 here] and [https://github.com/cm8/zimHttpServer32 here]. The latter works on big-endian architecture also<!-- and needs less free space in ''/tmp'' directory since the decompressed cluster is read directly from a pipe-->. | ||
+ | * [https://github.com/braddockcg/internet-in-a-box/blob/master/iiab/zimpy.py zimpy.py] a pure Python ZIM reader | ||
+ | * [https://github.com/kimbauters/ZIMply ZIMply], another more recent Python ZIM reader | ||
+ | * An other reader in the Nim language ([https://github.com/openzim/zimwriterfs/files/3385446/nim-zim-master.zip archive]) | ||
+ | * [https://github.com/akhenakh/gozim Gozim] A ZIM web-server written in Go. | ||
+ | * [https://github.com/tim-st/go-zim Go-zim] A set of command line tools (and a web server) in Go. | ||
− | + | == Mobile == | |
− | |||
− | = | ||
− | |||
− | |||
− | |||
− | + | === Android === | |
+ | * Kiwix for Android [http://android.kiwix.org on Google Play] and [https://f-droid.org/repository/browse/?fdfilter=kiwix&fdid=org.kiwix.kiwixmobile on F-Droid] | ||
− | === | + | === iOS === |
+ | * Kiwix for iOS [http://ios.kiwix.org on iTunes] | ||
− | + | === Windows 10 Mobile / UWP === | |
− | == | + | * [https://www.microsoft.com/en-gb/store/p/kiwix-js/9p8slz4j979j Kiwix JS Windows] for Windows 10 Universal Windows Platform (including Mobile) |
− | * [ | + | |
− | + | === Jolla === | |
+ | * [https://github.com/mkiol/Zimpedia Zimpedia] for Jolla phone and Jolla tablet. | ||
− | |||
− | |||
− | |||
=== Symbian === | === Symbian === | ||
− | * [http:// | + | * '''''unmaintained''''' - [http://store.ovi.com/content/148305 WikiOnBoard] ([http://github.com/cip/WikiOnBoard Source]), a simple but efficient reader |
+ | |||
+ | == Kiwix JS for browsers == | ||
− | + | Javascript based Kiwix reader ([https://github.com/kiwix/kiwix-js development project]): | |
− | + | * [https://addons.mozilla.org/firefox/addon/kiwix-offline/ Firefox extension Kiwix JS] | |
+ | * [https://chrome.google.com/webstore/detail/kiwix/donaljnlmapmngakoipdmehbfcioahhk Chrome extension Kiwix JS] | ||
− | + | == Other == | |
− | |||
− | + | === Ben NanoNote === | |
+ | * [http://projects.qi-hardware.com/index.php/p/vido/ vido (gtk)] for [http://en.qi-hardware.com/wiki/Ben_NanoNote Ben NanoNote] | ||
+ | * [http://projects.qi-hardware.com/index.php/p/qvido/ qvido (Qt)] for [http://en.qi-hardware.com/wiki/Ben_NanoNote Ben NanoNote] | ||
− | == | + | === XO (OLPC) === |
− | + | * [http://www.kiwix.org Kiwix], with almost all its feature has also [http://activities.sugarlabs.org/en-US/sugar/addon/4483/ a port for XO]. | |
− | |||
− | |||
− | |||
− | |||
− | == | + | === Offline, Illiterate === |
− | + | * [https://github.com/MycroftAI MyCroft Artificial Intelligence] | |
+ | * [https://github.com/mozilla/DeepSpeech Mozilla Deep Speech], to read an actual article | ||
+ | * [[Audio]] | ||
− | * [[ | + | == See also == |
− | * [[ | + | * [[Bindings]] |
− | + | * [[Audio]] | |
+ | __NOTOC__ |
Revision as of 07:43, 12 July 2019

Kiwix, a full featured ZIM reader

WikiOnBoard, the perfect ZIM reader for Symbian

Kiwix for XO
Reader softwares and hardware which support the ZIM file format.
Desktop
With user interface
- Kiwix, a software for Windows/OSX/Linux with a complete set of features.
- web-archives, an alternative ZIM reader for Gnu/Linux
- Kiwix JS Windows for Windows 10 UWP (Store App)
Without user interface / Console
- kiwix-serve, the HTTP server of the Kiwix project
- Zimreader (source), an HTTP server base on the Tntnet framework
- zimreader-java, a reader in java
- zimHttpServer.pl A pure Perl ZIM HTTP server. An improved version has been developed here and here. The latter works on big-endian architecture also.
- zimpy.py a pure Python ZIM reader
- ZIMply, another more recent Python ZIM reader
- An other reader in the Nim language (archive)
- Gozim A ZIM web-server written in Go.
- Go-zim A set of command line tools (and a web server) in Go.
Mobile
Android
- Kiwix for Android on Google Play and on F-Droid
iOS
- Kiwix for iOS on iTunes
Windows 10 Mobile / UWP
- Kiwix JS Windows for Windows 10 Universal Windows Platform (including Mobile)
Jolla
- Zimpedia for Jolla phone and Jolla tablet.
Symbian
- unmaintained - WikiOnBoard (Source), a simple but efficient reader
Kiwix JS for browsers
Javascript based Kiwix reader (development project):
Other
Ben NanoNote
- vido (gtk) for Ben NanoNote
- qvido (Qt) for Ben NanoNote
XO (OLPC)
- Kiwix, with almost all its feature has also a port for XO.
Offline, Illiterate
- MyCroft Artificial Intelligence
- Mozilla Deep Speech, to read an actual article
- Audio