DokuWiki

From Wikipedia, the free encyclopedia

DokuWiki
Image:Dokuwiki.png
DokuWiki's logo.
Developer: Andreas Gohr
Latest release: dokuwiki-2006-11-06 / 2006-11-06
OS: Cross-platform
Use: Wiki
License: GPL 2
Website: wiki.splitbrain.org

DokuWiki is a wiki software aimed at small companies’ documentation needs. DokuWiki is licensed under GPL 2 and written in the programming language PHP. It works on plain text files and thus needs no database. Its syntax is similar to the one used in Wikipedia and makes sure the data files remain readable outside the wiki.

Contents

[edit] History

DokuWiki was created by Andreas Gohr in June 2004. In July the first official release was published on Freshmeat. A big step in the development was the re-design of the parser and the renderer in January 2005. The new design was a big performance improvement and made DokuWiki usable for bigger documentation projects. It also prepared DokuWiki for an introduction of a generic plugin interface which simplified the development and maintenance of add-ons. A push of the level of awareness was the introduction of DokuWiki in the Linux distributions Debian in April and Gentoo Linux in July 2005. Today it belongs to the most popular wiki softwares. (Google trend history comparison)

[edit] Main features

Revision control 
DokuWiki stores all versions of each wiki page, allowing the user to compare the current version with any older version. The difference engine is the same as that used in MediaWiki. Parallel editing of one page by different users is prevented by a locking mechanism.
Access control 
Access control can be handled by a user manager which allows users and groups of users to be defined, and an access control list where an admin user can define permissions on page and namespace level.
Plugins 
DokuWiki has a generic plugin interface which simplifies the process of writing and maintaining plugins. Currently there are over 100 plugins available. These can be easily integrated and managed by an admin user with the help of the plugin manager.
Templates 
The appearance of the wiki can be defined by a template. There are already various templates provided by the development community.
Internationalization and localization 
DokuWiki supports Unicode (UTF-8), so languages such as Chinese, Thai or Hebrew can be displayed. Currently DokuWiki can be configured in about 40 languages.
Caching 
DokuWiki stores the rendered output of parsed wiki pages to reduce server load.
Full text search 
DokuWiki has an integrated indexed search, with which a user can search for keywords on the wiki.
No WYSIWYG editor 
DokuWiki has no WYSIWYG editor, but uses an edit toolbar.

Other features can be found on the feature list on the homepage.

[edit] See also

[edit] External links

[edit] Official documentation

[edit] Articles about DokuWiki