xref: /plugin/embeddedphp/README (revision 2e6b7ea4117ded4a34daa46921eb2174d59cd3d6)
1*2e6b7ea4Sfiwsweembeddedphp plugin for DokuWiki
2*2e6b7ea4Sfiwswe
3*2e6b7ea4SfiwsweAllow embeded PHP on wiki pages to restore the functionality
4*2e6b7ea4Sfiwswepresent up to DokuWiki "Igor" for those use-cases where it is safe
5*2e6b7ea4Sfiwsweto do so.
6*2e6b7ea4Sfiwswe
7*2e6b7ea4SfiwsweIMPORTANT SECURITY WARNING: Please never use this plugin where
8*2e6b7ea4Sfiwsweuntrusted or incompetent people are able to edit wiki pages!
9*2e6b7ea4SfiwsweEmbedded PHP code can do ANYTHING that the server PHP environment
10*2e6b7ea4Sfiwsweallows, including deleting your wiki and more! Never use this on
11*2e6b7ea4Sfiwswea publicly editable wiki!
12*2e6b7ea4SfiwsweUSE ONLY ON PRIVATE WIKIS!
13*2e6b7ea4Sfiwswe
14*2e6b7ea4SfiwsweAll documentation for this plugin can be found at
15*2e6b7ea4SfiwsweFIXME
16*2e6b7ea4Sfiwswe
17*2e6b7ea4SfiwsweIf you install this plugin manually, make sure it is installed in
18*2e6b7ea4Sfiwswelib/plugins/embeddedphp/ - if the folder is called differently it
19*2e6b7ea4Sfiwswewill not work!
20*2e6b7ea4Sfiwswe
21*2e6b7ea4SfiwswePlease refer to http://www.dokuwiki.org/extensions for additional info
22*2e6b7ea4Sfiwsweon how to install extensions in DokuWiki.
23*2e6b7ea4Sfiwswe
24*2e6b7ea4Sfiwswe----
25*2e6b7ea4SfiwsweCopyright (C) fiwswe <dwplugin@fwml.de>
26*2e6b7ea4Sfiwswe
27*2e6b7ea4SfiwsweThis program is free software; you can redistribute it and/or modify
28*2e6b7ea4Sfiwsweit under the terms of the GNU General Public License as published by
29*2e6b7ea4Sfiwswethe Free Software Foundation; version 2 of the License
30*2e6b7ea4Sfiwswe
31*2e6b7ea4SfiwsweThis program is distributed in the hope that it will be useful,
32*2e6b7ea4Sfiwswebut WITHOUT ANY WARRANTY; without even the implied warranty of
33*2e6b7ea4SfiwsweMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34*2e6b7ea4SfiwsweGNU General Public License for more details.
35*2e6b7ea4Sfiwswe
36*2e6b7ea4SfiwsweSee the LICENSING file for details
37