K 10 svn:author V 9 alepulver K 8 svn:date V 27 2008-02-16T17:23:44.000000Z K 7 svn:log V 579 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 PR: ports/119789 Submitted by: David K. Gerry END