/[drupal]/contributions/modules/dav/README.txt
ViewVC logotype

Contents of /contributions/modules/dav/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Tue Sep 30 13:18:59 2008 UTC (13 months, 3 weeks ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA4, DRUPAL-6--1-0-ALPHA3, HEAD
Changes since 1.4: +3 -2 lines
File MIME type: text/plain
Merged latest changes from http://github.com/incanus/drupal-dav (20c3970) by Justin Miller.

Changelog (DAV API):
- Updated README.txt to add LDAP blurb and update the development credits.
- Implemented ldap_integration.module authentication support.
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>

  ViewVC Help
Powered by ViewVC 1.1.2