DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:phpwikify

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

plugin Allows one the possibility of having output of PHP scripts parsed

Last updated on
2020-06-05
Provides
Syntax
Repository
Source

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

Tagged with php

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

Changes

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: 2023-08-28 05:50 by fiwswe

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki