aboutsummaryrefslogtreecommitdiffstats
path: root/libowl.doap
blob: f0e2c44e9c662e4854bb2145875c021080ef02f2 (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
42
43
44
45
46
<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>OWL</name>
  <shortname>libowl</shortname>
  <created>2006-03-18</created>
  
  <shortdesc xml:lang="en">
    A library of useful miscellaneous widgets for GTK+.
  </shortdesc>
  
  <description xml:lang="en"> 
    OWL, the OpenedHand Widget Library, is a collection of useful miscellaneous
    widgets for GTK+.
  </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/library"/>
  <category rdf:resource="http://labs.o-hand.com/doap/category/gtk"/>

  <maintainer>
    <foaf:Person>
      <foaf:name>Ross Burton</foaf:name>
      <foaf:mbox rdf:resource="mailto:ross@o-hand.com"/>
    </foaf:Person>
  </maintainer>
  
  <author>
    <foaf:Person>
      <foaf:name>Ross Burton</foaf:name>
      <foaf:mbox rdf:resource="mailto:ross@o-hand.com"/>
    </foaf:Person>
  </author>
  
  <repository>
    <SVNRepository>
      <browse rdf:resource="http://svn.o-hand.com/view/misc/trunk/libowl"/>
      <location rdf:resource="https://svn.o-hand.com/repos/misc/trunk/libowl"/>
    </SVNRepository>
  </repository>
</Project>