Skip to content

Commit

Permalink
Merge dougireton's README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed May 26, 2010
2 parents a5ceae9 + edf4d43 commit d987108
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.de.rdoc
Expand Up @@ -128,7 +128,7 @@ Die haml gem/Bibliothek wird benötigt um HAML Templates rendern zu können:

gerendert wird <tt>./views/index.haml</tt>.

{Hamls Optionen}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html]
{Hamls Optionen}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
können global durch die Sinatra Konfiguration gesetzt werden,
siehe {Optionen und Konfiguration}[http://www.sinatrarb.com/configuration.html],
und individuell überschrieben werden.
Expand Down Expand Up @@ -192,7 +192,7 @@ Die sass gem/Bibliothek wird benötigt um sass Templates rendern zu können:

gerendert wird <tt>./views/stylesheet.sass</tt>.

{Sass Optionen}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html]
{Sass Optionen}[http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options]
können global durch die Sinatra Konfiguration gesetzt werden,
siehe {Optionen und Konfiguration}[http://www.sinatrarb.com/configuration.html],
und individuell überschrieben werden.
Expand Down
4 changes: 2 additions & 2 deletions README.jp.rdoc
Expand Up @@ -123,7 +123,7 @@ hamlを使うにはhamlライブラリが必要です:

<tt>./views/index.haml</tt>を表示します。

{Haml's options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html]
{Haml's options}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
はSinatraの設定でグローバルに設定することができます。
{Options and Configurations}[http://www.sinatrarb.com/configuration.html],
を参照してそれぞれ設定を上書きして下さい。
Expand Down Expand Up @@ -174,7 +174,7 @@ Sassテンプレートを使うにはsassライブラリが必要です:

<tt>./views/stylesheet.sass</tt>を表示します。

{Sass' options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html]
{Sass' options}[http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options]
はSinatraの設定でグローバルに設定することができます。
see {Options and Configurations}[http://www.sinatrarb.com/configuration.html],
を参照してそれぞれ設定を上書きして下さい。
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -127,7 +127,7 @@ The haml gem/library is required to render HAML templates:

Renders <tt>./views/index.haml</tt>.

{Haml's options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html]
{Haml's options}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
can be set globally through Sinatra's configurations,
see {Options and Configurations}[http://www.sinatrarb.com/configuration.html],
and overridden on an individual basis.
Expand Down Expand Up @@ -191,7 +191,7 @@ The sass gem/library is required to render Sass templates:

Renders <tt>./views/stylesheet.sass</tt>.

{Sass' options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html]
{Sass' options}[http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options]
can be set globally through Sinatra's configurations,
see {Options and Configurations}[http://www.sinatrarb.com/configuration.html],
and overridden on an individual basis.
Expand Down

0 comments on commit d987108

Please sign in to comment.