| 1 |
// $Id$
|
| 2 |
|
| 3 |
DESCRIPTION
|
| 4 |
-----------
|
| 5 |
Provides WebDAV access to Drupal's taxonomies and files.
|
| 6 |
|
| 7 |
FEATURES
|
| 8 |
--------
|
| 9 |
* Unified authentication and access controls: just use your Drupal user name
|
| 10 |
and password to login via DAV, too.
|
| 11 |
* Works against LDAP authentication provided by ldap_integration.module.
|
| 12 |
* The web display of DAV collection indexes is entirely themeable.
|
| 13 |
|
| 14 |
INSTALLATION
|
| 15 |
------------
|
| 16 |
In addition to two other needed Drupal modules, this module has PHP version
|
| 17 |
and PEAR library dependencies. Please refer to the accompanying file
|
| 18 |
INSTALL.txt for installation requirements and instructions.
|
| 19 |
|
| 20 |
IMPORTANT NOTES
|
| 21 |
---------------
|
| 22 |
* Do NOT define a URL path alias for 'dav'. It will not work.
|
| 23 |
* This module has NOT been tested, and may not work, without Clean URLs.
|
| 24 |
|
| 25 |
TROUBLESHOOTING
|
| 26 |
---------------
|
| 27 |
* Windows's built-in DAV support has numerous serious bugs. If you
|
| 28 |
experience problems with Windows 2000 or Windows XP, please refer to:
|
| 29 |
http://www.greenbytes.de/tech/webdav/webfolder-client-list.html
|
| 30 |
http://www.greenbytes.de/tech/webdav/webdav-redirector-list.html
|
| 31 |
* If you have trouble mounting the DAV share, try using the bare-bones
|
| 32 |
cadaver command line utility to gain a better idea of what's going on:
|
| 33 |
http://www.webdav.org/cadaver/
|
| 34 |
* Alternatively, you can use the cross-platform GUI utility DAV Explorer:
|
| 35 |
http://www.davexplorer.org/
|
| 36 |
* This module includes support for extensively logging information about DAV
|
| 37 |
requests provided the Trace module has been installed. If you submit a bug
|
| 38 |
report indicating protocol non-compliance or such, expect to be asked to
|
| 39 |
submit the Trace log report for a test case. Obtain Trace from:
|
| 40 |
http://drupal.org/project/trace
|
| 41 |
|
| 42 |
CREDITS
|
| 43 |
-------
|
| 44 |
Developed and maintained by Arto Bendiken <http://bendiken.net/>
|
| 45 |
Development on Drupal 6.x by Justin R. Miller <http://codesorcery.net/>
|
| 46 |
Sponsored by MakaluMedia Group <http://www.makalumedia.com/>
|
| 47 |
Sponsored by M.C. Dean, Inc. <http://www.mcdean.com/>
|
| 48 |
Sponsored by SPAWAR <http://www.spawar.navy.mil/>
|
| 49 |
PEAR HTTP_WebDAV_Server developed by Hartmut Holzgraefe <hartmut@php.net>
|