plugin:phpwikify
Table of Contents
PHP Wikify
Compatible with DokuWiki
- 2024-02-06 "Kaos" unknown
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" yes
Security warning (please read plugin security guidelines): This extension will allow execution of scripts. It should only be used when you trust ALL editors, best suited in private personal wikis.
Similar to embeddedphp, htmlok, textinsert
This plugin enables you to use PHP scripts in the wiki pages in the same way as by using the <php> tag. The difference is that the PHP script output is fed through the DokuWiki parser/renderer.
Security wise it is the same as having the Configuration Setting: phpok enabled. Even if the script output is parsed, any other actions taken by the script is NOT checked.
Previous Authors
- Kasper Sandberg redeeman [at] metanurb [dot] dk
- Schplurtz le Déboulonné Schplurtz [at] laposte [dot] net
Changes
- fix PHP Warning: Use of undefined constant DOKU_LEXER_UNMATCHED - ass… (2020-06-06 03:35)
- Update syntax.php (2020-06-06 01:09)
- update author info (2020-06-06 01:08)
- update date (2020-06-05 22:51)
- add generic comments (2020-06-05 22:49)
Syntax/Usage
The following example
<phpwikify> $tt = 'help'; echo " * first bullet\n"; echo " * $tt me\n"; </phpwikify>
will display
- first bullet
- help me
Old Source Code
Moved to source
Discussion
Moved to discussion
plugin/phpwikify.txt · Last modified: by fiwswe