How would you collect data (text, images, links) from 50+ people?
-
@msbt
I am not sure what you ended up going with. But here are some thoughts. It seems like something like https://artcall.org/ might be helpful. It might have a self hosted alternative. Not sure how much customization they allow.It might be helpful to look at what academic institutions and museums use. While there are others, here are some off the top of my head to give you an idea of what I am talking about.
https://omeka.org/
Omeka S:For institutions managing a sharable resource pool across multiple sitesOmeka Classic:
For individual projects and educatorsOr something like Arches:
Arches is an open source software platform freely available for cultural heritage organizations to independently deploy to help them manage their cultural heritage data.
https://www.archesproject.org/I would be interested in what you end up using.
@seeker the process is still ongoing, but I ended up using strapi.io to serve the data. The content itself is collected more or less manually, because the images and text need to be edited anyways.
I tried to package strapi for cloudron, but I ran into problems when adding node modules like slugify, for whatever reason they aren't recognized after adding them. When I have a bit more time, I might revisit the issues.
-
@seeker the process is still ongoing, but I ended up using strapi.io to serve the data. The content itself is collected more or less manually, because the images and text need to be edited anyways.
I tried to package strapi for cloudron, but I ran into problems when adding node modules like slugify, for whatever reason they aren't recognized after adding them. When I have a bit more time, I might revisit the issues.
-
@msbt post your repo and issue in the dev section of this forum and you may get help getting it moving forward.