From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cantata.rednote.net ([66.92.170.86]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AnIya-0000pP-00 for ; Sun, 01 Feb 2004 09:53:32 -0500 Received: from cantata.rednote.net (localhost.localdomain [127.0.0.1]) by cantata.rednote.net (8.12.3/8.12.3/Debian-6.6) with ESMTP id i11ErUaH002402 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sun, 1 Feb 2004 09:53:31 -0500 Received: (from janina@localhost) by cantata.rednote.net (8.12.3/8.12.3/Debian-6.6) id i11ErU9M002398 for speakup@braille.uwo.ca; Sun, 1 Feb 2004 09:53:30 -0500 Date: Sun, 1 Feb 2004 09:53:30 -0500 From: Janina Sajka To: "Speakup is a screen review system for Linux." Message-ID: <20040201145329.GG945@rednote.net> References: <002401c3e78c$7dc97be0$7700a8c0@desktop> <20040201035049.GS1307@asmodean.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040201035049.GS1307@asmodean.net> User-Agent: Mutt/1.3.28i Subject: Re: O T weather underground X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 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: Sun, 01 Feb 2004 14:53:32 -0000 Nice script, Raul. May I recommend: lynx -dump -nostatus Raul A. Gallegos writes: > From: "Raul A. Gallegos" > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Here is a weather script I us. Works real nice. I just type at a > prompt for example: > > wxw 80222 > > And I get the weather for Denver Colorado. > > Script follows: > > #!/bin/bash > > if [ "$#" -lt "1" -o "$#" -gt "2" ] ;then > echo "Usage: wxw zip or wxw cityname." > echo "Example: wxw 66212 or wxw Overland Park" > exit 1 > fi > > if [ "$#" -eq "1" ] ;then > QUERY="$1" > else > QUERY="$1+$2" > fi > > lynx "http://braille.wunderground.com/cgi-bin/findweather/getForecast?query=$QUERY" > > - -- > Raul a. Gallegos - http://www.asmodean.net > Do you like 80's music? Do you want to spend some time on Saturdays listening? > Visit http://www.chosen80s.com for all the details. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFAHHeYas0vKmIuNMcRAqciAJ9RtWnxOf3NWz8CP7ZNFfdj8y8zTACgrhfU > PkA1pBQiFuwqz+N94VGRobg= > =Qxpu > -----END PGP SIGNATURE----- > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Janina Sajka Email: janina@rednote.net Phone: +1 (202) 408-8175 Director, Technology Research and Development American Foundation for the Blind (AFB) http://www.afb.org Chair, Accessibility Work Group Free Standards Group http://a11y.org