PageSnapshots
From Wiki4Intranet
(Redirected from PageSnapshots/en)
PageSnapshots is a MediaWiki extension.
- Main purpose: Shows 'snaphots' of article revisions, with old (but not deleted) versions of images and templates.
- Repository: https://github.com/mediawiki4intranet/PageSnapshots
- Homepage: http://wiki.4intra.net/PageSnapshots
- License: GPLv2.0+
- Created: 2012-09-20
- Our rating: May be useful (3)
Status for Mediawiki4Intranet distribution:
- Inclusion date: 2013-12-20
- Included version: newest available
- Improvement status: Created by MediaWiki4Intranet project
Usage
After installation, you'll see "| snapshot" link in each row of page history. Click it to view a snapshot of this page with corresponding old versions of images and templates. Note that the extension can't display images and templates that were renamed or removed, so avoid removing anything if you want to use snapshots in the future.
Installation
As usual, just add the extension in your LocalSettings.php:
require_once "$IP/extensions/PageSnapshots/PageSnapshots.php";