This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
isaac (author)
Fri Sep 05 20:28:45 -0700 2008
commit d216f06317855ac7feacfae5e689fa8f30125e06
tree 48db5002f5ef2677599f4cb58a9ad98e82556664
parent d776b5e34ed8f0011f014f72836d627d06fcae02
tree 48db5002f5ef2677599f4cb58a9ad98e82556664
parent d776b5e34ed8f0011f014f72836d627d06fcae02
malline /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | ||
| |
COPYING.LESSER | ||
| |
History.txt | ||
| |
Manifest.txt | ||
| |
README | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
github.rb | ||
| |
init.rb | ||
| |
lib/ | ||
| |
malline.gemspec | ||
| |
scripts/ | ||
| |
test/ |
README.txt
= Malline 1.1.0-svn * http://www.malline.org/ == DESCRIPTION: Malline is a full-featured template system designed to be a replacement for ERB views in Rails or any other framework. It also includes standalone bin/malline to compile Malline templates to XML in commandline. All Malline templates are pure Ruby, see http://www.malline.org/ for more info. See documentation on http://www.malline.org/ Copyright © 2007,2008 Riku Palomäki, riku@palomaki.fi Malline is released under GNU Lesser General Public License. Example Rails template file images.html.mn: xhtml do _render :partial => 'head' body do div.images! "There are some images:" do images.each do |im| a(:href => img_path(im)) { img :src => im.url } span.caption im.caption end _"No more images" end div.footer! { _render :partial => 'footer' } end end









