ivyprojectskiwireleases

Kiwi

Yet another text markup !

Get Kiwi !

Download latest Kiwi (Oct. 07)

Welcome to the the Kiwi releases !

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.

Requirements

  • A Python 2.2+ interpreter
  • A terminal and a shell to run the kiwi command !
  • A text editor to write your Kiwi documents ;)

Releases

Kiwi 0.8.6 [tarball] (Mar. 08)
This version adds a TWiki back-end
  • Added TWiki back-end
  • Added more meta-info the generated HTML
  • Fixed links handling
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:
  • Added target syntax
  • Updated link syntax
  • Added new wiki-like section syntax
  • Added tasks syntax
  • Added new preformatted block syntax
  • Improved default CSS
  • Updated setup.py
Kiwi 0.8.1 [tarball] (Mar. 07)
This version adds a number of syntax enhancements and also improves emebdding:
  • Added support for definition lists
  • Added -f option for offsets
  • Added --level option for increasing section header level
  • Added a kiwi command-line script
Kiwi 0.8.0 [tarball] (Sep. 06)
This is the initial public release of Kiwi.

Getting Started

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.

Git repository

[we had Mercurial repositories before, but we switched to Git !]

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.git
and you will have the Kiwi main repository, which you can update by typing
$ git pull
When you make modifications, send me the patch file, I will review it and integrate it into the repository.