Extended readme

This commit is contained in:
Joshua Ramon Enslin 2025-02-19 14:21:34 +01:00
parent 326004a6ae
commit 93ce378170
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -80,7 +80,7 @@ It will hence attempt to do so when first run (or unless all relevant informatio
- `requests` / HTTP library - `requests` / HTTP library
- JSON parser - JSON parser
- XML parser (for version/update check) - 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. 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: /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) - [ ] [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.