From 7b10f779277319ee63b22bf83846a27223cda7db Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 13 Dec 2022 09:38:22 +0100 Subject: [PATCH] fixed MD markup issues --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a30f72..a3b5b14 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,24 @@ Plugin using MediaConch to validate FFV1/Matroska files you could test it using 'test.sh' -== compile +compile +------- * make clean * make -== install -* copy jar-file to /operational_shared/plugins/custom/ +install +------- + +* copy jar-file to _/operational_shared/plugins/custom/_ + +configuration +------------- -== configuration * check API https://exlibrisgroup.github.io/Rosetta.dps-sdk-projects/current/javadoc/com/exlibris/dps/sdk/techmd/FormatValidationPlugin.html * check https://mediaarea.net/MediaConch/ for latest MediaConch release -== copyright hints +copyright hints +--------------- -MediaConch is released under Gnu General Public License 3.0 (or higher) it could not be integrated and delivered as a binary only plugin. +MediaConch is released under Gnu General Public License 3.0 (or higher), therefore it could not be integrated and delivered as a binary only plugin. -- GitLab