DokuWiki

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
DokuWiki
Dokuwiki logo.svg
<templatestyles src="Template:Hidden begin/styles.css"/>
Screenshot
DokuWiki Screenshot.png
The home page of a default DokuWiki installation
Developer(s) Andreas Gohr, et al.
Stable release 2015-08-10a "Detritus" / August 10, 2015 (2015-08-10)
Operating system Cross-platform
Platform PHP
Available in Multilingual (50)
Type Wiki
License GNU General Public License
Website www.dokuwiki.org

DokuWiki is a wiki application licensed under GPLv2 and written in the PHP programming language. It works on plain text files and thus does not need a database. Its syntax is similar to the one used by MediaWiki.[1]

History

DokuWiki was created by Andreas Gohr in June 2004.[2] In July the first official release was published on Freshmeat (now known as Freecode).[3] 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.[4][5] Since 2005, it has achieved significant usage.[6][7]

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 the one used in MediaWiki. Parallel editing of one page by multiple 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, giving it much better access control than Mediawiki.
Plugins 
DokuWiki has a generic plugin interface which simplifies the process of writing and maintaining plugins. There are ~1000 plugins available.[8] 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 various templates[9] provided by the development community.
Internationalization and localization 
DokuWiki supports Unicode (UTF-8), so languages such as Chinese, Thai, and Hebrew can be displayed. 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.
HTML5 
with Release 2012-10-13 "Adora Belle", DokuWiki is HTML5 compliant

More complete documentation of the above, as well as other features can be found on the feature list on the official web site.[10]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. History discussion on official DokuWiki developer mailinglist
  3. freshmeat.net: Project details for DokuWiki
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Google trend history comparison
  7. WikiMatrix View and Comparison Statistics
  8. plugins
  9. templates
  10. official DokuWiki feature list

Further reading

External links