Skip to content
Snippets Groups Projects
Commit 651ccae9 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: typo

parent 46ab8fc3
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#hh -s, --statistics #hh -s, --statistics
#hh print a statistic #hh print a statistic
#hh -m, --mode [auto|mediathek|fotothek|save|ddz|digas|retromono|retromonoge| #hh -m, --mode [auto|mediathek|fotothek|save|ddz|digas|retromono|retromonoge|
#hh pubpflicht|pubhtmljats|forenzdta|retromuenz|retrovf] #hh pubpflicht|pubhtmljats|forensdta|retromuenz|retrovf]
#hh the mode 'auto' tries to check files based on file mime-types. #hh the mode 'auto' tries to check files based on file mime-types.
#hh The other modes are actual workflow names. #hh The other modes are actual workflow names.
#hh -d, --daemon #hh -d, --daemon
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
# PARAMETER VALUES LISTS # PARAMETER VALUES LISTS
DELIMITER="," DELIMITER=","
MODE_LIST="auto,mediathek,fotothek,save,ddz,digas,retromono,retromonoge,pubpflicht,pubhtmljats,forenzdta,retromuenz,retrovf" MODE_LIST="auto,mediathek,fotothek,save,ddz,digas,retromono,retromonoge,pubpflicht,pubhtmljats,forensdta,retromuenz,retrovf"
STAGE_LIST="current,upcoming,any" STAGE_LIST="current,upcoming,any"
FILES_MODE_LIST="sort,delete,nothing" FILES_MODE_LIST="sort,delete,nothing"
...@@ -118,8 +118,8 @@ validators[_pubpflicht_pdf_upcoming]="/usr/bin/verapdf FILE" ...@@ -118,8 +118,8 @@ validators[_pubpflicht_pdf_upcoming]="/usr/bin/verapdf FILE"
validators[_pubpflicht_pdf__current]="/usr/bin/verapdf FILE" validators[_pubpflicht_pdf__current]="/usr/bin/verapdf FILE"
validators[pubhtmljats_xml_upcoming]="/usr/bin/java /usr/share/XmlFormatValidationPlugin/XmlFormatValidationPlugin.jar org.slub.rosetta.dps.repository.plugin.SLUBXmlFormatValidationPlugin FILE" validators[pubhtmljats_xml_upcoming]="/usr/bin/java /usr/share/XmlFormatValidationPlugin/XmlFormatValidationPlugin.jar org.slub.rosetta.dps.repository.plugin.SLUBXmlFormatValidationPlugin FILE"
validators[pubhtmljats_xml__current]="/usr/bin/java /usr/share/XmlFormatValidationPlugin/XmlFormatValidationPlugin.jar org.slub.rosetta.dps.repository.plugin.SLUBXmlFormatValidationPlugin FILE" validators[pubhtmljats_xml__current]="/usr/bin/java /usr/share/XmlFormatValidationPlugin/XmlFormatValidationPlugin.jar org.slub.rosetta.dps.repository.plugin.SLUBXmlFormatValidationPlugin FILE"
validators[__forenzdta_ewf_upcoming]="/usr/bin/ewfverify -v FILE" validators[__forensdta_ewf_upcoming]="/usr/bin/ewfverify -v FILE"
validators[__forenzdta_ewf__current]="/usr/bin/ewfverify -v FILE" validators[__forensdta_ewf__current]="/usr/bin/ewfverify -v FILE"
validators[_retromuenz_tif_upcoming]="/usr/bin/checkit_tiff_upcoming -mq /usr/share/checkit_tiff_upcoming/example_configs/cit_tiff_retrofotos_SLUB.cfg FILE" validators[_retromuenz_tif_upcoming]="/usr/bin/checkit_tiff_upcoming -mq /usr/share/checkit_tiff_upcoming/example_configs/cit_tiff_retrofotos_SLUB.cfg FILE"
validators[_retromuenz_tif__current]="/usr/bin/checkit_tiff_current -mq /usr/share/checkit_tiff_current/example_configs/cit_tiff_retrofotos_SLUB.cfg FILE" validators[_retromuenz_tif__current]="/usr/bin/checkit_tiff_current -mq /usr/share/checkit_tiff_current/example_configs/cit_tiff_retrofotos_SLUB.cfg FILE"
validators[____retrovf_mkv__current]="/usr/bin/mediaconch -ft -p /usr/local/etc/mediaconch/SLUB_mediaconch_policy_all.xml FILE" validators[____retrovf_mkv__current]="/usr/bin/mediaconch -ft -p /usr/local/etc/mediaconch/SLUB_mediaconch_policy_all.xml FILE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment