Mark Jordan

Results 231 comments of Mark Jordan

Perhaps we can use the new InsertXmlFromTemplate metadata manipulator, or a specialized version of it, to do this?

@bondjimbond can we close this since we have #344?

Fair enough - but AFAIK implementing this will be non-trivial since we'll need to dig into the OAI-PMN harvester. Let's leave it open in case someone gets the time to...

Looking at this a bit more, we might be able to implement "writer manipulators" following the pattern we have already established, which would, in this use case, modify the output...

Then again, a much simpler approach would be to not introduce writer manipulators but to have the helper script offer an option that organized the harvested content into set-based subdirectories...

I was wrong about determining a record's set membership. Its setSpecs are included in both `GetRecord` requests and `ListRecord` requests.

Working through a use case with someone performing a migration from an OAI repository, please stay tuned.....

Another approach would be to provide a slick tool for creating MIK configuration files. Maybe http://electron.atom.io/ would be worth looking into. Or for that matter, maybe an Atom package would...

Another option for a GUI is to create a simple web a app in [SIlex](http://silex.sensiolabs.org/) or [Slim](http://www.slimframework.com/) and run it locally using PHP's built-in web server (`php -S localhost:8000`, started...