-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbanshee.doap
More file actions
96 lines (85 loc) · 3.17 KB
/
banshee.doap
File metadata and controls
96 lines (85 loc) · 3.17 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<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>
<description xml:lang="en">Play your music and videos. Stay entertained and up to date with podcasts
and video podcasts. Sync your Android, iPod, and other devices. We think
you'll love the new Banshee!
Learn more: http://banshee.fm/
</description>
<homepage rdf:resource="http://banshee.fm/" />
<download-page rdf:resource="http://banshee.fm/download" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/banshee-list" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/banshee/issues/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/mit" />
<programming-language>C#</programming-language>
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<!-- Current Releases -->
<release>
<Version>
<name>2.6 Release</name>
<branch>stable-2.6</branch>
<created>2012-09-29</created>
<revision>2.6.0</revision>
<file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/banshee-2.6.0.tar.bz2" />
</Version>
</release>
<release>
<Version>
<name>2.9.1 Release</name>
<branch>master</branch>
<created>2014-03-18</created>
<revision>2.9.1</revision>
<file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.9/banshee-2.9.1.tar.xz" />
</Version>
</release>
<!-- Version Control -->
<repository>
<GitRepository>
<browse rdf:resource="https://gitlab.gnome.org/GNOME/banshee" />
<location rdf:resource="https://gitlab.gnome.org/GNOME/banshee.git" />
</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:alexk@gnome.org" />
<gnome:userid>alexk</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Andrés G. Aragoneses</foaf:name>
<foaf:mbox rdf:resource="mailto:knocte@gmail.com" />
<gnome:userid>aaragoneses</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>