Happy !
hernan / Phantasia
Monticello registration
About Phantasia
Description
Write in Smalltalk to style pages with CSS. Instead of styling with ugly, boring and long Strings, where you must perform a continuous visual sweep of the code to make the most trivial modification. You can create high-level super sexy CSS constructs, track and review your styles with the standard Smalltalk tools (XReferences), and share constructs and configurations easily. The framework includes a set of 40 fixed layout templates ready for use, and let you compose the basic CSS elements as objects.
See (http://wiki.squeak.org/squeak/6096)
Installation
Install into a latest Seaside image:
Gofer it
url: 'http://www.smalltalkhub.com/mc/PharoExtras/OrderPreservingDictionary/main';
package: 'Collections-OrderPreservingDictionary';
url: 'http://www.smalltalkhub.com/mc/hernan/CodeGenerator/main';
package: 'CodeGenerator';
url: 'http://www.smalltalkhub.com/mc/hernan/Phantasia/main';
package: 'InstanceEncoder';
package: 'LibraryImporter';
package: 'CSS';
package: 'CSSTests';
package: 'CSSLayouts';
package: 'CSSTemplates';
package: 'CSSSeasideTemplates';
load
