Index: trunk/extensions/ArrayExtension/README |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | == About == |
3 | 3 | |
4 | | -The 'Arrays' extension Enhances the parser with functions to handle arrays within |
| 4 | +The 'ArrayExtension' extension Enhances the parser with functions to handle arrays within |
5 | 5 | wiki markup text. |
6 | 6 | |
7 | | -* Website: http://www.mediawiki.org/wiki/Extension:Arrays |
| 7 | +* Website: http://www.mediawiki.org/wiki/Extension:ArrayExtension |
8 | 8 | * Authors: Li Ding, Jie Bao, Daniel Werner < danweetz@web.de > |
9 | 9 | * License: MIT license |
10 | 10 | |
— | — | @@ -14,13 +14,13 @@ |
15 | 15 | MediaWiki 'extensions' directory. Then add the following code to your |
16 | 16 | [[Manual:LocalSettings.php|LocalSettings.php]] file: |
17 | 17 | |
18 | | - # Arrays |
| 18 | + # ArrayExtension |
19 | 19 | require_once( "$IP/extensions/ArrayExtension/ArrayExtension.php" ); |
20 | 20 | |
21 | 21 | |
22 | 22 | == Contributing == |
23 | 23 | |
24 | | -If you have bug reports or feature requests, please add them to the 'Arrays' |
| 24 | +If you have bug reports or feature requests, please add them to the 'ArrayExtension' |
25 | 25 | Talk page [0]. You can also send them to Daniel Werner < danweetz@web.de > |
26 | 26 | |
27 | | -[0] http://www.mediawiki.org/w/index.php?title=Extension_talk:Arrays |
| 27 | +[0] http://www.mediawiki.org/w/index.php?title=Extension_talk:ArrayExtension |