From: Kuo-Chieh Ting
Subject: help!  Where can I get code dealing with webpages?
Date: 
Message-ID: <55ml13$69n@paul.rutgers.edu>
Hi!

	I need find a LISP package that provides a function like 
the following: 

Evaluate: (get-page-from-url "http://home.netscape.com/")

Returns: A string holding the contents of the netscape home page.

If anyone know where I might find such a LISP program, or a set of tools 
could be used to write one, Please drop me a line



Thanks very much



Kuo-Chieh Ting

E-mail:   ······@paul.rutgers.edu
From: Rainer Joswig
Subject: Re: help!  Where can I get code dealing with webpages?
Date: 
Message-ID: <joswig-ya023180000511960809050001@news.lavielle.com>
In article <··········@paul.rutgers.edu>, ······@paul.rutgers.edu
(Kuo-Chieh Ting) wrote:

> Hi!
> 
>         I need find a LISP package that provides a function like 
> the following: 
> 
> Evaluate: (get-page-from-url "http://home.netscape.com/")
> 
> Returns: A string holding the contents of the netscape home page.
> 
> If anyone know where I might find such a LISP program, or a set of tools 
> could be used to write one, Please drop me a line

Look for CL-HTTP of the MIT AI Lab written by John Mallery.
It has code for a web client and web walker functionality.

Rainer Joswig