Mark Jordan

Results 231 comments of Mark Jordan

A couple of ideas for approaching this toolchain. First, if MIK has HTTP access to Fedora's REST API, the toolchain could ask Fedora to describe an object, then retrieve each...

In the composerized version: ``` php

Duh. Just noticed that the two functional post-write hook scripts already parse the .ini file: ``` php $config = parse_ini_file($config_path, true); ``` but they do so to get the `['WRITER']['output_directory']`,...

#189 is related to this. For milestone 0.9 we'll hard-code the paths to the log files in the post-write hook scripts but for milestone 1.0 we should combine these two...

@MarcusBarnes thanks to your fix in #59, I can now continue with this new manipulator.

I can't think of any Drupalisms that we wouldn't want in our code-level documentation. Since D.O. API docs are based on Doxygen, I wonder if we can use that to...

Sorry, you can test now by running mik against the lat_m.ini file in mik_mark. Delete the lat_m output directory in production_loads first though. This config file is for generating 5...

Excellent, thanks. Let's leave this open so we can include it in the 1.0 milestone.

:+1: but there would be an issue with writing a file like FITS output to a package and then performing post-write hook operations on the package like copying it, zipping...