diff --git a/README.md b/README.md index 31365cd..557a981 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Uploader to automate the Upload and Import of Objects in museum-digital via WebDAV +The purpose of this app will be to allow museums to more simply automate the upload of +their collection data to museum-digital. It is thus targetted at museums using museum-digital +as a publication platform, while using another collection management system. + +While collection management systems differ, an automatic import to museum-digital works in +a uniform way. Import data is uploaded via WebDAV, an import is configured using a text file. ([See here](https://de.handbook.museum-digital.info/import/importe-selbst-durchfuehren.html)) + +This part of the automatic importing can thus be solved in a one-fits-all solution here. +Collection management system-specific export scripts are necessary to present the present +app with data to upload. The export itself is thus out of the scope of the tool described here. + ## Workflow ### Setup