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

..Today-

RdpEncrypt/H24-Feb-2020-274216

README.mdH A D13-Feb-20161.9 KiB4228

plugin.info.txtH A D13-Feb-2016260 87

rdp.phpH A D13-Feb-2016944 3130

rdpicon.pngH A D13-Feb-20161.4 KiB

syntax.phpH A D13-Feb-20163.3 KiB7241

README.md

1RDPLink Plugin
2==============
3
4This is a DokuWiki plugin that allows you to create links that automagically generate and open Remote Desktop Connection configurations within a DokuWiki page.
5
6Fixes and enhancements are welcome (just send me a pull request), though it should be noted that I am no longer actively developing this plugin and as such will not provide installation or troubleshooting support.
7
8[RDPLink Plugin Homepage](http://www.dokuwiki.org/plugin:rdplink)
9
10Within the RdpEncrypt folder are two utilities you can use to generate an encrypted password for use with the plugin.
11
12Installation
13============
14
15Paste the Zipball URL (http://github.com/justinshepard/rdplink/zipball/master) into the DokuWiki plugin manager and click "Download".
16
17License
18=======
19
20Unless otherwise noted, the contents of this repository are licensed under the MIT license.
21
22    Copyright (c) 2008-2012 Justin Shepard
23
24    Permission is hereby granted, free of charge, to any person obtaining a copy of
25    this software and associated documentation files (the "Software"), to deal in
26    the Software without restriction, including without limitation the rights to
27    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
28    of the Software, and to permit persons to whom the Software is furnished to do
29    so, subject to the following conditions:
30
31    The above copyright notice and this permission notice shall be included in all
32    copies or substantial portions of the Software.
33
34    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40    SOFTWARE.
41
42