From: Dennis E. H. <den...@ac...> - 2005-08-04 17:46:11
|
I was wondering if the Atom 1.0 API might fit better too, being closer to an application level for editing and posting content on a wiki. - Dennis -----Original Message----- From: int...@li... [mailto:int...@li...] On Behalf Of Alex Schroeder Sent: Thursday, August 04, 2005 05:08 To: den...@ac... Cc: int...@li... Subject: Re: [Interwiki] Web Dav My current approach is to implement a virtual filesystem for my wiki as a Perl module -- Filesys::Virtual::Oddmuse, and plug that into the NET::DAV::Server Perl module. At the moment that seems simple than to deal with DAV directly. It also limits my options for later, since I cannot support versioning and all that -- but then again, the main benefit I see for WebDAV integration is mounting the wiki as a filesystem. So I hope it be good enough. I'm not even sure the MIME type issue comes up if I take the road via a filesystem... That would be a bonus, too, haha. Alex. Dennis E. Hamilton schrieb: > You need to look at the WebDAV sites, especially > > http://www.webdav.org/ > > > There is an effort to advance WebDAV up the standards track one notch > (2518 bis is the working draft), and you can find the status of all > proposals on http://greenbytes.de/tech/webdav/ along with any > information about errata, etc. > [ ... ] |