FrontPage
邮件列表
- gmane.comp.web.zope.zope3
- gmane.comp.web.zope.z3base.cvs
- gmane.comp.web.zope.z3base.five
产品下载
- <a href="http://svn.zope.org/">http://svn.zope.org/</a> : 代码
- <a href="http://www.zope.org/Products/ZopeX3">http://www.zope.org/Products/ZopeX3</a>
- <a href="http://www.zope.org/Products/Zope3-Packages">http://www.zope.org/Products/Zope3-Packages</a>
Zope3 Wiki:
<a href="http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeX3300a1">http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeX3300a1</a>
SIP:zope3应用实例
使用Zope 3X / SQLObject<a class="new" href="http://members.czug.org/zope/zope3/FrontPage/createform?page=SQLObject" title="create this page">?</a> / Postgresql 构建的系统:
- <a href="http://sip.houston.enfoldsystems.com/">http://sip.houston.enfoldsystems.com/</a>
- 用户名和口令: gandalf/123
- 代码和文档:<a href="https://houston.enfoldsystems.com/browse/public/sip/branches/shipment-branch/">https://houston.enfoldsystems.com/browse/public/sip/branches/shipment-branch/</a>
jsonserver
jsonserver is an implementation of JSON-RPC for Zope 3. It enhances Zope 3's http server to listen for content-type of 'text/x-json' and allows json-rpc methods. json-rpc methods are used like xml-rpc methods.
The code is at subversion repository:
<a href="http://brigadoon.hill-street.net/svn/repos/jsonserver">http://brigadoon.hill-street.net/svn/repos/jsonserver</a> .
Username 'anonymous' with blank password has read-only access.
For more about JSON and links about JSON-RPC, see <a href="http://en.wikipedia.org/wiki/JSON">http://en.wikipedia.org/wiki/JSON</a> .
z3 ecms
<a href="http://www.z3lab.org/">http://www.z3lab.org/</a>
Z3base 主页
让zope3技术进入zope2
<a href="http://codespeak.net/z3/">http://codespeak.net/z3/</a>
- Five: brings z3 into z3
- Flon: 通过扩展接口工具,在Plone中允许任意 application of views to objects
- CMFonFive<a class="new" href="http://members.czug.org/zope/zope3/FrontPage/createform?page=CMFonFive" title="create this page">?</a>:
Union CMS
<a href="http://unioncms.org/Downloads">http://unioncms.org/Downloads</a>
A CMF 1.4 based CMS that makes heavy use of Five
Fate
dreamcatcher has started a product to bring Five to AT
<a href="https://svn.plone.org/svn/archetypes/Fate/">https://svn.plone.org/svn/archetypes/Fate/</a>
初次使用感想:
安装
- 不再需要独立的zope目录,而是可直接安装到python的site-package目录下,更加统一了。
建立实例
进入 Python23Scripts 目录创建实例:
..\python mkzopeinstance -d <instance dir> -u <username>:<password>
运行实例
进入实例目录, 运行:
\Python23\python bin/runzope
中文测试
- 中文文件名支持:支持!
- 中文文件夹:支持!
界面:类似Plone
性能:感觉不错!
文档:
开发
<a href="http://zope.org/Members/morphex/boring_0_3_for_zope3_released">http://zope.org/Members/morphex/boring_0_3_for_zope3_released</a>
zope2 和zope3的集成
Five (5 = [Zope]<a class="new" href="http://members.czug.org/zope/zope3/FrontPage/createform?page=Zope" title="create this page">?</a> 2 + [Zope]<a class="new" href="http://members.czug.org/zope/zope3/FrontPage/createform?page=Zope" title="create this page">?</a> 3). it lets you use Zope 3 adapters and views and ZCML. Here's the URL:
<a href="http://cvs.infrae.com/Five/">http://cvs.infrae.com/Five/</a>
From Zoomq Wed Jun 23 16:37:02 +0800 2004 From: Zoomq Date: Wed, 23 Jun 2004 16:37:02 +0800 Subject: 回归?? Message-ID: <20040624083702+0800@www.czug.org>
不再使用独立的Zope 目录,想来意味着更加紧密的应用了新 Python 的深层次功能?所以,以Python script 而不是独立的软件包自居了是也乎??
