One nice thing about git is that it is a distributed system; there is no central repository, and all clones are first-class citizens. It is dead simple to clone a git tree and then mirror that tree elsewhere. So I took the liberty of making a mirror of Speakup's git repository. If you want to clone from this mirror, the command git clone http://members.cox.net/cmbrannon/speakup.git should do the trick. I will periodically synchronize this with the master tree on linux-speakup.org. Regards, -- Chris