On Wed, 10 Dec 2003, Jody Goldberg wrote:
WebDAV is composed of a number of different methods, some basic (GET, PUT, HEAD), others more advanced (MOVE, MKCOL, PROPFIND, etc.) So when a lib or app says it supports WebDAV you have to check 'how much'. Neon supports a wide range of them, according to its feature list.
Interesting I'll have to have a look. As mentioned our plans had been to use libcurl for network related activity. However, I have not checked on its webdav status any more than gnome-vfs.
It doesn't list any WebDAV capabilities on its features page, so would presume it does not provide them. (And too bad, cURL is quite powerful, otherwise.)
The direction we're heading is to make wrapperization of the app easier, whether that be with Python bindings (via SWIG?), Bonobo, or even a kind of SVG Canvas. Being able to plug inkscape into other things opens lots of very interesting uses of it.
That would be very interesting. Abi and Gnumric had previously discussed supporting embedding by just rendering an svg image. Something like this would be nice.
If you know of anyone that might be interested in contributing to this sort of work, guide them our way. :-)
Bryce