The current preliminary work for storage going on in pimcommon includes services like Dropbox. However, given KDE's FOSS nature, Free alternatives should also be implemented. In particular, WebDAV is an open standard to handle remote file storage, well integrated in the workspace, and supported by major self hosted file solutions (Kolab's chwala and ownCloud). Reproducible: Always
I added template for it. But now I need spec for it :) (and a test server :) )
In data mercoledì 4 dicembre 2013 08:43:56, hai scritto: > I added template for it. > But now I need spec for it :) The official specification is at http://tools.ietf.org/html/rfc4918 Wikipedia page (not authoritative I know ;): http://en.wikipedia.org/wiki/WebDAV But KIO has a webdav ioslave you can borrow things from, it may be much simpler like that. As far as I can see it's in kdelibs, in kioslave/http/http.cpp. I can provide webdav access once things are implemented, ping me when you need it.
Ok thanks. I will investigate it I will ping you before 4.13 :) regards.
Finally fixed :)