File: TODO

package info (click to toggle)
pywebdav 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 940 kB
  • sloc: python: 2,524; makefile: 12; sh: 10
file content (45 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (6)
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
GENERAL
-------

- web page needs to get done:
    - Download
    - News
    - TODO list
    - Changes
    - Name

- use a better solution than DAV/INI_Parse.py [Stephane Klein]
- create WSGI server version [Stephane Klein]

MOVE
----

needs to get implemented (will get used for renaming files and dirs)


PROPFIND
--------

- PROPNAMES need to get implemented
- only DAV properties are possible right now
- Depth=infinity should be implemented


GET
---

- guessing mimetype?


PROPPATCH
---------

to be done (not that important as only DAV props are supported right now which
you cannot change)


TEST
----

- create some unit test
- maybe use davclient package to make the tests