[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/xmlrpc - defaultView.stx:1.2 view.stx:1.5

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jan 23 12:01:01 EST 2004


Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/xmlrpc
In directory cvs.zope.org:/tmp/cvs-serv24998/doc/zcml/namespaces.zope.org/xmlrpc

Modified Files:
	defaultView.stx view.stx 
Log Message:
I had a little bug in my text wrapper. I added a doc test for it now and 
updated the generated ZCML reference.


=== Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx:1.1	Thu Jan 22 18:57:17 2004
+++ Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx	Fri Jan 23 12:00:30 2004
@@ -3,8 +3,8 @@
   File zope/app/publisher/xmlrpc/meta.zcml, lines 11 - 15.
 
   The name of the view that should be the default. This name refers to view
-  should be the view used by default (if no view name is supplied
-  
+  that should be the view used by default (if no view name is supplied
+  explicitly).
 
   Attributes
 
@@ -13,12 +13,12 @@
       The name of the view that should be the default.
 
       This name refers to view that should be the view used by default (if no
-      name is supplied explicitly).
+      view name is supplied explicitly).
 
     for -- GlobalObject (optional, default=None)
 
       The interface this view is the default for.
 
       The view is the default view for the supplied interface. If this is not
-      the view applies to all objects (XXX this ought to change).
+      supplied, the view applies to all objects (XXX this ought to change).
 


=== Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx 1.4 => 1.5 ===
--- Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx:1.4	Thu Jan 22 18:57:17 2004
+++ Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx	Fri Jan 23 12:00:30 2004
@@ -11,8 +11,8 @@
       The interface this view applies to.
 
       The view will be for all objects that implement this interface. If this
-      not supplied, the view applies to all objects (XXX this ought to
-      
+      is not supplied, the view applies to all objects (XXX this ought to
+      change).
 
     permission -- Id (optional, default=None)
 
@@ -30,17 +30,17 @@
 
       The layer the view is in.
 
-      A skin is composed of layers. It is common to put skin specific views
+      A skin is composed of layers. It is common to put skin specific views in
       a layer named after the skin. If the 'layer' attribute is not supplied,
-      defaults to 'default'.
+      it defaults to 'default'.
 
     allowed_interface -- Tokens (optional, default=None)
 
       Interface that is also allowed if user has permission.
 
       By default, 'permission' only applies to viewing the view and any
-      sub views. By specifying this attribute, you can make the permission
-      apply to everything described in the supplied interface.
+      possible sub views. By specifying this attribute, you can make the
+      permission also apply to everything described in the supplied interface.
 
       Multiple interfaces can be provided, separated by whitespace.
 
@@ -49,8 +49,8 @@
       View attributes that are also allowed if user has permission.
 
       By default, 'permission' only applies to viewing the view and any
-      sub views. By specifying 'allowed_attributes', you can make the
-      also apply to the extra attributes on the view object.
+      possible sub views. By specifying 'allowed_attributes', you can make the
+      permission also apply to the extra attributes on the view object.
 
     name -- TextLine (optional, default=None)
 




More information about the Zope3-Checkins mailing list