summaryrefslogtreecommitdiff
path: root/banshee.doap
blob: a9b873b5f58765965cdf7224238706090339a588 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<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="http://bugzilla.gnome.org/browse.cgi?product=banshee" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/mit" />

  <!-- Current Releases -->
  <release>
    <Version>
      <name>2.1.0 Release</name>
      <branch>master</branch>
      <created>2011-05-12</created>
      <revision>2.1.0</revision>
      <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.1/banshee-2.1.0.tar.bz2" />
    </Version>
  </release>

  <release>
    <Version>
      <name>2.0 Release</name>
      <branch>stable-2.0</branch>
      <created>2011-04-06</created>
      <revision>2.0.0</revision>
      <file-release rdf:resource="http://download.banshee.fm/banshee/stable/2.0.0/banshee-2.0.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:alexk@gnome.org" />
      <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>