Pamelaware for MediaWiki is an information card plugin.

Latest Version

The latest PamelaWare version for MediaWiki is v0.9.

Requirements

You will need the following things to use PW-MW:

  • A static IP address
  • An SSL Certificate
  • A MediaWiki Wiki environment (must have version 1.11.0 or later)
  • PHP5
  • php5-mcrypt (a library that contains crypto stuff)

See the Checking PHP Prerequisites page if you aren't sure whether your site uses PHP5 or php5-mcrypt.

See the SSL Certificate Primer if you want more information on SSL Certificates

Installation

Get the plugin from the PamelaWare Servers

Directly from Subversion

  1. Go to the 'extensions' subdirectory of your MediaWiki wiki cd <wiki_directory>/extensions
  2. Check out the "pwmw" directory from either the trunk or from the latest stable branch:
    Dev Snapshot: svn co https://pamelaproject.com/svn/pw/pwmw/branches/RB-0.9/pwmw pwmw
  3. Recursively copy everything in the pwmw/SpecialPages subdirectory to the <wiki_directory>/includes directory. This includes SpecialPage code as well as templates, languages, and images used by this plugin.
  4. Add the following line to the MediaWiki "LocalSettings.php" file in the <wiki_directory> main directory:
    require_once("$IP/extensions/pwmw/pw-mw.php");
    
  5. Access the PW Infocard Admin Special Page of your wiki (must use an account with admin privileges)
    1. Go to http://<wikiurl>/index.php?title=Special:PWInfocardAdmin
    2. Or you can go to the SpecialPages page and look for the PWInfocardAdmin link
  6. When you're done configuring the plugin in the Admin Special Page, your plugin should be ready to go!