diff options
author | seb <seb> | 2009-05-09 16:30:59 +0000 |
---|---|---|
committer | seb <seb> | 2009-05-09 16:30:59 +0000 |
commit | 3404c2837bfebecca8db4ca7abbb1d6a835fbb94 (patch) | |
tree | e3ffce6c3bc9b23b506429c15be7c2b1e84cc86b /www/p5-Reaction/DESCR | |
parent | 04f8316651c99b6d5e8fac49ed227f1f8ac7398f (diff) | |
download | pkgsrc-3404c2837bfebecca8db4ca7abbb1d6a835fbb94.tar.gz |
Initial import of p5-Reaction version 0.2.0 in the NetBSD Packages
Collection.
Reaction is a Catalyst extension providing you with:
- Model mutations abstracted into Action objects.
- Reflection to generate interface models using the Action objects
from a DBIx::Class schema.
- An abstract UI expression system based on view, skin, rendering
context, widget and layout set.
- Stylable via skins. Parts of the skins can be extended and flexibly
from large down to very small parts.
- Full separation of interface rendering structure and templating,
making re-usable extensions even easier.
Diffstat (limited to 'www/p5-Reaction/DESCR')
-rw-r--r-- | www/p5-Reaction/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Reaction/DESCR b/www/p5-Reaction/DESCR new file mode 100644 index 00000000000..ebb6121dc20 --- /dev/null +++ b/www/p5-Reaction/DESCR @@ -0,0 +1,10 @@ +Reaction is a Catalyst extension providing you with: +- Model mutations abstracted into Action objects. +- Reflection to generate interface models using the Action objects +from a DBIx::Class schema. +- An abstract UI expression system based on view, skin, rendering +context, widget and layout set. +- Stylable via skins. Parts of the skins can be extended and flexibly +from large down to very small parts. +- Full separation of interface rendering structure and templating, +making re-usable extensions even easier. |