CMS module for Phprojekt
FS#43 - WebDAV interface.
Attached to Project:
CMS module for Phprojekt
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 11 July 2004, 17:38 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 11 July 2004, 17:38 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 11 July 2004, 17:38 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 11 July 2004, 17:38 GMT
|
DetailsAfter seen the usage of the HTTP_WebDAV_Server (http://pear.php.net/package-info.php?pacid=179) by the WebDAV extension for Phprojekt, we have all tech information to start the WebDAV features on the CMS module.
General requirements: WD will allow editing already existing directories. WD will allow uploading/downloading files directly to the document directory. WD will have virtual files (in each directory) to store the metadata of each document (title.txt, abstract.txt, body.txt, etc). WD will not allow editing of permissions. WD will allow renaming, copying and moving of directories and files (still pending solution about how to handle permissions). WD will not support locking operations (at least in first release). WD will allow browsing of the tree structure but will restrict the access to files (including virtual files) according to current permissions. |
This task depends upon