
! About KakiWiki

KakiWiki is a Wiki clone written in [[Ruby]] .

! Features

!! Supporting Two Modes

KakiWiki supports the following two modes.
* CGI Mode : Install as CGI ( or apache + mod_ruby )
* Server Mode : KakiWiki can be installed as a server using [[WEBrick]] .


!! Internationalized Documents

The page of the same name can be written in two or more languages. 

When a certain page is written in two or more languages, 
KakiWiki chooses the language used for the display of a page 
based on a language setup of your browser 
( Accept-Language header of HTTP) .

The English version and the Japanese version of default pages are 
contained in the source package.


!! Simple Version Control System

You can save a page as a snapshot. 
You can't edit a snapshot. 
The snapshot is a page only for readings, 
and liked from the latest page.


!! High Performance

KakiWiki caches document tree which is the result of parsing 
a source text.

Furthermore, in Server Mode, document tree is cached on memory.


!! Theme

KakiWiki supports [[tDiary]] theme.


!! Simple

KakiWiki offers only the minimum function for creation of 
a document, and public presentation. 

KakiWiki is not a tool for communication 
but a tool for document creation.

Therefore, the following functions are not offered. 
* BBS
* Diary (Weblog)
* comment function

If you need, let's install other system.


!! et cetera

* XHTML 1.0 
* UTF8 
* Text Template Engine [[misen]]
* Parser Generator [[Racc]]

