2008-05-27 Robert Bragg <bob@o-hand.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 graphical boot screen</shortdesc>
9
10         <description xml:lang="en"> 
11         PSplash is a userspace graphical boot splash screen for mainly
12         embedded Linux devices supporting a 16bpp or 32bpp
13         framebuffer. It has few dependencies (just libc), supports
14         basic images and text, handles rotation and its visual look is
15         configurable by basic source changes.
16
17         Also included is a 'client' command utility for sending
18         information to psplash such as boot progress information.
19         </description>
20
21         <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
22         <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash"/>
23         <os>linux</os>
24         <programming-language>C</programming-language>
25         <category rdf:resource="http://labs.o-hand.com/doap/category/system"/>
26         <category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
27
28         <maintainer>
29                 <foaf:Person>
30                         <foaf:name>Matthew Allum</foaf:name>
31                 </foaf:Person>
32         </maintainer>
33
34         <author>
35                 <foaf:Person>
36                         <foaf:name>Matthew Allum</foaf:name>
37                 </foaf:Person>
38         </author>
39
40         <repository>
41                 <SVNRepository>
42                         <browse rdf:resource="http://svn.o-hand.com/view/misc/trunk/psplash"/>
43                         <location rdf:resource="https://svn.o-hand.com/repos/misc/trunk/psplash"/>
44                 </SVNRepository>
45         </repository>
46
47 </Project>