diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dc0916a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 museum-digital + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d8489e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Concordance checker web interface for imports to museum-digital +=============================================================== + +This repository contains a very small web app enabling users +to upload a list of terms (separated by a newline) and compare +them to the concordance lists used during imports to md. +Entries that are not yet matched to any value of md's controlled +lists can henceforth be matched using the web UI. The tool will +finally generate the necessary lines of code to register the +relevant terms in the concordance lists. + +See also +-------- + +- [Repository for concordance lists](https://gitea.armuli.eu/museum-digital/MDImporterConcordanceLists) +- [Repository for museum-digital's controlled lists](https://gitea.armuli.eu/museum-digital/MDAllowedValueSets) diff --git a/dependencies/MDAllowedValueSets b/dependencies/MDAllowedValueSets index dbd15ea..61edc14 160000 --- a/dependencies/MDAllowedValueSets +++ b/dependencies/MDAllowedValueSets @@ -1 +1 @@ -Subproject commit dbd15ea26baa4bc37bf31e99c6a17ec8ffa876e9 +Subproject commit 61edc14240dc73e446a34fd1f511c62657011326 diff --git a/dependencies/MDErrorReporter b/dependencies/MDErrorReporter index b1d25b4..4ec6bc4 160000 --- a/dependencies/MDErrorReporter +++ b/dependencies/MDErrorReporter @@ -1 +1 @@ -Subproject commit b1d25b494175e79d5f33f7a65a45767195c997f9 +Subproject commit 4ec6bc49ea7aa8a1a035445a68492c23e8155d9e diff --git a/dependencies/MDImporterConcordanceLists b/dependencies/MDImporterConcordanceLists index 0adcbd2..2cb782c 160000 --- a/dependencies/MDImporterConcordanceLists +++ b/dependencies/MDImporterConcordanceLists @@ -1 +1 @@ -Subproject commit 0adcbd2d5d7df896a99aedbf2f569050d23f69b3 +Subproject commit 2cb782cef47dbd400a22034c6cea8a3dd6ac89e3 diff --git a/dependencies/MD_STD b/dependencies/MD_STD index 9948ee5..b9d82d6 160000 --- a/dependencies/MD_STD +++ b/dependencies/MD_STD @@ -1 +1 @@ -Subproject commit 9948ee5d3da9fc072a9ea62341630700794dcd92 +Subproject commit b9d82d672ad36940c04e7a219a27ca6d419e7cb7 diff --git a/public/index.htm b/public/index.htm index ea37160..f8aae97 100644 --- a/public/index.htm +++ b/public/index.htm @@ -7,7 +7,7 @@ - + @@ -32,8 +32,8 @@
- - + +