Fix the coding style for the Component scroll methods
[atk.git] / atk.doap
blob2876e799bc0125e3cfa3d04d452cd14b78d40045
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4 xmlns:foaf="http://xmlns.com/foaf/0.1/"
5 xmlns:gnome="http://api.gnome.org/doap-extensions#"
6 xmlns="http://usefulinc.com/ns/doap#">
8 <name xml:lang="en">atk</name>
9 <shortdesc xml:lang="en">The interface definitions of accessibility infrastructure</shortdesc>
10 <homepage rdf:resource="http://developer.gnome.org/atk"/>
11 <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel"/>
12 <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
13 <programming-language>C</programming-language>
15 <maintainer>
16 <foaf:Person>
17 <foaf:name>Alejandro PiƱeiro Iglesias</foaf:name>
18 <foaf:mbox rdf:resource="mailto:apinheiro@igalia.com" />
19 <gnome:userid>apinheiro</gnome:userid>
20 </foaf:Person>
21 </maintainer>
22 <author>
23 <foaf:Person>
24 <foaf:name>Bill Haneman</foaf:name>
25 <foaf:mbox rdf:resource="mailto:bill.haneman@sun.com" />
26 </foaf:Person>
27 </author>
28 <author>
29 <foaf:Person>
30 <foaf:name>Li Yuan</foaf:name>
31 <foaf:mbox rdf:resource="mailto:lee.yuan@oracle.com" />
32 <gnome:userid>liyuan</gnome:userid>
33 </foaf:Person>
34 </author>
35 <author>
36 <foaf:Person>
37 <foaf:name>Leon Fan</foaf:name>
38 <foaf:mbox rdf:resource="mailto:leon.fan@oracle.com" />
39 <gnome:userid>leonfan</gnome:userid>
40 </foaf:Person>
41 </author>
43 </Project>