blob: e0d0a0c77198f29ff6fec36c3fe6038d7ffcce11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Kwiki is perhaps the simplest, most modular and easy to extend wiki. A wiki
allows users to freely create and edit web pages in any web browser. Kwiki
is Open Source Software and is available on CPAN.
The overall design goal of CGI::Kwiki is simplicity and extensibility.
Even so, Kwiki will have some killer built in features not available in
most wikis:
* KwikiSlideShow
* KwikiBlog
* KwikiSisters
* KwikiHotKeys
* KwikiFit
* KwikiPod
* KwikiPrivacy
Each feature is implemented as a separate plugin class. This keeps things
simple and extensible.
WWW: http://www.kwiki.org/
|