Contents
Zope is an open-source web application server.
This document provides some general information about Zope and provides links to other documents.
Documentation can be found at https://zope.readthedocs.io.
You cannot simply do pip install Zope
, because you need
specific versions of all dependencies. Follow the documentation to
ensure you get the correct versions, or else installation is very
likely to fail. See https://zope.readthedocs.io/en/latest/INSTALL.html for
details.
The Zope License is included in LICENSE.txt
.
Bugs reports should be made through the Zope bugtracker at https://github.com/zopefoundation/Zope/issues. A bug report should contain detailed information about how to reproduce the bug.