Update Readmes with Radius removal

This commit is contained in:
Eloy Perez 2022-07-17 11:35:42 +02:00
parent e542dda2a2
commit 8f1ec07a15
11 changed files with 0 additions and 229 deletions

View File

@ -57,7 +57,6 @@ diesen Server verwenden.
- [Markdown Templates](#markdown-templates)
- [RDoc Templates](#rdoc-templates)
- [AsciiDoc Templates](#asciidoc-templates)
- [Radius Templates](#radius-templates)
- [Markaby Templates](#markaby-templates)
- [RABL Templates](#rabl-templates)
- [Slim Templates](#slim-templates)
@ -776,26 +775,6 @@ Da man aus dem AsciiDoc-Template heraus keine Ruby-Methoden aufrufen kann
(ausgenommen `yield`), wird man üblicherweise locals verwenden wollen, mit
denen man Variablen weitergibt.
#### Radius Templates
<table>
<tr>
<td>Abhängigkeit</td>
<td><a href="https://github.com/jlong/radius">radius</a></td>
</tr>
<tr>
<td>Dateierweiterung</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Beispiel</td>
<td><tt>radius :index, :locals => { :key => 'Wert' }</tt></td>
</tr>
</table>
Da man aus dem Radius-Template heraus keine Ruby-Methoden aufrufen kann, wird
man üblicherweise locals verwenden wollen, mit denen man Variablen weitergibt.
#### Markaby Templates
<table>

View File

@ -56,7 +56,6 @@ Se recomienda ejecutar `gem install puma`, porque Sinatra lo utilizará si está
- [Plantillas Markdown](#plantillas-markdown)
- [Plantillas RDoc](#plantillas-rdoc)
- [Plantillas AsciiDoc](#plantillas-asciidoc)
- [Plantillas Radius](#plantillas-radius)
- [Plantillas Markaby](#plantillas-markaby)
- [Plantillas RABL](#plantillas-rabl)
- [Plantillas Slim](#plantillas-slim)
@ -784,26 +783,6 @@ al de la plantilla pasando la opción `:layout_engine`.
Desde que no se puede utilizar métodos de Ruby desde una
plantilla AsciiDoc, casi siempre va a querer pasarle locales.
#### Plantillas Radius
<table>
<tr>
<td>Dependencias</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>Extensiones de Archivo</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Ejemplo</td>
<td><tt>radius :index, :locals => { :clave => 'valor' }</tt></td>
</tr>
</table>
Desde que no se puede utilizar métodos de Ruby (excepto por `yield`) de una
plantilla Radius, casi siempre se necesita pasar locales.
#### Plantillas Markaby
<table>

View File

@ -57,7 +57,6 @@ Sinatra utilise le server Thin quand il est disponible.
- [Templates Markdown](#templates-markdown)
- [Templates RDoc](#templates-rdoc)
- [Templates Asciidoc](#templates-asciidoc)
- [Templates Radius](#templates-radius)
- [Templates Markaby](#templates-markaby)
- [Templates RABL](#templates-rabl)
- [Templates Slim](#templates-slim)
@ -784,26 +783,6 @@ pour le layout en utilisant loption `:layout_engine`.
Comme vous ne pouvez pas appeler de méthodes Ruby depuis un template
AsciiDoc, vous aurez sûrement à lui passer des variables locales.
#### Templates Radius
<table>
<tr>
<td>Dépendances</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>Extensions de fichier</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Exemple</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Comme vous ne pouvez pas appeler de méthodes Ruby depuis un template
Radius, vous aurez sûrement à lui passer des variables locales.
#### Templates Markaby
<table>

View File

@ -54,7 +54,6 @@ PumaがあればSinatraはこれを利用するので、`gem install puma`する
- [Markdown テンプレート](#markdown-テンプレート)
- [RDoc テンプレート](#rdoc-テンプレート)
- [AsciiDoc テンプレート](#asciidoc-テンプレート)
- [Radius テンプレート](#radius-テンプレート)
- [Markaby テンプレート](#markaby-テンプレート)
- [RABL テンプレート](#rabl-テンプレート)
- [Slim テンプレート](#slim-テンプレート)
@ -712,25 +711,6 @@ RDocからはRubyを呼ぶことができないので、RDocで書かれたレ
AsciiDocテンプレートからRubyのメソッドを直接呼び出すことができないため、ほぼ全ての場合にlocalsを指定する必要があるでしょう。
#### Radius テンプレート
<table>
<tr>
<td>依存</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>ファイル拡張子</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td></td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
RadiusテンプレートからRubyのメソッドを直接呼び出すことができないため、ほぼ全ての場合にlocalsを指定する必要があるでしょう。
#### Markaby テンプレート
<table>

View File

@ -52,7 +52,6 @@ thin이 설치되어 있을 경우 Sinatra는 thin을 통해 실행합니다.
- [Markdown 템플릿](#markdown-템플릿)
- [RDoc 템플릿](#rdoc-템플릿)
- [AsciiDoc 템플릿](#asciidoc-템플릿)
- [Radius 템플릿](#radius-템플릿)
- [Markaby 템플릿](#markaby-템플릿)
- [RABL 템플릿](#rabl-템플릿)
- [Slim 템플릿](#slim-템플릿)
@ -705,26 +704,6 @@ RDoc에서 루비를 호출할 수 없기 때문에, RDoc으로 작성된 레이
AsciiDoc 템플릿에서는 루비 메서드를 호출할 수 없기
때문에, 거의 대부분의 경우 locals를 전달해야 합니다.
#### Radius 템플릿
<table>
<tr>
<td>의존성</td>
<td><a href="https://github.com/jlong/radius" title="Radius">radius</a></td>
</tr>
<tr>
<td>파일 확장자</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>예제</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Radius 템플릿에서는 루비 메서드를 호출할 수 없기
때문에, 거의 대부분의 경우 locals를 전달해야 합니다.
#### Markaby 템플릿
<table>

View File

@ -56,7 +56,6 @@ View at: [http://localhost:4567](http://localhost:4567)
- [Markdown Templates](#markdown-templates)
- [RDoc Templates](#rdoc-templates)
- [AsciiDoc Templates](#asciidoc-templates)
- [Radius Templates](#radius-templates)
- [Markaby Templates](#markaby-templates)
- [RABL Templates](#rabl-templates)
- [Slim Templates](#slim-templates)
@ -750,26 +749,6 @@ template than for the layout by passing the `:layout_engine` option.
Since you cannot call Ruby methods directly from an AsciiDoc template, you
almost always want to pass locals to it.
#### Radius Templates
<table>
<tr>
<td>Dependency</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>File Extension</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Example</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Since you cannot call Ruby methods directly from a Radius template, you
almost always want to pass locals to it.
#### Markaby Templates
<table>

View File

@ -58,7 +58,6 @@ pick up if available.
- [Markdown Templates](#markdown-templates)
- [RDoc Templates](#rdoc-templates)
- [AsciiDoc Templates](#asciidoc-templates)
- [Radius Templates](#radius-templates)
- [Markaby Templates](#markaby-templates)
- [RABL Templates](#rabl-templates)
- [Slim Templates](#slim-templates)
@ -777,26 +776,6 @@ template than for the layout by passing the `:layout_engine` option.
Since you cannot call Ruby methods directly from an AsciiDoc template, you
almost always want to pass locals to it.
#### Radius Templates
<table>
<tr>
<td>Dependency</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>File Extension</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Example</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Since you cannot call Ruby methods directly from a Radius template, you
almost always want to pass locals to it.
#### Markaby Templates
<table>

View File

@ -54,7 +54,6 @@ którego Sinatra użyje jeżeli będzie dostępny.
- [Markdown Templates](#markdown-templates)
- [RDoc Templates](#rdoc-templates)
- [AsciiDoc Templates](#asciidoc-templates)
- [Radius Templates](#radius-templates)
- [Markaby Templates](#markaby-templates)
- [RABL Templates](#rabl-templates)
- [Slim Templates](#slim-templates)
@ -775,26 +774,6 @@ template than for the layout by passing the `:layout_engine` option.
Since you cannot call Ruby methods directly from an AsciiDoc template, you
almost always want to pass locals to it.
#### Radius Templates
<table>
<tr>
<td>Dependency</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>File Extension</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Example</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Since you cannot call Ruby methods directly from a Radius template, you
almost always want to pass locals to it.
#### Markaby Templates
<table>

View File

@ -66,7 +66,6 @@ disponível, o Sinatra irá utilizá-la.
- [Markdown Templates](#markdown-templates)
- [RDoc Templates](#rdoc-templates)
- [AsciiDoc Templates](#asciidoc-templates)
- [Radius Templates](#radius-templates)
- [Markaby Templates](#markaby-templates)
- [RABL Templates](#rabl-templates)
- [Slim Templates](#slim-templates)
@ -824,26 +823,6 @@ deve-se passar a `:layout_engine` como opção.
Já que você não pode chamar o Ruby pelo template AsciiDoc,
você quase sempre precisará passar o `locals` para ele.
#### Radius Templates
<table>
<tr>
<td>Dependência</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>Extensão do Arquivo</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Exemplo</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Já que você não pode chamar o Ruby pelo template Radius,
você quase sempre precisará passar o `locals` para ele.
#### Markaby Templates
<table>

View File

@ -58,7 +58,6 @@ ruby myapp.rb
- [Markdown шаблоны](#markdown-шаблоны)
- [RDoc шаблоны](#rdoc-шаблоны)
- [AsciiDoc шаблоны](#asciidoc-шаблоны)
- [Radius шаблоны](#radius-шаблоны)
- [Markaby шаблоны](#markaby-шаблоны)
- [RABL шаблоны](#rabl-шаблоны)
- [Slim шаблоны](#slim-шаблоны)
@ -781,26 +780,6 @@ erb :overview, :locals => { :text => rdoc(:introduction) }
Так как в AsciiDoc шаблонах невозможно вызывать методы из Ruby напрямую, то вы
почти всегда будете передавать в шаблон локальные переменные.
#### Radius шаблоны
<table>
<tr>
<td>Зависимости</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>Расширения файлов</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>Пример</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
Так как в Radius шаблонах невозможно вызывать методы из Ruby напрямую, то вы
почти всегда будете передавать в шаблон локальные переменные.
#### Markaby шаблоны
<table>

View File

@ -51,7 +51,6 @@ ruby myapp.rb
- [Markdown 模板](#markdown-模板)
- [RDoc 模板](#rdoc-模板)
- [AsciiDoc 模板](#asciidoc-模板)
- [Radius 模板](#radius-模板)
- [Markaby 模板](#markaby-模板)
- [RABL 模板](#rabl-模板)
- [Slim 模板](#slim-模板)
@ -714,25 +713,6 @@ erb :overview, :locals => { :text => rdoc(:introduction) }
因为不能在 AsciiDoc 模板中直接调用 Ruby 方法,你几乎总是需要传递 locals 对象给它。
#### Radius 模板
<table>
<tr>
<td>依赖项</td>
<td><a href="https://github.com/jlong/radius" title="Radius">Radius</a></td>
</tr>
<tr>
<td>文件扩展名</td>
<td><tt>.radius</tt></td>
</tr>
<tr>
<td>例子</td>
<td><tt>radius :index, :locals => { :key => 'value' }</tt></td>
</tr>
</table>
因为不能在 Radius 模板中直接调用 Ruby 方法,你几乎总是可以传递 locals 对象给它。
#### Markaby 模板
<table>