Extension:LinkToArchive

Category:Unmaintained extensions#LinkToArchive Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
LinkToArchive
Release status: unmaintainedCategory:Unmaintained extensions
Description Add a link to archive.org to every external link
Author(s) Pierre Rudloff (Rudlofftalk)
MediaWiki Category:Extensions without MediaWiki version
Composer archi-strasbourg/link-to-archive Category:Extensions supporting Composer
License GNU General Public License 3.0
Download Category:Extensions in GitHub version control
README
Releases
Category:All extensionsCategory:Extensions not in ExtensionJson

The LinkToArchive extension adds a link to archive.org to every external link.

Installation

  • Download and place the file(s) in a directory called LinkToArchive in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'LinkToArchive' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
  • fixDeadLinks.php - Maintenance script to replace dead links for the latest archive.org snapshot
  • fixArchivedLinks.php - Maintenance script to replace archive.org links for live links
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:LinkerMakeExternalLink extensions Category:Unmaintained extensions