Forum OpenACS Q&A: Re: Is anyone here using OAI-PMH? (The Open Archives Initiative Protocol for Metadata Harvesting)

OAI-PMH is pretty easy stuff if you do not go for full XML Schema validation, pretty easy to do in Tcl with tDOM or any other XML parser.

We use it to search and connect to a wide range of library systems (with a PHP implementation of OAI-PMH).

I don't know Voyager, but if it can spit out Dublin Core Metadata your already there, otherwise the major task is the creation of a scheme to convert the internal metadata to the mandatory dc standard.

Michael