Skip to content

Commit

Permalink
fix markup: RDoc doesn't like Russian
Browse files Browse the repository at this point in the history
  • Loading branch information
vast committed Jun 13, 2011
1 parent 548104b commit c32f7e6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.ru.rdoc
Expand Up @@ -321,10 +321,8 @@ Thin - это более производительный и функциона

=== Erb шаблоны

Зависимости:: {erubis}[http://www.kuwata-lab.com/erubis/] или
erb (включен в Ruby)
Расширения файлов:: <tt>.erb</tt>, <tt>.rhtml</tt> or <tt>.erubis</tt> (Erubis
only)
Зависимости:: {erubis}[http://www.kuwata-lab.com/erubis/] или erb (включен в Ruby)
Расширения файлов:: <tt>.erb</tt>, <tt>.rhtml</tt> or <tt>.erubis</tt> (только Erubis)
Пример:: <tt>erb :index</tt>

=== Builder шаблоны
Expand Down Expand Up @@ -372,11 +370,7 @@ Thin - это более производительный и функциона

=== Markdown шаблоны

Зависимости:: {rdiscount}[https://github.com/rtomayko/rdiscount],
{redcarpet}[https://github.com/tanoku/redcarpet],
{bluecloth}[http://deveiate.org/projects/BlueCloth],
{kramdown}[http://kramdown.rubyforge.org/] *или*
{maruku}[http://maruku.rubyforge.org/]
Зависимости:: {rdiscount}[https://github.com/rtomayko/rdiscount], {redcarpet}[https://github.com/tanoku/redcarpet], {bluecloth}[http://deveiate.org/projects/BlueCloth], {kramdown}[http://kramdown.rubyforge.org/] или {maruku}[http://maruku.rubyforge.org/]
Расширения файлов:: <tt>.markdown</tt>, <tt>.mkd</tt> and <tt>.md</tt>
Пример:: <tt>markdown :index, :layout_engine => :erb</tt>

Expand Down Expand Up @@ -487,8 +481,7 @@ Thin - это более производительный и функциона

=== CoffeeScript шаблоны

Зависимости:: {coffee-script}[https://github.com/josh/ruby-coffee-script]
и {способ запускать javascript}[https://github.com/sstephenson/execjs/blob/master/README.md#readme]
Зависимости:: {coffee-script}[https://github.com/josh/ruby-coffee-script] и {способ запускать javascript}[https://github.com/sstephenson/execjs/blob/master/README.md#readme]
Расширения файлов:: <tt>.coffee</tt>
Пример:: <tt>coffee :index</tt>

Expand Down

0 comments on commit c32f7e6

Please sign in to comment.