summaryrefslogtreecommitdiff
path: root/network/davfs2/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/davfs2/README')
-rw-r--r--network/davfs2/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/davfs2/README b/network/davfs2/README
deleted file mode 100644
index 048c01ba26..0000000000
--- a/network/davfs2/README
+++ /dev/null
@@ -1,12 +0,0 @@
-davfs2 (WebDAV Linux File System)
-
-davfs2 is a Linux file system driver that allows you to mount a WebDAV
-server as a local file system, like a disk drive. This way
-applications can access resources on a Web server without knowing
-anything about HTTP or WebDAV. Davfs2 runs as a daemon in userspace.
-It uses the kernel file system fuse (or coda, but fuse is in Slack
-12.1 kernel). To connect to the WebDAV server it makes use of the
-neon library. Neon supports TLS/SSL using OpenSSL(or GnuTLS, but
-Slack has OpenSSL) and access via proxy server.
-
-http://sourceforge.net/projects/dav/