A plugin for Wordpress web sites to enable the Memento framework for time-based access
This is a work in progress and should not be expected to work.
Install the system requirements.
$ sudo apt-get install php5 php5-dev php-pear phpunit
Install Wordpress and its dependencies, however you might like. Here's one guide.
Clone this repository on your computer.
$ git clone https://github.com/pastpages/wordpress-memento-plugin.git
Jump into the directory.
$ cd wordpress-memento-plugin
Create a symbolic link between the source code and the plugin directory in your local Wordpress installation.
$ ln -s `pwd`/memento/ /path-to-your-wordpress/wp-content/plugins/memento
Open up the administration panel of your local Wordpress installation and you should see Memento among the installed plugins.
Unittests are written for phpunit
and executed like so:
$ make test