they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
419 B
Text
9 lines
419 B
Text
The zope configuration system provides an extensible system for
|
|
supporting various kinds of configurations.
|
|
|
|
It is based on the idea of configuration directives. Users of the
|
|
configuration system provide configuration directives in some language
|
|
that express configuration choices. The intent is that the language be
|
|
pluggable. An XML language is provided by default.
|
|
|
|
WWW: https://pypi.org/project/zope.configuration/
|