Dublin Core interface.
$Id: DublinCore.py,v 1.4.14.2 2004/04/23 21:11:34 sidnei Exp $
Define which Dublin Core metadata elements are supported by the CMF, and the semantics therof.
Dublin Core element - resource publisher
Return full formal name of the entity or person responsible for publishing the resource.
Return type: string Permission: View
Dublin Core element - resource ID
Returns unique ID (a URL) for the resource.
Return type: string Permissions: View
Dublin Core element - resource summary
Return a natural language description of this object.
Return type: string Permissions: View
Dublin Core element - resource collaborators
Return zero or additional collaborators.
Return type: sequence of strings Permission: View
Dublin Core element - resource creator
Return the full name(s) of the author(s) of the content object.
Return type: string Permission: View
Dublin Core element - resource name
Return type: string Permissions: View
Dublin Core element - resource copyright
Return a string describing the intellectual property status, if any, of the resource. for the resource.
Return type: string Permissions: View
Dublin Core element - date resource becomes effective.
Return type: string, formatted YYYY-MM-DD H24:MN:SS TZ
Permissions: View
Dublin Core element - date resource last modified.
Return type: string, formatted YYYY-MM-DD H24:MN:SS TZ
Permissions: View
Dublin Core element - resource language
Return the RFC language code (e.g., en-US
, pt-BR
)
for the resource.
Return type: string Permissions: View
Dublin Core element - date resource expires.
Return type: string, formatted YYYY-MM-DD H24:MN:SS TZ
Permissions: View
Dublin Core element - default date
Return type: string, formatted YYYY-MM-DD H24:MN:SS TZ
Permissions: View
Dublin Core element - resource format
Return the resource's MIME type (e.g., text/html
,
image/png
, etc.).
Return type: string Permissions: View
Dublin Core element - date resource created.
Return type: string, formatted YYYY-MM-DD H24:MN:SS TZ
Permissions: View
Dublin Core element - resource type
Return a human-readable type name for the resource (perhaps mapped from its Zope meta_type).
Return type: string Permissions: View
Dublin Core element - resource keywords
Return zero or more keywords associated with the content object.
Return type: sequence of strings Permission: View
Update interface for mutable metadata.
Dublin Core element - update resource summary
Dublin Core element - update additional contributors to resource
Dublin Core element - update resource format
Dublin Core element - update resource name
Dublin Core element - update date resource expires.
Dublin Core element - update resource copyright
Dublin Core element - update resource keywords
Dublin Core element - update date resource becomes effective.
Dublin Core element - update resource language
Provide Zope-internal date objects for cataloging purposes.
Dublin Core element - date resource becomes effective,
Return type: DateBound Permissions: View
Dublin Core element - date resource created,
Return type: DateTime Permissions: View
Dublin Core element - date resource expires,
Return type: DateBound Permissions: View
Dublin Core element - date resource last modified,
Return type: DateTime Permissions: View