Index: trunk/extensions/FlaggedRevs/README.txt |
— | — | @@ -7,9 +7,6 @@ |
8 | 8 | * Run 'maintenance/update.php' if you needed to upgrade |
9 | 9 | * Run 'maintenance/archives/populateSha1.php'. |
10 | 10 | * Make sure '../extensions/FlaggedRevs' is readable (for CSS/JS) |
11 | | -* To enable PNG images for reader feedback (instead of SVG), make sure PHP has the GD libraries installed. In windows, |
12 | | -this is done by un-commenting them out in php.ini. In linux, php should be compiled with it enabled ('--with-gd'). |
13 | | -(See a nice guide here: http://www.onlamp.com/pub/a/php/2003/03/27/php_gd.html). $wgSvgGraphDir must be set to false. |
14 | 11 | * Add the following line to 'LocalSettings.php': |
15 | 12 | include_once('extensions/FlaggedRevs/FlaggedRevs.php'); |
16 | 13 | * Run 'maintenance/update.php' |