[pmwiki-users] What is "dc"?

Jon Haupt jhaupt at gmail.com
Thu Sep 28 18:10:05 CDT 2006


On 9/28/06, JB <jbit at ev1.net> wrote:
> From: http://www.pmwiki.org/wiki/PmWiki/WebFeeds
>
>    if ($action == 'rss') include_once('scripts/feeds.php');
>    if ($action == 'atom') include_once('scripts/feeds.php');
>    if ($action == 'rdf') include_once('scripts/feeds.php');
>    if ($action == 'dc') include_once('scripts/feeds.php');
>
>
> I know what rss, atom , rdf are.  What is "dc"?
>

>From PmWiki/WebFeeds:

"In addition, although it is not normally considered a web feed,
PmWiki can generate metadata information using the Dublin Core
Metadata extensions (?action=dc)."

Dublin Core has a web site: http://dublincore.org/

Jon




More information about the pmwiki-users mailing list