From 5c89b71be3d47e3b57698d3f7cba86919ab9d60c Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sun, 8 Jul 2007 08:32:00 +0000 Subject: [PATCH] API: updated help screen --- includes/api/ApiMain.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 6fcef54933..ae1e98f217 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -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', '', '', '', + '', + '', ); } -- 2.20.1