Closed
Description
LMF Packages and Collections can have metadata files like README, LICENSE, and citation.bib, but these are not stored in the database. For downloaded files, they will persist in the cache, but the cache is not meant to be a permanent record. Putting big text blobs in the database doesn't seem ideal, either. I'm not sure we even want to store these locally
We could create another data subdirectory for these. Something like .wn_data/project_meta
. This might contain package directories with everything but the resource files.