DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:iphelper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:iphelper [2018-10-26 23:46] – [Configuration and Settings] an-dirplugin:iphelper [2023-12-19 17:41] (current) – new Update in github PHP 8.1 79.253.125.226
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Provides tools on automatically detected ipadresses within the wiki text. searches for IP adresses 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+description: Provides tools on automatically detected IP addresses within the wiki text. searches for IP addresses like 123.45.67.89 and inserts a customizable menu. Secondly searches for network addresses like 123.45.67.89/24 and inserts a link to a subnet calculator
 author     : An-Dir  author     : An-Dir 
 email      : 1.c-j@gmx.de  email      : 1.c-j@gmx.de 
-type       :  +type       : syntax,action 
-lastupdate : 2018-10-26 +lastupdate : 2023-12-19 
-compatible : "Hrun","Detritus","elenor of tsort","frusterick Manners",Greebo+compatible : Jack Jackrum, Hrun, Detritus, Elenor of TsortFrusterick Manners, Greebo, Hogfather, Igor
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : overlay, menu, toolbox+tags       : ipcalculator, subnetmask, ipadress, overlay, menu, toolbox
  
-downloadurl: http://github.com/An-Dir/dokuwiki-plugin-iphelper/zipball/master +downloadurl: https://github.com/An-Dir/dokuwiki-plugin-iphelper/zipball/master 
-bugtracker : http://github.com/An-Dir/dokuwiki-plugin-iphelper/issues +bugtracker : https://github.com/An-Dir/dokuwiki-plugin-iphelper/issues 
-sourcerepo : http://github.com/An-Dir/dokuwiki-plugin-iphelper/ +sourcerepo : https://github.com/An-Dir/dokuwiki-plugin-iphelper/
-donationurl:  +
- +
-screenshot_img : https://i.imgur.com/QmW9I2C.png+
  
 +screenshot_img: https://i.imgur.com/QmW9I2C.png
 ---- ----
  
Line 28: Line 26:
 ===== Examples/Usage ===== ===== Examples/Usage =====
  
 +{{ https://i.imgur.com/lLxNkSi.gif }}
  
 ===== Syntax ===== ===== Syntax =====
Line 33: Line 32:
 //[Complete syntax]// //[Complete syntax]//
  
-IP adresses like 123.45.67.89 will be found - When netmasks is found like 123.45.67.89/24 (or 123.45.67.89/255.255.255.0) subnetcalc will be linked.+IP addresses like 123.45.67.89 will be found - When netmask is found like 123.45.67.89/24 (or 123.45.67.89/255.255.255.0) subnetcalculator will be linked. You can edit IP-address/subnet mask - all links and displayed data will be automatically updated in iphelper.
  
 Examples: Examples:
 {{ https://i.imgur.com/72pQ2lP.png  }} {{ https://i.imgur.com/72pQ2lP.png  }}
  
-{{ https://i.imgur.com/mvwxg23.png }}+Built-in Subnet Calculator 
 +{{ https://i.imgur.com/MN1D6NL.png }} 
 + 
 +Editable input field 
 +{{ https://i.imgur.com/jpmck2P.png }}
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
  
Line 44: Line 47:
  
 {{ https://i.imgur.com/dj5QypG.png }} {{ https://i.imgur.com/dj5QypG.png }}
 +
 +==== Custom URLs with custom "protocol handler" ====
 +If you want your PC to open custom links like "putty:192.168.0.1" then you need to edit your computers settings and write your own script to be executed. Please be aware that you might open security holes if you don't know what you are doing!
 +For Windows systems, the keywords you must search for are "protocol handler". Some Applications can register them on their own, like WinSCP registers for "SSH:" or some Apps register "RDP:" as described [[https://docs.microsoft.com/de-de/windows-server/remote/remote-desktop-services/clients/remote-desktop-uri|here]].\\
 +For Linux I cannot tell you for sure.\\
 +For IOS and Android it might be easy if you find an application that registers your protocol you would like to use - [[https://docs.microsoft.com/de-de/windows-server/remote/remote-desktop-services/clients/remote-desktop-uri|RDP]] is a good example.
  
 === Change Log === === Change Log ===
 +  * **2023-12-19**
 +    * Fixed issues with PHP 8.1
 +    * Tested "Jack Jackrum"
  
   * **2017-10-02**   * **2017-10-02**
Line 51: Line 63:
  
   * **2018-10-13**   * **2018-10-13**
-    * totally changed how menu looks and gets implemented +    * Totally changed how menu looks and gets implemented 
-    * replaced hover with jquery onclick methods - tool can now be used better on mobile devices +    * Replaced hover with jQuery onclick methods - tool can now be used better on mobile devices 
-    * total new look +    * Total fresh look 
-    * menu now gets dynamically generated with javascript+    * Menu now gets dynamically generated with JavaScript
  
   * **2018-10-25**   * **2018-10-25**
-    * fixed issues with iOS devices when using CIDR links +    * Fixed issues with iOS devices when using CIDR links 
-    * some more compatibility issues fixed +    * Some more compatibility issues fixed 
-    * code cleanup +    * Code cleanup 
-    * previous versions may have js file that is no longer required (you can delete it in plugin folder)+    * Previous versions may have js file that is no longer required (you can delete it in plugin folder)
  
   * **2018-10-26**   * **2018-10-26**
-    * added subnet calculator +    * Added subnet calculator (Source: https://tools.virot.eu/ipcalc/ ) 
-    * added support for long CIDR Addresses "192.168.2.0/255.255.255.0" +    * Added support for Addresses with full subnet mask "192.168.2.0/255.255.255.0"  
 + 
 +  * **2018-10-29** 
 +    * Fixed a display bug when using Template "Vector" 
 + 
 +  * **2020-01-29** 
 +    * Fixed the reported issue "tool10urltarget won't work"  
 + 
 +  * **2020-06-06** 
 +    * Fixed the reported issue "Compatible with 2020-06-01" 
 +    * Placed JavaScript in dedicated file as it supposed to be 
 +    * Fixed a lot of errors with JSLint in JavaScript file
  
 === Known Bugs and Issues === === Known Bugs and Issues ===
Line 72: Line 95:
 === ToDo/Wish List === === ToDo/Wish List ===
  
-  * Test Print +Report if you got any wishes
-    * Preview +
-    * PDF Plugins +
- +
-Report if you got some wishes+
  
 ===== FAQ ===== ===== FAQ =====
Line 83: Line 102:
 ===== Discussion ===== ===== Discussion =====
  
 +I would be glad to hear what addresses you use in iphelper.
  
plugin/iphelper.1540590409.txt.gz · Last modified: 2018-10-26 23:46 by an-dir

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