forked from jamiepg1/nautilus-share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nautilus-share.doap
66 lines (59 loc) · 2.19 KB
/
nautilus-share.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<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#">
<!-- Project Info -->
<shortname>nautilus-share</shortname>
<created>2006-01-09</created>
<name xml:lang="en">Nautilus Share</name>
<shortdesc xml:lang="en">
Nautilus extension to share folder using Samba
</shortdesc>
<description xml:lang="en">
Nautilus Share allows you to quickly share a folder from the GNOME Nautilus
file manager without requiring root access.
</description>
<homepage rdf:resource="http://gentoo.ovibes.net/nautilus-share/" />
<download-page rdf:resource="" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=nautilus-share" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<!-- Current Releases -->
<release>
<Version>
<name>0.7.3 Release</name>
<branch>master</branch>
<created>2011-07-04</created>
<revision>0.7.3</revision>
<file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/nautilus-share/nautilus-share-0.7.4.tar.bz2" />
</Version>
</release>
<!-- Version Control -->
<repository>
<GitRepository>
<browse rdf:resource="http://git.gnome.org/cgit/nautilus-share" />
<location rdf:resource="git://git.gnome.org/nautilus-share" />
</GitRepository>
</repository>
<!-- Maintainers -->
<maintainer>
<foaf:Person>
<foaf:name>Sebastien Estienne</foaf:name>
<foaf:mbox rdf:resource="mailto:sebastien.estienne@gmail.com" />
<gnome:userid>sebest</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person><foaf:name>Federico Mena Quintero</foaf:name>
<foaf:mbox rdf:resource="mailto:federico@ximian.com" />
<gnome:userid>federico</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Chow Loong Jin</foaf:name>
<foaf:mbox rdf:resource="mailto:hyperair@ubuntu.com" />
<gnome:userid>ljchow</gnome:userid>
</foaf:Person>
</maintainer>
</Project>