[Checkins] SVN: bluebream/trunk/docs/source/introduction.rst update introduction

Baiju M baiju.m.mail at gmail.com
Sat Jan 9 05:37:50 EST 2010


Log message for revision 107914:
  update introduction
  

Changed:
  U   bluebream/trunk/docs/source/introduction.rst

-=-
Modified: bluebream/trunk/docs/source/introduction.rst
===================================================================
--- bluebream/trunk/docs/source/introduction.rst	2010-01-09 10:28:27 UTC (rev 107913)
+++ bluebream/trunk/docs/source/introduction.rst	2010-01-09 10:37:50 UTC (rev 107914)
@@ -7,17 +7,17 @@
 BlueBream is a web framework written in Python programming language.
 BlueBream is a thin layer on top of Zope Tool Kit (ZTK).  Normally,
 BlueBream applications are developed using a Python based build
-system called Buildout.  BlueBream is built on top of a component
-architecture to separate presentation code from the problem domain
-code and to create reusable components (zope.component).  BlueBream
-has an object publisher (zope.publisher), web server (zope.server),
-transactional object database (ZODB), XML-configuration language for
-registering components (zope.configuration), flexible security
-architecture with pluggable security policies (zope.security), unit
-and functional testing frameworks (zope.testing, zope.testbrowser),
-XHTML-compliant templating language (zope.pagetemplate), schema
-engine and automatic form generation machinery (zope.schema,
-z3c.form) and many more core and third-party packages.
+system called Buildout.  BlueBream use the Zope component
+architecture (ZCA) for "separation of concerns" and to create
+reusable components (zope.component).  BlueBream has an object
+publisher (zope.publisher), web server (zope.server), transactional
+object database (ZODB), an XML based configuration language for
+registering components (ZCML), flexible security architecture with
+pluggable security policies (zope.security), unit and functional
+testing frameworks (zope.testing, zope.testbrowser), XHTML-compliant
+templating language (zope.pagetemplate), schema engine and automatic
+form generation machinery (zope.schema, z3c.form) and many other
+packages.
 
 Previously BlueBream was known as "Zope 3".  The development of this
 project started in 2002.  BlueBream is a ZPL (BSD like, GPL



More information about the checkins mailing list