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