Difference between revisions of "Development"

From Kiwix
Jump to navigation Jump to search
Line 8: Line 8:
git clone git://git.code.sf.net/p/kiwix/kiwix
git clone git://git.code.sf.net/p/kiwix/kiwix
</source>
</source>
==Developers guide==
The developers guide contains a series of documents that will help developers understand Kiwix source code better. Kiwix is free software, and as such invites all developers to make their own modifications.
; [[Tools|Building a ZIM]]
:Toolkit to build a dump of Wikipedia ZIM.
; [[Build a DVD|Make a DVD]]
:Shows the structure and order of files to run Kiwix from a DVD.
; [[Compilation|Compile Kiwix]]
:It includes step by step procedure to compile Kiwix. Linux distributions and Windows.
; [[Compilation|Compile kiwix-serve]]
:Simple steps to compile the Kiwix server version.
; [[Compiling Autorun|Compiling Kiwix autorun]]
:Elements needed to compile the autorun.
; [[Compiling Windows Installer|Making a Kiwix Windows Installer]]
:Steps needed to make a Kiwix installer for Windows, using NIS.
; [[Translation|Kiwix UI Translation]]
:It involves everything related to the translation of the Kiwix UI and support for end user.
; [[translation/languages|Already available languages]]


== See also ==
== See also ==
* [[Compilation]]
* [[Compilation]]
* [[Translation for developers]]
* [[Translation for developers]]
* [http://changelog.kiwix.org CHANGELOG]
[[Category:Documentation]]

Revision as of 18:07, 3 March 2013

News feed

Few infos for the developers...

Get the code

You can download the code of kiwix from our Git repository:

git clone git://git.code.sf.net/p/kiwix/kiwix

Developers guide

The developers guide contains a series of documents that will help developers understand Kiwix source code better. Kiwix is free software, and as such invites all developers to make their own modifications.

Building a ZIM
Toolkit to build a dump of Wikipedia ZIM.
Make a DVD
Shows the structure and order of files to run Kiwix from a DVD.
Compile Kiwix
It includes step by step procedure to compile Kiwix. Linux distributions and Windows.
Compile kiwix-serve
Simple steps to compile the Kiwix server version.
Compiling Kiwix autorun
Elements needed to compile the autorun.
Making a Kiwix Windows Installer
Steps needed to make a Kiwix installer for Windows, using NIS.
Kiwix UI Translation
It involves everything related to the translation of the Kiwix UI and support for end user.
Already available languages

See also