summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 17 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 2344718..522949d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-================
- ``zope.tales``
-================
+============
+ zope.tales
+============
.. image:: https://img.shields.io/pypi/v/zope.tales.svg
:target: https://pypi.python.org/pypi/zope.tales/
@@ -16,9 +16,19 @@
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tales/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.tales?branch=master
-Template Attribute Language - Expression Syntax
+.. image:: https://readthedocs.org/projects/zopetales/badge/?version=latest
+ :target: https://zopetales.readthedocs.io/en/latest/
+ :alt: Documentation Status
-See
-* http://web.archive.org/web/20120814103624/http://wiki.zope.org:80/ZPT/TALESSpecification13
-* https://docs.zope.org/zope2/zope2book/AppendixC.html#tales-overview
+``zope.tales`` (Template Attribute Language - Expression Syntax) is an
+expression language designed to work with `zope.tal
+<https://zopetal.readthedocs.io>`_ (although it can be used
+independently). The two are integrated to produce page templates in
+`zope.pagetemplate <https://zopepagetemplate.readthedocs.io/>`_.
+
+The specification for TAL and TALES can be found at
+http://docs.zope.org/zope2/zope2book/AppendixC.html
+
+Documentation on this implementation and its API can be found at
+https://zopetales.readthedocs.io/