[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org -
configure.stx:1.1 include.stx:1.1 includeOverrides.stx:1.1
zopeConfigure.stx:1.1
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jan 22 18:57:07 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org
In directory cvs.zope.org:/tmp/cvs-serv7874
Added Files:
configure.stx include.stx includeOverrides.stx
zopeConfigure.stx
Log Message:
Update ZCML directives documentation.
=== Added File Zope3/doc/zcml/namespaces.zope.org/configure.stx ===
configure
Attributes
package -- GlobalObject (optional, default=None)
Package
The package to be used for evaluating relative imports and file names.
i18n_domain -- BytesLine (optional, default=None)
Internationalization domain
This is a name for the software project. It must be a legal file-system
as it will be used to contruct names for directories containing
data.
The domain defines a namespace for the message ids used by a project.
=== Added File Zope3/doc/zcml/namespaces.zope.org/include.stx ===
include
Attributes
file -- BytesLine (required)
Configuration file name
The name of a configuration file to be included, relative to the
containing the including configuration file.
package -- GlobalObject (optional, default=None)
Include packahe
Include the named file (or configure.zcml) from the directory of this
=== Added File Zope3/doc/zcml/namespaces.zope.org/includeOverrides.stx ===
includeOverrides
Attributes
file -- BytesLine (required)
Configuration file name
The name of a configuration file to be included, relative to the
containing the including configuration file.
package -- GlobalObject (optional, default=None)
Include packahe
Include the named file (or configure.zcml) from the directory of this
=== Added File Zope3/doc/zcml/namespaces.zope.org/zopeConfigure.stx ===
zopeConfigure
Attributes
package -- GlobalObject (optional, default=None)
Package
The package to be used for evaluating relative imports and file names.
i18n_domain -- BytesLine (optional, default=None)
Internationalization domain
This is a name for the software project. It must be a legal file-system
as it will be used to contruct names for directories containing
data.
The domain defines a namespace for the message ids used by a project.
More information about the Zope3-Checkins
mailing list