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 "snap-website".

The branch, master has been updated
       via  98026a6b03373047ea4421a2c8c16727914b372a (commit)
      from  9a10c6b9b585ba3d1b132920fef17e80e7db5f10 (commit)


Summary of changes:
 .../content/2011/04/10/heist-0.5.1-released.md     |   22 ++++++++++----------
 1 files changed, 11 insertions(+), 11 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 98026a6b03373047ea4421a2c8c16727914b372a
Author: Mighty Byte <[email protected]>
Date:   Sun Apr 10 19:43:49 2011 -0400

    Ooops...fixed invalid markdown.

diff --git a/blogdata/content/2011/04/10/heist-0.5.1-released.md 
b/blogdata/content/2011/04/10/heist-0.5.1-released.md
index 784b259..37df3b6 100644
--- a/blogdata/content/2011/04/10/heist-0.5.1-released.md
+++ b/blogdata/content/2011/04/10/heist-0.5.1-released.md
@@ -1,7 +1,7 @@
 | title: Announcing: Heist v0.5.1
 | author: Doug Beardsley <[email protected]>
-| published: 2011-04-10T18:50:00-0400
-| updated: 2011-04-10T18:50:00-0400
+| published: 2011-04-10T19:43:00-0400
+| updated: 2011-04-10T19:43:00-0400
 | summary: Release notes for Heist 0.5.1.
 
 The Snap team is proud to announce the release of Heist 0.5.1.  This release
@@ -11,20 +11,20 @@ way Heist is shaping up, and we think you will too.
 
 ## New Features
 
-  - Head merging.  Now you can use <head> at any place in any template as long
-    as it is a descendent of <html>.  All occurrences of <head> will be moved
-    to the top of the page and concatenated in the order they were encountered.
-    This improves modularity by allowing you to include css and javascript
-    files in the templates where they are used rather than in a top-level
-    template.
+  - Head merging.  Now you can use &lt;head&gt; at any place in any template
+    as long as it is a descendent of &lt;html&gt;.  All occurrences of
+    &lt;head&gt; will be moved to the top of the page and concatenated in
+    the order they were encountered.  This improves modularity by allowing
+    you to include css and javascript files in the templates where they are
+    used rather than in a top-level template.
 
-  - A <cache> tag.  This is similar to <static>, but reloads the content when
-    the specified time to life expires.
+  - A &lt;cache&gt; tag.  This is similar to &lt;static&gt;, but reloads the
+    content when the specified time to life expires.
 
   - A number of new functions for common patterns of use.  This includes
     textSplice, mapSplices, and the runChildren variants.
 
-  - The <bind> tag now accepts paramaters similar to <apply>.
+  - The &lt;bind&gt; tag now accepts paramaters similar to &lt;apply&gt;.
 
 
 ## Bugfixes/Improvements
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to