Index: trunk/extensions/FlaggedRevs/README.txt |
— | — | @@ -8,7 +8,10 @@ |
9 | 9 | * Upgrade to MediaWiki 1.13+ |
10 | 10 | * Run 'maintenance/update.php' |
11 | 11 | * Run 'maintenance/archives/populateSha1.php'. |
12 | | -* Add the following line to 'LocalSettings.php': |
| 12 | +* Make sure '../extensions/FlaggedRevs' is readable (for CSS/JS) |
| 13 | +* To enable reader feedback, make sure PHP has the GD libraries installed. In windows, this is done by un-commenting them out in php.ini. |
| 14 | +In linux, php should be compiled with it enabled ('--with-gd'). See a nice guide here (http://www.onlamp.com/pub/a/php/2003/03/27/php_gd.html). |
| 15 | +* Add the following line to 'LocalSettings.php': |
13 | 16 | include_once('extensions/FlaggedRevs/FlaggedRevs.php'); |
14 | 17 | |
15 | 18 | It is important that the sha1 column is populated. This allows for image injection via key |