a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 47898 and 15512

Description: mount a WebDAV resource as a regular file system
 Web Distributed Authoring and Versioning (WebDAV), an extension to the
 HTTP-protocol, allows authoring of resources on a remote
 web server. davfs2 provides the ability to access such resources like
 a typical filesystem, allowing for use by standard applications with no
 built-in support for WebDAV.
 .
 davfs2 is designed to fully integrate into the filesystem semantics of
 Unix-like systems (mount, umount, et c.). davfs2 makes
 mounting by unprivileged users as easy and secure as possible.
 .
 davfs2 does extensive caching to make the file system responsive,
 to avoid unnecessary network traffic and to prevent data loss, and to cope
 for slow or unreliable connections.
 .
 davfs2 will work with most WebDAV servers needing little or no configuration.
Description: mount a WebDAV resource as a regular file system
 DAVFS2 is a Linux file system driver that allows you to mount a WebDAV
 resource as a regular file system.  It allows files in a remote Web resource
 to be edited using standard applications that interact with the file system
 (e.g.  text editors). It uses coda for file system operations and the neon
 library for WebDAV access. It supports SSL and proxy servers. The code is
 based on uservfs (uservfs.sf.net).
 .
 This package will not work with kernel 2.4.
--- 47898	Thu Jan  1 00:00:00 1970
+++ 15512	Thu Jan  1 00:00:00 1970
@@ -1,16 +1,9 @@
 mount a WebDAV resource as a regular file system
- Web Distributed Authoring and Versioning (WebDAV), an extension to the
- HTTP-protocol, allows authoring of resources on a remote
- web server. davfs2 provides the ability to access such resources like
- a typical filesystem, allowing for use by standard applications with no
- built-in support for WebDAV.
+ DAVFS2 is a Linux file system driver that allows you to mount a WebDAV
+ resource as a regular file system.  It allows files in a remote Web resource
+ to be edited using standard applications that interact with the file system
+ (e.g.  text editors). It uses coda for file system operations and the neon
+ library for WebDAV access. It supports SSL and proxy servers. The code is
+ based on uservfs (uservfs.sf.net).
  .
- davfs2 is designed to fully integrate into the filesystem semantics of
+ This package will not work with kernel 2.4.
- Unix-like systems (mount, umount, et c.). davfs2 makes
- mounting by unprivileged users as easy and secure as possible.
- .
- davfs2 does extensive caching to make the file system responsive,
- to avoid unnecessary network traffic and to prevent data loss, and to cope
- for slow or unreliable connections.
- .
- davfs2 will work with most WebDAV servers needing little or no configuration.