summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-01-01 19:43:11 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-01-01 19:43:11 -0800
commit594bc73bc91886994f617e506af3263969f51fc3 (patch)
tree0fd1bbc2c5197c8d37843944a47a7112cf885f74 /README.rst
parentdabcc10cc321836c905553ec0516e20d9b99f596 (diff)
downloadpystache-594bc73bc91886994f617e506af3263969f51fc3.tar.gz
Addressed issue #43: added spec version that pystache complies with.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 801c653..3292fc8 100644
--- a/README.rst
+++ b/README.rst
@@ -10,13 +10,18 @@ inspired by ctemplate_ and et_.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."
-Pystache is a Python implementation of Mustache. Pystache requires
-Python 2.6.
+Pystache is a Python implementation of Mustache. Currently, it passes
+all tests in version 1.0.3_ of the Mustache spec_.
Pystache is semantically versioned: http://semver.org.
Logo: David Phillips - http://davidphillips.us/
+Requirements
+============
+
+Pystache is currently tested under Python 2.6.
+
Documentation
=============
@@ -111,3 +116,4 @@ Author
.. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
.. _spec: https://github.com/mustache/spec
+.. _v1.0.3: https://github.com/mustache/spec/tree/48c933b0bb780875acbfd15816297e263c53d6f7