-
Notifications
You must be signed in to change notification settings - Fork 4
/
psplash.doap
47 lines (38 loc) · 1.53 KB
/
psplash.doap
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
47
<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>PSplash</name>
<created>2006-21-11</created>
<shortdesc xml:lang="en">PSplash is a graphical boot screen</shortdesc>
<description xml:lang="en">
PSplash is a userspace graphical boot splash screen for mainly
embedded Linux devices supporting a 16bpp or 32bpp
framebuffer. It has few dependencies (just libc), supports
basic images and text, handles rotation and its visual look is
configurable by basic source changes.
Also included is a 'client' command utility for sending
information to psplash such as boot progress information.
</description>
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash"/>
<os>linux</os>
<programming-language>C</programming-language>
<category rdf:resource="http://labs.o-hand.com/doap/category/system"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
<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/misc/trunk/psplash"/>
<location rdf:resource="https://svn.o-hand.com/repos/misc/trunk/psplash"/>
</SVNRepository>
</repository>
</Project>