• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H10-Sep-2020-577503

help/H10-Sep-2020-47,82643,061

icons/H10-Sep-2020-1,2061,050

pixmaps/H03-May-2022-683612

plugindata/H10-Sep-2020-1,5331,316

plugins/H03-May-2022-8,0147,236

po/H03-May-2022-77,67260,053

src/H10-Sep-2020-8,4947,286

ABOUT-NLSH A D04-Jul-202091.8 KiB1,3801,341

AUTHORSH A D21-Jun-201171 32

COPYINGH A D21-Jun-20111.5 KiB2622

ChangeLogH A D21-Jun-201167.3 KiB2,1131,596

INSTALLH A D10-Sep-202015.4 KiB369287

Makefile.amH A D15-Jan-2019883 3527

Makefile.inH A D10-Sep-202028.6 KiB911812

NEWSH A D10-Sep-202028.7 KiB1,3781,142

READMEH A D10-Sep-20203.1 KiB13689

accerciser.appdata.xml.inH A D10-Sep-20201.8 KiB4139

accerciser.desktopH A D10-Sep-202010.6 KiB190189

accerciser.desktop.inH A D15-Jan-2019555 1514

acinclude.m4H A D21-Jun-2011324 1514

aclocal.m4H A D10-Sep-2020169.5 KiB4,5314,199

compileH A D10-Sep-20207.2 KiB349259

config.guessH A D10-Sep-202043.2 KiB1,4811,288

config.rpathH A D04-Jul-202018.1 KiB685588

config.subH A D10-Sep-202035.3 KiB1,8021,661

configureH A D10-Sep-2020271.8 KiB8,8987,395

configure.acH A D10-Sep-20201.3 KiB5747

install-shH A D10-Sep-202015.3 KiB530346

missingH A D10-Sep-20206.7 KiB216143

mkinstalldirsH A D10-Sep-20203.5 KiB163112

org.a11y.Accerciser.gschema.xmlH A D15-Jan-20193.9 KiB9594

py-compileH A D10-Sep-20205.1 KiB190141

pyreqs.pyH A D12-Sep-20171.6 KiB5442

README

1Accerciser 3.38.0
2Just 15 minutes a day for better accessibility!
3
4Description
5===========
6
7  Accerciser is an interactive Python accessibility explorer for the GNOME
8  desktop. It uses AT-SPI2 to inspect and control widgets, allowing you to check
9  if an application is providing correct information to assistive technologies
10  and automated test frameworks. Accerciser has a simple plugin framework which
11  you can use to create custom views of accessibility information.
12
13  In essence, Accerciser is a next generation at-poke tool.
14
15Features
16========
17
18* Based in at-spi2
19
20Accerciser uses the new dbus-based accessiblity framework.
21
22* Plugin architecture
23
24Create a Python module, drop it in a folder, and have it load as a plugin pane
25with full access to AT-SPI2 and the selected element in the accessibility tree
26view.
27
28* Interface browser and event monitor plugins
29
30All the features you've come to expect from a poke tool, and then some.
31
32* IPython console plugin
33
34A full, interactive Python shell with access to the accessible object selected
35in the tree view; all AT-SPI2 interfaces, methods and attributes; and any other
36Python modules. Supports autocompletion and a million other niceties thanks to
37IPython.
38
39* API browser plugin
40
41Shows the interfaces, methods, and attributes available on the selected
42accessible object.
43
44* Global hotkeys
45
46Move the tree view quickly to the last focused accessible or the one under the
47mouse pointer. Insert a marker into the event monitor log for easy
48identification at a later time.
49
50* Customizable UI layout
51
52Move plugin tabs to different panels or even separate windows to view them
53concurrently.
54
55* Accessibility!
56
57Accerciser does not disable its own accessibility.
58
59* Yelp documentation
60
61Included in the package.
62
63* Python powered
64
65Brits, not serpents.
66
67
68Requirements
69============
70
71As Accerciser uses pygobject, you'll need to have the following libraries:
72
73    gobject-introspection
74    python-gobject >= 2.90.3
75    gtk+3 >= 3.1.13
76
77  On a Red Hat based distro:
78
79    python >= 3.2
80    pyatspi >= 1.9.0
81    at-spi2-core >= 2.5.2
82    glib2 >= 2.10
83    GConf2-devel
84    pygobject
85    appstream-glib-devel
86    yelp-tools
87    python3-xlib
88
89  On a Debian based distro:
90
91    python >= 2.4
92    python3-pyatspi >= 1.9.0
93    at-spi2 >= 2.1.5
94    libgconf2-dev
95    python3-gobject
96    appstream-util
97    yelp-tools
98    python3-xlib
99
100  To use the Python console plugin, you must hve IPython installed.
101
102  Make sure accessibility is enabled for your GNOME desktop:
103
104    gsettings get org.gnome.desktop.interface toolkit-accessibility
105
106
107Installing
108==========
109
110  ./autogen.sh
111  make
112  sudo make install
113
114Running
115=======
116
117  Type 'accerciser' at the prompt or choose the Accerciser item from the
118  Programming menu in GNOME.
119
120Help
121=====
122
123  See the Help menu in the program GUI.
124
125Legal
126=====
127
128  Copyright (c) 2006, 2007 IBM Corporation
129
130  All rights reserved. This program and the accompanying materials are made
131  available under the terms of the BSD License which accompanies this
132  distribution, and is available at
133  http://www.opensource.org/licenses/bsd-license.php.
134
135  See COPYING and NOTICE for details.
136