Create features/services page on the website connecting to archive/docs
a "features" page on the website (which can be under About or under Archive)
list of services (similar or identical to the list of services in the left menu on the web-app)
- browse, => https://archive.softwareheritage.org
- search, => https://archive.softwareheritage.org/browse/search/
- search in metadata => (info also at https://www.softwareheritage.org/2019/05/28/mining-software-metadata-for-80-m-projects-and-even-more/)
- save code now, => https://archive.softwareheritage.org/save/ (some info here: https://www.softwareheritage.org/2019/01/10/save_code_now/)
- deposit, => https://deposit.softwareheritage.org/
- download-vault, => https://archive.softwareheritage.org/browse/vault/
- SWHID resolve and reference =>https://archive.softwareheritage.org/browse/search/ , =>docs: https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html
- archive mirrors?
- FUSE?
Each feature/service needs:
- a name
- a short description
- a link to the feature
- on the target page should be available or linked:
- a short/long description of the feature
- a how to use the feature guide (as a web-app user)
- a link to the dev docs (module) "in charge" of this feature
- a link to the dev docs about the feature
- on the target page should be available or linked:
- a description of the module's scope and operations
- a how to use/implement /contribute guide
- a tutorial if available
- a link to the forge's tasks/project
How to guides options:
- how to use the feature (as a web-app user)
- how to use/implement the feature in a workflow (with the API)
- how to contribute to the feature
- Tutorials are different from How To Guides and should be listed if available.
- Tutorials are a step by step, detailed explanation to get started.
- How to guides are to solve a specific problem.
Here are the tutorials I know of in SWH:
https://docs.softwareheritage.org/devel/developer-setup.html#developer-setup (about hacking on an SWH instance) https://docs.softwareheritage.org/devel/getting-started.html#getting-started (about running a SWH instance) https://docs.softwareheritage.org/devel/swh-deposit/user-manual.html (about deposit with cli) https://www.softwareheritage.org/save-and-reference-research-software/ (about save code now) https://docs.softwareheritage.org/devel/swh-fuse/tutorial.html (about FUSE)
Migrated from T3036 (view on Phabricator)