There is a new tool: "Configuration Browser" available, you
can find the code at http://code.google.com/p/pharo/issues/detail?id=2752

After loading it is available from the world menu or via

   PharoConfigurationBrowser open

By default it opens on one of the new configuration repositories 
(depending on Pharo version):

 http://www.squeaksource.com/UniverseForPharo10
 http://www.squeaksource.com/UniverseForPharo11
 http://www.squeaksource.com/UniverseForPharo12

It displays the latest published package version of each ConfigurationOfXXX . 
Using the context menue one is able to load either the ConfigurationOfXXX or 
additionally the latest version of this particular configuration.

You can also use it to browse and use configs in any other HTTP 
based config repo, like the old MetacelloRepository:

|browser|
browser := PharoConfigurationBrowser new.
browser repository: 'http://www.squeaksource.com/MetacelloRepository'.
browser open

The code was tested on Pharo 1.0, 1.1 and 1.2.

Have fun
T.
-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to