From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f42.google.com (mail-yw0-f42.google.com [209.85.213.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id EB726C1A3E2 for ; Wed, 20 Oct 2010 17:55:19 -0400 (EDT) Received: by ywf7 with SMTP id 7so2589885ywf.29 for ; Wed, 20 Oct 2010 14:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=MouDjqLNWBizEY2eNgiIvBnV70atpokVXhyXYt1RASw=; b=gJOQZyHzyH4Raq47EXgPL7KPRKT4QCp/73qc3/FNaLmzuStNoBH4nLNBe5jsxdgizN emcKk/itsS4j0waUBXiJTWaupooMeg8mtdmx6rmyGbAbTPJWwJA4KjpX7ALggxV2mWw6 ejYxA0akC0RD2IYG+Ef6Dz5hnc6H6rCv2FcpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=fkXCt58xmstTKT5QkuqV+hP6qlzr3pylpdCU9D6+IbBIY/T7cTBulhsv0QTxHcZUva TbAMPCE8piRaYm47Z3leEInugsvxrPvmGnCksO8W8iCYhnvLCNcvmU08eX4I9mK96zAD v7ipYHE9W/kgJrpvdvc8WwJ7JbRLk5r/ThT8Y= Received: by 10.42.166.134 with SMTP id o6mr87886icy.452.1287611719328; Wed, 20 Oct 2010 14:55:19 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id w8sm296982vcr.0.2010.10.20.14.55.17 (version=SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 14:55:18 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Wed, 20 Oct 2010 16:55:16 -0500 Date: Wed, 20 Oct 2010 16:55:16 -0500 From: William Hubbs To: speakup mailing list Subject: new git repository for user space speakup tools Message-ID: <20101020215516.GA30748@linux1> Mail-Followup-To: speakup mailing list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 21:55:20 -0000 All, the user space speakup tools (speakupconf, talkwith, and speakup_setlocale), have been moved, along with their man pages, to a separate git repository. This can be cloned as follows: git clone http://www.linux-speakup.org/speakup-tools.git This has been done because it makes it easier for us to do releases of these tools without worrying about speakup itself, and it makes it easier for downstream distros to package them. Also, thiswill make it easier for us to keep track of which changes need to be forwarded upstream. If you have any questions, let me know. William