Difference between revisions of "Features"

From openZIM
Jump to navigation Jump to search
(Created page with "''Features''' of both specification and zimlib... == ZIM specifications == * Easy to understand and implement * Higly compressed * Differential compre...")
 
m (Reverted edits by Domtheo (talk) to last revision by Kelson)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''Features''' of both [[ZIM file format|specification]] and [[zimlib]]...
'''Features''' of both [[ZIM file format|specification]] and [[zimlib]]...


== ZIM specifications ==
== ZIM specifications ==
Line 12: Line 12:
* Minimal footprint
* Minimal footprint
* Minimal dependencies
* Minimal dependencies
* Portable on most OS (Windows, Linux, OSX)
* Portable on most OS (Windows, Linux, OSX, Android)


== See alos ==
== Other ==
* [[zimwriterdb]] to write ZIM file from a Postgres database
 
== See also ==
* [[Roadmap]]
* [[Roadmap]]

Revision as of 13:28, 3 January 2014

Features of both specification and zimlib...

ZIM specifications

  • Easy to understand and implement
  • Higly compressed
  • Differential compression (content may not be compressed if not necessary)
  • Metadata

Zimlib

  • Native, coded in C++
  • Extremly fast
  • Minimal footprint
  • Minimal dependencies
  • Portable on most OS (Windows, Linux, OSX, Android)

Other

See also