Difference between revisions of "Roadmap"

From openZIM
Jump to navigation Jump to search
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
; June 2009
Things we plan to do in the future:
* 1{{sup|st}} openZIM release of a Wikipedia DVD for [http://www.linuxtag.org LinuxTag 2009] in Berlin.
 
; Autumn 2009
* Implement templating system in [[zimlib]]
* 2{{sup|nd}} openZIM developer meeting.
** A - HTML body
** [[Interwiki Handling]] using [[ZIM File Format|idstring]] (see [http://fr.wikipedia.org/wiki/Universal_Unique_Identifier UUID Wikipedia article])
** B - HTML header
** [[Indexing and Searching]]
** 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 ==
* [[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