[Zope3-dev] RFC: Dublic core meta-data for content

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 09:19:13 +0100


Tim Hoffman wrote:
>
> Now how one would take this and make it fit to the Zope3 architecture
> that I am not sure.  

As far as I can see, you can add all that you want to Zope 3 as a 
separate package of your own, and apply your new meta-data to existing 
content without needing to change other core or 3rd party implementations.

The Annotations system in Zope3 provides a place for you to store your 
metadata. The Adapters and Views parts of the component architecture let 
you add on features such as you require, either globally, or to only the 
content you want.


The Dublin Core proposal is about adding one view of meta-data as a 
built-in standard. However, there is no particular distinction between 
the DublinCore package and any package you might build.

With the CMF and Zope2, basic content types have Dublin Core attributes 
written into their classes. This is not the case with Zope3.

--
Steve Alexander