====== DokuWiki Development ====== If you want to contribute to DokuWiki and join the development you should read this page. Well what you want to contribute is of course up to you -- you should scratch your own itches first. If you need some ideas of what is missing from DokuWiki you should have a look at the [[bugs|bugtracker]]. - Overview - [[devel:coding_style|Coding Style]] - [[devel:Git]] -- Obtaining the code and working with Git((the VCS used for DokuWiki development)) - [[devel:Communication]] - [[devel:dirlayout|Directory Layout]] - [[devel:Locking]] - [[devel:Environment]] -- global variables and defines - [[devel:Action Modes]] - [[devel:Parser]] - [[devel:Metadata]] - [[devel:Security]] - [[devel:fulltextindex]] - [[devel:unittesting|Unit Testing]] - [[devel:Patches]] - [[devel:Plugins]] - [[devel:Plugin File Structure]] - [[devel:Common Plugin Functions]] - [[devel:Action Plugins]] * [[devel:events|Event System]] * [[devel:event_handlers|Event Handlers]] * [[devel:events_list|Events Overview]] * [[devel:event_handlers_code|Example 1]] * [[devel:event_objects|Example 2]] - [[devel:Syntax Plugins]] - [[devel:Helper Plugins]] - [[devel:Renderer Plugins]] - [[devel:Admin Plugins]] - [[devel:toolbar|The Toolbar]] - [[devel:Plugin Cookbook]] - [[devel:Plugin Programming Tips]] - [[devel:Templates]] - [[devel:Configuration]] - [[..:Localization]] - [[devel:CSS]] - [[devel:JavaScript]] - [[devel:Preload]] - Internal Libraries - [[devel:utf-8|UTF-8 String handling]] - [[devel:mail|E-Mail Sending]] - [[devel:compression|Zip and Tgz compression/Decompression]] - [[devel:httpclient|HTTP Client Library]] - [[devel:simplepie|RSS Parser]] - [[devel:json|JSON Parser/Writer]] - [[devel:geshi|GeSHi Syntax Highlighting]] - [[devel:XMLRPC]] - [[devel:Scalability]] - Further Resources - [[http://dev.splitbrain.org/reference/dokuwiki/|Development API Reference]]((built daily)) - [[http://phpxref.com/xref/dokuwiki/|Stable API Reference]]((not maintained by dokuwiki.org)) - [[devel:snapshots|Daily Snapshots]] - [[http://github.com/splitbrain/dokuwiki|Git Webinterface]] for browsing the source and patches - [[https://www.ohloh.net/p/dokuwiki/contributors|Hall of Fame]] - all DokuWiki contributors - [[devel:Callgraph]]