File: matchbox-keyboard.doap

package info (click to toggle)
matchbox-keyboard 0.1%2Bsvn20080916-11
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,048 kB
  • ctags: 539
  • sloc: ansic: 3,950; xml: 1,778; makefile: 85; sh: 2
file content (65 lines) | stat: -rw-r--r-- 2,300 bytes parent folder | download | duplicates (10)
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
<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 Keyboard</name>
	 <shortname>matchbox-keyboard</shortname>
	 <created>2007-01-02</created>

	 <shortdesc xml:lang="en">Matchbox Keyboard is an on screen virtual keyboard </shortdesc>

	 <description xml:lang="en"> 

         Matchbox-keyboard is an on screen 'virtual' or 'software'
         keyboard. It will hopefully work well on various touchscreen
         devices from mobile phones to tablet PCs running X Windows.

         It aims to 'just work' supporting localised, easy to write
         XML layout configuration files.

	</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-keyboard"/>

        <os>linux</os>
        <programming-language>C</programming-language>
        <mailing-list rdf:resource="mailto:matchbox+subscribe@o-hand.com" />

        <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:mallum@o-hand.com"/>
		</foaf:Person>
	</maintainer>

	<author>
		<foaf:Person>
			<foaf:name>Matthew Allum</foaf:name>
                        <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
		</foaf:Person>
	</author>

        <repository>
		<SVNRepository>
			<browse rdf:resource="http://svn.o-hand.com/view/matchbox/trunk/matchbox-keyboard"/>
			<location rdf:resource="http://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard"/>
		</SVNRepository>
        </repository>

	<release>
		<Version>
			<name>matchbox-keyboard-0.1</name>
			<created>2006-07-04</created>
			<revision>0.1</revision>
			<file-release rdf:resource="http://projects.o-hand.com/matchbox/sources/matchbox-keyboard/0.1/matchbox-keyboard-0.1.tar.gz" />
		</Version>
	</release>

</Project>