[ANN] StarBrowser for Squeak

Ned Konz ned at bike-nomad.com
Thu Nov 14 17:07:20 UTC 2002


On Wednesday 13 November 2002 07:38 am, Roel Wuyts wrote:
> Hello,
> after requests from several people at the ESUG event in Douai and
> at OOPSLA, I decided to spend my airplane time wisely and implement
> a first version of the StarBrowser for Squeak :-) The results can
> be downloaded from the StarBrowser webpages
> (http://www.iam.unibe.ch/~wuyts/StarBrowser/index.html). I will
> make them available via SqueakMap as well, but did not have time to
> do that yet...

Hi Roel,
If you add the following to your zip file as a member named 
'install/preamble', and rename your zip to be 'starbrowser.sar', then 
you can make this auto-installable from SqueakMap.

self ifNotNil: [
    self fileInMemberNamed: 'SqueakCompatibility.cs'.
     self fileInMemberNamed: 'ClassificationsModel.cs'.
     self fileInMemberNamed: 'ClassificationsTesting.cs'.
     self fileInMemberNamed: 'StarBrowser.cs'.
]

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list