ZCML File
role.zcml
[top]
/
zope
/
securitypolicy
/
tests
/ role.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
i18n_domain
="
zope
"
>
<
include
file
="
meta.zcml
"
package
="
zope.securitypolicy
"
/>
<
role
id
="
zope.Everyperson
"
title
="
Tout le monde
"
description
="
The common man, woman, person, or thing
"
/>
</
configure
>