Sha256: 3a88cdb3e99ff0d2f00822d705320647122605b1184af7b702f359e144314c6e
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
%#-- %# Copyright protects this work. %# See LICENSE file for details. %#++ % api_url = './api/index.html' % src_url = 'http://github.com/sunaku/' + $program % src_scm = '[Git](http://git-scm.com)' %|chapter "Introduction" %|project <%= $project %> is an [eRuby template](http://en.wikipedia.org/wiki/ERuby) processsor that allows debugging, reduces markup, and improves composability of eRuby templates. * <%= xref "History", "What's new?" %> --- history of project releases. * [Source code](<%= src_url %>) --- obtain via <%= src_scm %> or browse online. * [API reference](<%= api_url %>) --- documentation for source code. * [Project home](<%= $website %>) --- the <%= $project %> project home page. To get help or provide feedback, simply <%= xref "License", "contact the author(s)" %>. %|section "Features" <%= $project %> is exciting because: * It reports correct line numbers in stack traces. * It can infer <tt><%% end %></tt> based on indentation. * It can unindent block content hierarchically. * It completely silences code-only eRuby directives. * It is implemented in <%= `sloccount lib`[/^\d+/] %> lines of pure Ruby. %|section "Etymology" <%= $project %> stands for *embe*dded *r*uby. %|section "License" %< "../LICENSE" %|section "Related works" * [Erubis](http://www.kuwata-lab.com/erubis/) * [eruby](http://modruby.net/en/) * [ERB](http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ember-0.0.1 | doc/intro.erb |