summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-20 01:18:41 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-20 01:18:41 -0700
commit17b144e21df1a6f0f1df5a48289356e94698c834 (patch)
tree3429ff3fdad9b01e47e1f1c47118c8fffa695490 /README.rst
parent370d52544f3e316a041892fbf33710ce235e4915 (diff)
downloadpystache-17b144e21df1a6f0f1df5a48289356e94698c834.tar.gz
Tweaked introduction to README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index c6562da..e184107 100644
--- a/README.rst
+++ b/README.rst
@@ -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