-
Notifications
You must be signed in to change notification settings - Fork 5
/
org.gtk.accerciser.metainfo.xml.in
52 lines (51 loc) · 2.42 KB
/
org.gtk.accerciser.metainfo.xml.in
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Daniel Mustieles <[email protected]> -->
<component type="desktop-application">
<id>org.gtk.accerciser</id>
<launchable type="desktop-id">accerciser.desktop</launchable>
<project_license>BSD-3-Clause</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>Accerciser</name>
<summary>Accessibility explorer for the GNOME desktop</summary>
<description>
<p>
Accerciser is an interactive Python accessibility explorer for the GNOME desktop.
It uses AT-SPI to inspect and control widgets, allowing you to check if an application
is providing correct information to assistive technologies and automated test frameworks.
</p>
<p>
Accerciser has a simple plugin framework which you can use to create custom views of
accessibility information.
</p>
</description>
<url type="homepage">https://wiki.gnome.org/Apps/Accerciser</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/accerciser/issues</url>
<url type="help">https://help.gnome.org/users/accerciser/stable/</url>
<url type="translate">https://l10n.gnome.org/module/accerciser/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/accerciser</url>
<screenshots>
<screenshot type="default"><image>https://gitlab.gnome.org/GNOME/accerciser/raw/master/help/C/figures/api_browser.png</image></screenshot>
</screenshots>
<updatecontact>[email protected]</updatecontact>
<project_group>GNOME</project_group>
<translation type="gettext">accerciser</translation>
<content_rating type="oars-1.1" />
<releases>
<release version="3.44.1" date="2024-08-24"/>
<release version="3.44.0" date="2024-08-24"/>
<release version="3.42.0" date="2023-10-08"/>
<release version="3.40.0" date="2022-07-29"/>
<release version="3.39.1" date="2021-01-11"/>
<release version="3.38.0" date="2020-09-10"/>
<release version="3.36.3" date="2020-08-06"/>
<release version="3.36.2" date="2020-07-04"/>
<release version="3.36.1" date="2020-04-24"/>
<release version="3.36.0" date="2020-03-05"/>
<release version="3.34.6" date="2020-07-04"/>
<release version="3.34.5" date="2020-04-24"/>
<release version="3.34.4" date="2020-02-11"/>
<release version="3.34.3" date="2020-01-01"/>
<release version="3.34.2" date="2019-11-21"/>
<release version="3.34.1" date="2019-10-07"/>
</releases>
</component>