1
0
Fork 0

Add links to projects to the readme

This commit is contained in:
Gregory Eremin 2013-12-15 01:39:18 +07:00
parent 4a8e148fc6
commit d4ec63d52c
No known key found for this signature in database
GPG Key ID: 5EFA427EEC26E86C
1 changed files with 10 additions and 9 deletions

View File

@ -2,18 +2,19 @@
#### Ruby implementations.
## Competitors
- Builder
- ERB
- Erubis
- Haml
- Liquid
- Markaby
- Mustache
- Slim
- [Builder](https://github.com/jimweirich/builder)
- [ERB](http://ruby-doc.org/stdlib-2.0.0/libdoc/erb/rdoc/ERB.html)
- [Erubis](http://www.kuwata-lab.com/erubis/)
- [Haml](http://haml.info/)
- [Liquid](http://liquidmarkup.org/)
- [Markaby](http://markaby.github.io/)
- [Mustache](https://github.com/defunkt/mustache)
- [Slim](http://slim-lang.com/)
- [Tenjin](http://www.kuwata-lab.com/tenjin/)
... and our special guest ...
- String interpolation
- [String interpolation](http://en.wikipedia.org/wiki/String_interpolation#Ruby)
## Running
```bash