547
edits
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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 [https:// | ''This tool (and page) is not maintained anymore.'' | ||
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 [https://github.com/openzim/zimwriterdb/blob/master/db/zim-postgresql.sql in the zimwriterdb source]. The current implementation has an 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. | |||
== Fulltext search index == | == Fulltext search index == | ||
Line 15: | Line 17: | ||
== See also == | == See also == | ||
* [https://github.com/openzim/zimwriterdb Code repository] | |||
* [[Build_your_ZIM_file#buildZimFileFromDirectory.pl|buildZimFileFromDirectory.pl]], a tool able to fill the database | * [[Build_your_ZIM_file#buildZimFileFromDirectory.pl|buildZimFileFromDirectory.pl]], a tool able to fill the database | ||
* [[zimlib]] | * [[zimlib]] | ||
* [[zimdump]] | * [[zimdump]] |