incanus / drupal-dav forked from bendiken/drupal-dav
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
3859c2a
commit 3859c2ad0b01aee8eee9556b52f38621bfece503
tree bd9c18ed6ba8be1ac7790677cb19e869fc253059
parent 55a668516c0f72f002536f7e5475e0a8e4b58f37
tree bd9c18ed6ba8be1ac7790677cb19e869fc253059
parent 55a668516c0f72f002536f7e5475e0a8e4b58f37
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
API.txt | ||
| |
INSTALL.txt | ||
| |
README.txt | ||
| |
contrib/ | ||
| |
dav.admin.inc | ||
| |
dav.inc | ||
| |
dav.info | ||
| |
dav.install | ||
| |
dav.module | ||
| |
dav.theme.inc | ||
| |
vendor/ |
README.txt
// $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>

