-
Notifications
You must be signed in to change notification settings - Fork 1
/
matchbox-window-manager.doap
86 lines (71 loc) · 3.06 KB
/
matchbox-window-manager.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<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>Matchbox Window Manager</name>
<shortname>matchbox-window-manager</shortname>
<created>2007-01-02</created>
<shortdesc xml:lang="en">Matchbox Window Manager is an X11 window manager for non desktop platforms.</shortdesc>
<description xml:lang="en">
Matchbox Window Manager is an Open Source window manager for
the X Window System targeted at non-desktop embedded platforms
such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources
are limited.
The window manager implements arestrictive stack based PDA
like management policy. It supports modern window management
standards, cutting edge X capabilities, advanced themeing and
various window types.
</description>
<homepage rdf:resource="http://matchbox-project.org/" />
<download-page rdf:resource="http://matchbox-project.org/sources/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=matchbox-window-manager"/>
<os>linux</os>
<programming-language>C</programming-language>
<mailing-list rdf:resource="mailto:[email protected]" />
<category rdf:resource="http://labs.o-hand.com/doap/category/embedded"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/x11"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/matchbox"/>
<maintainer>
<foaf:Person>
<foaf:name>Matthew Allum</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
<author>
<foaf:Person>
<foaf:name>Matthew Allum</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</author>
<repository>
<SVNRepository>
<browse rdf:resource="http://svn.o-hand.com/view/matchbox/trunk/matchbox-window-manager"/>
<location rdf:resource="http://svn.o-hand.com/repos/matchbox/trunk/matchbox-window-manager"/>
</SVNRepository>
</repository>
<release>
<Version>
<name>matchbox-window-manager-1.1</name>
<created>2006-08-04</created>
<revision>1.1</revision>
<file-release rdf:resource="http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-1.1.tar.bz2" />
</Version>
</release>
<release>
<Version>
<name>matchbox-window-manager-1.0</name>
<created>2006-03-07</created>
<revision>1.0</revision>
<file-release rdf:resource="http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.0/matchbox-window-manager-1.0.tar.bz2" />
</Version>
</release>
<release>
<Version>
<name>matchbox-window-manager-0.9.3</name>
<created>2006-02-08</created>
<revision>0.9.3</revision>
<file-release rdf:resource="http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-0.9.3.tar.bz2" />
</Version>
</release>
</Project>