blob: 5046bbc71496d409a02fe814692e89426c621760 (
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
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
67
68
69
|
<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>banshee</shortname>
<created>2005-02-17</created>
<name xml:lang="en">Banshee Media Player</name>
<shortdesc xml:lang="en">Play and organize your media collection</shortdesc>
<homepage rdf:resource="http://banshee-project.org/" />
<download-page rdf:resource="http://banshee-project.org/download" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/banshee-list" />
<bug-database rdf:resource="http://bugzilla.gnome.org/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/mit" />
<!-- Current Releases -->
<release>
<Version>
<name>1.6.0 Release</name>
<branch>stable</branch>
<created>2010-03-31</created>
<revision>1.6.0</revision>
<file-release rdf:resource="http://download.banshee-project.org/banshee/stable/1.6.0/banshee-1-1.6.0.tar.bz2" />
</Version>
</release>
<!-- Version Control -->
<repository>
<GitRepository>
<browse rdf:resource="http://git.gnome.org/cgit/banshee" />
<location rdf:resource="git://git.gnome.org/banshee" />
</GitRepository>
</repository>
<!-- Maintainers -->
<maintainer>
<foaf:Person>
<foaf:name>Aaron Bockover</foaf:name>
<foaf:mbox rdf:resource="mailto:abock@gnome.org" />
<gnome:userid>abock</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Alexander Kojevnikov</foaf:name>
<foaf:mbox rdf:resource="mailto:alexander@kojevnikov.com" />
<gnome:userid>alexk</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Bertrand Lorentz</foaf:name>
<foaf:mbox rdf:resource="mailto:bertrand.lorentz@gmail.com" />
<gnome:userid>blorentz</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Gabriel Burt</foaf:name>
<foaf:mbox rdf:resource="mailto:gabriel.burt@gmail.com" />
<gnome:userid>gburt</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
|