/usr/share/pyshared/zope.tal-3.5.2.egg-info/PKG-INFO is in python-zope.tal 3.5.2-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | Metadata-Version: 1.1
Name: zope.tal
Version: 3.5.2
Summary: Zope 3 Template Application Languate (TAL)
Home-page: http://pypi.python.org/pypi/zope.tal
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Template Attribute Language (TAL)
=================================
Overview
--------
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
(METAL) macro language used in page assembly.
The dynamic values themselves are specified using a companion language,
TALES (see the 'zope.tales' package for more).
See: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4
=======
CHANGES
=======
3.5.2 (2009-10-31)
------------------
- In talgettext.POEngine.translate, print a warning if a msgid already exists
in the domain with a different default.
3.5.1 (2009-03-08)
------------------
- Updated tests of "bad" entities for compatibility with the stricter
HTMLParser module shipped with Python 2.6.x.
3.5.0 (2008-06-06)
------------------
- Removed artificial addition of a trailing newline if the output doesn't end
in one; this allows the template source to be the full specification of what
should be included.
(See https://bugs.launchpad.net/launchpad/+bug/218706.)
3.4.1 (2007-11-16)
------------------
- Removed unnecessary ``dummyengine`` dependency on zope.i18n to
simplify distribution. The ``dummyengine.DummyTranslationDomain``
class no longer implements
``zope.i18n.interfaces.ITranslationDomain`` as a result. Installing
zope.tal with easy_install or buildout no longer pulls in many
unrelated distributions.
- Support ability to run tests using "setup.py test".
- Stop pinning (no longer required) zope.traversing and
zope.app.publisher versions in buildout.cfg.
3.4.0 (2007-10-03)
------------------
- Updated package meta-data.
3.4.0b1
-------
- Updated dependency for ``zope.i18n`` that requires the correct version of
zope.security to avoid a hidden dependency issue in zope.security.
Note: The code changes before 3.4.0b1 where not tracked as an individual
package and have been documented in the Zope 3 changelog.
Keywords: zope3 template xml tal
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
|