Installation
------------

This extension is intended for MediaWiki 1.11.0

Extract the content of the archive (CarsSpace.tar.gz or (CarsSpace.zip), in this the 'CardSpace' directory in to <MediaWiki_ROOT>/extensions/
after doing that you should have the directory <MediaWiki_ROOT>/extensions/CardSpace/

Then add the following line to the LocalSettings.php file in the MediaWiki root.

    require_once("$IP/extensions/CardSpace/CardSpace.php");

DATABASE
--------

create the cardsace_assoc table in the MediaWiki Database,

    CREATE TABLE cardspace_assoc (ppid VARCHAR(255) NOT NULL PRIMARY KEY, name  VARCHAR(255) NOT NULL)



To test the extension, after you logged in go to 'Special Pages' and see whether 'CardSpace' is list in that page.
