Commit 04e55d1d authored by Hanno Schlichting's avatar Hanno Schlichting

No longer create an `Extensions` folder in the standard instance skeleton....

No longer create an `Extensions` folder in the standard instance skeleton. External methods will become entirely optional in Zope 2.14.
parent 437d5131
...@@ -22,6 +22,9 @@ Bugs Fixed ...@@ -22,6 +22,9 @@ Bugs Fixed
Restructuring Restructuring
+++++++++++++ +++++++++++++
- No longer create an `Extensions` folder in the standard instance skeleton.
External methods will become entirely optional in Zope 2.14.
- Avoid using the ``Products.PythonScripts.standard`` module inside the - Avoid using the ``Products.PythonScripts.standard`` module inside the
database manager ZMI. database manager ZMI.
......
Files containing Python source code for External Method should be
placed in this directory. A freshly created instance should only
contain this README.txt file in this directory.
...@@ -3,7 +3,6 @@ server. It contains the following directories: ...@@ -3,7 +3,6 @@ server. It contains the following directories:
bin/ Scripts used to control the Zope instance bin/ Scripts used to control the Zope instance
etc/ Configuration files etc/ Configuration files
Extensions/ Python sources for External Methods
log/ Log files log/ Log files
lib/python/ Installed Python packages specific to the instance lib/python/ Installed Python packages specific to the instance
Products/ Installed Zope Products specific to the instance Products/ Installed Zope Products specific to the instance
......
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
# Directive: instancehome # Directive: instancehome
# #
# Description: # Description:
# The path to the data files, local product files, import directory, # The path to the data and process identifier files used by Zope.
# and Extensions directory used by Zope.
# #
# Required (no default) # Required (no default)
# #
...@@ -95,9 +94,9 @@ instancehome $INSTANCE ...@@ -95,9 +94,9 @@ instancehome $INSTANCE
# #
# Description: # Description:
# Name of a directory that contains additional "extensions" # Name of a directory that contains additional "extensions"
# (implementations of ExternalMethods or catalog brains). This # (implementations of ExternalMethods or catalog brains). This
# directive The directory identified will be searched before the # directive will be searched before the 'Extensions' directory
# 'Extensions' directory of the 'instancehome'. # of the 'instancehome'.
# #
# Default: unset # Default: unset
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment