summaryrefslogtreecommitdiff
path: root/gvfs.doap
blob: a9d32f4f254c9db46253ac983dcdef1029ad515e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">

  <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>

  <homepage rdf:resource="https://wiki.gnome.org/Projects/gvfs" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gvfs-list" />
  <download-page rdf:resource="http://download.gnome.org/sources/gvfs/" />
  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gvfs" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Ondrej Holy</foaf:name>
      <foaf:mbox rdf:resource="mailto:oholy@redhat.com" />
      <gnome:userid>oholy</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>