Dublin Core and C5

Permalink
I'm preparing a response to tender for a job and one of the requirements is that it conforms to the Dublin Core Metadata Initiative:

http://dublincore.org/

I'm stumped by this, totally new to it. Is there a checklist around you guys know of for this, or does C5 already cater to it out of the box?

Thanks,

Osu

osu
 
Mnkras replied on at Permalink Reply
Mnkras
i took a quick look, and you should be able to do that pretty easily,

copy
concrete/elements/header_required.php
to elements/header_required.php

and make changes
osu replied on at Permalink Reply
osu
Thanks Mnkras,

Is it really as simple as editing the header? I was reading here that RDF/XML should be generated:

http://dublincore.org/documents/usageguide/...

Although it seems simple meta-tags could be used in XHTML here:

http://dublincore.org/documents/dcq-html/...

So, assuming I can go with the latter, is it just a case of creating attributes with a page type and echoing them out in my new header_required.php file?

osu