Skip to content

Commit

Permalink
Zope 2 is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 29, 2018
1 parent 73b4a7a commit b3d2ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Introduction
.. image:: http://img.shields.io/travis/plone/plone.recipe.zope2instance.svg
:target: https://travis-ci.org/plone/plone.recipe.zope2instance

This recipe creates and configures a Zope 2 instance in parts. It also
This recipe creates and configures a Zope instance in parts.
(Despite its name it nowadays only works for Zope 4+.) It also
installs a control script, which is like zopectl, in the bin/ directory.
The name of the control script is the the name of the part in buildout.
By default various runtime and log information will be stored inside the var/
Expand Down Expand Up @@ -513,10 +514,10 @@ http-header-max-length
Additional Control Script `debug`, `console` and `run` Commands
---------------------------------------------------------------

The extended Zope 2 control script installed by this recipe, usually
The extended Zope control script installed by this recipe, usually
`bin/instance` by convention, offers a `debug` command and another
`run` command. The `debug` command starts an interactive Python
prompt with the Zope 2 application available via the `app` name.
prompt with the Zope application available via the `app` name.
Similarly, the `run` command accepts a Python script as an argument
that will be run under the same conditions.

Expand All @@ -535,7 +536,7 @@ Note that these options must come before the script name,
e.g. `bin/instance -RLOPlone/front-page debug`

The `console` command is similar to the fg command, but it does not
create a subprocess to start up Zope 2. This is useful for two
create a subprocess to start up Zope. This is useful for two
use cases. First, the supervisor program, to supervise long running
processes like a Zope, require the process not to fork away, so that
supervisor can control it.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version=version,
author="Hanno Schlichting",
author_email="hanno@hannosch.eu",
description="Buildout recipe for creating a Zope 2 instance",
description="Buildout recipe for creating a Zope instance",
long_description=((open('README.rst').read() + '\n' +
open('CHANGES.rst').read())),
license="ZPL 2.1",
Expand Down

0 comments on commit b3d2ca2

Please sign in to comment.