Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
conf/ | 20-Dec-2023 | - | 86 | 71 | ||
lang/ | 20-Dec-2023 | - | 61 | 46 | ||
Readme.md | D | 19-Dec-2023 | 1.3 KiB | 28 | 20 | |
action.php | D | 19-Dec-2023 | 5.9 KiB | 116 | 90 | |
all.css | D | 19-Dec-2023 | 1.8 KiB | 93 | 80 | |
plugin.info.txt | D | 19-Dec-2023 | 324 | 8 | 7 | |
script.js | D | 19-Dec-2023 | 13.5 KiB | 294 | 237 | |
syntax.php | D | 19-Dec-2023 | 5.3 KiB | 93 | 73 |
Readme.md
1# iphelper plugin for DokuWiki 2 3Provides tools on automatically detected ipaddresses within the wiki text. 4searches for IP addresses like 123.45.67.89 and inserts a customizeable menu. Secondly searches for Network Adresses like 123.45.67.89/24 and inserts a link to a subnet calculator 5 6 7 8## All documentation for this plugin can be found at 9http://www.dokuwiki.org/plugin:iphelper 10 11If you install this plugin manually, make sure it is installed in 12lib/plugins/iphelper/ - if the folder is called different it 13will not work! 14 15Please refer to http://www.dokuwiki.org/plugins for additional info 16on how to install plugins in DokuWiki. 17 18## License 19This program is free software; you can redistribute it and/or modify 20it under the terms of the GNU General Public License as published by 21the Free Software Foundation; version 2 of the License 22 23This program is distributed in the hope that it will be useful, 24but WITHOUT ANY WARRANTY; without even the implied warranty of 25MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26GNU General Public License for more details. 27 28