-
Notifications
You must be signed in to change notification settings - Fork 14
/
metacity.doap
80 lines (67 loc) · 2.73 KB
/
metacity.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version='1.0' encoding='UTF-8'?>
<Project
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns:admin="http://webns.net/mvcb/">
<name xml:lang="en">Metacity</name>
<!-- It's a blog. Metacity has no homepage. -->
<homepage rdf:resource="http://blogs.gnome.org/metacity/" />
<!-- The date when the source control was initialised. -->
<created>2001-05-30</created>
<shortdesc xml:lang="en">Metacity is a simple compositing window manager that integrates nicely with GNOME Flashback.</shortdesc>
<description xml:lang="en">
A window manager for GNOME Flashback, with a focus on simplicity and usability
rather than novelties or gimmicks. It uses GTK+ 3 for drawing window frames,
so that it inherits colors, fonts, and so on from the GTK+ theme. Its author
has characterized it as a "boring window manager for the adult in you.
Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios."
</description>
<wiki rdf:resource="https://wiki.gnome.org/Projects/Metacity" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/metacity/issues/" />
<screenshots rdf:resource="https://commons.wikimedia.org/wiki/Image:Metacity-screenshot.png" />
<support-forum rdf:resource="https://discourse.gnome.org/" />
<programming-language>C</programming-language>
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<download-page rdf:resource="https://download.gnome.org/sources/metacity/" />
<repository>
<GitRepository>
<location rdf:resource="https://gitlab.gnome.org/GNOME/metacity" />
<browse rdf:resource="https://gitlab.gnome.org/GNOME/metacity.git" />
</GitRepository>
</repository>
<author>
<foaf:Person>
<foaf:name>Havoc Pennington</foaf:name>
</foaf:Person>
</author>
<maintainer>
<foaf:Person>
<foaf:name>Elijah Newren</foaf:name>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Thomas Thurman</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<!-- <gnome:userid>tthurman</gnome:userid> -->
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Florian Müllner</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>fmuellner</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Alberts Muktupāvels</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>muktupavels</gnome:userid>
</foaf:Person>
</maintainer>
</Project>