Spage has uploaded a new change for review. https://gerrit.wikimedia.org/r/73994
Change subject: Better explanation and instructions ...................................................................... Better explanation and instructions Change-Id: I74f7f3fb48c2649c89834b51ef59ed3d164a7483 --- M README 1 file changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GettingStarted refs/changes/94/73994/1 diff --git a/README b/README index 716c4ad..9256879 100644 --- a/README +++ b/README @@ -1,11 +1,21 @@ extensions/GettingStarted https://www.mediawiki.org/wiki/Extension:GettingStarted -The GettingStarted page creates a new special page, Special:GettingStarted, -that is automatically shown on signup. It can also be visited later at any time. +The GettingStarted extension +* Creates a new special page, Special:GettingStarted, + that is automatically shown on signup, and users can visit it at any time. +* Maintains lists of pages that need easy editing work based on article + categories such as 'Category:All articles needing copy edit' +* Special:GettingStarted presents these tasks; if the user clicks one, it shows + an article in that category with a taskbar that + - invites the user to fix the article, + - offers to show help (using GuidedTours), + - links to another article in the same task. To use: * Put the extension files in your extension directory +* Categorize some wiki articles in the main namespace with the categories in + $wgGettingStartedTasks. * Add the following line to your LocalSettings.php require_once( "$IP/extensions/GettingStarted/GettingStarted.php" ); * Create a new user to test. -- To view, visit https://gerrit.wikimedia.org/r/73994 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I74f7f3fb48c2649c89834b51ef59ed3d164a7483 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/GettingStarted Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
