API: updated help screen
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sun, 8 Jul 2007 08:32:00 +0000 (08:32 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sun, 8 Jul 2007 08:32:00 +0000 (08:32 +0000)
includes/api/ApiMain.php

index 6fcef54..ae1e98f 100644 (file)
@@ -321,6 +321,7 @@ class ApiMain extends ApiBase {
         */
        protected function getDescription() {
                return array (
+                       '',
                        '',
                        '******************************************************************',
                        '**                                                              **',
@@ -331,15 +332,18 @@ class ApiMain extends ApiBase {
                        '**                                                              **',
                        '******************************************************************',
                        '',
-                       'Status: ALPHA -- all features shown on this page should be working,',
-                       '                 but the API is still in active development, and  may change at any time.',
-                       '                 Make sure you monitor changes to this page, wikitech-l mailing list,',
-                       '                 or the source code in the includes/api directory for any changes.',
+                       'Status:          All features shown on this page should be working, but the API',
+                       '                 is still in active development, and  may change at any time.',
+                       '                 Make sure to monitor our mailing list for any updates.',
                        '',
+                       'Documentation:   http://www.mediawiki.org/wiki/API',
+                       'Mailing list:    http://lists.wikimedia.org/mailman/listinfo/mediawiki-api',
                        'Bugs & Requests: http://bugzilla.wikimedia.org/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts',
                        '',
                        '',
                        '',
+                       '',
+                       '',
                );
        }