Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

palewire/wordpress-memento-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-memento-plugin

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.

Build Status

Installation from source code

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.

Running tests

Unittests are written for phpunit and executed like so:

$ make test

About

A plugin for Wordpress web sites to enable the Memento framework for time-based access

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published