Index: trunk/extensions/FlaggedRevs/README.txt |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | == Setup == |
11 | 11 | * Run 'maintenance/populateSha1.php' if not already done. |
12 | | -* Make sure '../extensions/FlaggedRevs/client' is readable (for CSS/JS) |
| 12 | +* Make sure '../FlaggedRevs/presentation/modules' is web readable (for CSS/JS) |
13 | 13 | * Add the following line to 'LocalSettings.php': |
14 | 14 | include_once('extensions/FlaggedRevs/FlaggedRevs.php'); |
15 | 15 | * Run 'maintenance/update.php' to add the SQL tables |
— | — | @@ -17,13 +17,9 @@ |
18 | 18 | * To enable article validation statistics, $wgPhpCli must be set correctly. This is not necessary |
19 | 19 | if you set a cron job to run /FlaggedRevs/maintenance/updateStats.php every so often, which is preferable. |
20 | 20 | |
21 | | -It is important that the sha1 column is populated. This allows for image injection via key |
22 | | -rather than the (name,timestamp) pair. In the future, image moves may be supported by MediaWiki, |
23 | | -breaking the later method. |
24 | | - |
25 | 21 | == Configuration == |
26 | | -There is a commented list of configurable variables in FlaggedRevs.php. The online documentation |
27 | | -expains these further. |
| 22 | +* There is a well-commented list of configurable variables in FlaggedRevs.php. |
| 23 | +* The online documentation expains some of these further. |
28 | 24 | |
29 | 25 | == Uninstallation == |
30 | 26 | * Remove the FlaggedRevs include line from LocalSettings.php. |