From kfm-devel Tue Mar 19 23:11:19 2002 From: Hamish Rodda Date: Tue, 19 Mar 2002 23:11:19 +0000 To: kfm-devel Subject: Re: Webdav + Zope X-MARC-Message: https://marc.info/?l=kfm-devel&m=101658082217316 On Wednesday, 20th March 2002, Paul Everitt wrote: > Hamish Rodda wrote: >> As a preface to my answers, integration is somewhat hampered by the us= er >> interface capabilities of kio. I hope to get around this with a konqu= eror >> plugin (a kpart). At the moment I don't have a time frame for this >> however. > >Yes, this UI issue is the part where I also don't understand the options= =2E Kparts can be used to provide a different user interface in Konqueror,=20 including such things as showing which files are locked, edit source opti= ons=20 etc. >> Yes... the slave is aware of this and sends detected script locations = to >> the kde app. A kpart is needed for konqueror to be aware in the UI. > >Ideally, in KWord I could do "Edit Source" if the server tells the >client there is a src available in the properties. Hmmm - now I think about it, this could be added universally with a small= =20 dialog... I'll think about it a bit more... >>>2) Mime type. Zope is a rich object system, where you can have > >Right-click, New->[sequence of builtin types, sequence of extended types= ] > >This is the behavior under Windows. Ok, needs investigation. >>>4) Lock/unlock. It should be simple to set/remove the lock on a Zope >>>resource. As we start do implement more versioning in Zope, there wil= l >>>need to be more operations (checkout/checkin/revert/etc.), as well as >>>displaying the versioning status. >> >> Again, done but requires a kpart or custom app support. > >I don't think that it should, since there are HTTP verbs that specify >this. It is simply a question of how (or whether) to display it). The support described is only on the user interface; the logic is built i= nto=20 the slave already. >Any idea if Kate can handle XML namespaces on attributes, such as: > >

Some text

They are highlighted properly, yes. I don't think Kate provides much more= =20 support than highlighting. >>>1) Sync. I've wanted this for a while -- the ability to do a visual, >>>rsync-style application between the local filesystem and Zope (or two > >Not really like versioning. Rather, a two-paned view that compares >local to remote, then shows the add/change/delete differences in >resources. Similar to cadaver, which has a Gnome frontend. That is a possibility but I would think a rather distant one. >>>3) Rich presentation. There is probably a way to make the non-file >>>information in Zope, such as security settings and properties, viewabl= e >>>and settable in KDE. Any ideas, without writing a dedicated app? >> >> Again, a job for the kpart. > >Right. Can a kpart be written in Python? With the new bindings, I believe so... Cheers, Hamish.