[Checkins] SVN: bluebream/website/docs/v1.0/concepts.rst mention zope.site package

Baiju M baiju.m.mail at gmail.com
Sun Mar 28 10:53:54 EDT 2010


Log message for revision 110272:
  mention zope.site package
  

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

-=-
Modified: bluebream/website/docs/v1.0/concepts.rst
===================================================================
--- bluebream/website/docs/v1.0/concepts.rst	2010-03-28 11:23:50 UTC (rev 110271)
+++ bluebream/website/docs/v1.0/concepts.rst	2010-03-28 14:53:54 UTC (rev 110272)
@@ -75,7 +75,7 @@
 
 When applications gets bigger, there is a side effect on the code,
 called the spaggethi effect: interactions between classes can lead to
-unwanted dependencies and the code turns into a monolithic bloc.
+unwanted dependencies and the code turns into a monolithic block.
 
 Adapters provides a way to prevent from this, by implementing the
 Liskov substitution principle.
@@ -153,7 +153,9 @@
 Registries keep the list of which components are available, which
 interface they provide, which interface(s) they possibly adapt, along
 with an optional registration name.  The ``zope.component`` package
-implements a global component registry.
+implements a global component registry.  The ``zope.site`` package
+provides a local and persistent component registry called site
+manager, so that one can register local utilities and adapters.
 
 Object Publishing
 ~~~~~~~~~~~~~~~~~



More information about the checkins mailing list