On Mon, Jan 5, 2009 at 7:47 AM, Chen Houwu <[email protected]> wrote: > > I am currently working on a document management system using TG2, and > WebDAV support is needed. > > I have looked for some already exists python webdav packages, but most > of them is in alpha quality and I don't know how to make them work > with TG2 together. > > How to deal with it? > Is there any advice?
hi, I haven't integrated webdav perse with tg2, but you answer is WSGI [1], you should look for a wsgi compatible WEbDav server list at [2] should help. Then it's a simple controller that will expose your webdav system as part of your tg2 app, TG2 has a helper for this, it is called use_wsgi_app, which by the way I just notice it doesn't appears on the tg2 docs, I'll make a mental note to add that... ok I made a real note[3] . When you get this working, will you please post a response to that ticket with the final controller code, that way it could be incorporated into the actual example documentation. [1] http://wsgi.org/wsgi/ [2] http://pypi.python.org/pypi?%3Aaction=search&term=wsgi+webdav&submit=search [3] http://trac.turbogears.org/ticket/2128 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

