[ANN] Graph

Avi Bryant avi at beta4.com
Wed Jul 14 06:14:36 UTC 2004


On Jul 13, 2004, at 6:51 PM, Richard A. O'Keefe wrote:

> 	To play with this release, first of all, install Collections-Misc.
> 	Then add a new http repository in a monticello browser :
>
> What does that mean?  How do I do it?

- Install Monticello from the Squeak Map Package Loader
- From the world menu, choose "open", and then "Monticello Browser"
- A "Monticello Browser" window should come up.  Click the +Repository 
button near the top-right of the window.
- You'll be shown a list of repository types. Choose HTTP.
- You'll be presented with a text pane.  Modify the URL from 
'http//foo.com.bar' to 'http://www.squeaksource.com/Graph' and accept 
the text.

To continue:

- The righthand list of the Monticello browser should now show that  
squeaksource.com URL, and it should be selected.  Click the Open button 
at the top of the window.
- A new window will come up.  At the left is a list of the packages 
(Collections-Graphs, Iterator, and so on) present at that URL.  When 
one of these is selected, a list of available versions will appear on 
the right.
- Choose the latest (topmost) version of each of these packages in 
turn, pressing the Load buttton for each.
- If you want to view the code in one of those package versions before 
loading it, you can press the Browse button instead.  If you prefer to 
see a list of the changes (method and class additions and removals) 
that will be made to your image by loading the package, press the 
Changes button.  If you want to see the development history of the 
package (previous versions and change logs), press the History button.

>
> 	http://www.squeaksource.com/Graph, keep squeak/squeak as the
> 	login/password. Load the latest version of each package, open a
> 	WorkSpace and type GraphSystemWindow open. Now you can play with
> 	random and scale-free graphs.




More information about the Squeak-dev mailing list