DokuWiki Useful Links

To check php version:
doku.php?do=check

DokuWiki environment variables
https://www.dokuwiki.org/devel:environment

Tutorial for beginners

http://tech.surveypoint.com/posts/dokuwiki-tutorial-part-1-install-and-first-pages/

Syntax

https://www.dokuwiki.org/wiki:syntax

Code Reference

http://xref.dokuwiki.org/reference/dokuwiki/nav.html?index.html

Export

Action Event List

https://www.dokuwiki.org/devel:events_list

Default Template location

dokuwiki directory/code/lib/tpl/dokuwiki/main.php

 

Devel:Configuration

https://www.dokuwiki.org/devel:configuration

 

Note:  For every setting in lib/plugins/<your plugin>/conf/default.php there can be a $lang[<setting>]value defined in lib/plugins/<your plugin>/lang/en/settings.php. This value will be displayed as the label of the setting in the configuration manager. If the label file is left out or doesn’t contain a value for the setting, the configuration manager will display “plugin <plugin name> <setting>” as the label instead.

 

Plugin File Stucture/CSS, Javascript

https://www.dokuwiki.org/devel:plugin_file_structure#css_styles

 

Access super globals such $_POST, $_GET, $_REQUEST

Use Input class https://www.dokuwiki.org/devel:request_vars