Table of Contents
DokuWiki Topics
Return to DokuWiki topics, DokuWiki security, DokuWiki gitignore, Cloud Monk Resume or Wiki or Collaborative software, Wiki Software, MediaWiki, Markdown-based Wiki, and Wiki using Markdown files backend with Python Flask, Flat-file Wiki
- Snippet from Wikipedia: DokuWiki
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. It has a syntax is similar to the one used by MediaWiki, and is often recommended as a more lightweight, easier to customize alternative. The 'Doku' in DokuWiki is short for Dokumentation (documentation in German). 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.
C
D
Open-Source Wiki
The DokuWiki Open Source Wiki Engine:
Favorite Plug-ins
-
- pycode https://github.com/<user>/<repo>/blob/<branch>/<file>
-
- Syntax highlighting of source code snippets in wiki page using google-code-prettify (javascript module with CSS files)
-
- Inserts toggles for hiding and displaying code blocks; inserts html anchors for cross-referencing code; facilitates documentation, provides convenience features for marking up code, supports geshi highlighting
-
- eBook Creator - epub is a plugin that will create EBooks from Dokuwiki pages that can be read in standard ebook readers
-
- A statistics generator for web traffic on DokuWiki sites
-
- Embed files from a github repository
{{gh>https://github.com/splitbrain/dokuwiki-plugin-gh/blob/master/syntax.php 5-10}}
Above syntax embeds lines 5 to 10 of the syntax.php file from this plugin's repository. You can leave out the line numbers to embed the whole file.
Syntax highlighting is done according to the file's extension.
External sites
- DokuWiki
