statistiky:info
Obsah
INFO
Informace získané z dokuwiki
helpermethods
~~INFO:helpermethods~~
discussion plugin
Provides discussion funtionality for wiki pages
$discussion = plugin_load('helper', 'discussion');$discussion->th()
| Description | returns the header of the comments column for pagelist | |
|---|---|---|
| Return value | header | string |
$discussion->td()
| Description | returns the link to the discussion section with number of comments | |
|---|---|---|
| Parameters | id | string |
| number of comments (optional) | integer | |
| Return value | link | string |
$discussion->getThreads()
| Description | returns pages with discussion sections, sorted by recent comments | |
|---|---|---|
| Parameters | namespace | string |
| number (optional) | integer | |
| Return value | pages | array |
$discussion->getComments()
| Description | returns recently added or edited comments individually | |
|---|---|---|
| Parameters | namespace | string |
| number (optional) | integer | |
| Return value | pages | array |
$discussion->isDiscussionModerator()
| Description | check if current user is member of moderator groups | |
|---|---|---|
| Return value | isModerator | boolean |
folded plugin
Foldable page sections
$folded = plugin_load('helper', 'folded');$folded->getNextID()
| Description | Returns the next folded ID. | |
|---|---|---|
include plugin
Functions to include another page in a wiki page
$include = plugin_load('helper', 'include');$include->get_flags()
| Description | overrides standard values for showfooter and firstseconly settings | |
|---|---|---|
| Parameters | flags | array |
Pagelist Plugin
Lists pages in a nice formatted way
$pagelist = plugin_load('helper', 'pagelist');$pagelist->addColumn()
| Description | adds an extra column for plugin data | |
|---|---|---|
| Parameters | plugin name | string |
| column key | string | |
$pagelist->setFlags()
| Description | overrides standard values for showfooter and firstseconly settings | |
|---|---|---|
| Parameters | flags | array |
| Return value | success | boolean |
$pagelist->startList()
| Description | prepares the table header for the page list | |
|---|---|---|
$pagelist->addPage()
| Description | adds a page to the list | |
|---|---|---|
| Parameters | page attributes, 'id' required, others optional | array |
$pagelist->finishList()
| Description | returns the XHTML output | |
|---|---|---|
| Return value | xhtml | string |
Searchstats plugin (action, admin component)
This plugin records the search words and displays stats in the admin section
$searchstats = plugin_load('helper', 'searchstats');$searchstats->getSearchWordArray()
| Description | returns search word array | |
|---|---|---|
| Parameters | number of words | integer |
| Return value | words | array |
$searchstats->_getSaveFolder()
| Description | returns folder where data is saved | |
|---|---|---|
| Return value | savefolder | string |
Tag Plugin
tag wiki pages
$tag = plugin_load('helper', 'tag');$tag->overrideSortFlags()
| Description | takes an array of sortflags and overrides predefined value | |
|---|---|---|
| Parameters | name | string |
$tag->th()
| Description | returns the header for the tags column for pagelist | |
|---|---|---|
| Return value | header | string |
$tag->td()
| Description | returns the tag links of a given page | |
|---|---|---|
| Parameters | id | string |
| Return value | links | string |
$tag->tagLinks()
| Description | generates tag links for given words | |
|---|---|---|
| Parameters | tags | array |
| Return value | links | string |
$tag->getTopic()
| Description | returns a list of pages tagged with the given keyword | |
|---|---|---|
| Parameters | namespace (optional) | string |
| number (not used) | integer | |
| tag (required) | string | |
| Return value | pages | array |
$tag->tagRefine()
| Description | refines an array of pages with tags | |
|---|---|---|
| Parameters | pages to refine | array |
| refinement tags | string | |
| Return value | pages | array |
$tag->tagOccurrences()
| Description | returns a list of tags with their number of occurrences | |
|---|---|---|
| Parameters | list of tags to get the occurrences for | array |
| namespaces to which the search shall be restricted | array | |
| if all tags shall be returned (then the first parameter is ignored) | boolean | |
| if the namespaces shall be searched recursively | boolean | |
| Return value | tags | array |
helperplugins
~~INFO:helperplugins~~
- discussion plugin 2021-12-31 autor: Michael Hamann, Gerrit Uitslag, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner, Matthias Schulte
Provides discussion funtionality for wiki pages - Extension Manager 2015-07-26 autor: Michael Hamann
Allows managing and installing plugins and templates - folded plugin 2022-10-13 autor: Michael Hamann, Fabian van-de-l_Isle, Christopher Smith, Esther Brunner
Foldable page sections - include plugin 2022-01-23 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
Functions to include another page in a wiki page - Login/Logout logging plugin 2020-11-16 autor: Andreas Gohr, Anna Dabrowska
Log logins, logouts and admin activity to a file - Move plugin 2022-01-23 autor: Michael Hamann, Gary Owen, Arno Puschmann, Christoph Jähnigen
Move and rename pages and media files whilst maintaining the links. - Pagelist Plugin 2022-09-28 autor: Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge
Lists pages in a nice formatted way - Popularity Feedback Plugin 2015-07-15 autor: Andreas Gohr
Send anonymous data about your wiki to the DokuWiki developers - Searchstats plugin (action, admin component) 2011-06-29 autor: Michael Schuh
This plugin records the search words and displays stats in the admin section - DokuWiki statdisplay plugin 2022-12-12 autor: Andreas Gohr
Displays log statistics about your DokuWiki - Tag Plugin 2022-10-02 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
tag wiki pages - Wrap Plugin 2022-08-10 autor: Anika Henke
Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
rendererplugins
~~INFO:rendererplugins~~
actionplugins
~~INFO:actionplugins~~
- discussion plugin 2021-12-31 autor: Michael Hamann, Gerrit Uitslag, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner, Matthias Schulte
Provides discussion funtionality for wiki pages - Extension Manager 2015-07-26 autor: Michael Hamann
Allows managing and installing plugins and templates - folded plugin 2022-10-13 autor: Michael Hamann, Fabian van-de-l_Isle, Christopher Smith, Esther Brunner
Foldable page sections - include plugin 2022-01-23 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
Functions to include another page in a wiki page - Login/Logout logging plugin 2020-11-16 autor: Andreas Gohr, Anna Dabrowska
Log logins, logouts and admin activity to a file - Move plugin 2022-01-23 autor: Michael Hamann, Gary Owen, Arno Puschmann, Christoph Jähnigen
Move and rename pages and media files whilst maintaining the links. - Popularity Feedback Plugin 2015-07-15 autor: Andreas Gohr
Send anonymous data about your wiki to the DokuWiki developers - safefnrecode plugin 2012-07-28 autor: Andreas Gohr
Changes existing page and foldernames for the change in the safe filename encoding - Searchstats plugin (action, admin component) 2011-06-29 autor: Michael Schuh
This plugin records the search words and displays stats in the admin section - DokuWiki statdisplay plugin 2022-12-12 autor: Andreas Gohr
Displays log statistics about your DokuWiki - Tag Plugin 2022-10-02 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
tag wiki pages - Wrap Plugin 2022-08-10 autor: Anika Henke
Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
adminplugins
~~INFO:adminplugins~~
- discussion plugin 2021-12-31 autor: Michael Hamann, Gerrit Uitslag, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner, Matthias Schulte
Provides discussion funtionality for wiki pages - Extension Manager 2015-07-26 autor: Michael Hamann
Allows managing and installing plugins and templates - Login/Logout logging plugin 2020-11-16 autor: Andreas Gohr, Anna Dabrowska
Log logins, logouts and admin activity to a file - Move plugin 2022-01-23 autor: Michael Hamann, Gary Owen, Arno Puschmann, Christoph Jähnigen
Move and rename pages and media files whilst maintaining the links. - Popularity Feedback Plugin 2015-07-15 autor: Andreas Gohr
Send anonymous data about your wiki to the DokuWiki developers - Revert Manager 2015-07-15 autor: Andreas Gohr
Allows you to mass revert recent edits to remove Spam or vandalism - Searchstats plugin (action, admin component) 2011-06-29 autor: Michael Schuh
This plugin records the search words and displays stats in the admin section - DokuWiki Upgrade Plugin 2022-10-06 autor: Andreas Gohr
Automatically upgrade your DokuWiki install to the most recent stable release
syntaxplugins
~~INFO:syntaxplugins~~
- Cells background color plugin 2013-10-09 autor: dr4Ke
Sets background of a cell with a specific color - Cloud Plugin 2022-09-28 autor: Michael Hamann, Michael Klier, Gina Haeussge
Displays the most used words in a word cloud. - discussion plugin 2021-12-31 autor: Michael Hamann, Gerrit Uitslag, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner, Matthias Schulte
Provides discussion funtionality for wiki pages - folded plugin 2022-10-13 autor: Michael Hamann, Fabian van-de-l_Isle, Christopher Smith, Esther Brunner
Foldable page sections - include plugin 2022-01-23 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
Functions to include another page in a wiki page - Pagelist Plugin 2022-09-28 autor: Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge
Lists pages in a nice formatted way - DokuWiki statdisplay plugin 2022-12-12 autor: Andreas Gohr
Displays log statistics about your DokuWiki - Tag Plugin 2022-10-02 autor: Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
tag wiki pages - Wrap Plugin 2022-08-10 autor: Anika Henke
Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
syntaxtypes
~~INFO:syntaxtypes~~
syntaxmodes
~~INFO:syntaxmodes~~
| listblock | 10 |
| preformatted | 20 |
| notoc | 30 |
| nocache | 40 |
| plugin_folded_header | 50 |
| plugin_include_closelastsecedit | |
| plugin_include_editbtn | |
| plugin_include_header | |
| plugin_include_locallink | |
| plugin_include_readmore | |
| plugin_include_wrap | |
| header | |
| table | 60 |
| strong | 70 |
| emphasis | 80 |
| underline | 90 |
| plugin_cloud | 98 |
| monospace | 100 |
| subscript | 110 |
| superscript | 120 |
| deleted | 130 |
| plugin_include_sorttag | 139 |
| linebreak | 140 |
| footnote | 150 |
| plugin_info | 155 |
| plugin_statdisplay | |
| plugin_color | 158 |
| hr | 160 |
| plugin_pagelist | 168 |
| unformatted | 170 |
| plugin_wrap_closesection | 195 |
| plugin_wrap_div | |
| plugin_wrap_divblock | |
| plugin_wrap_divwrap | |
| plugin_wrap_span | |
| plugin_wrap_spaninline | |
| plugin_wrap_spanwrap | |
| plugin_cellbg | 200 |
| code | |
| file | 210 |
| quote | 220 |
| plugin_discussion_comments | 230 |
| smiley | |
| acronym | 240 |
| entity | 260 |
| multiplyentity | 270 |
| quotes | 280 |
| plugin_tag_searchtags | 295 |
| plugin_tag_topic | |
| plugin_include_footer | 300 |
| internallink | |
| plugin_include_include | 303 |
| plugin_tag_count | 305 |
| plugin_tag_tag | |
| plugin_tag_tagpage | |
| plugin_discussion_threads | 306 |
| rss | 310 |
| media | 320 |
| externallink | 330 |
| emaillink | 340 |
| windowssharelink | 350 |
| eol | 370 |
| plugin_sortablejs | 371 |
| plugin_folded_div | 404 |
| plugin_folded_span | 405 |
statistiky/info.txt · Poslední úprava: 01.11.2020 14:14 autor: 127.0.0.1