Malline project management

This is a project management and bug tracking system for Malline, a template system for Ruby on Rails. More information about the project can be found at the project homepage http://www.malline.org/.

Subversion repository can be found at http://svn.malline.org/. Latest development version is at http://svn.malline.org/trunk/malline.

RDoc documentation

Please feel free to suggest new features and report bugs by adding a new ticket.

The user community could also make use of comprehensive documentation and example code / design patterns.

Sitemap

Example code

(need colors)

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