Skip to content

Commit

Permalink
Start revising Chapter 5 "Zope Products".
Browse files Browse the repository at this point in the history
- remove "work in progress" for Chapter 4
- add "work in progress" for Chapter 5
- revise "Introduction"

modified:   docs/zdgbook/ObjectPublishing.rst
modified:   docs/zdgbook/Products.rst
  • Loading branch information
jugmac00 committed May 10, 2019
1 parent ca16fe7 commit b17a7c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions docs/zdgbook/ObjectPublishing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Object Publishing
#################

.. attention::

This document is currently being reviewed and edited for the
upcoming release of Zope 4.

.. note::

Previously, this document contained information about access by
Expand Down
33 changes: 21 additions & 12 deletions docs/zdgbook/Products.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,31 @@
Zope Products
#############

.. include:: includes/zope2_notice.rst
.. attention::

This document is currently being reviewed and edited for the
upcoming release of Zope 4.


Introduction
============

Zope *products* extend Zope with new functionality. Products most
often provide new addable objects. In this chapter, we are going to
look at building products on the file system. Filesystem products
require more overhead to build, but offer more power and flexibility,
and they can be developed with familiar tools such as text editors
and version controlling systems.

Soon we will make the examples referenced in this chapter available
for download as an example product. Until that time, you will see
references to files in this chapter that are not available yet. This
will be made available soon.
**Zope products** extend Zope with new functionality. Products most
often provide new addable objects.

In this chapter, we are going to look at building Python packages.

.. note::
In the early days of Zope development, it was quite common to
develop "through the web". This is still possible by using the
**Scripts (Python)** package, but is no longer recommended.

For further information please refer to
`Chapter 9 <https://zope.readthedocs.io/en/latest/zopebook/BasicScripting.html>`_
and
`Chapter 14 <https://zope.readthedocs.io/en/latest/zopebook/ScriptingZope.html>`_
of the **Zope Book**.


Development Process
===================
Expand Down

0 comments on commit b17a7c5

Please sign in to comment.