DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:uncmap

Differences

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

Link to this comparison view

Next revision
Previous revision
plugin:uncmap [2010-10-29 18:30] – created adrianlangplugin:uncmap [2018-12-07 10:48] (current) – [Download and Installation] Barbara
Line 1: Line 1:
-====== uncmap plugin ====== +====== uncmap Plugin ======
- +
-[[http://www.cosmocode.de/en/wiki/dokuwiki/plugins|{{ http://www.cosmocode.de/_media/en/wiki/dokuwiki/cosmologo.png?recache|A CosmoCode Plugin}}]] +
 ---- plugin ---- ---- plugin ----
-description: maps windows drive letter file names to UNC links+description: This plugin maps windows drive letter file names to UNC links.
 author     : Dominik Eckelmann author     : Dominik Eckelmann
-email      : eckelmann@cosmocode.de +email      : dokuwiki@cosmocode.de 
 type       : syntax type       : syntax
-lastupdate : 2010-10-29 +lastupdate : 2016-07-06 
-compatible : 2009-12-25++compatible : Hrun
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
 tags       : UNC, path, file name, drive letter tags       : UNC, path, file name, drive letter
 +downloadurl: https://github.com/cosmocode/uncmap/zipball/master
 +bugtracker : https://github.com/cosmocode/uncmap/issues
 +sourcerepo : https://github.com/cosmocode/uncmap/
 +donationurl: 
 ---- ----
  
-Plugin doku and download is available on [[http://ickewiki.de/dokumentation/uncmap|ICKEwiki.de]].+===== Download and Installation ===== 
 +[[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] 
 + 
 +Please use the the download link at the top for manual installation or use in the [[plugin:extension|Extension Manager]]. See [[:Plugins]] for more details on how to install plugins manually. 
 + 
 +===== Configuration and Examples ===== 
 +In the configuration directory of the uncmap plugin (i.e. ''dokuwiki/lib/plugins/uncmap/conf'') is the a file ''mapping.php''. Add a line to this file for every windows drive letter and the server it should be mapped to. 
 + 
 +For example: 
 +<code>    //server1/share</code> 
 + 
 +Optionally you can add the local mountpoint of an fileserver to this line. Then dokuwiki will check if the file exists on this fileserver and color the link accordingly. 
 +<code>    //server1/share     /mnt/fileserver</code> 
 + 
 +Further you can define a default fileserver in the config dialog. It will be used when no fileserver is defined for a given letter. 
 + 
 +===== Usage/Syntax ===== 
 + 
 + 
 +<code>[[z:/path/to/file|File title]]</code> 
 +With the above [[uncmap#Configuration and Examples|configuration]] the above link will point to  
 +<code>file:///server1/share/path/to/file</code>
plugin/uncmap.txt · Last modified: 2018-12-07 10:48 by Barbara

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