From 17b144e21df1a6f0f1df5a48289356e94698c834 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 20 Mar 2012 01:18:41 -0700 Subject: Tweaked introduction to README. --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.1