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