Commit 8189c762 by Chris Jerdonek

README tweaks: moved documentation into intro; cleaned up links.

parent 52349a8b
...@@ -5,30 +5,25 @@ Pystache ...@@ -5,30 +5,25 @@ Pystache
.. image:: https://s3.amazonaws.com/webdev_bucket/pystache.png .. image:: https://s3.amazonaws.com/webdev_bucket/pystache.png
Mustache_ is a framework-agnostic way to render logic-free views that is Mustache_ is a framework-agnostic way to render logic-free views that is
inspired by ctemplate_ and et_. inspired by ctemplate_ and et_. Like ctemplate_, "it emphasizes
separating logic from presentation: it is impossible to embed application
logic in this template language."
As ctemplates says, "It emphasizes separating logic from presentation: The `mustache(5)`_ man page provides a good introduction to Mustache's
it is impossible to embed application logic in this template language." syntax. For a more complete (and more current) description of Mustache's
behavior, see the official Mustache spec_.
Pystache is a Python implementation of Mustache. Currently, it passes Pystache_ is a Python implementation of Mustache. It currently passes
all tests in version v1.0.3_ of the Mustache spec_. all tests in `version 1.0.3`_ of the Mustache spec_. Pystache itself is
`semantically versioned`_.
Pystache is semantically versioned: http://semver.org. Logo: `David Phillips`_
Logo: David Phillips - http://davidphillips.us/
Requirements Requirements
============ ============
Pystache is currently tested under Python 2.6. Pystache is currently tested under Python 2.6.
Documentation
=============
The `mustache(5)`_ man page is the main entry point for understanding
Mustache syntax. Beyond this, the Mustache spec_ provides more complete
(and more current) documentation of Mustache's behavior.
Install It Install It
========== ==========
...@@ -111,9 +106,12 @@ Author ...@@ -111,9 +106,12 @@ Author
.. _ctemplate: http://code.google.com/p/google-ctemplate/ .. _ctemplate: http://code.google.com/p/google-ctemplate/
.. _David Phillips: http://davidphillips.us/
.. _et: http://www.ivan.fomichev.name/2008/05/erlang-template-engine-prototype.html .. _et: http://www.ivan.fomichev.name/2008/05/erlang-template-engine-prototype.html
.. _Mustache: http://defunkt.github.com/mustache/ .. _Mustache: http://mustache.github.com/
.. _mustache(5): http://mustache.github.com/mustache.5.html .. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.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 .. _spec: https://github.com/mustache/spec
.. _v1.0.3: https://github.com/mustache/spec/tree/48c933b0bb780875acbfd15816297e263c53d6f7 .. _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