• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

conf/20-Dec-2023-8671

lang/20-Dec-2023-6146

Readme.mdD19-Dec-20231.3 KiB2820

action.phpD19-Dec-20235.9 KiB11690

all.cssD19-Dec-20231.8 KiB9380

plugin.info.txtD19-Dec-2023324 87

script.jsD19-Dec-202313.5 KiB294237

syntax.phpD19-Dec-20235.3 KiB9373

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![1](https://user-images.githubusercontent.com/11379014/164223825-dfd21ddf-84a3-4e29-8e64-2d9726ca1b12.gif)
7![2](https://user-images.githubusercontent.com/11379014/164223824-3fc59007-d4c4-4f62-bb40-83885a0814ab.png)
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