Index: trunk/extensions/SemanticMediaWiki/maintenance/README |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | == Semantic MediaWiki maintenance scripts == |
3 | 3 | |
4 | | -Maintenantce scripts must be placed within the "./maintenance" directory |
| 4 | +Maintenance scripts must be placed within the "./maintenance" directory |
5 | 5 | of your MediaWiki installation. In most cases, it is best to do this via |
6 | 6 | a symbolic link, e.g. |
7 | 7 | |
8 | 8 | % ln -s ./myMediaWiki/extensions/SemanticMediaWiki/maintenance/SMW_dumpRDF.php ./myMediaWiki/maintenance/SMW_dumpRDF.php |
9 | 9 | |
10 | 10 | Scripts can be run with a command line PHP call if your MediaWiki is |
11 | | -properly configured to run maintencance scripts. |
| 11 | +properly configured to run maintenance scripts. |