Mark Jordan

Results 68 issues of Mark Jordan

Currently the CSV single file toolchain assume that filename values in its "[FILE_GETTER] file_name_field" are relative to the "{FILE_GETTER] input_directory" value. Add logic to allow for absolute file paths and...

enhancement

http://pear.php.net/package/File_MARC (also [available](https://github.com/scriptotek/php-marc) via composer) provides parsing of binary and XML MARC data. A minimalistic example of its use is: ``` php

feature request

We should investigate how https://github.com/amphp/thread could be used within MIK's writers, and possibly other classes.

enhancement

Can probably follow pattern set by CDM newspapers.

enhancement

We are developing utility scripts (like extras/scripts/check_files.php) that write out the path to problematic newspaper issues in MIK output. In order to reprocess these problematic newspaper issues, it would be...

enhancement

Take names like "Mark Jordan" and return MODS like: ``` xml Jordan Mark ``` Of course, any programmatic attempt at this will be pretty unreliable. So we should probably need...

feature request

I want to set the default value for a `->file()` option based on the value of another option. This appears to work only if the `->file()` option is the last...

## Proposed changes 1. Brief description of changes applied Fixed typo in README.md ('JAVAHOME' should be 'JAVA_HOME') 2. Any documentation on how to configure, test n/a 3. Any possible limitations,...