metafacture-core
metafacture-core copied to clipboard
Core package of the Metafacture tool suite for metadata processing.
As mentioned in #386, it would be nice to be able to reuse the stream test pattern (cf. #339) across modules. Currently `metamorph` and `metafacture-mangling` make use of it, plus...
Somce XML-handler exist, but MODS does not yet. Could be a nice feature.
This came up in a discussion with @blackwinter : - [ ] we update dependencies to close security threats - [ ] Along with that we could simplify the dependency...
The OAI-PMH Opener provides the OAI-record, header and container. Is there a way how to receive only the metadata without the OAI specific elements? Similar to: https://github.com/metafacture/metafacture-core/issues/382
Inspired by a discussion wit: @hagbeck We can read OAI-PMH but we cannot output them. I think the demand for that could be specified by @hagbeck
There is no consistent formatting of code (and xml? etc.). - [ ] agree and document on [how to format code](https://github.com/metafacture/metafacture-core/wiki/Contributor-Guidelines#code-formatting) - [ ] at best find a solution to...
https://github.com/metafacture/metafacture-core#building-metafacture-core-from-source says to use: `$ ./gradlew install` https://github.com/metafacture/metafacture-core/wiki/Flux-user-guide#installing-flux says to use: `./gradlew installDist` Which is right? Should be consistent in documentation
This came up again at #411. We should update the README and build.gradle to not publish snaphsots to maven central.
This is part of https://github.com/metafacture/metafacture.github.io/issues/10 Improve [content](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) of [HelpPrinter.java](https://github.com/metafacture/metafacture-core/blob/master/metafacture-flux/src/main/java/org/metafacture/flux/HelpPrinter.java): - [ ] Group commands by type (Readers, Decoders, Encoders, Writers) - [ ] Explain signatures (a general explanation about how...
This came up by @TobiasNx : To have a quick overview of what fields are transformed to what: If we could agree on how to annotate comments in `morph` and...