Works now - thanks. I've put a copy of the config into ss3/MetaRepoForPharo20 so one can easily load via Configuration browser from within the 2.0 image.
Excellent! Something that would be amazing, is to have a small text panel that appears when you select a configuration, with a short description (or at least some keywords) of what the software about to install is all about.
For example, there are only a few projects that I can imagine what they are about. For example, no idea what VistaCursors, VoyageMongo, ScriptManager are about. I know I can easily find the info on the different forges. But my point is that the visibility of these projects is really small.
Maybe we can use as a convention a method #readme on each ConfigurationOf ?
Alexandre
I completely agree that more work is needed. I started a new config browser for 3.0 (based on Spec) as a changeset - currently I cant find the issue on this horrible new issue tracker ;) Yes - the config itself would be a good place. One problem: if you want to have a slick UI (fast moving in the list) you would have to load all the configs into the image. Or one needs an updating server job that collects all #readmes and provides a txt/xml file for the config browser client Bye T.