-
Notifications
You must be signed in to change notification settings - Fork 49
/
gvfs.doap
45 lines (39 loc) · 1.95 KB
/
gvfs.doap
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
33
34
35
36
37
38
39
40
41
42
43
44
45
<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 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" />
<developer-forum rdf:resource="https://discourse.gnome.org/tag/gvfs" />
<download-page rdf:resource="https://download.gnome.org/sources/gvfs/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gvfs/issues/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<!-- General -->
<maintainer>
<foaf:Person>
<foaf:name>Ondrej Holy</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>oholy</gnome:userid>
</foaf:Person>
</maintainer>
<!-- MTP -->
<maintainer>
<foaf:Person>
<foaf:name>Philip Langdale</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>philipl</gnome:userid>
</foaf:Person>
</maintainer>
<!-- OneDrive -->
<maintainer>
<foaf:Person>
<foaf:name>Jan-Michael Brummer</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>jbrummer</gnome:userid>
</foaf:Person>
</maintainer>
</Project>