[Checkins] SVN: bluebream/website/docs/v1.0/introduction.rst register components using Grok is not available by default

Baiju M baiju.m.mail at gmail.com
Wed Aug 11 13:03:04 EDT 2010


Log message for revision 115637:
  register components using Grok is not available by default
  

Changed:
  U   bluebream/website/docs/v1.0/introduction.rst

-=-
Modified: bluebream/website/docs/v1.0/introduction.rst
===================================================================
--- bluebream/website/docs/v1.0/introduction.rst	2010-08-11 16:43:37 UTC (rev 115636)
+++ bluebream/website/docs/v1.0/introduction.rst	2010-08-11 17:03:04 UTC (rev 115637)
@@ -27,10 +27,6 @@
   (:term:`ZCML`), an XML based configuration language, providing limitless
   flexibility.
 
-- BlueBream can also register components using :term:`GROK`, which adds a
-  layer replacing the declarative configuration of ZCML with conventions and
-  declarations in standard Python.
-
 - BlueBream features the :term:`Zope Component Architecture` (ZCA) which
   implements :term:`Separation of concerns` to create highly cohesive
   reusable components (zope.component_).
@@ -160,8 +156,8 @@
 of the ZCA.  The Zope community has responded to this in with several
 rapidly deployable ZCA-derived frameworks, which implement Convention over
 configuration while maintaining the power of ZCA under the hood.  Notable
-among these are Grok and Repoze.  Take a look at the recent uploads to the
-PyPi site, it is rare to not see several zca projects listed.
+among these are :term:Grok: and Repoze.  Take a look at the recent uploads
+to the PyPi site, it is rare to not see several zca projects listed.
 
 .. _Convention over configuration: http://en.wikipedia.org/wiki/Convention_over_configuration
 



More information about the checkins mailing list