blob: b3c32506f408a943e1eada7cc480bdb7c3c11dea (
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
|
<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">Cheese</name>
<shortdesc xml:lang="en">Take photos and videos with your webcam, with fun graphical effects</shortdesc>
<homepage rdf:resource="http://projects.gnome.org/cheese" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/cheese-list" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=cheese" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<maintainer>
<foaf:Person>
<foaf:name>daniel g. siegel</foaf:name>
<foaf:mbox rdf:resource="mailto:dgsiegel@gnome.org" />
<gnome:userid>dgsiegel</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Filippo Argiolas</foaf:name>
<foaf:mbox rdf:resource="mailto:filippo.argiolas@gmail.com" />
<gnome:userid>fargiolas</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Jaap A. Haitsma</foaf:name>
<foaf:mbox rdf:resource="mailto:jaap@haitsma.org" />
<gnome:userid>jhaitsma</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
|