Sha256: ae9b28f4f52c6c0583883625a7fd4eff1e650c89505f3ad3115bb0a5f01339db
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
h1. html-template-pro h2. What A Ruby port of HTML::Template::Pro (template engine originally written in Perl and XS). h2. Installing <pre syntax="ruby">sudo gem install html-template-pro</pre> h2. The basics h2. Demonstration of usage <% if rubyforge_project_id %> * rubyforge: "http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %>":http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %> <pre>git clone git://rubyforge.org/tmplpro.git</pre> <% else %> * rubyforge: MISSING IN ACTION TODO - You can not created a RubyForge project, OR have not run <code>rubyforge config</code> yet to refresh your local rubyforge data with this projects' id information. When you do this, this message will magically disappear! Or you can hack website/index.txt and make it all go away!! <% end %> * github: "http://github.com/tom-lpsd/ruby-html-template-pro/tree/master":http://github.com/tom-lpsd/ruby-html-template-pro/tree/master <pre>git clone git://github.com/tom-lpsd/ruby-html-template-pro.git</pre> h3. Build and test instructions <pre>cd tmplpro rake test rake install_gem</pre> h2. License LGPL h2. Contact Comments are welcome. Send an email to "Tom Tsuruhara":mailto:tom.lpsd@gmail.com
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.2 | website/index.txt |
html-template-pro-0.0.1 | website/index.txt |