2006-11-21 Matthew Allum <mallum@openedhand.com>
[profile/ivi/psplash.git] / psplash.doap
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2         xmlns:foaf="http://xmlns.com/foaf/0.1/"
3         xmlns="http://usefulinc.com/ns/doap#">
4
5         <name>PSplash</name>
6         <created>2006-21-11</created>
7
8         <shortdesc xml:lang="en">PSplash is a graphcial boot screen</shortdesc>
9
10         <description xml:lang="en"> 
11
12         PSplash is a userspace graphical boot splash screen for mainly
13         embedded devices supporting a 16bpp framebuffer. It also
14         includes a 'client' command utility for sending information to
15         psplash such as boot progress information.
16
17         </description>
18
19         <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
20         <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash"/>
21         <os>linux</os>
22         <programming-language>C</programming-language>
23         <category rdf:resource="http://labs.o-hand.com/doap/category/system"/>
24         <category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
25
26         <maintainer>
27                 <foaf:Person>
28                         <foaf:name>Matthew Allum</foaf:name>
29                 </foaf:Person>
30         </maintainer>
31
32         <author>
33                 <foaf:Person>
34                         <foaf:name>Matthew Allum</foaf:name>
35                 </foaf:Person>
36         </author>
37
38         <repository>
39                 <SVNRepository>
40                         <browse rdf:resource="http://svn.o-hand.com/view/misc/trunk/psplash"/>
41                         <location rdf:resource="https://svn.o-hand.com/repos/misc/trunk/psplash"/>
42                 </SVNRepository>
43         </repository>
44
45 </Project>