Find source code in SWH that can compile and run on EaaSi
EaaSi documentation: https://eaasi.gitlab.io/eaasi_user_handbook/guide/interface.html Workflow video: https://eaasi.gitlab.io/eaasi_user_handbook/guide/workflow.html
List of open source games: https://en.wikipedia.org/wiki/List_of_open-source_video_games
In this task start enumerating legacy software and games that can be tried out in EaaSi, with this template:
- name:
- origin:
- SWH-ID (the object that might compile and run):
- environment needed:
In a terminal, do the following to fetch the content from SWH:
to request directory:
curl -X POST https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/
to check if directory is ready:
curl -X GET https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/
to fetch directory:
curl -X GET https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/raw/
Migrated from T2278 (view on Phabricator)
Edited by Phabricator Migration user