[Checkins] SVN: grok/trunk/ removed Bla bla

Michael Haubenwallner michael at d2m.at
Fri Dec 4 07:14:46 EST 2009


Log message for revision 106205:
  removed Bla bla

Changed:
  U   grok/trunk/doc/glossary.rst
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/doc/glossary.rst
===================================================================
--- grok/trunk/doc/glossary.rst	2009-12-04 10:10:11 UTC (rev 106204)
+++ grok/trunk/doc/glossary.rst	2009-12-04 12:14:46 UTC (rev 106205)
@@ -3,78 +3,95 @@
 =================
 
 * **adapter** - 
-  Bla bla
+  An Adapter takes an object providing an existing interface and extends it to 
+  provide a new interface.
 
 * **(Grok) application** - 
-  Bla bla
+  Applications are top-level objects. They are typically used to hold global 
+  configuration and behaviour for an application instance, as well as holding 
+  data objects such as grok.Container and grok.Model object instances.
   
 * **buildout** -
-  Bla bla
+  ...
 
 * **buildout egg** -
-  Bla bla
+  ...
 
 * **(Grok) container** - 
-  Bla bla
+  Objects in a container are manipulated using the same syntax as you would with
+  a standard Python Dictionary object. The container implements the 
+  zope.app.container.interfaces.IContainer interface using a BTree, providing 
+  reasonable performance for large collections of objects.
 
 * **(Grok) directive** - 
-  Bla bla
+  The grok module defines a set of directives that allow you to configure and 
+  register your components.
 
 * **directory resource** - 
-  Bla bla
+  ...
 
 * **egg** - 
-  Bla bla
+  ...
 
 * **global utility** - 
-  Bla bla
+  A global utility is an object which provides an interface, and can be 
+  looked-up by that interface and optionally the component name. The attributes 
+  provided by a global utility are not persistent.
 
 * **grokproject** - 
   A command line tool for creating a Grok project using buildout.
 
 * **layer** -
-  Bla bla
+  A layer for the view.
 
 * **local utility** -
-  Bla bla
+  A local utility is an object which provides an interface, and can be looked-up
+  by that interface and optionally the component name. The attributes provided 
+  by a local utility are transparently stored in the database (ZODB). This means
+  that configuration changes to a local utility lasts between server restarts.
 
 * **martian** - 
-  Bla bla
+  ...
 
-* **megrok** =
-  Bla bla
+* **megrok** - 
+  ...
 
 * **(Grok) model** - 
-  Bla bla
+  Model objects provide persistence and containment. Model in Grok refers to an 
+  applications data model - that is data which is persistently saved to disk, by
+  default in the Zope Object Dataabse (ZODB).
 
 * **Python Cheeseshop** -
-  Bla bla
+  ...
 
 * **(Grok) site** - 
-  Bla bla
+  Contains a Site Manager. Site Managers act as containers for registerable 
+  components.
 
 * **skin** - 
-  Bla bla
+  A named layer.
 
 * **(Grok) view** - 
-  Bla bla  
+  Views handle interactions between the user and the model. 
 
 * **viewlet** - 
-  Bla bla
+  Viewlets are a flexible way to compound HTML snippets.
 
 * **viewlet manager** - 
-  Bla bla
+  A ViewletManager is a component that provides access to a set of content 
+  providers (Viewlets). 
 
-* **zc.buildout** - see buildout
+* **zc.buildout** - 
+  see buildout
 
 * **zc.resourcelibrary** - 
-  Bla bla
+  ...
 
 * **ZCML** - 
-  Bla bla
+  Zope Configuration Markup Language
 
 * **ZODB** - 
-  Bla bla
+  Zope Object Database
 
 * **ZPT** -
   Zope Page Template

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2009-12-04 10:10:11 UTC (rev 106204)
+++ grok/trunk/versions.cfg	2009-12-04 12:14:46 UTC (rev 106205)
@@ -27,7 +27,7 @@
 zope.app.session = 3.6.0
 
 # ZTK
-# http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=105860
+# http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=106004#105860
 z3c.recipe.compattest = 0.8.0
 zope.annotation = 3.5.0
 zope.app.apidoc = 3.6.7
@@ -86,7 +86,7 @@
 zope.app.zptpage = 3.5.0
 zope.browsermenu = 3.9.0
 zope.browserpage = 3.9.0
-zope.browserresource = 3.9.0
+zope.browserresource = 3.10.2 #3.9.0
 zope.cachedescriptors = 3.5.0
 zope.catalog = 3.8.0
 zope.component = 3.8.0



More information about the checkins mailing list