4 projects tagged "sass"
Soxer is a Web publishing tool intended for the lazy programmer and designer. It allows the creation and maintenance of document driven Web sites, such as corporate sites, blogs, and project sites, and is also extremely useful for creating mockups for database driven applications. It forms a very thin layer above Sinatra to deliver data from a set of YAML files rather than a database.
mod_sass is an Apache HTTPD module that automatically compiles SASS files into CSS. When a client's browser requests a SASS file, this module will fill the request with the compiled CSS. When a file is compiled, the resultant CSS is also cached. This means that the SASS is only compiled when the file has been modified, so the average wait time for the file is always very fast.
Genit is a framework that builds a static Web site, which does not require a server side programming language or database. Generated sites consist only of XHTML code (plus CSS and media). It runs from the command line, is based on XML, and is designed to be simple, readable, and minimalist.
PySite is not a CMS in the traditional sense. Rather, you manage the contents of a Web site via a file manager interface, which gives you access to all settings (pages, styles, plugins, etc.). Compose your pages with Jinja templates, and edit your code comfortably with syntax highlighting in the ACE editor. You may write your stylesheets in Sass and let the integrated compiler write CSS files. PySite also contains a facility to manage virtual mailboxes, in case you maintain your own SMTP and IMAP server, e.g. with Postfix and Dovecot.