pkp / ots

PKP XML Parsing Service
GNU General Public License v3.0
32 stars 19 forks source link

Support for additional metadata coming from OJS #95

Closed ajnyga closed 7 years ago

ajnyga commented 7 years ago

Support for additional metadata fields, not tested!

See https://github.com/kaschioudi/ojs3-markup/pull/31

axfelix commented 7 years ago

Thanks, this looks great! Should have it tested and merged this week...

axfelix commented 7 years ago

This appears to be causing XMP (PDF metadata) generation to fail, need to investigate: https://github.com/pkp/ots/blob/master/module/XmpConversion/src/XmpConversion/Model/Converter/Xmp.php

ajnyga commented 7 years ago

@axfelix, it is really hard for me to debug the OTS end so do you mind checking this?

axfelix commented 7 years ago

Sure, I can do it.

ajnyga commented 7 years ago

Thanks, in the future I will probably try to set up a OTS to our own server, but that will probably take some effort.

axfelix commented 7 years ago

That's why I made https://github.com/axfelix/ots-vagrant :)

ajnyga commented 7 years ago

Oh nice, thanks!