mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix 2 broken links in all READMEs.
This commit is contained in:
parent
cdd461896a
commit
1d5f8bdf71
7 changed files with 13 additions and 13 deletions
|
@ -419,7 +419,7 @@ denen man Variablen weitergibt.
|
|||
=== Markdown Templates
|
||||
|
||||
Abhängigkeit:: {rdiscount}[https://github.com/rtomayko/rdiscount],
|
||||
{redcarpet}[https://github.com/tanoku/redcarpet],
|
||||
{redcarpet}[https://github.com/vmg/redcarpet],
|
||||
{bluecloth}[http://deveiate.org/projects/BlueCloth],
|
||||
{kramdown}[http://kramdown.rubyforge.org/] *oder*
|
||||
{maruku}[http://maruku.rubyforge.org/]
|
||||
|
@ -1069,7 +1069,7 @@ ebenso ist es möglich einen
|
|||
Diese Helfer führen nicht das eigentliche Caching aus, sondern geben die dafür
|
||||
notwendigen Informationen an den Cache weiter. Für schnelle Reverse-Proxy
|
||||
Cache-Lösungen bietet sich z.B.
|
||||
{rack-cache}[http://rtomayko.github.com/rack-cache/] an:
|
||||
{rack-cache}[https://github.com/rtomayko/rack-cache] an:
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
|
@ -415,7 +415,7 @@ plantilla Liquid, casi siempre vas a querer pasarle locales.
|
|||
=== Plantillas Markdown
|
||||
|
||||
Dependencias:: {rdiscount}[https://github.com/rtomayko/rdiscount],
|
||||
{redcarpet}[https://github.com/tanoku/redcarpet],
|
||||
{redcarpet}[https://github.com/vmg/redcarpet],
|
||||
{bluecloth}[http://deveiate.org/projects/BlueCloth],
|
||||
{kramdown}[http://kramdown.rubyforge.org/] *o*
|
||||
{maruku}[http://maruku.rubyforge.org/]
|
||||
|
@ -1089,7 +1089,7 @@ También es posible usar una
|
|||
Estos helpers no van a cachear nada por vos, sino que van a facilitar la
|
||||
información necesaria para poder hacerlo. Si estás buscando soluciones rápidas
|
||||
de cacheo con proxys inversos, mirá
|
||||
{rack-cache}[http://rtomayko.github.com/rack-cache/]:
|
||||
{rack-cache}[https://github.com/rtomayko/rack-cache]:
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
|
@ -420,7 +420,7 @@ template Liquid, vous aurez sûrement à lui passer des variables locales.
|
|||
=== Templates Markdown
|
||||
|
||||
Dépendances:: {rdiscount}[https://github.com/rtomayko/rdiscount],
|
||||
{redcarpet}[https://github.com/tanoku/redcarpet],
|
||||
{redcarpet}[https://github.com/vmg/redcarpet],
|
||||
{bluecloth}[http://deveiate.org/projects/BlueCloth],
|
||||
{kramdown}[http://kramdown.rubyforge.org/] *ou*
|
||||
{maruku}[http://maruku.rubyforge.org/]
|
||||
|
@ -1112,7 +1112,7 @@ Il est également possible d'utiliser un
|
|||
Ces méthodes ne sont pas chargées de mettre des données en cache, mais elles
|
||||
fournissent les informations nécessaires pour votre cache. Si vous êtes à la
|
||||
recherche de solutions rapides pour un reverse-proxy de cache, essayez
|
||||
{rack-cache}[http://rtomayko.github.com/rack-cache/] :
|
||||
{rack-cache}[https://github.com/rtomayko/rack-cache] :
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
|
@ -378,7 +378,7 @@ Liquid 템플릿에서는 루비 메서드(+yield+ 제외)를 호출할 수 없
|
|||
=== Markdown 템플릿
|
||||
|
||||
의존:: {rdiscount}[https://github.com/rtomayko/rdiscount],
|
||||
{redcarpet}[https://github.com/tanoku/redcarpet],
|
||||
{redcarpet}[https://github.com/vmg/redcarpet],
|
||||
{bluecloth}[http://deveiate.org/projects/BlueCloth],
|
||||
{kramdown}[http://kramdown.rubyforge.org/] *또는*
|
||||
{maruku}[http://maruku.rubyforge.org/]
|
||||
|
@ -1000,7 +1000,7 @@ Cache-Control 헤더를 다음과 같이 간단하게 설정할 수 있다:
|
|||
|
||||
이들 헬퍼는 어떠한 캐싱도 하지 않으며, 대신 필요한 정보를 캐시에 제공한다.
|
||||
여러분이 만약 손쉬운 리버스 프록시(reverse-proxy) 캐싱 솔루션을 찾고 있다면,
|
||||
{rack-cache}[http://rtomayko.github.com/rack-cache/]를 써보라:
|
||||
{rack-cache}[https://github.com/rtomayko/rack-cache]를 써보라:
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
|
@ -402,7 +402,7 @@ template, you almost always want to pass locals to it.
|
|||
=== Markdown Templates
|
||||
|
||||
Dependency:: {rdiscount}[https://github.com/rtomayko/rdiscount],
|
||||
{redcarpet}[https://github.com/tanoku/redcarpet],
|
||||
{redcarpet}[https://github.com/vmg/redcarpet],
|
||||
{bluecloth}[http://deveiate.org/projects/BlueCloth],
|
||||
{kramdown}[http://kramdown.rubyforge.org/] *or*
|
||||
{maruku}[http://maruku.rubyforge.org/]
|
||||
|
@ -1051,7 +1051,7 @@ It is also possible to use a
|
|||
|
||||
These helpers will not do any caching for you, but rather feed the necessary
|
||||
information to your cache. If you are looking for a quick reverse-proxy caching
|
||||
solution, try {rack-cache}[http://rtomayko.github.com/rack-cache/]:
|
||||
solution, try {rack-cache}[https://github.com/rtomayko/rack-cache]:
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
|
@ -407,7 +407,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/vmg/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>
|
||||
|
||||
|
@ -1059,7 +1059,7 @@ Thin — это более производительный и функцион
|
|||
|
||||
Эти методы-помощники не станут ничего кэшировать для вас, но они дадут
|
||||
необходимую информацию для вашего кэша. Если вы ищите легкое решение для
|
||||
кэширования, попробуйте {rack-cache}[http://rtomayko.github.com/rack-cache/]:
|
||||
кэширования, попробуйте {rack-cache}[https://github.com/rtomayko/rack-cache]:
|
||||
|
||||
require 'rack/cache'
|
||||
require 'sinatra'
|
||||
|
|
|
@ -1016,7 +1016,7 @@ Sinatra并不理解。使用 +mime_type+ 通过文件扩展名来注册它们:
|
|||
|
||||
这些辅助方法并不会为你做任何缓存,而是将必要的信息传送给你的缓存
|
||||
如果你在寻找缓存的快速解决方案,试试
|
||||
{rack-cache}[http://rtomayko.github.com/rack-cache/]:
|
||||
{rack-cache}[https://github.com/rtomayko/rack-cache]:
|
||||
|
||||
require "rack/cache"
|
||||
require "sinatra"
|
||||
|
|
Loading…
Reference in a new issue