| General Features | DokuWiki |
|---|---|
| System Requirements | DokuWiki |
| Datastorage | DokuWiki |
| Security/Anti-Spam | DokuWiki |
| Development/Support | DokuWiki |
| Common Features | DokuWiki |
| Special Features | DokuWiki |
| Links | DokuWiki |
| Syntax Features | DokuWiki |
| Usability | DokuWiki |
| Statistics | DokuWiki |
| Output | DokuWiki |
| Media and Files | DokuWiki |
| Extras | DokuWiki |
| Syntax Examples | DokuWiki |
[[a Link]] [[namespace:link]] [[link|With a Title]] |
|
[[http://example.com]] [[http://example.com|With a Title]] |
|
====== Level 1 ====== ===== Level 2 ===== ==== Level 3 ==== === Level 4 === == Level 5 == |
|
**bold** |
|
//italics// |
|
__underlined__ |
|
''monospace'' |
|
<del>strikethrough</del> |
|
<sup>superscript</sup> |
|
<sub>subscript</sub> |
|
{{local.jpg}}
{{http://foo.bar/baz.jpg}} |
|
|
|
|
|
|
|
|
|
|
|
---- |
This page belongs to the feature documentation of DokuWiki. The engine's features are listed in the table on the left. Detailed implementation details are available through the "i" icons right to the feature info.
DokuWiki can use anything to authenticate users by choosing one of the existing authentication backends or writing your own. The backends simply extend a given PHP class implementing the functions needed to access the user database. Even Single-Sign-On (SSO) can be implemented through this mechanism.