diff options
Diffstat (limited to 'accessibility/yasr/pkg-descr')
-rw-r--r-- | accessibility/yasr/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/yasr/pkg-descr b/accessibility/yasr/pkg-descr new file mode 100644 index 000000000000..c4fec745a0e6 --- /dev/null +++ b/accessibility/yasr/pkg-descr @@ -0,0 +1,11 @@ +YASR ("Yet Another Screen Reader") is an attempt at a lightweight, +portable screen reader. It works by opening a shell in a pty and +intercepting all user input/output, maintaining a window of what +should be on the screen by looking at the codes and text sent to the +screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not +necessarily need to be setuid root (the only requirement being that +the user be able to access the tts device). + +WWW: http://yasr.sourceforge.net/ + +Ported by David K. Gerry <David.K.Gerry@GMail.com> |