mutter/clutter.doap
Emmanuele Bassi 810a42c418 clutter.doap: Add my gnome userid
Not strictly needed, since we're not hosted on GNOME, but it can still
be useful when extracting meta-data from the DOAP file.
2011-03-14 14:17:14 +00:00

80 lines
2.9 KiB
XML

<?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:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name>Clutter</name>
<shortname>clutter</shortname>
<created>2006-11-18</created>
<shortdesc xml:lang="en">Clutter is an OpenGL based interface library</shortdesc>
<description xml:lang="en">Clutter is an open source software library for creating fast, portable, compelling and dynamic graphical user interfaces. Clutter uses OpenGL (and optionally OpenGL|ES for use on Mobile and embedded platforms) for rendering, but with an API which hides the underlying GL complexity from the developer. The Clutter API is intended to be easy to use, efficient and flexible.</description>
<homepage rdf:resource="http://www.clutter-project.org" />
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
<bug-database rdf:resource="http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter"/>
<download-page rdf:resource="http://source.clutter-project.org/sources/clutter" />
<mailing-list rdf:resource="mailto:clutter-devel-list@clutter-project.org" />
<programming-language>C</programming-language>
<category rdf:resource="http://labs.o-hand.com/doap/category/library"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/embedded"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/clutter"/>
<maintainer>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:ebassi@linux.intel.com"/>
<gnome:userid>ebassi</gnome:userid>
</foaf:Person>
</maintainer>
<author>
<foaf:Person>
<foaf:name>Matthew Allum</foaf:name>
<foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
</foaf:Person>
</author>
<author>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:ebassi@linux.intel.com"/>
</foaf:Person>
</author>
<author>
<foaf:Person>
<foaf:name>Neil Roberts</foaf:name>
<foaf:mbox rdf:resource="mailto:neil@linux.intel.com"/>
</foaf:Person>
</author>
<author>
<foaf:Person>
<foaf:name>Robert Bragg</foaf:name>
<foaf:mbox rdf:resource="mailto:robert@linux.intel.com"/>
</foaf:Person>
</author>
<author>
<foaf:Person>
<foaf:name>Øyvind Kolås</foaf:name>
<foaf:mbox rdf:resource="mailto:pippin@linux.intel.com"/>
</foaf:Person>
</author>
<repository>
<GitRepository>
<browse rdf:resource="http://git.clutter-project.org/clutter/"/>
<location rdf:resource="git://git.clutter-project.org/clutter"/>
</GitRepository>
</repository>
</Project>