summaryrefslogtreecommitdiff
path: root/at-spi2-core.doap
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-09-09 10:18:13 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-09-09 10:18:13 -0500
commit69f4fdcb624f624d309904191a4f1a184bc044fd (patch)
tree65f6da4c7cc49ec26a02a4ba57906644e2324641 /at-spi2-core.doap
parent57c120568d73fa0ffe6550fcb6bf05002faaf89b (diff)
downloadat-spi2-core-69f4fdcb624f624d309904191a4f1a184bc044fd.tar.gz
Update doap
Diffstat (limited to 'at-spi2-core.doap')
-rw-r--r--at-spi2-core.doap27
1 files changed, 12 insertions, 15 deletions
diff --git a/at-spi2-core.doap b/at-spi2-core.doap
index 1ac8f84c..85d64dfe 100644
--- a/at-spi2-core.doap
+++ b/at-spi2-core.doap
@@ -5,31 +5,28 @@
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">at-spi2-core</name>
- <shortdesc xml:lang="en">D-Bus accessibility specifications and registration daemon</shortdesc>
+ <shortdesc xml:lang="en">D-Bus accessibility specifications, library, and registration daemon</shortdesc>
+ <description xml:lang="en">The Access Technology Service Provider Interface
+(AT-SPI) is a set of interfaces that allow access technologies such as screen
+readers to programmatically determine what is being displayed on the screen and
+simulate keyboard and mouse events. It can also be used for automated testing.
+
+The at-spi2-core module contains the D-Bus specification, the registry daemon,
+and a C library for use by access technologies that provides a convenient
+wrapper around the DBus interfaces.</description>
<homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/at-spi2-core/issues/" />
+ <download-page rdf:resource="http://download.gnome.org/sources/at-spi2-core/" />
<mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<maintainer>
<foaf:Person>
- <foaf:name>Mark Doffman</foaf:name>
- <foaf:mbox rdf:resource="mailto:mark.doffman@codethink.co.uk" />
- <gnome:userid>markdoffman</gnome:userid>
- </foaf:Person>
- </maintainer>
- <maintainer>
- <foaf:Person>
<foaf:name>Mike Gorse</foaf:name>
<foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
<gnome:userid>mgorse</gnome:userid>
</foaf:Person>
</maintainer>
- <maintainer>
- <foaf:Person>
- <foaf:name>Li Yuan</foaf:name>
- <foaf:mbox rdf:resource="mailto:lee.yuan@oracle.com" />
- <gnome:userid>liyuan</gnome:userid>
- </foaf:Person>
- </maintainer>
</Project>