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


== Requirements ==

Semantic Tasks requires:

* MediaWiki 1.16 or above, 1.18 or above recommended
* PHP 5.2 or above, 5.3 or above recommended
* Semantic MediaWiki 1.5 or above, 1.7 or above recommended

== Download ==

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

 svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticTasks/REL_version

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

 svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticTasks/

== Installation ==

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

# Semantic Tasks
require_once( "$IP/extensions/SemanticTasks/SemanticTasks.php" );