Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Oct 24, 2011
1 parent d13c6f7 commit 6753cb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
28 changes: 7 additions & 21 deletions README.SNAP.md
Expand Up @@ -16,14 +16,14 @@ The Snap core system consists of:

* a sensible and clean monad for web programming

* an xml-based templating system for generating HTML based on
[expat](http://expat.sourceforge.net/) (via
[hexpat](http://hackage.haskell.org/package/hexpat)) that allows you to
bind Haskell functionality to XML tags without getting PHP-style tag soup
all over your pants
* an xml-based templating system for generating HTML that allows you to bind
Haskell functionality to XML tags without getting PHP-style tag soup all
over your pants

Snap currently only runs on Unix platforms; it has been tested on Linux and Mac
OSX Snow Leopard.
* a "snaplet" system for building web sites from composable pieces.

Snap is currently only officially supported on Unix platforms; it has been
tested on Linux and Mac OSX Snow Leopard, and is reported to work on Windows.


Snap Philosophy
Expand All @@ -40,17 +40,3 @@ Snap aims to be the *de facto* web toolkit for Haskell, on the basis of:
* Excellent documentation

* Robustness and high test coverage


Snap Roadmap
------------

Where are we going?

1. First prerelease: HTTP server, monad, template system

2. Second prerelease: component system with a collection of useful stock
modules (called "Snaplets") for things like user and session management,
caching, an administrative interface, etc.

3. Third prerelease: where we figure out what to do about data access
8 changes: 4 additions & 4 deletions README.md
@@ -1,9 +1,9 @@
# Heist

Heist, part of the [Snap Framework](http://www.snapframework.com/), is a
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:
Heist, part of the [Snap Framework](http://www.snapframework.com/), is a
Haskell library for xml/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:

<bind tag="message">some text</bind>
<p><message/></p>
Expand Down
2 changes: 1 addition & 1 deletion heist.cabal
Expand Up @@ -86,7 +86,7 @@ Library
base >= 4 && < 5,
blaze-builder >= 0.2 && <0.4,
bytestring,
containers,
containers >= 0.2 && < 0.5,
directory,
directory-tree,
filepath,
Expand Down

0 comments on commit 6753cb6

Please sign in to comment.