Extension:TimeMachine

From Linux Web Expert

MediaWiki extensions manual
TimeMachine
Release status: beta
File:TimeMachine.jpg
Implementation Special page
Description Browse a wiki as it was at any given date.
Author(s) Sophivorustalk
Latest version 0.4 (2021-12-03)
MediaWiki 1.31+
PHP 5.3+
Database changes No
License GNU General Public License 3.0 only
Download
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Translate the TimeMachine extension if it is available at translatewiki.net

The TimeMachine extension allows you to browse a wiki as it was at any given date. By going to Special:TimeMachine, you can set a date and from then on whenever you visit a page, you will see the first revision previous to that date. By visiting Special:TimeMachine again, or emptying your cookies, you can return to browsing the wiki as always.

The design and implementation of TimeMachine are described here.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/TimeMachine</tvar>|Download]] and move the extracted <tvar name=name>TimeMachine</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TimeMachine
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'TimeMachine' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also