This file is indexed.

/usr/share/pyshared/zope.app.pagetemplate-3.11.2.egg-info/PKG-INFO is in python-zope.app.pagetemplate 3.11.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
 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
Metadata-Version: 1.1
Name: zope.app.pagetemplate
Version: 3.11.2
Summary: PageTemplate integration for Zope 3
Home-page: http://pypi.python.org/pypi/zope.app.pagetemplate
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: The ``zope.app.pagetemplate`` package integrates the Page Template
        templating system (``zope.pagetemplate``) into the Zope 3 application
        server.  In particular, it provides:
        
        * a TALES engine implementation that uses Zope's security system for
          checking access,
        
        * TALES namespace adapters for easy access to DublinCore metadata
          (e.g. ``obj/zope:title``) and URL quoting
          (e.g. ``obj/@@absolute_url/url:quote``).
        
        
        
        .. contents::
        
        =======
        Changes
        =======
        
        3.11.2 (2010-09-25)
        -------------------
        
        - Declared test dependency on ``zope.component [test]`` as it is needed to
          run the tests.
        
        3.11.1 (2010-09-01)
        -------------------
        
        - Added metaconfigure.registerType BBB import because some packages use it.
        - Using doctest from standard library instead of `zope.testing.doctest`.
        
        3.11.0 (2010-04-26)
        -------------------
        
        - Moved tales:expressiontype directive down into zope.browserpage.
        
        3.10.1 (2010-01-04)
        -------------------
        
        - Fixed the `zope.browserpage` imports in the ``namedtemplate`` module.
        
        3.10.0 (2009-12-22)
        -------------------
        
        - Moved named template implementation to zope.browserpage.
        
        3.9.0 (2009-12-22)
        ------------------
        
        - Moved viewpagetemplatefile, simpleviewclass and metaconfigure.registerType
          into the zope.browserpage package, reversing the dependency.
        
        3.8.0 (2009-12-16)
        ------------------
        
        - Refactored nested macro test from a functional test into a unit test. This
          allowed to remove the last outside zope.app dependencies.
        
        - Fixed undeclared testing dependency on zope.app.component.
        
        - Copy trivial NoTraverser class from zope.app.publication to avoid a ZCML
          dependency on that package.
        
        - Correct testing dependency to point to zope.securitypolicy instead of its
          zope.app variant. The app version is no longer required since 3.4.1.
        
        - Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
          There's no code or ZCML left pointing to that package.
        
        3.7.1 (2009-05-27)
        ------------------
        
        - Restored ``zope.app.pagetemplate.engine`` module, using BBB imports from
          ``zope.pagetemplate.engine``.
        
        3.7.0 (2009-05-25)
        ------------------
        
        - Moved the ``engine`` module and associated testing machinery to
          ``zope.pagetemplate`` (version 3.5.0).
        
        3.6.0 (2009-05-18)
        ------------------
        
        * Moved ``namedtemplate.*`` from ``zope.formlib`` here as it is more
          about a page template engine than a formular library. This also
          breaks some dependencies on ``zope.formlib``.
        
        * Added doctests to long_description to show up on pypi.
        
        3.5.0 (2009-02-01)
        ------------------
        
        * Use ``zope.container`` instead of ``zope.app.container``.
        
        3.4.1 (2008-07-30)
        ------------------
        
        * Substitute zope.app.zapi by direct calls to its wrapped apis.
          See http://launchpad.net/bugs/219302
        
        * Fix deprecation warning in ftesting.zcml: ZopeSecurityPolicy now lives in
          zope.securitypolicy.
        
        3.4.0 (2007-09-28)
        ------------------
        
        * Initial release as standalone package.
        
        * Dependency on zope.app.interpreter moved to an extra
          [inline-evaluation].  It is only needed by zope.app.pythonpage,
          which is an oddity.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3