aboutsummaryrefslogtreecommitdiff
path: root/www/hs-heist/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-heist/pkg-descr')
-rw-r--r--www/hs-heist/pkg-descr14
1 files changed, 13 insertions, 1 deletions
diff --git a/www/hs-heist/pkg-descr b/www/hs-heist/pkg-descr
index 7dccb35001b5..b6b890eae16b 100644
--- a/www/hs-heist/pkg-descr
+++ b/www/hs-heist/pkg-descr
@@ -1,3 +1,15 @@
-An xhtml templating system.
+Heist is a powerful template system that supports both HTML5 and XML.
+Some of Heist's features are:
+
+ * Designer-friendly HTML5 (or XML) syntax
+ * Templates can be reloaded to make changes visible without recompiling
+ your Haskell code
+ * Enforces near-perfect separation of business logic
+ and view
+ * Powerful abstraction primitives allowing you to eliminate repetition
+ * Easy creation of domain-specific markup languages
+ * Built-in support for including JSON and Markdown content in templates
+ * Simple mechanism for designer-specified template caching
+ * Optional merging of multiple <head> tags defined anywhere in the document
WWW: http://snapframework.com/