Difference between revisions of "Roadmap"

From openZIM
Jump to navigation Jump to search
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
** B - HTML header
** B - HTML header
** Two methods for reading either pure article text or combined pages
** Two methods for reading either pure article text or combined pages
* Releasing a first version of [[zimlib]]


* Packaging
* Packaging
** Debian
** RPM
** RPM
** Static binaries for Linux  and Windows
** Static libzim binaries for macOS and Windows


* Specify and Implement native category support
* Specify and Implement native category support
Line 18: Line 15:
** W contains category pointers to categories of a given article
** W contains category pointers to categories of a given article


* Implement incrementatl
* Implement incremental features:
* in [[zimlib]]
** in [[zimlib]]
* zimdiff binary
** zimdiff binary
* zimpath binary (with leazy mode - append)
** zimpatch binary (with leazy mode - append)


== See also ==
== See also ==
* [[Features]]
* [[Features]]

Revision as of 06:34, 3 December 2019

Things we plan to do in the future:

  • Implement templating system in zimlib
    • A - HTML body
    • B - HTML header
    • Two methods for reading either pure article text or combined pages
  • Packaging
    • RPM
    • Static libzim binaries for macOS and Windows
  • Specify and Implement native category support
    • U contains standard article text
    • V contains article pointers to articles within that category
    • W contains category pointers to categories of a given article
  • Implement incremental features:
    • in zimlib
    • zimdiff binary
    • zimpatch binary (with leazy mode - append)

See also