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 51 52 53 54 55 56 57 58 59
|
Source: php-sabredav
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Mathieu Parent <sathieu@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
help2man,
php-curl,
php-sabre-vobject (>= 2.1.7),
php-sqlite3,
php-xml,
phpab,
phpunit,
pkg-php-tools (>= 1.7~),
python3,
Rules-Requires-Root: binary-targets
Standards-Version: 4.5.0
Homepage: http://sabre.io/dav/
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-sabredav
Vcs-Git: https://salsa.debian.org/php-team/pear/php-sabredav.git
Package: php-sabre-dav
Architecture: all
Depends: php-sabre-vobject (>= 2.1.7),
${misc:Depends},
${phpcomposer:Debian-require}
Recommends: python3
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Description: ${phpcomposer:description}
SabreDAV is meant to cover the entire standard, and attempts to allow
integration using an easy to understand API.
.
Feature list:
* Fully WebDAV compliant
* Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive,
Open Office, and probably more.
* Passing all Litmus tests.
* Supporting class 1, 2 and 3 Webdav servers.
* Locking support.
* Custom property support.
* CalDAV (tested with Evolution, iCal, iPhone and Lightning).
* CardDAV (tested with OS/X addressbook, the iOS addressbook and Evolution).
* Over 97% unittest code coverage.
.
Supported RFC's:
* RFC2617: Basic/Digest auth.
* RFC2518: First WebDAV spec.
* RFC3744: ACL (some features missing).
* RFC4709: DavMount.
* RFC4791: CalDAV.
* RFC4918: WebDAV revision.
* RFC5397: current-user-principal.
* RFC5689: Extended MKCOL.
* RFC6352: CardDAV
* draft-daboo-carddav-directory-gateway: CardDAV directory gateway
* CalDAV ctag, CalDAV-proxy.
|