[Twisted-Python] twisted webdav server

donfu fu at donfu.com
Fri Oct 22 11:35:28 EDT 2004


Yasushi Iwata wrote:
>
> I wrote WebDAV module for Tiwsted.
> 
>   http://akadama.jp/akadav.html

Great, I just had a look at it. It seems to work well for serving a 
directory over webdav. However, I'm not quite sure how to adapt it to serve 
dynamic data from a database.

I think I could refactor your WebDAV resource-class, so that it works with 
arbitrary backends. Basically I'd try to factor everything out that does 
explicitly deal with the filesystem. But in a way, that's what a twisted.web 
Resource is in the first place, no? Honestly, I'm a bit confused :)

stefan.




More information about the Twisted-Python mailing list