On 12/11/2017 08:28 PM, jens.troeger wrote: > This question is somewhat dated and still unanswered. > > I’d like to renew it though: has anybody in the meantime been playing > around with WebDAV <https://en.wikipedia.org/wiki/WebDAV> (or its derivates > CalDAV <https://en.wikipedia.org/wiki/CalDAV> and CardDAV > <https://en.wikipedia.org/wiki/CardDAV>), maybe added the additional verbs > perhaps in a Cornice <https://github.com/Cornices/cornice>-like fashion? Or > any other experience implementing WebDAV with Pyramid? > > Initial googling, binging, yahooing hasn’t brought up anything noticeable. > > Thanks! > > > > On Tuesday, May 19, 2015 at 7:41:53 AM UTC+10, kris wrote: >> >> >> Anybody have a quick webdav server written with pyramid?
There isn't any such thing as a "quick webdav server." At the level of Pyramid itself, there is nothing extra really needed (PYramid already allows binding views to arbitrary HTTP methods, for instance). Pyarmid *applications* might care about / enable WebDAV. I have a never-polished-for-release add-on for SubstanceD[1], but the problem is tightly coupled to the application domain. E.g., where do the resource representations come from? What back-end storage is used? How much of the WebDAV spec do we need to implement? [1] http://git.agendaless.com/gitweb/?p=sddav.git Tres. -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/p1e11h%24deq%241%40blaine.gmane.org. For more options, visit https://groups.google.com/d/optout.
