diff --git a/README.md b/README.md index 557a981..7e5df1b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ It will hence attempt to do so when first run (or unless all relevant informatio - `requests` / HTTP library - JSON parser - XML parser (for version/update check) -- [WebDAV client](https://pypi.org/project/webdav4/) +- WebDAV client: [Python](https://pypi.org/project/webdav4/), [Golang](https://github.com/studio-b12/gowebdav) Either JSON or XML may also serve to store the config data. @@ -100,3 +100,48 @@ Either JSON or XML may also serve to store the config data. - [ ] [musdb API: /user/read/{id}](https://gitea.armuli.eu/museum-digital/musdb/issues/1291) - [ ] [musdb API: /list_import_formats](https://gitea.armuli.eu/museum-digital/musdb/issues/1292) + + +## Potentially Interested Parties + +- Landesstelle Sachsen (unsure, via @szunkel) +- Staatliche Schlösser und Gärten Hessen (EasyDB, via @ufladerer) + +## Misc. + +### Useful Links + +- [Cross-Compiling Golang Sources](https://opensource.com/article/21/1/go-cross-compiling) + +### Connection to Local Collection Management Systems + +#### Axiell Collections + +? + +#### BeeCollect + +? + +#### EasyDB + +EasyDB has a feature for automating exports and usually comes with a built-in image server. +Esp. if the image server is publicly accessible, the requirements for automating imports to +md (automated, scheduled export to a directory) are thus available in the app without the +need for an additional connector. + +#### Faust + +? + +#### FirstRumos + +? + +#### Hida + +? + +#### MuseumPlus + +- Current Version has an API, a connection to it could be built upon that.