[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] phpWebHosting
From: |
Jonathon Sim |
Subject: |
Re: [Phpgroupware-developers] phpWebHosting |
Date: |
Thu, 21 Nov 2002 09:38:07 +1300 |
User-agent: |
KMail/1.4.3 |
On Wednesday 20 Nov 2002 10:44 pm, Paolo Andreetto wrote:
> Jonathon Sim wrote:
> >Ill second that :) Seriously though, webDAV (and especially the DeltaV
> >versioning extensions) would be an excellent addition to groupware - there
> > is decent webDAV support built into Windows (ie Explorer 6), MacOS and
> > Linux/Other Unix (type webdav://<some host> in konqueror, or even mount
> > it with DavFS), making this a great cross-platform file sharing protocol.
> > And if you have already implemented it, all the better :)
>
> Sorry, but DeltaV is not yet supported. I've used a simple WebDAV client
> just to
DeltaV isnt even particularly well implemented by servers yet. The idea would
be to create a Dav class, and extend it with a vfs_dav_svn module that does
versioning with subversion. Then if needed we can always make a
vfs_dav_deltav module later if we want.
> handle documents and collections.
> You can find a package at
> ftp://ftp.prosa.it/pub/projects/phpgroupware/phpgw_vfs_dav.tar.gz
>
> I've written the README quickly, so if something is missing please
> contact me.
>
> BTW, one of the goals of this integration is to access to the storage
> area (WebDAV
> repository) also via FTP, not only via PHPGW and DAV, for this reason we
> have
> used DavFS as a bridge, it works very well :-)
>
Cool!