These is the install file for the Semantic Watchlist extension.
	
Extension page on mediawiki.org: http://www.mediawiki.org/wiki/Extension:SemanticWatchlist
Latest version of the install file: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticWatchlist/INSTALL?view=co


== Requirements ==

Semantic Watchlist requires:

* MediaWiki 1.17 or above
* Semantic MediaWiki 1.6 or above
* PHP 5.2 or above

== Download ==

You can find the current version of Semantic Watchlist on the [https://code.google.com/p/semanticwatchlist/downloads/list Google Code download page],
as well as a [https://code.google.com/p/semanticwatchlist/downloads/list?can=1 list of legacy downloads].

You can also get the code directly from SVN. Tags can be obtained via

 svn checkout <nowiki>http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticWatchlist/REL_version</nowiki>

Where 'version' is the version number of the tag, such as 0_1 (see the [http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticWatchlist/ available tags]).
The latest code can be obtained from trunk:

 svn checkout <nowiki>http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticWatchlist/</nowiki>

== Installation ==

Once you have downloaded the code, place the ''SemanticWatchlist'' directory within your MediaWiki
'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:

# Semantic Watchlist
require_once( "$IP/extensions/SemanticWatchlist/SemanticWatchlist.php" );

== Configuration ==

Configuration of Semantic Watchlist is done by adding simple PHP statements to your
[[Manual:LocalSettings.php|LocalSettings.php]] file. These statements need to be placed
AFTER the inclusion of Semantic Watchlist. The options are listed below and their default
is set in the [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php?view=markup Semantic Watchlist settings file].
You should NOT modify the settings file, but can have a look at it to get an idea of
how to use the  settings, in case the below descriptions do not suffice.