This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "heist".
The branch, master has been updated
via c691b091e2376f0436d80de5e0751181b56e219c (commit)
via 19e22c11bbd727f015dcd87ef22d5a3e3df7d425 (commit)
via d60f73966fb63898511937b6936f62c386a952dd (commit)
via 83c5bfe186c809c86f4661bc6388097548534045 (commit)
from d5f3f294f08744e1328462c7ed897fad49affe86 (commit)
Summary of changes:
CONTRIBUTORS | 1 +
README.md | 33 ++++++++++++++++++++++++++-------
2 files changed, 27 insertions(+), 7 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c691b091e2376f0436d80de5e0751181b56e219c
Author: stwill <[email protected]>
Date: Wed Oct 20 00:32:12 2010 -0400
final typo correction
diff --git a/README.md b/README.md
index 87a1f14..3989221 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ the following in a template:
<bind tag="message">some text</bind>
<p><message/></p>
-the resulting would be
+the resulting xhtml would be
<p>some text</p>
commit 19e22c11bbd727f015dcd87ef22d5a3e3df7d425
Author: stwill <[email protected]>
Date: Wed Oct 20 00:24:43 2010 -0400
fixed editing mistake
diff --git a/README.md b/README.md
index 9ec8e8e..87a1f14 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# Heist
Heist, part of the [Snap Framework](http://www.snapframework.com/), is a
-Haskell library for (x)html templating. It uses simple XML tags to bind values
+Haskell library for xhtml templating. It uses simple XML tags to bind values
to your templates in a straightforward way. For example, if you were to put
the following in a template:
<bind tag="message">some text</bind>
<p><message/></p>
-in your template, the result would be
+the resulting would be
<p>some text</p>
@@ -56,5 +56,4 @@ From here you can invoke the testsuite by running:
$ ./runTestsAndCoverage.sh
-
The testsuite generates an `hpc` test coverage report in `test/dist/hpc`.
commit d60f73966fb63898511937b6936f62c386a952dd
Author: stwill <[email protected]>
Date: Tue Oct 19 19:42:37 2010 -0400
README.md formatting fix and link
diff --git a/README.md b/README.md
index d68b790..9ec8e8e 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,9 @@ gives you
<div id="special-id">very special</div>
-Values can also be pulled from "Splices" (see the documentation for more
-information.
+Values can also be pulled from "Splices" (see
+[the
documentation](http://snapframework.com/docs/tutorials/heist#heist-programming)
+for more information.)
## Building heist
commit 83c5bfe186c809c86f4661bc6388097548534045
Author: stwill <[email protected]>
Date: Tue Oct 19 19:36:06 2010 -0400
added to README.md and updated CONTRIBUTORS
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index af9ed74..080d3d0 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2,5 +2,6 @@ Doug Beardsley <[email protected]>
Gregory Collins <[email protected]>
Carl Howells <[email protected]>
Edward Kmett
+Will Langstroth <[email protected]>
Shane O'Brien <[email protected]>
James Sanders <[email protected]>
diff --git a/README.md b/README.md
index f4bdf35..d68b790 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,30 @@
-Heist
------
+# Heist
-Heist, part of the Snap Framework (http://www.snapframework.com/), is a Haskell
-library for xhtml templating. FIXME: more description here
+Heist, part of the [Snap Framework](http://www.snapframework.com/), is a
+Haskell library for (x)html templating. It uses simple XML tags to bind values
+to your templates in a straightforward way. For example, if you were to put
+the following in a template:
-Building heist
---------------------
+ <bind tag="message">some text</bind>
+ <p><message/></p>
+
+in your template, the result would be
+
+ <p>some text</p>
+
+Likewise, if you need to add text to an attribute,
+
+ <bind tag="special">special-id</bind>
+ <div id="$(special)">very special</div>
+
+gives you
+
+ <div id="special-id">very special</div>
+
+Values can also be pulled from "Splices" (see the documentation for more
+information.
+
+## Building heist
The heist library is built using [Cabal](http://www.haskell.org/cabal/) and
[Hackage](http://hackage.haskell.org/packages/hackage.html). Just run
-----------------------------------------------------------------------
hooks/post-receive
--
heist
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap