Paketname | libamrita-ruby1.8 |
Beschreibung | HTML/XML template library for Ruby 1.8 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.2-8 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 1532 Byte |
Hängt ab von | libruby1.8, libstrscan-ruby1.8 |
Empfohlene Pakete | |
Paketbetreuer | TANIGUCHI Takaki |
Quelle | amrita |
Paketgröße | 143748 Byte |
Prüfsumme MD5 | 081ce0ca99ce2c080922620469d44375 |
Prüfsumme SHA1 | 80dfe87b0f55926f07b203f4f830a67db34f740a |
Prüfsumme SHA256 | 339dc845332ee0c65a17c8e184eaee75dc127272f70c24ee312fe49afe008aa9 |
Link zum Herunterladen | libamrita-ruby1.8_1.0.2-8_all.deb |
Ausführliche Beschreibung | Amrita is an html/xhtml template library for Ruby. It makes html
documents from a template and model data.
.
* The template for amrita is a pure html/xhtml document without
special tags like ...?> or <% .. %>
* The template can be written by designers using almost any html
editor.
* There's no need to change Ruby code to modify the view of the
_dynamic_ part of the template (or the static portion).
* The model data may be any standard Ruby data-- a Hash, Array,
String... or an instance of any user-defined class.
* The output is controlled by _data_, not by logic-- so it's easy to
write, test, and debug code. (Good for eXtremeProgramming)
* The html template can be compiled into Ruby code before execution
with little effort.
.
Amrita uses a template and model data to create an html document by
naturally matching the +id+ attribute of an html element to model data.
.
This package is for Ruby 1.8.
|