Difference between revisions of "Build your ZIM file"

Jump to navigation Jump to search
652 bytes added ,  07:27, 10 March 2011
no edit summary
m (Fixed typos and added clarification)
Line 1: Line 1:
[[Image:Schema ZIM File Creation.png|500px|right]]
[[Image:Schema ZIM File Creation.png|500px|right]]
There is currently only one binary to build a ZIM file, the [[ZIMwriter]]. This binary uses a pre-filled Postgres Database with a [http://svn.openzim.org/viewvc.cgi/trunk/zimwriter/db/zim-postgresql.sql?view=markup predefined scheme]. For example :
 
== MediaWiki Collection Extension ==
The Collection extension for MediaWiki provides the ability to select articles and export them in different formats, such as PDF, ODF and ZIM. The main purpose of Collection extension is to create printed books - instead of export you can also choose to have the selected articles printed on demand as a real book.
 
The Collection extension can be easily added to any MediaWiki installation.
 
* Get the extension here: http://www.mediawiki.org/wiki/Extension:Collection
* Details on Collection and openZIM: http://www.mediawiki.org/wiki/Extension:Collection/openZIM
 
== ZIM Writer ==
<tt>zimwriter</tt> is part of the openZIM software package that can be downloaded here: [[Releases]].
 
This binary uses a pre-filled Postgres Database with a [http://svn.openzim.org/viewvc.cgi/trunk/zimwriter/db/zim-postgresql.sql?view=markup predefined scheme]. For example :


<source lang="bash">
<source lang="bash">
Line 11: Line 23:
One tool is currently able to create/fill this database:
One tool is currently able to create/fill this database:


== buildZimFileFromDirectory.pl ==
=== buildZimFileFromDirectory.pl ===
This [http://kiwix.svn.sourceforge.net/viewvc/kiwix/dumping_tools/scripts/buildZimFileFromDirectory.pl?view=markup script] is part of the [http://www.kiwix.org/index.php/Tools Kiwix tools] and allows to build a ZIM file from a HTML directory containing all necessary ressources.  
This [http://kiwix.svn.sourceforge.net/viewvc/kiwix/dumping_tools/scripts/buildZimFileFromDirectory.pl?view=markup script] is part of the [http://www.kiwix.org/index.php/Tools Kiwix tools] and allows to build a ZIM file from a HTML directory containing all necessary ressources.  


Navigation menu