head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.06.20.08.49.21;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.05.08.13.39;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.7.2 which fixes insecure handling of temporary files

PR:		53543
Submitted by:	maintainer
@
text
@Add the following line to your .emacs:

(require 'eldav)

Using a proxy:

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

You can access WebDAV files by preceding WebDAV URLs
with a colon:

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

Enabling the Eldav VC feature (experimental):
(setq eldav-use-vc t)

@


1.1
log
@Add eldav.el 1, an interface to WebDAV servers for Emacs.

PR:		ports/42438
Submitted by:	Volker Stolz <stolz@@i2.informatik.rwth-aachen.de>
@
text
@d5 1
a5 2
If you want to use a proxy server, the following setting
is also needed:
d9 2
a10 2
Then you can access WebDAV files by specifying a magic
file name like:
d14 2
a15 1
(Add preceding ':' to the WebDAV URL.)
a16 1
NOTICE: You need the MULE version of Emacs!
@

