r41872 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41871‎ | r41872 | r41873 >
Date:23:16, 8 October 2008
Author:aaron
Status:old
Tags:
Comment:
update
Modified paths:
  • /trunk/extensions/FlaggedRevs/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/README.txt
@@ -9,8 +9,9 @@
1010 * Run 'maintenance/update.php'
1111 * Run 'maintenance/archives/populateSha1.php'.
1212 * 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.
1516 * Add the following line to 'LocalSettings.php':
1617 include_once('extensions/FlaggedRevs/FlaggedRevs.php');
1718

Status & tagging log