-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about/archival: Add a page mentioning archival locations for Haiku #396
base: master
Are you sure you want to change the base?
Conversation
kallisti5
commented
Jul 17, 2020
- We may want to extend this to include information about backups?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l. 26: continious -> continuous
Will this page be linked from anywhere?
I'm not sure what the value of this page is... |
Should show up as a subpage of the about section.
Listing all of our repositories and everything we're doing to protect our source code seems like a good thing to document... might as well advertise all the places we back it up as well. It maybe something known to a few of us, but why not let everyone know? It's pretty impressive how many places our VCS is replicated to in how many forms. |
content/about/archival.md
Outdated
* [Software Heritage Archive](https://archive.softwareheritage.org/browse/search/?q=https%3A%2F%2Fgithub.com%2Fhaiku%2F) | ||
* This group accepts requests to periodically archive git repositories for long-term archival. | ||
* [Github Artic Vault](https://archiveprogram.github.com/) | ||
* In 2019, Github began a yearly program to archive public repositories in an Artic Vault on [piql](https://www.piql.com) film. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo here. Artic -> Arctic
* We may want to extend this to include information about backups?
I think in the current state this just results in free advertising for github. We just have to know for ourselves that this exists and hope we never need it. |
Perhaps instead of a page on the website, we could include this as an MD file within the source code for Haiku? |
I am working on these stale PRs. I would like the PR list to be empty. Do we want this page or not? I feel like it doesn't really hurt anything. I see some typos though so I would want to fix those first, but I can do it here in GitHub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would fix the date and there is also this typo.
+++ | ||
type = "article" | ||
title = "Archival" | ||
date = "2009-09-09T21:27:31.000Z" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date = "2009-09-09T21:27:31.000Z" | |
date = "2020-07-17T13:27:31.000Z" |
I think there is benefit to this page. At the very least its a reference point for maintainers, etc. on a bit of our infrastructure which we could expand on more in detail down the line. |
Co-authored-by: Ryan Leavengood <[email protected]>