项目 >> CMF >> Zope

Zope(Python)

ZopeZope is an open source application server for building content management systems, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications. Zope is written in Python, a highly-productive, object-oriented scripting language.

Homepage: http://www.zope.org/

Loading...

Zope3学习笔记

Abstract Zope3 是一个全新的Python Web Framework,与zope2有很大的不同,它采用了很多先进的软件工程技术,开发的软件可重用性高,是很有前途的一种Framework。本文记录我在学习Zope3中的一些知识积累。由于现时Zope3的资料很少,而且都是英文的,学习的难度较大,本文难免会有出错之处,请各位网友多多指正。谢谢! Table of Conten...

Zope2学习笔记

Abstract 本笔记汇集我在学习Zope2时积累的知识,内容的来源主要是网络和自已的学习心得。 Table of Contents 1. Zope基础架构介绍2. Zope产品安全设置3. 备忘录4. Zope产品4.1. mxmCounter计数器4.2. CMFPhoto和CMFAlbum图片集4.3. ZMySQLDA---MySQL数据库连接适配器4.3.1. 安装4.3.2. 建立一个MySQL连接4.4. Coreblog4.5. Squishdo...

ZopeBook学习笔记

Abstract ZopeBook是Zope系统的官方资料,是我们学习Zope系统最重要的在线资料。本笔记基于zopebook2.7版本,英文版位于http://www.plope.com/Books/2_7Edition/bt_sections_view。 Table of Contents 1. 引言2. Zope简介3. Zope的概念和架构4. 安装和开始使用Zope5. 面向对象6. 使用Zope管理接口7. 使用基本的Zope对象7.1. Zope基础...

Zope tutorial 学习笔记

Abstract 以下笔记是我看zope tutorial时记录下来的,该指南是zope系统自带的,用来做为入门教材很好。 Table of Contents 1. my home page2. 建立网站通用信息3. 显示对象内容4. 显示和上传图片5. 为访问者提供个性化信息6. 信息反馈7. 连接数据库 1. my home page Zope 的一个主要特点是可在线编辑,它提供...