Zimwriterdb

From openZIM
Revision as of 17:07, 11 January 2013 by Kelson (talk | contribs)
Jump to navigation Jump to search

The zimwriterdb is a tool coded in C++ to create zim files. The articles for the files are read from a postgresql database. The schema for the database is documented in the zimwriter source. The current implementation has a abstraction for the data source, so that it will be possible to implement other data sources (as a replacement to the database) e.g. the file system.