Warning

This document hasn't been checked for compatibility with current versions of Plone. Use at your own risk.

Zope product

« Back to Glossary

A special kind of Python package used to extend Zope. In old versions of Zope, all products were directories inside the special Products directory of a Zope instance; these would have a Python module name beginning with "Products". For example, the core of Plone is a product called CMFPlone, known in Python as Products.CMFPlone.

Filed under: ,