Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mikedeboer/jsDAV
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Jul 8, 2011
2 parents a7f0091 + a6930c0 commit 5f5c4cf
Showing 1 changed file with 43 additions and 11 deletions.
54 changes: 43 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,49 @@ jsDAV
jsDAV allows you to easily add WebDAV support to a NodeJS application.
jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.

Short story
-----------

TODO

Usage
-----

TODO


Features
--------

* Fully WebDAV compliant
* Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive, Open Office, and probably more
* Supporting class 1, 2 and 3 Webdav servers
* Custom property support

Features in development
-----------------------

* Locking support (feature complete, but untested)
* Pass all Litmus tests
* CalDAV (to be tested with Evolution, iCal, iPhone and Lightning).

Supported RFC's
---------------

* [RFC2617]: Basic/Digest auth
* [RFC2518]: First WebDAV spec
* [RFC4709]: [DavMount]
* [RFC5397]: current-user-principal
* [RFC5689]: Extended MKCOL

RFC's in development
--------------------

* [RFC3744]: ACL
* [RFC4791]: CalDAV
* [RFC4918]: WebDAV revision
* CalDAV ctag, CalDAV-proxy

[RFC2617]: http://www.ietf.org/rfc/rfc2617.txt
[RFC2518]: http://www.ietf.org/rfc/rfc2518.txt
[RFC3744]: http://www.ietf.org/rfc/rfc3744.txt
[RFC4709]: http://www.ietf.org/rfc/rfc4709.txt
[DavMount]: http://code.google.com/p/sabredav/wiki/DavMount
[RFC4791]: http://www.ietf.org/rfc/rfc4791.txt
[RFC4918]: http://www.ietf.org/rfc/rfc4918.txt
[RFC5397]: http://www.ietf.org/rfc/rfc5689.txt
[RFC5689]: http://www.ietf.org/rfc/rfc5689.txt

See the [wiki](https://github.com/mikedeboer/jsDAV/wiki) for more information!


Amsterdam, 2010. Mike de Boer.

0 comments on commit 5f5c4cf

Please sign in to comment.