Automattic and the Internet Archive Team Up To Fight Link Rot 21
Automattic and the Internet Archive have released a free, open-source WordPress plugin that automatically detects broken outbound links on a site and redirects visitors to archived Wayback Machine copies instead of serving them a 404 error.
The Internet Archive Wayback Machine Link Fixer, which launched last fall and is available on WordPress.org, runs in the background scanning posts for dead links, checking for existing archived versions, and requesting new snapshots when none exist. It also archives a site's own posts whenever they are updated. If the original link comes back online, the plugin stops redirecting.
Pew Research has found that 38% of the web has disappeared over the past decade, and WordPress powers more than 40% of websites online.
The Internet Archive Wayback Machine Link Fixer, which launched last fall and is available on WordPress.org, runs in the background scanning posts for dead links, checking for existing archived versions, and requesting new snapshots when none exist. It also archives a site's own posts whenever they are updated. If the original link comes back online, the plugin stops redirecting.
Pew Research has found that 38% of the web has disappeared over the past decade, and WordPress powers more than 40% of websites online.
what about the false linking? (Score:1)
Re: (Score:2)
What should be false? You put the archive URL before the link and get the archived version. You still see the link of what was archived in the URL.
Re: (Score:1)
Re: (Score:2)
archive.org does not send you to other sites. You put https://web.archive.org/ [archive.org] in front of the URL and get the archived version of the URL after that.
seems risky (Score:2)
been thinking of doing this for drupal (Score:3)
I used to use weblinks module that did this but it fell out of favor. Now it makes more sense just to scan contents for dead links.
Re: (Score:2)
Re: What a Great Idea! (Score:2)
Tell your lawyer to suck MY dick.
Re: (Score:1)
Why do I need a plugin for that? (Score:2)
This happens rarely enough that a) being aware is valuable and b) doing it manually is really not a problem.
Re: (Score:3)
This plugin is on the server side, not the client side. It's so that wordpress authors can proof their sites against pulled content.
Re: (Score:2)
Re: (Score:2)
So, di you also thing writers of history books are committing "copyright theft" (whatever that is supposed to be, because a legal term it is not)? What about libraries? All thieves?
time to ipfs ? (Score:2)
It seems like archive.org functionality would be possible to distribute on ipfs [github.com], as it is a content-addressable store. If I take a snapshot of a webpage or zip or jpg and you do at the same time, it will have the same content there the same address so no accidental duplicate. No need for coordination and the entire wayback machine archives could go in there and individuals own snapshots could as well and it would mostly fit together except for the metadata for the link rewriting you need with wayback.
Wordpress powers over 40% of the web (Score:2)
How Wordpress still powers over 40% of the web is beyond me. It is poorly-architected and maddening to work with IMHO.