Eldav: Yet another WebDAV interface for Emacsen

[Japanese | English]

Eldav provides an interface to the WebDAV servers for Emacs.

Features

Requirements

Download

2002/04/11 version
Fixed some problems on XEmacs and solaris.

View source by ViewCVS

Install

Just put `eldav.el' on your load-path of Emacs.

Usage

Add following line to your .emacs.

(require 'eldav)

If you want to use proxy server, following setting is also needed.

(setq eldav-proxy "http://your.proxy.server:8080")

Then you can access WebDAV files by specifying magic file name like:

:http://your.webdav.server/path/to/file/name

(Add preceding ':' to the WebDAV URL.)

Known Problems

Related Works


Yuuichi Teranishi<teranisi@gohome.org>