Plugin details

Malline is a smart, full-featured template system. All templates written with it are pure ruby.

Websitehttp://www.malline.org/ Repositoryhttp://svn.malline.org/stable/malline Author Riku Palomäki Tags HTML, View, template, XML LicenseLGPL

Documentation

Install the plugin:
ruby script/plugin install http://svn.malline.org/stable/malline

Malline registers a new file extension, .mn, to views.

Simple example:

div.page do
    h1 'Header one'
    ul.list! do
        li { a 'Link to somewhere', :href => '/foo' }
    end
end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (2 older versions) | Last edited by: scott, 8 months ago