Skip to content
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

waybackmachine (or similar) for events external links #71

Open
omarcostahamido opened this issue Sep 10, 2024 · 1 comment
Open

waybackmachine (or similar) for events external links #71

omarcostahamido opened this issue Sep 10, 2024 · 1 comment
Labels
HIGH high priority

Comments

@omarcostahamido
Copy link
Member

omarcostahamido commented Sep 10, 2024

number one problem for databases is having its contents inaccessible.
in the case of community.quantumland.art/database most of its contents is public information.
whenever possible a link to the source should be added to the pages.
in the case of writings, software, and works, only metadata should be listed, and the responsibility of keeping the content alive is:

  • of the publishers, who might put it in open access or not,
  • of the developers who might ensure the software can run,
  • of the creators who own the copyright rights,

in the case of people entries, all content on this page is of the responsibility of the person itself who can contribute to this repo to add their own bio and links to personal website, etc.
and in the case of events a link to the original event page should be at the top of the page. However, since events are much likely to be temporary, and much more prone to having its page disappear, it is strongly advisable to also add an archive link to that original event on wayback machine

now, i wonder if there is a way to automate the process of creating waybackmachine archives in ruby.... but that will be another issue, for right now, we just need to make sure these ideas are clear in the FAQs.

@omarcostahamido
Copy link
Member Author

I can see this being a ruby plugin that checks for frontmatter keys named URL and archived-URL and if the first exist but not the second one, then fetches an archived link for the URL and adds that to the frontmatter.
Conversely, we will need a way to display both on the pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HIGH high priority
Projects
None yet
Development

No branches or pull requests

1 participant