summaryrefslogtreecommitdiff
path: root/metacity.doap
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-07-27 03:47:47 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-07-27 03:47:47 +0000
commitdeaebc5d2ebd6f9a281bb9a3151041b12dfaf263 (patch)
treef167b4ce13df975729d3ea25dc1a74dfee6a0de7 /metacity.doap
parent7f6a2ebc764c243c59a4ee51c964fad7d31c4ca0 (diff)
downloadmetacity-deaebc5d2ebd6f9a281bb9a3151041b12dfaf263.tar.gz
DOAP file (first pass, anyway).
* metacity.doap (added): DOAP file (first pass, anyway). svn path=/trunk/; revision=3796
Diffstat (limited to 'metacity.doap')
-rw-r--r--metacity.doap71
1 files changed, 71 insertions, 0 deletions
diff --git a/metacity.doap b/metacity.doap
new file mode 100644
index 00000000..7775f04a
--- /dev/null
+++ b/metacity.doap
@@ -0,0 +1,71 @@
+<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:admin="http://webns.net/mvcb/">
+
+ <name>The Metacity Window Manager</name>
+ <shortname>Metacity</shortname>
+
+ <!-- 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">
+A simple GTK+ window manager that tries not to get in your way.
+</shortdesc>
+ <description xml:lang="en">
+A window manager for GNOME, with a focus on simplicity and usability
+rather than novelties or gimmicks. It uses GTK+ 2 for drawing window frames,
+so that it inherits colours, fonts, and so on from the GTK+ theme. Its author
+has characterised it as a &quot;boring window manager for the adult in you.
+Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios.&quot;
+ </description>
+
+ <!-- I haven't found anything appropriate; I made this up. -->
+ <category>window-manager</category>
+
+ <wiki rdf:resource="http://live.gnome.org/Metacity" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=metacity" />
+ <screenshots rdf:resource="http://commons.wikimedia.org/wiki/Image:Metacity-screenshot.png" />
+
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/metacity-devel-list" />
+
+ <programming-language>C</programming-language>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
+ <download-page rdf:resource="http://download.gnome.org/sources/metacity/" />
+
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.gnome.org/svn/metacity/trunk" />
+ <browse rdf:resource="http://svn.gnome.org/viewvc/metacity/" />
+ </SVNRepository>
+ </repository>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Havoc Pennington</foaf:name>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Elijah Newren</foaf:name>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Thomas Thurman</foaf:name>
+ </foaf:Person>
+ </maintainer>
+
+ <!-- Releases would go here, but there have been dozens.
+ Maybe another time.
+ -->
+
+</Project>