aboutsummaryrefslogtreecommitdiff
path: root/accessibility/py-papi
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.0.5Li-Wen Hsu2007-09-153-12/+18
| | | | | | | | | | | - DOCSDIR safety - respecting EXAMPLESDIR PR: ports/115006 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=199529
* - Update to 0.0.4Martin Wilke2007-03-232-4/+4
| | | | | | | | PR: 110696 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=188078
* - Update to 0.0.3Martin Wilke2006-12-292-4/+4
| | | | | | | | PR: ports/107239 Submitter by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=181016
* Papi, the Python Accessibility Programming Interface, is a PythonMartin Wilke2006-12-214-0/+47
wrapper around the GNOME ATK toolkit. It allows a developer to make python objects and applications easily accessibility aware without the need to install PyGTK and the GNOME accessibility components. Instead it only depends on ATK and - on the developers behalf - the ATK/AT-SPI bridge shipped with AT-SPI. WWW: http://ocemp.sourceforge.net/papi.html PR: ports/106909 Submitted by: Marcus von Appen Notes: svn path=/head/; revision=180382