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 35622

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 WebDAV resources as regular file systems
 davfs2 is a Linux file system driver that allows mounting a WebDAV
 resource as a regular file system. Files in that resource can
 be edited using standard applications which interact with the file
 system (e.g. text editors).
 .
 It supports SSL and proxy servers, uses coda for file system
 operations along with the neon library for WebDAV access, and is based on
 uservfs.
--- 47898	Thu Jan  1 00:00:00 1970
+++ 35622	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.
+mount WebDAV resources as regular file systems
+ davfs2 is a Linux file system driver that allows mounting a WebDAV
+ resource as a regular file system. Files in that resource can
+ be edited using standard applications which interact with the file
+ system (e.g. text editors).
  .
- davfs2 is designed to fully integrate into the filesystem semantics of
+ It supports SSL and proxy servers, uses coda for file system
- Unix-like systems (mount, umount, et c.). davfs2 makes
+ operations along with the neon library for WebDAV access, and is based on
- mounting by unprivileged users as easy and secure as possible.
+ uservfs.
- .
- 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.