Final 3.6 Plan

christian.burkert at s2000.tu-chemnitz.de christian.burkert at s2000.tu-chemnitz.de
Wed May 14 09:05:49 UTC 2003


Hi

Thanks for the great work! I'm looking forward to the new version. Just 
another proposal. It would be fine if there was a hint in the image to set up 
the HTTP Proxy. The question about this comes frequently and this could 
help ... The simplest would be to add it to the Readme ...

**************************************
Networking
Squeak supports network access. If you are on a web-connected network, you 
might want to try...
	HTTPSocket httpShowGif:
		'http://squeak.org/Squeak2.0/midi/Squeakers.GIF'.

Be sure you set up your proxy server if you are behind one. Try the following:
	HTTPSocket useProxyServerNamed: 'yourServer' port: 8080

There are more examples in the Socket class. Also included with this release 
is a complete WikiWiki server.  See the accompanying information on WikiWiki.

Squeak's FileList also supports network access. Available servers are shown at 
the [] root, and new servers can be added with the 'add server...' menu 
command.

Finally, as mentioned above, Squeak can download active projects over the 
net...
	Project fromUrl: 
		'http://209.143.91.36/super/SuperSwikiProj/FinalFrontier'.
**************************************

What do you think?

regards chris burkert



More information about the Squeak-dev mailing list