Difference between revisions of "Build your ZIM file"

From openZIM
Jump to navigation Jump to search
Line 1: Line 1:
[[Image:Schema ZIM File Creation.png|500px|right]]
A few tools allow people to create ZIM files.
There is for now only a few tools allowing people to create ZIM files.


== Users ==
== Users ==
Line 6: Line 5:


== Developers ==
== Developers ==
[[Image:Schema ZIM File Creation.png|thumb|right|An example approach to create a ZIM file]]


=== MediaWiki Collection Extension ===
=== MediaWiki Collection Extension ===

Revision as of 08:47, 12 January 2013

A few tools allow people to create ZIM files.

Users

You can create on Wikipedia and all other Wikimedia projects, ZIM files of article selections. For example on http://en,wikipedia.org. This is based on the MediaWiki Collection Extension (see below).

Developers

An example approach to create a ZIM file

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:

zimwriterdb

zimwriterdb is part of the openZIM project. This binary uses a pre-filled Postgres Database and create the corresponding ZIM file. Only buildZimFileFromDirectory.pl (see below) is for now able to fill the database.

buildZimFileFromDirectory.pl

This script is part of the Kiwix tools and allows to build a ZIM file from a HTML directory containing all necessary ressources.

You need:

  1. Checkout the dumping tools : svn co http://kiwix.svn.sourceforge.net/viewvc/kiwix/dumping_tools/
  2. Install all necessary Perl modules
  3. run the script like following: ./buildZimFileFromDirectory.pl --htmlPath=./html [--indexerPath=./zimindexer] [--zimFilePath=articles.zim]

Wiki2html

Wiki2html can be used to prepare static HTML files from a running Mediawiki instance.

See also