I would much rather see a robust interface to an external browser, for two reasons: (1) scamper was never terribly impressive; (2) Seaside testing.
 
Bill
 


From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of laurent laffont
Sent: Friday, February 26, 2010 4:45 PM
To: An open mailing list to discuss any topics related to an open-source Smalltalk
Subject: [Pharo-project] Scamper revival

Hi,

It's not stable, but it loads google :)

Gofer new
squeaksource: 'LaurentLSandbox';
package:'HTML';
package:'Scamper';
load.
Then:

Scamper openOnUrl: 'http://www.google.com'.


I suppose there's a technique to replace all   _  by  :=

Laurent Laffont