summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README18
-rw-r--r--gvfs.doap8
2 files changed, 2 insertions, 24 deletions
diff --git a/README b/README
index b776bb8b..fcab73ee 100644
--- a/README
+++ b/README
@@ -1,17 +1 @@
-gvfs is a userspace virtual filesystem designed to work with the i/o
-abstractions of gio (a library availible in glib >= 2.15.1). It
-installs several modules that are automatically used by applications
-using the APIs of libgio. There is also fuse support that allows
-applications not using gio to access the gvfs filesystems.
-
-
-The gvfs model differs from e.g. gnome-vfs in that filesystems must
-be mounted before they are used. There is a central daemon (gvfsd)
-that handles coordinting mounts, and then each mount is (typically)
-in its own daemon process (although mounts can share daemon process).
-
-gvfs comes with a set of backends, including trash support, sftp,
-smb, http, dav and others. More backends are planned.
-
-gvfs also contains modules for gio that implement hal volume monitors
-and the gnome uri-scheme handler configuration.
+GVfs is a userspace virtual filesystem implementation for GIO (a library available in GLib). GVfs comes with a set of backends, including trash support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains modules for GIO that implement volume monitors and persistent metadata storage. There is also FUSE support that provides limited access to the GVfs filesystems for applications not using GIO.
diff --git a/gvfs.doap b/gvfs.doap
index a9d32f4f..6e26f561 100644
--- a/gvfs.doap
+++ b/gvfs.doap
@@ -7,13 +7,7 @@
<name xml:lang="en">gvfs</name>
<shortdesc xml:lang="en">Virtual filesystem implementation for GIO</shortdesc>
- <description xml:lang="en">GVfs is a userspace virtual filesystem designed to work with the I/O abstraction of GIO (a library availible in GLib >= 2.15.1). It installs several modules that are automatically used by applications using the APIs of libgio. There is also FUSE support that allows applications not using GIO to access the GVfs filesystems.
-
-The GVfs model differs from e.g. GnomeVFS in that filesystems must be mounted before they are used. There is a master daemon (gvfsd) that handles coordinating mounts, and then each mount is (typically) in its own daemon process (although mounts can share daemon process).
-
-GVfs comes with a set of backends, including trash support, SFTP, SMB, HTTP, DAV, and others.
-
-GVfs also contains modules for GIO that implement volume monitors and the GNOME URI scheme handler configuration.</description>
+ <description xml:lang="en">GVfs is a userspace virtual filesystem implementation for GIO (a library available in GLib). GVfs comes with a set of backends, including trash support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains modules for GIO that implement volume monitors and persistent metadata storage. There is also FUSE support that provides limited access to the GVfs filesystems for applications not using GIO.</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/gvfs" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gvfs-list" />