Re: need some help on lynx

2002-11-25 Thread Brian Potkin
On Mon, Nov 25, 2002 at 12:00:54PM +0530, Sandip P Deshmukh wrote: > hello all > > this is something i have tried to do but could not. > > typically, every day, i go to google. go to google news. switch to text > mode. all this is done by way of links provided on the page. > > once in the text

Re: need some help on lynx

2002-11-25 Thread do_not.email_me
Hi Sandip, Have you looked at "autospec"? It will produce a script that will automatically reproduce what you did in a given session... cheers On Mon, 25 Nov 2002, Sandip P Deshmukh wrote: > --7iMSBzlTiPOCCT2k > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Conten

Re: need some help on lynx

2002-11-25 Thread Rob Weir
On Mon, Nov 25, 2002 at 12:00:54PM +0530, Sandip P Deshmukh wrote: > hello all > > this is something i have tried to do but could not. > > typically, every day, i go to google. go to google news. switch to text > mode. all this is done by way of links provided on the page. > > once in the text m

Re: need some help on lynx

2002-11-25 Thread Sandip P Deshmukh
On Mon, Nov 25, 2002 at 02:40:51AM -0600, Elizabeth Barham wrote: > Elizabeth writes: > $ lynx -dump http://news.google.com/news?q=india > > returns: > > > [1]Go to Google News Home > News BETA >[2]Preferences[3]Search Tips > > ... > > Searched news

Re: need some help on lynx

2002-11-25 Thread Elizabeth Barham
Elizabeth writes: > lynx -post_data q=india -- http://www.google.com/ This doesn't work. lynx expects the parameters to be given to it via stdin and ending with a "--". So, say: $ cat > query.post q=india -- ^D $ lynx -post_data http://new.google.com/news < query.post returns: Google

Re: need some help on lynx

2002-11-25 Thread Sandip P Deshmukh
On Mon, Nov 25, 2002 at 02:21:03AM -0600, Elizabeth Barham wrote: > Sandip writes: > > > > > once in the text mode news, i type in the same query in the space > > > > provided. > > > >=20 > > > > i wanted to know if i can automate the whole thing or at least the last > > > > typing a query part of

Re: need some help on lynx

2002-11-25 Thread Elizabeth Barham
Sandip writes: > > > once in the text mode news, i type in the same query in the space > > > provided. > > >=20 > > > i wanted to know if i can automate the whole thing or at least the last > > > typing a query part of it. may be i can store the query in a text file > > > and be done. there is an

Re: need some help on lynx

2002-11-24 Thread Sandip P Deshmukh
On Mon, Nov 25, 2002 at 01:09:44AM -0600, Elizabeth Barham wrote: > Sandip writes: > > > this is something i have tried to do but could not. > > > > typically, every day, i go to google. go to google news. switch to text > > mode. all this is done by way of links provided on the page. > > > > o

Re: need some help on lynx

2002-11-24 Thread Elizabeth Barham
Sandip writes: > this is something i have tried to do but could not. > > typically, every day, i go to google. go to google news. switch to text > mode. all this is done by way of links provided on the page. > > once in the text mode news, i type in the same query in the space > provided. > >

need some help on lynx

2002-11-24 Thread Sandip P Deshmukh
hello all this is something i have tried to do but could not. typically, every day, i go to google. go to google news. switch to text mode. all this is done by way of links provided on the page. once in the text mode news, i type in the same query in the space provided. i wanted to know if i ca