summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e40e341..1def1e8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,13 +1,21 @@
-``zope.tal``
-============
+==============
+ ``zope.tal``
+==============
.. image:: https://img.shields.io/pypi/v/zope.tal.svg
- :target: https://pypi.python.org/pypi/zope.tal/
- :alt: Latest Version
+ :target: https://pypi.python.org/pypi/zope.tal/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.tal.svg
+ :target: https://pypi.org/project/zope.tal/
+ :alt: Supported Python versions
.. image:: https://travis-ci.org/zopefoundation/zope.tal.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.tal
+.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tal/badge.svg?branch=master
+ :target: https://coveralls.io/github/zopefoundation/zope.tal?branch=master
+
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