[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser -
metadirectives.py:1.7
Sidnei da Silva
sidnei at x3ng.com.br
Mon Oct 6 18:09:24 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/publisher/browser
In directory cvs.zope.org:/tmp/cvs-serv25957/src/zope/app/publisher/browser
Modified Files:
metadirectives.py
Log Message:
Whitespace. Lots of it
=== Zope3/src/zope/app/publisher/browser/metadirectives.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/publisher/browser/metadirectives.py:1.6 Sun Aug 17 02:07:32 2003
+++ Zope3/src/zope/app/publisher/browser/metadirectives.py Mon Oct 6 18:08:53 2003
@@ -47,7 +47,7 @@
description=u"""
Many views are included in menus. It's convenient to name
the menu in the page directive, rather than having to give a
- separate menuItem directive.
+ separate menuItem directive.
</description>
""",
required=False
@@ -110,7 +110,7 @@
class IDefaultViewDirective(Interface):
"""
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 view name is supplied
explicitly).
@@ -211,7 +211,7 @@
usage = TextLine(
title=u"The template usage top-level variable",
description=u"""
- See the usage documentation in the README.txt in the
+ See the usage documentation in the README.txt in the
zope/app/browser/skins directory.
If this view is associated with a menu item, this attribute should
not be supplied as the view will get its usage from the menu the
@@ -230,7 +230,7 @@
"""
This is the basic information for all browser resources.
"""
-
+
layer = TextLine(
title=u"The layer the resource should be found in",
description=u"""
More information about the Zope3-Checkins
mailing list