What is this? ------------- This project is a WebDAV (Web-based Distributed Authoring and Versioning) plugin for the jEdit text editor. It allows you to load and store documents to/from a WebDAV-capable server (like Content Interaction Server 2.2). Where did this come from? ------------------------- This code was written as a class project by some students at the University of California at Santa Cruz. We fixed some bugs to make it work better with Mark Logic's server. The original code can be downloaded from http://www.webdav.us/ How do I install this? ---------------------- The Jar (Java Archive) in this directory is a plugin package that can be dropped directly into jEdit. * If you haven't installed jEdit, download it from http://www.jedit.org/index.php?page=download and follow the installation instructions. * Download DAV.jar * Copy DAV.jar to the user-specific jEdit jars directory. On Windows. this is c:\Documents and Setting\{username}\.jEdit\jars On Unix/linux/Mac OSX this is $HOME/.jedit/jars * Start jEdit On the Plugins menu, you should see an entry for "DAV" Select Plugins -> DAV -> Open From DAV Server... A popup should appear. Enter the URL of the WebDAV server. For example, if you configured a WebDAV listener in CIS on your own machine, at port 8040, the URL would be: http://localhost:8040 Enter the appropriate username/password and click OK. A file-selection dialog should appear. You can then navigate through the directories in the CIS repository. Choose a file to edit and it should appear in an edit buffer. -------- Rh Mon Sep 27 15:36:07 PDT 2004