Skip to content

Commit

Permalink
Yet another markup fix for the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Oct 12, 2010
1 parent ca624fd commit c4b9fdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.de.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ der Top-Level DSL. Die meisten Top-Level Anwendungen können mit nur zwei Verän
* Alle Routen, Error Handler, Filter und Optionen der Applikation müssen in
einer Subklasse von Sinatra::Base definiert werden.

+Sinatra::Base+ ist ein unbeschriebense Blatt. Die meisten Optionen sind per default deaktiviert. Das betrifft auch den eingebauten Server. Siehe {Optionen und Konfiguration}[http://sinatra.github.com/configuration.html] für Details über möglichen Optionen.
<tt>Sinatra::Base</tt> ist ein unbeschriebense Blatt. Die meisten Optionen sind per default deaktiviert. Das betrifft auch den eingebauten Server. Siehe {Optionen und Konfiguration}[http://sinatra.github.com/configuration.html] für Details über möglichen Optionen.

SIDEBAR: Sinatras Top-Level DSL-Methoden sind als einfache Delegationen
implementiert. Die Sinatra::Application-Klasse -- eine spezielle Subklasse von
Expand Down
2 changes: 1 addition & 1 deletion README.es.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ dos modificaciones:
* Poné las rutas, manejadores de errores, filtros y opciones de tu aplicación
en una subclase de Sinatra::Base.

+Sinatra::Base+ es una pizarra en blanco. La mayoría de las opciones están
<tt>Sinatra::Base</tt> es una pizarra en blanco. La mayoría de las opciones están
desactivadas por defecto, incluyendo el servidor incorporado. Mirá
{Opciones y Configuraciones}[http://sinatra.github.com/configuration.html]
para detalles sobre las opciones disponibles y su comportamiento.
Expand Down
2 changes: 1 addition & 1 deletion README.fr.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ deux modifications:
* Mettre vos gestionnaires de route, vos gestionnaires d'erreur, vos filtres
et options dans une sous-classe de Sinatra::Base.

+Sinatra::Base+ est plutôt épuré. La plupart des options sont désactivées par défaut,
<tt>Sinatra::Base</tt> est plutôt épuré. La plupart des options sont désactivées par défaut,
ceci inclus le serveur. Voir {Options et Configuration}[http://sinatra.github.com/configuration.html]
pour plus de détails sur les options et leur comportement.

Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ Sinatra::Base components with two modifications:
* Put your app's routes, error handlers, filters, and options in a subclass
of Sinatra::Base.

+Sinatra::Base+ is a blank slate. Most options are disabled by default,
<tt>Sinatra::Base</tt> is a blank slate. Most options are disabled by default,
including the built-in server. See {Options and Configuration}[http://sinatra.github.com/configuration.html]
for details on available options and their behavior.

Expand Down

0 comments on commit c4b9fdc

Please sign in to comment.