Update DOAP file

This commit is contained in:
Emmanuele Bassi 2008-07-17 11:11:18 +00:00
parent 1742dd6750
commit 8baf249011

View File

@ -1,35 +1,32 @@
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<rdf:RDF 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="http://usefulinc.com/ns/doap#">
<Project>
<name>Clutter</name>
<shortname>clutter</shortname>
<created>2006-11-18</created>
<shortdesc xml:lang="en">Clutter is an OpenGL based interface library</shortdesc>
<shortdesc xml:lang="en">
Clutter is an OpenGL based interface library
</shortdesc>
<description xml:lang="en">
Clutter is a GObject based library for creating fast, visually
rich graphical user interfaces. It is intended for creating
single window heavily stylised applications such as media box
ui's, presentations or kiosk style programs in preference to
regular 'desktop' style applications.
Clutter is an open source software library for creating fast, visually
rich and animated 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" />
<download-page rdf:resource="http://www.clutter-project.org/sources" />
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
<bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter"/>
<mailing-list rdf:resource="mailto:clutter+subscribe@o-hand.com" />
<os>Linux</os>
<programming-language>C</programming-language>
<programming-language>Python</programming-language>
<programming-language>Perl</programming-language>
<category rdf:resource="http://labs.o-hand.com/doap/category/library"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
@ -63,6 +60,16 @@
</SVNRepository>
</repository>
<release>
<Version>
<name>0.8 Release</name>
<created>2008-07-10</created>
<branch></branch>
<revision>0.8</revision>
<file-release rdf:resource="http://clutter-project.org/sources/clutter/0.8/clutter-0.8.0.tar.gz" />
</Version>
</release>
<release>
<Version>
<name>0.6 Release</name>
@ -102,6 +109,4 @@
<file-release rdf:resource="http://projects.o-hand.com/clutter/sources/clutter-0.1.0.tar.gz" />
</Version>
</release>
</Project>