[pmwiki-users] Re: ?action=dc (Dublin Core Metadata)

John Rankin john.rankin at affinity.co.nz
Thu Dec 1 17:44:49 CST 2005


On Friday, 2 December 2005 11:50 AM, Patrick R. Michaud <pmichaud at pobox.com> wrote:
>So, would the format for this be...?
>
>    <dcterms:modified>2005-12-01</dcterms:modified>

I believe this is correct, although we probably want to include time.

>As one might expect, the output is very customizable.  At the moment,
>a site administrator can add a simple dc:rights element to the output
>with:
>
>    $DublinCoreElements['dc:rights'] = 'Creative Commons License';
>
>I'm still working out the syntax/data structure for specifying 
>attributes such as rdf:resource.
>
... which will presumably then allow an administrator to generate:

<dc:rights rdf:resource="http://www.pmwiki.org/wiki/Site/CopyrightPolicy" />

Perhaps something like

    $DublinCoreResources['dc:rights'] = '$ScriptUrl?n=Site/CopyrightPolicy';

-- 
JR
--
John Rankin






More information about the pmwiki-users mailing list