summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 5f583cc..8f69e4d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-==============
- ``zope.tal``
-==============
+==========
+ zope.tal
+==========
.. image:: https://img.shields.io/pypi/v/zope.tal.svg
:target: https://pypi.python.org/pypi/zope.tal/
@@ -16,6 +16,10 @@
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tal/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.tal?branch=master
+.. image:: https://readthedocs.org/projects/zopetal/badge/?version=latest
+ :target: https://zopetal.readthedocs.io/en/latest/
+ :alt: Documentation Status
+
The Zope3 Template Attribute Languate (TAL) specifies the custom namespace
and attributes which are used by the Zope Page Templates renderer to inject
dynamic markup into a page. It also includes the Macro Expansion for TAL
@@ -24,6 +28,9 @@ dynamic markup into a page. It also includes the Macro Expansion for TAL
The dynamic values themselves are specified using a companion language,
TALES (see the `zope.tales`_ package for more).
-See: http://wiki.zope.org/ZPT/TALSpecification14
+The reference documentation for the TAL language is available at https://docs.zope.org/zope2/zope2book/AppendixC.html
+
+Detailed documentation for this implementation and its API is available at https://zopetal.readthedocs.io/
+
-.. _`zope.tales` : http://pypi.python.org/pypi/zope.tales
+.. _`zope.tales` : https://zopetales.readthedocs.io