You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository for a general webDAV client library, written in
JavaScript. The main purpose is to support the built-in client for BeeHub.
However, we attempt to make it follow the webDAV RFC 4918 and any contributions
that help implement features of this and other webDAV standards are welcome.
./Makefile is the makefile to build the library into one single file
./README.md contains this text
./src/ contains all the source files for the basic library
./src/plugins/ contains directories with plugins (such as the ACL plugin)
Development
If you want to develop on the library code itself, you'll want to link to the
source files from within your HTML page. You should add all needed files
manually to the header with the default script tag. For example:
Of course you are free to rename the dist.js file any way you like and place it
anywhere in your public folder. As long as you change the script tag
correspondingly.
About
A low-level webDAV client library written in/for JavaScript