These is the install file for the Ratings extension. Extension page on mediawiki.org: http://www.mediawiki.org/wiki/Extension:Ratings Latest version of the install file: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Ratings/INSTALL?view=co == Installation == Once you have downloaded the code, place the ''Ratings'' directory within your MediaWiki 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file: # Ratings require_once( "$IP/extensions/Ratings/Ratings.php" ); == Configuration == Configuration of Ratings 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 Ratings. The options are listed below and their default is set in the [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Ratings/Ratings.settings.php?view=markup Ratings 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. There are no settings yet.