You'll find on the page the different releases of Kiwi, a quickstart/installation guide as well as indications to get the bleeding-edge development version.
kiwi command !|
Kiwi 0.8.6 [tarball] (Mar. 08) This version adds a TWiki back-end
|
|
Kiwi 0.8.5 [tarball] (Oct. 07) This version adds a good amount of new syntax, especially to be more friendly to people used to Wiki syntaxes:
|
|
Kiwi 0.8.1 [tarball] (Mar. 07) This version adds a number of syntax enhancements and also improves emebdding:
|
|
Kiwi 0.8.0 [tarball] (Sep. 06) This is the initial public release of Kiwi. |
Kiwi is available in the Python package index, so that you can simply do:
easy_install kiwi
or you can get the latest version, unpack the archive and do:
python setup.py install
this will install a kiwi command and also install the kiwi module in your Python environment.
To try out Kiwi, edit some text in a file, and do:
kiwi myfile.txt myfile.html
to convert your file to HTML.
Kiwi now has a Git repository where you can check out the latest version. If
you have Git (git) installed, simply do the following:
$ git clone http://www.ivy.fr/kiwi/kiwi.gitand you will have the Kiwi main repository, which you can update by typing
$ git pullWhen you make modifications, send me the patch file, I will review it and integrate it into the repository.