Commit 17b144e2 by Chris Jerdonek

Tweaked introduction to README.

parent 370d5254
......@@ -4,18 +4,18 @@ Pystache
.. image:: https://s3.amazonaws.com/webdev_bucket/pystache.png
Pystache_ is a Python implementation of Mustache.
Mustache_ is a framework-agnostic way to render logic-free views that is
inspired by ctemplate_ and et_. Like ctemplate_, "it emphasizes
Pystache_ is a Python implementation of Mustache_.
Mustache is a framework-agnostic, logic-free templating system inspired
by ctemplate_ and et_. Like ctemplate, Mustache "emphasizes
separating logic from presentation: it is impossible to embed application
logic in this template language."
The `mustache(5)`_ man page provides a good introduction to Mustache's
syntax. For a more complete (and more current) description of Mustache's
behavior, see the official Mustache spec_.
behavior, see the official `Mustache spec`_.
Pystache is `semantically versioned`_. This version of Pystache passes all
tests in `version 1.0.3`_ of the Mustache spec_.
tests in `version 1.0.3`_ of the spec.
Logo: `David Phillips`_
......@@ -75,7 +75,7 @@ nose_ works great! ::
cd pystache
nosetests
To include tests from the Mustache spec_ in your test runs: ::
To include tests from the Mustache spec in your test runs: ::
git submodule init
git submodule update
......@@ -113,9 +113,9 @@ Author
.. _David Phillips: http://davidphillips.us/
.. _et: http://www.ivan.fomichev.name/2008/05/erlang-template-engine-prototype.html
.. _Mustache: http://mustache.github.com/
.. _Mustache spec: https://github.com/mustache/spec
.. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
.. _Pystache: https://github.com/defunkt/pystache
.. _semantically versioned: http://semver.org
.. _spec: https://github.com/mustache/spec
.. _version 1.0.3: https://github.com/mustache/spec/tree/48c933b0bb780875acbfd15816297e263c53d6f7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment