Differences between revisions 5 and 51 (spanning 46 versions)
Revision 5 as of 2005-08-18 10:43:35
Size: 2518
Editor: ZoomQuiet
Comment:
Revision 51 as of 2005-10-14 01:34:46
Size: 2136
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''
Zope3Book -- 中文快速翻译项目
'''
#pragma section-numbers off
'''Zope3Book -- 《Zope 3 宝典》 中文快速翻译项目
'''-- ZoomQuiet [[[DateTime(2005-08-18T10:38:20Z)]]]
[[TableOfContents(2)]]
= 描述 =
'''为了学习,我们自个儿来翻译,[[FootNote(建议使用脚注的方式在有意见的地方说明是也乎!--ZoomQuiet)]]仅仅作为学习笔记的一种方式吧'''
Line 7: Line 10:
::-- ZoomQuiet [[[DateTime(2005-08-18T10:38:20Z)]]]
[[TableOfContents]]
= 描述 =
'''为了学习,我们自个儿来翻译,仅仅作为学习笔记的一种方式吧'''
''第一部分翻译完成''
暂时没时间整理到wiki上,直接下载吧!
用DocBook重写了一遍,并生成了chunk。这个版本比之前用word生成的版本干净多了,也漂亮多啦!
转换工具用的是CEBD。
attachment:zope3book_partI_chunk.rar
Line 12: Line 16:
= 正文 =
 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%
##Zoom兄,帮忙把在线阅读的内容换一下吧,原来的文件太大,打开太慢了。
 * 也可以[wiki:localshare/doc/Zope/zope3book_partI/ 在线阅读...] '''051014 更新为DocBook 版本生成的多页HTML文档!感谢[http://osmond.cn/cdbe/ CDBE]的帮助!'''


== 译文 ==
## 请按照章节来组织子页面吧!并请保留翻译者和进度信息
 1. [wiki:self/Zope3Book/0-Preface Preface 序言] -- 100% -- ZoomQuiet
 1. [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
 1. [wiki:self/Zope3Book/2-InTheBeginning 在开始的地方……] -- 50% -- honeyday
Line 17: Line 27:
 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 29:
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 第一部分 =
[[Include(Zope3BookPart1)]]
= PART II 第二部分 =
[[Include(Zope3BookPart2)]]
= PART III 第三部分 =
[[Include(Zope3BookPart3)]]
= PART IV 第四部分 =
[[Include(Zope3BookPart4)]]
= PART V 第五部分 =
[[Include(Zope3BookPart5)]]
= PART VI 第六部分 =
[[Include(Zope3BookPart6)]]
= PART VII 第七部分 =
[[Include(Zope3BookPart7)]]
= PART VIII 第八部分 =
[[Include(Zope3BookPart8)]]
== 目次 ==
[[Include(Zope3BookIdx)]]
Line 33: Line 48:
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.

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.
[[Include(/DisCuss)]]

Zope3Book -- 《Zope 3 宝典》 中文快速翻译项目 -- ZoomQuiet [DateTime(2005-08-18T10:38:20Z)] TableOfContents(2)

描述

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

第一部分翻译完成 暂时没时间整理到wiki上,直接下载吧! DocBook重写了一遍,并生成了chunk。这个版本比之前用word生成的版本干净多了,也漂亮多啦! 转换工具用的是CEBD。 attachment:zope3book_partI_chunk.rar

  • 也可以[wiki:localshare/doc/Zope/zope3book_partI/ 在线阅读...] 051014 更新为DocBook 版本生成的多页HTML文档!感谢[http://osmond.cn/cdbe/ CDBE]的帮助!

译文

  1. [wiki:self/Zope3Book/0-Preface 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/2-InTheBeginning 在开始的地方……] -- 50% -- honeyday

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

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

PART I 第一部分

Include(Zope3BookPart1)

PART II 第二部分

Include(Zope3BookPart2)

PART III 第三部分

Include(Zope3BookPart3)

PART IV 第四部分

Include(Zope3BookPart4)

PART V 第五部分

Include(Zope3BookPart5)

PART VI 第六部分

Include(Zope3BookPart6)

PART VII 第七部分

Include(Zope3BookPart7)

PART VIII 第八部分

Include(Zope3BookPart8)

目次

Include(Zope3BookIdx)

Include(/DisCuss)

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