[Zope-CMF] Dublin Core Metadata

alan runyan runyaga@myrealbox.com
Fri, 27 Sep 2002 17:54:46 -0700


> > > + <meta tal:repeat="keyval here/listMetaTags"
> > > +       tal:attributes="name python:keyval[0];
> > > +                       content python:keyval[1];
> > > +                      "
> > > + />
> >
> >
> >I tried it out and it worked, but now in my current plone-site I
> >fail to make it work.
> >
> >I inserted this code into main_template. I get no errors but also no
> >metatags.

you would want to look at the header.pt and see what slots you can
fill with this.  I put it in the collector.  We dont have this in plone but
will make it into the final.  should be trivial to change.

> >I am using Zope 2.5.1 and Plone beta 1.
> >
> >Think I am missing something.
>
> I think you may have too much ;-)
>
> ... like, Plone ?
>
> Plone is _not_ a standard CMF-produkt. It's more like an alternative
> CMF-produkt.

what does it mean to be 'standard CMF product'?  Any CMF product should
work just fine w/ Plone.

> They have changed just about everything, and have re-implemented _most_ of
> it again... just my 2c.

're implemented' -- yes.  at the conference the party line I have totted is
Plone is a 'realization' of the CMF.

~runyaga