Table of Contents

Info Plugin

Compatible with DokuWiki

(bundled)

plugin Displays some information about DokuWiki's internals. (bundled with DokuWiki)

Provides
Syntax

Similar to credits

Tagged with !bundled, listing, plugins

The plugin serves as simple sample syntax plugin and is included in the DokuWiki Distribution. It is able to display some information about DokuWiki's internals, for example a list of installed and enabled plugins.

Download and Installation

The Plugin is bundled with DokuWiki (at least since 2007-06-26) and does not need to be installed separately.

Syntax

~~INFO:keyword~~

Examples

INFO:version

snapshot? unknown

INFO:syntaxmodes

listblock (10), preformatted (20), notoc (30), nocache (40), header (50), table (60), strong (70), emphasis (80), underline (90), monospace (100), subscript (110), superscript (120), deleted (130), linebreak (140), footnote (150), plugin_unblink (150), plugin_xref (150), plugin_info (155), plugin_data_cloud (155), plugin_data_related (155), plugin_pluginrepo_news (155), plugin_data_entry (155), plugin_data_table (155), plugin_pluginrepo_table (155), plugin_pluginrepo_query (155), plugin_pluginrepo_entry (155), plugin_translation (155), plugin_data_list (155), hr (160), unformatted (170), php (180), html (190), code (200), file (210), quote (220), smiley (230), acronym (240), entity (260), multiplyentity (270), quotes (280), internallink (300), plugin_gallery (301), rss (310), media (320), externallink (330), emaillink (340), windowssharelink (350), eol (370), plugin_s5 (800),

INFO:syntaxtypes

containerlistblock, table, quote, hr
baseonlyheader
formattingstrong, emphasis, underline, monospace, subscript, superscript, deleted, footnote
substitionacronym, smiley, wordblock, entity, camelcaselink, internallink, media, externallink, linebreak, emaillink, windowssharelink, filelink, notoc, nocache, multiplyentity, quotes, rss, plugin_info, plugin_s5, plugin_xref, plugin_data_related, plugin_data_entry, plugin_data_cloud, plugin_data_table, plugin_data_list, plugin_translation, plugin_pluginrepo_entry, plugin_pluginrepo_table, plugin_pluginrepo_query, plugin_pluginrepo_news, plugin_gallery, plugin_unblink
protectedpreformatted, code, file, php, html, htmlblock, phpblock
disabledunformatted
paragraphseol

'Substition' may look like a typo, but it's not (any more). It's transformed into the “standard”. See this footnote for an explanation. ;-)

INFO:syntaxplugins

INFO:adminplugins

INFO:actionplugins

INFO:rendererplugins

INFO:helperplugins

INFO:helpermethods

Popularity Feedback Plugin

Send anonymous data about your wiki to the developers.

$popularity =& plugin_load('helper', 'popularity');

$popularity->isAutoSubmitEnabled()

DescriptionCheck if autosubmit is enabled
Return valueresultbool

$popularity->sendData()

DescriptionSend the popularity data
Parametersdatastring

$popularity->gatherAsString()

DescriptionGather the popularity data
Return valuedatastring

$popularity->lastSentTime()

DescriptionCompute the last time popularity data was sent
Return valuedataint

Development

Source Code

The source code is available from git.

Bugs

Submit bugs and feature wishes in the DokuWiki Bugtracker.