drain the read fd when refusing authentication
[pandav-og.git] / README.txt
blob9ee26cd65e3d147594dae4b6b6e8fe4f79d39002
1 Usage:
3 $ python server.py /somedir/ortheother port
5  (for example:)
7 $ python server.py /home/joe 8080
9 To extend PanDAV for serving arbitrary content, you should write two
10 classes, one a descentant of Collection class, and other of Member
11 class. Collections represent directories and Members represent files.
12 For example, see how fsdav.py does it.
14 PanDAV is licensed under the Artistic License. See COPYRIGHT.txt