in Archetypes location is declared in ExtensibleMetadata.py as:
# Location, also known as Coverage in the DC metadata standard, but we
# keep the term Location here for historical reasons.
StringField(
'location',
# why no accessor? http://dev.plone.org/plone/ticket/6424
searchable=True,
widget = StringWidget(
label = _(u'label_location', default=u'Location'),
description=_(u'help_location_dc',
default=u'The geographical location
associated with the item, if applicable.'),
),
),
why this was not included in the standard IDublinCore behavior?
best regards
Héctor Velarde
smime.p7s
Description: Firma criptográfica S/MIME
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
