This afternoon at ESUG we showed the things we have been doing to eliminate duplication
and add functionalitywhen building Magritte-based applications.
You can use the code by doing in a Pharo 2.0 image:
Gofer new
url: 'http://smalltalkhub.com/mc/DiegoLont/QCMagritte/main';
package: 'ConfigurationOfQCMagritte';
load.
(Smalltalk at: #ConfigurationOfQCMagritte) project development load: #( 'Demo' ).
We have not tested Squeak, Pharo 1.4 and Gemstone, but don't expect any
problems. Squeak needs Announcements for the code to work.
What we showed is an expanded version of the TwitterBootstrap demo.
Diego & Stephan