docs: Remove Less mentions from READMEs

This commit is contained in:
Olle Jonsson 2021-08-27 16:51:23 +02:00 committed by Jordan Owens
parent d1af2f1e6c
commit fb64f4f4b4
11 changed files with 0 additions and 198 deletions

View File

@ -56,7 +56,6 @@ diesen Server verwenden.
- [Nokogiri Templates](#nokogiri-templates)
- [Sass Templates](#sass-templates)
- [SCSS Templates](#scss-templates)
- [Less Templates](#less-templates)
- [Liquid Templates](#liquid-templates)
- [Markdown Templates](#markdown-templates)
- [Textile Templates](#textile-templates)
@ -704,24 +703,6 @@ Nimmt ebenso einen Block für Inline-Templates entgegen (siehe Beispiel).
</table>
#### Less Templates
<table>
<tr>
<td>Abhängigkeit</td>
<td><a href="http://lesscss.org/">less</a></td>
</tr>
<tr>
<td>Dateierweiterung</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Beispiel</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid Templates
<table>

View File

@ -54,7 +54,6 @@ Se recomienda ejecutar `gem install puma`, porque Sinatra lo utilizará si está
* [Plantillas Nokogiri](#plantillas-nokogiri)
* [Plantillas Sass](#plantillas-sass)
* [Plantillas SCSS](#plantillas-scss)
* [Plantillas Less](#plantillas-less)
* [Plantillas Liquid](#plantillas-liquid)
* [Plantillas Markdown](#plantillas-markdown)
* [Plantillas Textile](#plantillas-textile)
@ -709,23 +708,6 @@ También toma un bloque para plantillas inline (ver [ejemplo](#plantillas-inline
</tr>
</table>
#### Plantillas Less
<table>
<tr>
<td>Dependencias</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>Extensiones de Archivo</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Ejemplo</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Plantillas Liquid
<table>

View File

@ -54,7 +54,6 @@ Sinatra utilise le server Thin quand il est disponible.
* [Templates Nokogiri](#templates-nokogiri)
* [Templates Sass](#templates-sass)
* [Templates SCSS](#templates-scss)
* [Templates Less](#templates-less)
* [Templates Liquid](#templates-liquid)
* [Templates Markdown](#templates-markdown)
* [Templates Textile](#templates-textile)
@ -706,24 +705,6 @@ exemple).
</tr>
</table>
#### Templates Less
<table>
<tr>
<td>Dépendances</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>Extensions de fichier</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Exemple</td>
<td><tt>less :stylesheet</tt>
</td>
</tr>
</table>
#### Templates Liquid
<table>

View File

@ -51,7 +51,6 @@ PumaがあればSinatraはこれを利用するので、`gem install puma`する
* [Nokogiri テンプレート](#nokogiri-テンプレート)
* [Sass テンプレート](#sass-テンプレート)
* [SCSS テンプレート](#scss-テンプレート)
* [Less テンプレート](#less-テンプレート)
* [Liquid テンプレート](#liquid-テンプレート)
* [Markdown テンプレート](#markdown-テンプレート)
* [Textile テンプレート](#textile-テンプレート)
@ -642,23 +641,6 @@ get('/') { markdown :index }
</tr>
</table>
#### Less テンプレート
<table>
<tr>
<td>依存</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>ファイル拡張子</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td></td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid テンプレート
<table>

View File

@ -49,7 +49,6 @@ thin이 설치되어 있을 경우 Sinatra는 thin을 통해 실행합니다.
* [Nokogiri 템플릿](#nokogiri-템플릿)
* [Sass 템플릿](#sass-템플릿)
* [SCSS 템플릿](#scss-템플릿)
* [Less 템플릿](#less-템플릿)
* [Liquid 템플릿](#liquid-템플릿)
* [Markdown 템플릿](#markdown-템플릿)
* [Textile 템플릿](#textile-템플릿)
@ -630,23 +629,6 @@ get('/') { markdown :index }
</tr>
</table>
#### Less 템플릿
<table>
<tr>
<td>의존성</td>
<td><a href="http://lesscss.org/">less</a></td>
</tr>
<tr>
<td>파일 확장자</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>예제</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid 템플릿
<table>

View File

@ -53,7 +53,6 @@ View at: [http://localhost:4567](http://localhost:4567)
* [nokogiri ടെംപ്ലേറ്റ്സ്](#nokogiri-templates)
* [Sass ടെംപ്ലേറ്റ്സ്](#sass-templates)
* [SCSS ടെംപ്ലേറ്റ്സ്](#scss-templates)
* [Less ടെംപ്ലേറ്റ്സ്](#less-templates)
* [Liquid ടെംപ്ലേറ്റ്സ്](#liquid-templates)
* [Markdown ടെംപ്ലേറ്റ്സ്](#markdown-templates)
* [Textile ടെംപ്ലേറ്റ്സ്](#textile-templates)
@ -673,23 +672,6 @@ It also takes a block for inline templates (see [example](#inline-templates)).
</tr>
</table>
#### Less Templates
<table>
<tr>
<td>Dependency</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>File Extension</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Example</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid Templates
<table>

View File

@ -55,7 +55,6 @@ pick up if available.
* [Nokogiri Templates](#nokogiri-templates)
* [Sass Templates](#sass-templates)
* [SCSS Templates](#scss-templates)
* [Less Templates](#less-templates)
* [Liquid Templates](#liquid-templates)
* [Markdown Templates](#markdown-templates)
* [Textile Templates](#textile-templates)
@ -700,23 +699,6 @@ It also takes a block for inline templates (see [example](#inline-templates)).
</tr>
</table>
#### Less Templates
<table>
<tr>
<td>Dependency</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>File Extension</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Example</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid Templates
<table>

View File

@ -63,7 +63,6 @@ disponível, o Sinatra irá utilizá-la.
* [Nokogiri Templates](#nokogiri-templates)
* [Sass Templates](#sass-templates)
* [SCSS Templates](#scss-templates)
* [Less Templates](#less-templates)
* [Liquid Templates](#liquid-templates)
* [Markdown Templates](#markdown-templates)
* [Textile Templates](#textile-templates)
@ -725,23 +724,6 @@ It also takes a block for inline templates (see exemplo).
</tr>
</table>
#### Less Templates
<table>
<tr>
<td>Dependência</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>Extensão do Arquivo</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Exemplo</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid Templates
<table>

View File

@ -248,22 +248,6 @@ get '/stylesheet.css' do
end
```
### Less Templates
A gem/biblioteca less é necessária para renderizar templates Less:
```ruby
# É necessário requerir 'less' na aplicação.
require 'less'
get '/stylesheet.css' do
content_type 'text/css', :charset => 'utf-8'
less :stylesheet
end
```
Renderiza `./views/stylesheet.less`.
### Templates Inline
```ruby

View File

@ -57,7 +57,6 @@ ruby myapp.rb
* [Nokogiri шаблоны](#nokogiri-шаблоны)
* [Sass шаблоны](#sass-шаблоны)
* [SCSS шаблоны](#scss-шаблоны)
* [Less шаблоны](#less-шаблоны)
* [Liquid шаблоны](#liquid-шаблоны)
* [Markdown шаблоны](#markdown-шаблоны)
* [Textile шаблоны](#textile-шаблоны)
@ -703,23 +702,6 @@ get('/') { markdown :index }
</tr>
</table>
#### Less шаблоны
<table>
<tr>
<td>Зависимости</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>Расширения файлов</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>Пример</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid шаблоны
<table>

View File

@ -48,7 +48,6 @@ ruby myapp.rb
* [Nokogiri 模板](#nokogiri-模板)
* [Sass 模板](#sass-模板)
* [SCSS 模板](#scss-模板)
* [Less 模板](#less-模板)
* [Liquid 模板](#liquid-模板)
* [Markdown 模板](#markdown-模板)
* [Textile 模板](#textile-模板)
@ -637,23 +636,6 @@ get('/') { markdown :index }
</tr>
</table>
#### Less 模板
<table>
<tr>
<td>依赖项</td>
<td><a href="http://lesscss.org/" title="less">less</a></td>
</tr>
<tr>
<td>文件扩展名</td>
<td><tt>.less</tt></td>
</tr>
<tr>
<td>例子</td>
<td><tt>less :stylesheet</tt></td>
</tr>
</table>
#### Liquid 模板
<table>