CMS MADE SIMPLE FORGE

Name Type Description
Theme Manager Module A module to easily import and export themes (templates and stylesheets) into cms.
CSSKit Module CSSKit is an alternative CSS renderer that reduces the number of HTTP requests related to css links in a rendered HTML page. It also provides minification of CSS to increase delivery speed to browser, as well as having some caching functionality. Phpdoc class documentation is also included.
BrowserTools Plugin to quickly hand users on a browser case. Ex: output for an iphone user agent would be "iphone" so you could have a body with the class "iphone" etc...
ScriptDeploy Module SPEED YOUR SITE UP !! • Output dynamic javascript files and css WITH smarty... • Set the files to use a subdomain… • cached… • minified… • CSS Validation… • Did I mention you can use SMARTYs!!! Replacement for {stylesheet}. !!! - Simple, flexible!!
Gridder Module Gridder is an excellent tool for any web developer/ designer that wants to easily align, match and/or lay out websites. If you need to be pixel perfect this can help... Simple, flexible!
AceEditor Module THIS IS BOTH A BACKEND AND A FRONTEND CODE HIGHLIGHTER AND EDITOR. Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project. Ace is also used on GitHub https://github.com/blog/905-edit-like-an-ace
CMS Foundation Module This module include Foundation CSS Framework in your template and add a responsive menu. You just have to insert {CMSFoundation} in your head template
css_960_grid Plugin Generate complete 960 Grid system code css. Including "text", " reset" css. Including "hack(ie)", "mobile" and "print" part css and can be use alone for specific stylesheet.
CSSPreprocessor Module A module that extends the stylesheets system of CMS Made Simple with various CSS Preprocessors. Uses either the standard DesignManager stylesheets, OR the file-based stylesheets from CMS Made Simple 2.3+. Older versions are working with CMSMS 1.12 and 2.1+ series. LESS and SASS preprocessors are provided (PHP and command-line), but you can extend it. Compiles Bootstrap and Foundation. Supports SMARTY inside stylesheets and before compilation, sourcemaps, minifying and AutoPrefixer (in PHP).
AceSyntax Module Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Both frontend as backend syntax highlighter.
cssMinifier Plugin This function takes the default {cms_stylesheet} and compresses it, removing unneccessary whitespace, colons, removing unneccessary px/em declarations etc.