aboutsummaryrefslogtreecommitdiffstats
path: root/psplash.doap
blob: ec481e9fc549daef766502f76c4f2ff519b5d332 (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
<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 graphcial boot screen</shortdesc>

	<description xml:lang="en"> 

	PSplash is a userspace graphical boot splash screen for mainly
	embedded devices supporting a 16bpp framebuffer. It also
	includes 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>