Differences between revisions 5 and 16 (spanning 11 versions)
Revision 5 as of 2005-08-18 10:43:35
Size: 2518
Editor: ZoomQuiet
Comment:
Revision 16 as of 2005-08-25 15:53:57
Size: 3380
Editor: HoneyDay
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
= 描述 =
'''为了学习,我们自个儿来翻译,仅仅作为学习笔记的一种方式吧'''
== 描述 ==
'''为了学习,我们自个儿来翻译,[[FootNote(建议使用脚注的方式在有意见的地方说明是也乎!--ZoomQuiet)]]仅仅作为学习笔记的一种方式吧'''
Line 12: Line 12:
= 正文 =
 1. [wiki:self/Zope3Book/0-Preface 序] -- 0%
 1
. [wiki:self/Zope3Book/1-What-sZope What is Zope?] -- 0%
 1. [wiki:self/Zope3Book/2-PowerfulPython Powerful Python] -- 0%
== 正文 ==
## 请按照章节来组织子页面吧!并请保留翻译者和进度信息

 1. [wiki:self/Zope3Book/0-Preface 序] -- 100% -- ZoomQuiet
 2
. [wiki:self/Zope3Book/1-What-sZopeZH 什么是Zope?]^中文版^ [wiki:self/Zope3Book/1-What-sZope 什么是Zope?]^英中对照版^ -- 100% -- honeyday
 1. [wiki:self/Zope3Book/2-PowerfulPython 强大的Python] -- 100% -- honeyday
Line 17: Line 18:
 1. [wiki:self/Zope3Book/1-What-sZope What is Zope?] -- 0%
 1. [wiki:self/Zope3Book/1-What-sZope What is Zope?] -- 0%
=== Goals of this book ===
The main target audience for this book are developers that would like to develop on the Zope 3
framework itself; these are referred to as Zope developers in this book. But also Python program-
mers will find many of the chapters interesting, since they introduce concepts that could be used in
other Python applications as well. Python programmers could also use this book as an introduc-
tion to Zope.
 1. [wiki:self/Zope3Book/4-GoalsTheBook Goals of this book] -- 0%
Line 26: Line 20:
In general the chapters have been arranged in a way so that the Zope 3 structure itself could be
easily understood. The book starts out by getting you setup, so that you can evaluate and develop
with Zope 3. The second part of the book consists of chapters that are meant as introductions to
various important concepts of Zope 3. If you are a hands-on developer like me, you might want to
skip this part until you have done some development. The third and fourth part are the heart of the
book, since a new content component with many features is developed over a course of 12 chapters.
=== PART I 第一部分 ===
Line 33: Line 22:
Once you understand how to develop content components, part five has a set of chapters that
introduce other components that might be important for your projects. The fifth part is intended
for people that wish to use Zope technologies outside of Zope 3. The emphasis on testing is one of
the most important philosophical transitions the Zope 3 development team has undergone. Thus
the last chapter is dedicated to various ways to write tests.
Line 39: Line 23:
Last but not least this book should encourage you to start helping us to develop Zope 3. This
could be in the form of enhancing the Zope 3 core itself or by developing third party products,
reaching from new content objects to entire applications, such as an e-commerce system. This book
covers all the modules and packages required for you to start developing.
=== PART II 第二部分 ===
1.[wiki:self/Zope3Book/partII-0-ZH 一万英尺观点]^中文版^ [wiki:self/Zope3Book/partII-0 The Ten-Thousand Foot View]^英中对照版^ -- 0% -- honeyday

==== 第五章 ZOPE 3的开发过程 ====
 ===== 5.1 从想法到实现 =====
  ====== 5.1.1 实现新的组件 ======
  ====== 5.1.2 修正错误 ======
 ===== 5.2 Zope 3 命名规则 =====
  ====== 5.2.1 目录层次约定 ======
  ====== 5.2.2 Python命名和格式化约定 ======
  ====== 5.2.3 ZCML命名和格式化约定 ======
  ====== 5.2.4 页面模版命名和格式化约定 ======
  ====== 5.2.5 编写测试的约定 ======
  ====== 5.2.6 为什么持有和遵守这些约定是重要的呢?======
CHAPTER 6 AN INTRODUCTION TO INTERFACES 介绍接口 35
 6.1 Introduction 介绍 35
 6.2 Advanced Uses 高级用途 36
 6.3 Using Interfaces 使用接口 37
CHAPTER 7 THE COMPONENT ARCHITECTURE -- AN INTRODUCTION 组件架构-介绍 38
 7.1 Services 服务 39
 7.2 Adapters 适配器 39
 7.3 Utilities 实用工具 40
 7.4 Factories (Object Classes/Prototypes) 工厂(对象类/属性) 40
 7.5 Presentation Components 表现组件 41
 7.6 Global versus Local 全局vs局部 42
CHAPTER 8 ZOPE SCHEMAS AND WIDGETS (FORMS) ZOPE的模型和窗口部件(表单) 42
 8.1 History and Motivation 历史和动机 43
 8.2 Schema versus Interfaces 模型vs接口 43
 8.3 Core Schema Fields 核心模型字段 44
 8.4 Auto-generated Forms using the forms Package 使用表单软件包来自动生成表单 46
CHAPTER 9 INTRODUCTION TO ZCML 介绍ZCML 50
CHAPTER 10 INTRODUCTION TO ZOPE'S I18N AND L10N SUPPORT 介绍ZOPE支持I18N和L10N的情况 53
 10.1 History 历史 53
 10.2 Introduction 介绍 54
 10.3 Locales 本地 55
 10.4 Messages and Message Catalogs 消息和消息目录 56
 10.5 Internationalizing Message Strings 国际化消息字符串 57
  10.5.1 Python Code Python代码 57
  10.5.2 ZPT (Page Templates) ZPT(页面模版) 57
  10.5.3 DTML 57
  10.5.4 ZCML 58
CHAPTER 11 META DATA AND THE DUBLIN CORE 元数据和DUBLIN核心 58
CHAPTER 12 PORTING APPLICATIONS FROM ZOPE 2 TO ZOPE 3 将应用从Zope2移植到Zope3上 63
 12.1 Porting an Application by Redesign 通过重新设计来移植应用 63
 12.2 Porting using compatibility layers and scripts 通过兼容性的层和脚本来移植 65

== 反馈 ==
''有关翻译质量,延伸的想法……''

Zope3Book -- 中文快速翻译项目

::-- ZoomQuiet [DateTime(2005-08-18T10:38:20Z)] TableOfContents

描述

为了学习,我们自个儿来翻译,FootNote(建议使用脚注的方式在有意见的地方说明是也乎!--ZoomQuiet)仅仅作为学习笔记的一种方式吧

正文

  1. [wiki:self/Zope3Book/0-Preface 序] -- 100% -- ZoomQuiet

  2. [wiki:self/Zope3Book/1-What-sZopeZH 什么是Zope?]中文版 [wiki:self/Zope3Book/1-What-sZope 什么是Zope?]英中对照版 -- 100% -- honeyday

  3. [wiki:self/Zope3Book/2-PowerfulPython 强大的Python] -- 100% -- honeyday

  4. [wiki:self/Zope3Book/3-Zope3Components Zope 3 Components ] -- 0%

  5. [wiki:self/Zope3Book/4-GoalsTheBook Goals of this book] -- 0%

PART I 第一部分

PART II 第二部分

1.[wiki:self/Zope3Book/partII-0-ZH 一万英尺观点]中文版 [wiki:self/Zope3Book/partII-0 The Ten-Thousand Foot View]英中对照版 -- 0% -- honeyday

第五章 ZOPE 3的开发过程

  • ===== 5.1 从想法到实现 =====
    • ====== 5.1.1 实现新的组件 ====== ====== 5.1.2 修正错误 ======
    ===== 5.2 Zope 3 命名规则 =====
    • ====== 5.2.1 目录层次约定 ====== ====== 5.2.2 Python命名和格式化约定 ====== ====== 5.2.3 ZCML命名和格式化约定 ====== ====== 5.2.4 页面模版命名和格式化约定 ====== ====== 5.2.5 编写测试的约定 ====== ====== 5.2.6 为什么持有和遵守这些约定是重要的呢?======

CHAPTER 6 AN INTRODUCTION TO INTERFACES 介绍接口 35

  • 6.1 Introduction 介绍 35 6.2 Advanced Uses 高级用途 36 6.3 Using Interfaces 使用接口 37

CHAPTER 7 THE COMPONENT ARCHITECTURE -- AN INTRODUCTION 组件架构-介绍 38

  • 7.1 Services 服务 39 7.2 Adapters 适配器 39 7.3 Utilities 实用工具 40 7.4 Factories (Object Classes/Prototypes) 工厂(对象类/属性) 40 7.5 Presentation Components 表现组件 41 7.6 Global versus Local 全局vs局部 42

CHAPTER 8 ZOPE SCHEMAS AND WIDGETS (FORMS) ZOPE的模型和窗口部件(表单) 42

  • 8.1 History and Motivation 历史和动机 43 8.2 Schema versus Interfaces 模型vs接口 43 8.3 Core Schema Fields 核心模型字段 44 8.4 Auto-generated Forms using the forms Package 使用表单软件包来自动生成表单 46

CHAPTER 9 INTRODUCTION TO ZCML 介绍ZCML 50 CHAPTER 10 INTRODUCTION TO ZOPE'S I18N AND L10N SUPPORT 介绍ZOPE支持I18N和L10N的情况 53

  • 10.1 History 历史 53 10.2 Introduction 介绍 54 10.3 Locales 本地 55 10.4 Messages and Message Catalogs 消息和消息目录 56 10.5 Internationalizing Message Strings 国际化消息字符串 57
    • 10.5.1 Python Code Python代码 57 10.5.2 ZPT (Page Templates) ZPT(页面模版) 57 10.5.3 DTML 57 10.5.4 ZCML 58

CHAPTER 11 META DATA AND THE DUBLIN CORE 元数据和DUBLIN核心 58 CHAPTER 12 PORTING APPLICATIONS FROM ZOPE 2 TO ZOPE 3 将应用从Zope2移植到Zope3上 63

  • 12.1 Porting an Application by Redesign 通过重新设计来移植应用 63 12.2 Porting using compatibility layers and scripts 通过兼容性的层和脚本来移植 65

反馈

有关翻译质量,延伸的想法……

Zope3Book (last edited 2009-12-25 07:13:53 by localhost)