/usr/share/pyshared/z3c.ptcompat-1.0.1.egg-info/PKG-INFO is in python-z3c.ptcompat 1.0.1-0ubuntu2.
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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | Metadata-Version: 1.1
Name: z3c.ptcompat
Version: 1.0.1
Summary: Zope-compatible page template engine based on Chameleon.
Home-page: http://pypi.python.org/pypi/z3c.ptcompat
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL
Description: .. contents::
Overview
========
This package provides a page template engine implementation based on
Chameleon. It plugs into the `zope.pagetemplate
<http://pypi.python.org/pypi/zope.pagetemplate>`_ package and has an
explicit dependency on this package.
You can use the package to replace Zope's reference template engine
with Chameleon in an application based on the Zope Toolkit.
Configuration
-------------
The package is configured via ZCML.
Changelog
=========
1.0.1 (2012-02-15)
------------------
- Move ``zope.testing`` to test dependencies, add undeclared dependencies.
1.0 (2011-10-10)
----------------
- Update implementation to use component-based template engine
configuration, plugging directly into the Zope Toolkit framework.
The package no longer provides template classes, or ZCML directives;
you should import directly from the ZTK codebase.
Also, note that the ``PREFER_Z3C_PT`` environment option has been
rendered obsolete; instead, this is now managed via component
configuration.
- Upgrade to Chameleon 2.x.
0.5.7 (2010-11-25)
------------------
- Added not yet declared test dependency on ``zope.testing``.
- Fixed test tear down so tests can be run multiple times.
0.5.6 (2010-04-19)
------------------
- Remove broken templates from registry during engine migration. In
some testing situation, stale templates would be tracked in the
regsitry.
- Existing template instances are now migrated to the right engine
when using the ``enable`` and ``disable`` methods. [malthe]
0.5.5 (2009-07-24)
------------------
- Make tests pass in a binary release by not relying on the pacakge structure.
0.5.4 (2009-07-23)
------------------
- Added a test requirement explicitely.
0.5.3 (2009-05-28)
------------------
- Added support for browser:addform, browser:editform, browser:form,
and browser:schemadisplay directives.
0.5.2 (2009-03-09)
------------------
- Fixing brown-bag release 0.5.1.
0.5.1 (2009-03-09)
------------------
- Added missing ``lxml`` test dependency.
- Fixed tests to work with current version of z3c.pt.
- Fixed autor e-mail address.
- Added doctests and change log to long description to show up at pypi
homepage.
- Reformatted release dates in change log to use iso dates.
0.5 (2009-02-16)
----------------
- Added module which patches ``zope.app.pagetemplate`` such that
template classes depend on ``z3c.pt`` for rendering (import
optional). [malthe]
0.4 (2009-02-10)
----------------
- Rename project to z3c.ptcompat to deal with setuptools issues (as discussed
on zope-dev http://mail.zope.org/pipermail/zope-dev/2008-December/033820.html)
- Added optional option ``doctest`` for output checker to allow usage
with alternative implementations, e.g. the Zope doctest
module. [malthe]
- Added tests for meta-directives and fixed some minor errors. [malthe]
- Added update-tool to walk a source tree and automatically rewrite
template import statements in each file. [malthe]
- Added meta-directives for browser pages and viewlets. These build
upon the original implementations, but make sure that the Chameleon
template engine is used. [malthe]
- Added ``PageTemplateFile``. [malthe]
0.3 (2008-10-02)
----------------
- Various changes.
0.2 (2008-09-13)
----------------
- Various changes.
0.1 (2008-09-09)
----------------
- Initial release.
Keywords: zpt template zope
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|