Happy !
Pharo / Athens
Monticello registration
About Athens
A vector graphics framework for Pharo with nice little back-ends such as Cairo.
There is a jenkins job producing image with preloaded configuration of Athens: https://ci.inria.fr/pharo-contribution/job/Athens/
To load the project into image, first load its Metacello configuration:
Gofer new
smalltalkhubUser: 'Pharo' project: 'Athens';
configuration;
load.
And then, load the version of configuration you want.
ConfigurationOfAthens loadDevelopment.
ConfigurationOfAthens loadStable.
etc..
