Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
_test/ | H | 27-Sep-2020 | - | 680 | 645 | |
cache/ | H | 27-Sep-2020 | - | |||
.travis.yml | H A D | 06-Jul-2015 | 302 | 13 | 12 | |
README.md | H A D | 06-Jul-2015 | 1.3 KiB | 44 | 30 | |
action.php | H A D | 06-Jul-2015 | 1.1 KiB | 32 | 19 | |
helper.php | H A D | 06-Jul-2015 | 4.6 KiB | 149 | 85 | |
plugin.info.txt | H A D | 06-Jul-2015 | 241 | 8 | 7 | |
syntax.php | H A D | 06-Jul-2015 | 3.3 KiB | 125 | 69 |
README.md
1svgpureinsert Plugin for DokuWiki 2=== 3 4Inserts an SVG image as-is into a DokuWiki page to be rendered by 5compatible browsers. 6 7All documentation for this plugin can be found at 8https://www.dokuwiki.org/plugin:svgpureinsert 9 10If you install this plugin manually, make sure it is installed in 11lib/plugins/svgpureinsert/ - if the folder is called different it 12will not work! 13 14Please refer to http://www.dokuwiki.org/plugins for additional info 15on how to install plugins in DokuWiki. 16 17Security advisory 18=== 19 20Allowing SVG Upload equals to allowing HTML + JS upload. 21Details can be found [here](http://security.stackexchange.com/questions/11384/exploits-or-other-security-risks-with-svg-upload) 22 23**Do not allow everyone to post SVG's! to Your DokuWiki** 24 25License 26=== 27 28This program is free software; you can redistribute it and/or modify 29it under the terms of the GNU General Public License as published by 30the Free Software Foundation; version 2 of the License 31 32This program is distributed in the hope that it will be useful, 33but WITHOUT ANY WARRANTY; without even the implied warranty of 34MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35GNU General Public License for more details. 36 37See the COPYING file in your DokuWiki folder for details 38 39Authors 40=== 41 42Copyright (C) Leszek PiÄ…tek <lpiatek@gmail.com>, 43 Andreas Gohr <gohr@cosmocode.de> 44