DokuWiki

From Wikipedia, the free encyclopedia
DokuWiki
Developer(s)Andreas Gohr, et al.
Initial releaseJuly 4, 2004; 19 years ago (2004-07-04)
Stable release
2024-02-06[1] Edit this on Wikidata / 6 February 2024; 2 months ago (6 February 2024)
Repository
Written inPHP
Operating systemCross-platform
Size~2.5 MB (compressed)
Available in74[2] languages
TypeWiki software
LicenseGPLv2
Websitewww.dokuwiki.org

DokuWiki is an open source 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.[3] It is often recommended as a more lightweight, easier to customize alternative to MediaWiki.[4] The 'Doku' in DokuWiki is short for Dokumentation which in German means documentation.[a]

Because DokuWiki does not require a database, it can be installed on local PCs, flash drives, and folders synced with file hosting services or file synchronization programs such as Dropbox or Syncthing.[5]

History[edit]

DokuWiki was created by Andreas Gohr[6] in June 2004. In July the first official release was published on Freshmeat (now known as Freecode).[7]

Originally DokuWiki used a simple list of regular expressions to transform wiki syntax into HTML. A big step forward in the development was the re-design of the parser and the renderer mechanisms based on contributions by Harry Fuecks in January 2005.[8] The new design made use of the then-new object-oriented features of PHP4. The new parser and the introduction of a cache mechanism led to significant performance improvements, thus making DokuWiki usable for larger projects.

The new parser also prepared DokuWiki for the introduction of a generic plugin interface which simplified the development and maintenance of syntax-based plugins. Over the years additional plugin mechanisms followed which allowed 3rd-party developers to extend nearly all aspects of the wiki software.[9]

The introduction of DokuWiki into the Debian[10] and Gentoo Linux[11] distributions in April and July 2005 respectively significantly increased the visibility of the software.

The DokuWiki logo is the result of a design contest. The winning logo, designed by Esther Brunner, represents editing pages (by pencils of different colors, i.e. different people) and linking them.[12][13]

For many years, DokuWiki's source code was managed through the Darcs distributed version control system. In 2010 a switch to Git was made, making use of GitHub for hosting.[14]

Today, DokuWiki is one of the most popular wiki engines available and has achieved significant usage with stable interest over time.[15][16][17][18]

Release history[edit]

Version Codename Significant changes
2004-07-04 none Initial DokuWiki release.[19]
...
2009-02-14b none
2009-12-25c Lemming
2010-11-07a Anteater
2011-05-25c Rincewind IPv6 support and metadata index.
2012-01-25c Angua New media manager (result of the Google Summer of Code-project). Version handling of media files. drag & drop support in media manager to speed up adding new files (only works in Firefox and Chrome).
2012-10-13 Adora Belle New default DokuWiki template with optional sidebar.
2013-05-10a Weatherwax
2013-12-08 Binky
2014-05-05e Ponder Stibbons
2014-09-29d Hrun Single strings of the localization customizable. New history function to see how a wiki looked at a certain time. Security fix for AD/LDAP auth plugin.
2015-08-10a Detritus New Style Manager to adjust template variables such as colors. The Extension Manager can now remove old files when updating extensions.[20]
2016-06-26a Elenor of Tsort New authPDO plugin; authmysql and authpgsql are deprecated. Internet Explorer 8 (and older) no longer supported; workarounds removed. Support for PHP's builtin web server.[20]
2017-02-19c Frusterick Manners New Admin screen. jQuery 3, PHP 7.1 support and PHP 7.0 bug fixes.[20]
2018-04-22 Greebo New form on search page with more search tools. New command line plugins. New menu system. PHP 7.2 support and improvements for PHP 7.3 support.[20]
2020-07-29 Hogfather PHP 7.4 compatibility and some preparations for the upcoming PHP8.
2022-07-31 Igor Drop support for PHP versions earlier than 7.2. Support for SVG images. New form events.
2023-04-04 Jack Jackrum Better PHP8 support. Support for embedding PHP and HTML codes is dropped.
2024-02-06 Kaos Drop support for PHP versions earlier than 7.4. Complete Overhaul of the Remote API and introduction of the JSONRPC transport. Token Auth support.

Since 2011, releases are named after Discworld characters.[citation needed]

Main features[edit]

Installation and Requirements
DokuWiki requires only a webserver and PHP; no database is needed. It can run on cheap web hosting servers and is usually installed by simply unpacking. Additional plugins may have additional requirements.
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 in which an administrator user can define permissions on page and namespace level, giving DokuWiki more fine-grained control than Mediawiki. Besides the built-in user management, DokuWiki also provides mechanisms for authentication against databases, LDAP Servers and Active Directory. Other authentication mechanisms are available as plugins.
Plugins
DokuWiki has a generic plugin interface which simplifies the process of writing and maintaining plugins. There are ~1000 plugins available.[21] These can be easily integrated and managed by an administrator user with the help of the plugin manager.
Templates
The appearance of the wiki can be defined by a template. There are various templates[22] provided by the development community.
Internationalization and localization
DokuWiki supports Unicode (UTF-8) and properly handles right-to-left languages, so languages such as Chinese, Thai, and Hebrew can be displayed. DokuWiki can be configured in about 70 languages. Multilingual wikis can be configured through plugins. Users can contribute translations of the DokuWiki software and of plugins through a web interface.[23]
Caching
DokuWiki uses a two-level cache mechanism which stores the parsed wiki page in an intermediate serialized format which is then rendered to the desired output format, such as HTML5. This rendered format is cached again. The two levels of caching expire on different conditions. The caching helps to reduce server load and speeds up access to the information.[24]
Full text search
DokuWiki has an integrated indexed search with which a user can search for keywords and phrases on the wiki.
Wiki markup
DokuWiki uses a simple markup language similar to that of MediaWiki. Like MediaWiki it makes use of free links, but CamelCase links can optionally be enabled. WYSIWYG editors are available as plugins.

DokuWiki based software projects[edit]

Some independent software projects based on DokuWiki have been created. These projects usually bundle the DokuWiki software, select plugins, a customized design and sometimes pre-built content for specialized use cases.

  • The EinsatzleiterWiki is a German project, bundling fire fighting knowledge in a package that can be installed in fire departments and then be customized to the needs of the specific department. The wiki is used by the professional fire services of Berlin, Kaiserslautern, Wuppertal and many voluntary fire services in Germany.[25][26]
  • open|SchulPortfolio is a German project aimed at the internal management of schools. It has been created with input from the ministry of education of the German state of Baden-Würtemberg.[27]
  • ICKEWiki is a redistribution of DokuWiki with a focus on the use in enterprises. It was originally developed in a research project focusing on adding structured data to wikis and making it more usable in industrial production companies.[28]

As required by DokuWiki's license these projects are all licensed under the GPL version 2.

Notes[edit]

  1. ^ DokuWiki was originally designed for documentation.

See also[edit]

References[edit]

  1. ^ "Release 2024-02-06 "Kaos"".
  2. ^ "Download DokuWiki!". DokuWiki. Retrieved 19 May 2021.
  3. ^ "DokuWiki". Dokuwiki.org. Retrieved 25 November 2012.
  4. ^ "DokuWiki: An elegant and lightweight wiki engine". Linux.com. 2008-06-25. Retrieved 2021-08-17.
  5. ^ Fitzpatrick, Jason (25 October 2010). "DokuWiki on a Stick Packs a Portable Wiki in a Tiny Package". Lifehacker. G/O Media Inc. Retrieved 17 August 2021.
  6. ^ "Dokuwiki - C'est mieux quand c'est simple" Ubuntu French - Org.
  7. ^ freshmeat.net: Project details for DokuWiki
  8. ^ "OOP and Performance - SitePoint". www.sitepoint.com. 11 January 2005. Retrieved 2021-08-17.
  9. ^ "devel:plugins [DokuWiki]". www.dokuwiki.org. Retrieved 2021-08-17.
  10. ^ "Debian Publishing History". Debian GNU/Linux. Debian Foundation. 29 October 2008. Retrieved 25 November 2012.
  11. ^ "Contents of dokuwiki changelog". Gentoo-x86. Gentoo.org. Archived from the original on 13 April 2019. Retrieved 25 November 2012.
  12. ^ "FS#111 DokuWiki Logo". bugs.dokuwiki.org. Retrieved 2021-08-17.
  13. ^ "logo [DokuWiki]". www.dokuwiki.org. Retrieved 2021-08-17.
  14. ^ "[dokuwiki] repository switched to git - dokuwiki - FreeLists". www.freelists.org. Retrieved 2021-08-17.
  15. ^ "Wiki Usage Distribution on the Entire Internet". trends.builtwith.com. Retrieved 2021-08-17.
  16. ^ "Technologies - What CMS?". whatcms.org. Retrieved 2021-08-17.
  17. ^ Google trend history comparison[permanent dead link]
  18. ^ "WikiMatrix View and Comparison Statistics". Archived from the original on 2008-06-26. Retrieved 2008-08-01.
  19. ^ "Old Changelogs: Release 2004-07-04". DokuWiki.
  20. ^ a b c d "Changelog". DokuWiki.
  21. ^ plugins
  22. ^ templates
  23. ^ "DokuWiki Localization". translate.dokuwiki.org. Retrieved 2021-08-17.
  24. ^ "devel:caching [DokuWiki]". www.dokuwiki.org. Retrieved 2021-08-17.
  25. ^ "Referenzen [Einsatzleiterwiki]". einsatzleiterwiki.de. Retrieved 2021-08-17.
  26. ^ Ziehr, Christoph; Skorupa, Frank; Schmitt, Konrad; Kopp, Mike. "Berliner Feuerwehr: Wiki-Systeme für den Einsatz- und rückwärtigen Dienst". BRANDSchutz/Deutsche Feuerwehr-Zeitung. 5/2017.
  27. ^ "DokuWiki als Schulportfolio". lehrerfortbildung-bw.de (in German). 2019-03-19. Retrieved 2021-08-17.
  28. ^ Voigt, Stefan; Fuchs-Kittowski, Frank; Hüttemann, Detlef; Klafft, Michael; Gohr, Andreas (2011). "ICKEwiki". Proceedings of the 7th International Symposium on Wikis and Open Collaboration. Mountain View, California: ACM Press. pp. 144–153. doi:10.1145/2038558.2038582. ISBN 978-1-4503-0909-7. S2CID 17411638.

Further reading[edit]

External links[edit]