Package python-module-z3c.dav: Information

    Source package: python-module-z3c.dav
    Version: 1.0b2-alt2
    Build time:  Jun 23, 2011, 07:49 PM
    Report package bug
    License: ZPL
    Summary: Implementation of the WebDAV protocol for Zope3
    Description: 
    The *z3c.dav* package is an implementation of the WebDAV protocol for Zope3.
    *z3c.dav* supports the *zope.app.folder* content type, within the scope of the
    core RFC2518 protocol. *z3c.dav* also contains a number of components that
    help developers support WebDAV in their application. These components include
    the ability to handle WebDAV specific errors, to generate multi-status
    responses, and an implementation of all core WebDAV methods exist that use
    zope component to lookup specific adapters that perform the required action.
    For example locking parses the request and then looks up a IDAVLockmanager
    adapter to perform the locking and unlocking of objects. But if the required
    adapter does not exist then a `405 Method Not Allowed` response is returned
    to the client.

    List of rpms provided by this srpm:
    python-module-z3c.dav (x86_64, i586)
    python-module-z3c.dav-tests (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

    ACL:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

    Last changed


    June 23, 2011 Eugeny A. Rostovtsev 1.0b2-alt2
    - Added necessary requirements
    - Excluded *.pth
    May 23, 2011 Eugeny A. Rostovtsev 1.0b2-alt1
    - Initial build for Sisyphus