-
Notifications
You must be signed in to change notification settings - Fork 324
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
Mirroring Web to IPFS #96
Comments
I don't think it's necessary to automatically mirror any scripts with ipfs-companion. Instead, we can have a script that checks all That way, when ipfs-companion hits a resource with |
I'm not really sure if I fully understand this idea. Are you trying to automatically cache web-pages using IPFS? Or to fall back to IPFS when a page is down? I came across this issue, because I want to be able to "print a webpage to IPFS". I do a lot of visual programming research and most things I find are on short lived personal sites. When I then cite or link to these articles, I find that a few years later, the web page is gone. I'd like to be able to click a button like "print to IPFS" which would generate an IPFS link that I could cite or something like that. Not automatic, but manual. |
@timthelion automatic mirroring is a hard problem (for reasons noted in #96 (comment)), but creating shareable snapshots of webpages could be implemented as on-demand action. Actually, "print a webpage to IPFS" is something we want to add to browser extension. If you have ideas on how it should work, check/comment on initial vision in #91 (comment). |
FYSA meta-issue tracking related work and discussions got moved to ipfs/in-web-browsers#94 |
Meta-issue tracking related work and discussions got moved to ipfs/in-web-browsers#94
Click to expand historical notes before the move
Ready to Implement
there are issues with browserified version that need to be resolved first: missingos
module, and when all shims are enabledglobal.XMLHttpRequest
is missingMore Design Work Required
Cache-Control: public, (..) immutable
(mapping URL→CID)- webpackage: Save and share a web page (Use Case)
Related Discussions
2016-03-26
IRC log about mirroring SRI2IPFS
2018-01-14
2018-03-08
2018-07-09
2018-07-23
The text was updated successfully, but these errors were encountered: