Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -322,6 +322,7 @@ |
323 | 323 | protected function getDescription() { |
324 | 324 | return array ( |
325 | 325 | '', |
| 326 | + '', |
326 | 327 | '******************************************************************', |
327 | 328 | '** **', |
328 | 329 | '** This is an auto-generated MediaWiki API documentation page **', |
— | — | @@ -331,15 +332,18 @@ |
332 | 333 | '** **', |
333 | 334 | '******************************************************************', |
334 | 335 | '', |
335 | | - 'Status: ALPHA -- all features shown on this page should be working,', |
336 | | - ' but the API is still in active development, and may change at any time.', |
337 | | - ' Make sure you monitor changes to this page, wikitech-l mailing list,', |
338 | | - ' or the source code in the includes/api directory for any changes.', |
| 336 | + 'Status: All features shown on this page should be working, but the API', |
| 337 | + ' is still in active development, and may change at any time.', |
| 338 | + ' Make sure to monitor our mailing list for any updates.', |
339 | 339 | '', |
| 340 | + 'Documentation: http://www.mediawiki.org/wiki/API', |
| 341 | + 'Mailing list: http://lists.wikimedia.org/mailman/listinfo/mediawiki-api', |
340 | 342 | 'Bugs & Requests: http://bugzilla.wikimedia.org/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts', |
341 | 343 | '', |
342 | 344 | '', |
343 | 345 | '', |
| 346 | + '', |
| 347 | + '', |
344 | 348 | ); |
345 | 349 | } |
346 | 350 | |