summaryrefslogtreecommitdiff
path: root/opt/opt.doap
blob: ec82f853a3bbec0579b266283e05e042b744f263 (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
36
37
38
39
40
41
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns="http://usefulinc.com/ns/doap#">

	<name>OpenedHand Presentation Tool</name>
	<shortname>opt</shortname>
	<created>2006-21-11</created>

	<shortdesc xml:lang="en">'OPT' is a simple application for creating presentations.</shortdesc>

	<description xml:lang="en"> 

	</description>

	<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
        <os>linux</os>
        <programming-language>C</programming-language>
        <category rdf:resource="http://labs.o-hand.com/doap/category/clutter"/>
        <category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
        <category rdf:resource="http://labs.o-hand.com/doap/category/application"/>

	<maintainer>
		<foaf:Person>
			<foaf:name>Matthew Allum</foaf:name>
		</foaf:Person>
	</maintainer>

	<author>
		<foaf:Person>
			<foaf:name>Matthew Allum</foaf:name>
		</foaf:Person>
	</author>

        <repository>
		<SVNRepository>
			<browse rdf:resource="http://svn.o-hand.com/view/clutter/trunk/toys/opt"/>
			<location rdf:resource="https://svn.o-hand.com/repos/clutter/trunk/toys/opt"/>
		</SVNRepository>
        </repository>

</Project>