Package zope :: Package configuration :: Module zopeconfigure :: Class IZopeConfigure
[show private | hide private]
[frames | no frames]

Type IZopeConfigure

Interface --+
            |
           IZopeConfigure


The zope:configure Directive

The zope configuration directive is a pure grouping directive. It doesn't compute any actions on it's own. Instead, it allows a package to be specified, affecting the interpretation of relative dotted names and file paths. It also allows an i18n domain to be specified. The information collected is used by subdirectives.

It may seem that this directive can only be used once per file, but it can be applied whereever it is convenient.


Class Variable Summary
unicode i18n_domain = u'Internationalization domain\n\nThis is a...
unicode package = u'Package\n\nThe package to be used for evalua...

Class Variable Details

i18n_domain

Type:
unicode
Value:
u'Internationalization domain\n\nThis is a name for the software proje\
ct. It must be a legal file-system name as it will be used to contruct\
 names for directories containing translation data. \nThe domain defin\
es a namespace for the message ids used by a project.'                 

package

Type:
unicode
Value:
u'Package\n\nThe package to be used for evaluating relative imports an\
d file names.'                                                         

Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 http://epydoc.sf.net