Commit 9e5c67e2 authored by Hanno Schlichting's avatar Hanno Schlichting

Note the state of WSGI for the first alpha

parent 4f89995f
......@@ -10,6 +10,7 @@ parts =
allpy
docs
checkversions
wsgi
extends = versions.cfg
unzip = true
......@@ -101,3 +102,15 @@ eggs = Sphinx
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout]
[wsgi]
recipe = zc.recipe.egg
eggs =
Zope2
repoze.who
repoze.tm2
repoze.retry
Paste
PasteDeploy
PasteScript
......@@ -66,6 +66,9 @@ factoring out capabilities into WSGI endware. It's expected that this new
deployment model will over time become the default and the old ZServer
implementation will be deprecated. There's no concrete timeline for this yet.
NOTE: There's no setup documentation nor streamlined instance creation logic
for a WSGI setup yet. This will be provided in a later alpha release.
Zope Toolkit
------------
......
......@@ -100,7 +100,7 @@ setup(name='Zope2',
'runzope=Zope2.Startup.run:run',
'zopectl=Zope2.Startup.zopectl:run',
'zpasswd=Zope2.utilities.zpasswd:main',
'addzope2user=Zope2.utilities.adduser:main'
# 'addzope2user=Zope2.utilities.adduser:main'
],
},
)
......@@ -22,7 +22,13 @@ ZopeUndo = 2.12.0
# Zope2 dependencies
docutils = 0.6
Paste = 1.7.4
PasteDeploy = 1.3.3
PasteScript = 1.7.3
pytz = 2010h
repoze.retry = 0.9.4
repoze.tm2 = 1.0a5
repoze.who = 2.0a2
# ZTK
zope.annotation = 3.5.0
......
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