aboutsummaryrefslogtreecommitdiff
path: root/network/davfs2/README
diff options
context:
space:
mode:
authorJustin H Haynes <justin@justinhaynes.com>2010-05-11 22:54:43 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:54:43 +0200
commit669e6aaf073ee535bc743a5b7518d9d2a1657a59 (patch)
tree8cb2d3b36de5d5b555a4ea441c2e2a67b1a82970 /network/davfs2/README
parentaaf706d31764d76bcaed1d781a7e3a648d8c4af8 (diff)
network/davfs2: Added to 12.1 repository
Diffstat (limited to 'network/davfs2/README')
-rw-r--r--network/davfs2/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/davfs2/README b/network/davfs2/README
new file mode 100644
index 0000000000000..c2fb1feda09a7
--- /dev/null
+++ b/network/davfs2/README
@@ -0,0 +1,14 @@
+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.
+
+Dependencies are: neon (neon-0.26.4 is included in Slack 12.1)
+
+http://sourceforge.net/projects/dav/