Squeak Help System

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Squeak Help System

Edgar J. De Cleene
To all what are working on Squeak Beginners Tutorial and Squeak
Documentation Project

I have this old idea of centralized Help system
http://minnow.cc.gatech.edu/squeak/3895, what I start and don't complete

Now I figure how have save and load again a compressed ReferenceStream , for
having some very small for storing and download.

If you file the attached in ANY Squeak, could see typing in Workspace

| stream unzipped |
stream  := (HTTPSocket httpGet:
'http://squeakros.atspace.com/SqueakBooks/Julio2005.shc').
stream binary.
stream reset.
unzipped := (GZipReadStream on: stream) upToEnd.
MiStack reloadMeFromDisk: unzipped asString.

I hope this could be useful to some.
I volunteer to assist to any what wish do step by step tutorial of how build
this kind of stuff


HyperCardNostalgia.st (60K) Download Attachment