WebDAV Orion FileSystem plugin

This plugin provides support for a WebDAV file system plugin. The plugin and associated files must be placed in the WebDAV server directory and installed as a plugin within Orion.

Certain files are needed for the plugin to be successfully loaded and these files can be placed in the same directory as the webdavFilePlugin.html. Once the files are added, this file must be modified as follows

Change from:

<script src="../orion/Deferred.js"></script> <script src="../orion/plugin.js"></script> <script src="filePlugin/webdavImpl.js"></script>

Change to:

<script src="orion/Deferred.js"></script> <script src="orion/plugin.js"></script> <script src="webdavImpl.js"></script>