Glamour is an engine for scripting browsers.
It was originally built by Philipp Bunge as a validation for his Masters thesis, and Tudor Girba who actively maintains the current version. Andrei Vasile Chis worked on the Seaside renderer. Lukas Renggli created to the first version of the Seaside renderer, Jorge Ressia contributed to the core, and David Röthlisberger worked on the Morphic renderer.
Glamour received the 3rd prize at the ESUG Innovation Technology Awards 2009.
ESUG sponsors a project to create a Seaside interface for Glamour in 2010.
The Moose Book dedicates a chapter to Glamour.
Tudor Girba gave a podcast interview on Glamour.
Glamour comes with a built-in set of examples that can be browsed using a Glamour-based browser. You can get these examples by:
GLMBasicExamples open
A series of presentations are available here.
To get the latest version from squeaksource.com, you should execute the following code:
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamour';
load.
(Smalltalk at: #ConfigurationOfGlamour)
perform: #loadDevelopment
Glamour is shipped with the Moose Suite.