jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/355631 )
Change subject: Update getting started and error documentation ...................................................................... Update getting started and error documentation Fix broken links to wikitech documentation and update getting started documentation and links. Bug: T166295 Change-Id: Ie953e9c8de8c40ab7d14840f69656198ebeda0b5 --- M www/content/500.php M www/content/503.php M www/content/splash.php 3 files changed, 7 insertions(+), 7 deletions(-) Approvals: BryanDavis: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/www/content/500.php b/www/content/500.php index f011017..e839c21 100644 --- a/www/content/500.php +++ b/www/content/500.php @@ -22,7 +22,7 @@ <p>Perhaps its magical script elves are temporarily ill, or the link you've followed doesn't actually lead somewhere useful?<p> <p>If you're pretty sure this shouldn't be an error, you may wish to notify the tool's maintainers (above) about the error and how you ended up here.</p> <h2>If you maintain this tool</h2> -<p>The error might be caused by incorrect permission, or by an error in the script or CGI that was meant to execute here. You may wish to check your logs or <a href="https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help#Logs">common causes for errors</a> in the help documentation.</p> +<p>The error might be caused by incorrect permission, or by an error in the script or CGI that was meant to execute here. Please check the error logs for your web service.</p> <?php } else { ?> <p>Perhaps the webserver has temporarily lost its mind, or the link you've followed doesn't actually lead somewhere useful?</p> <p>If you're pretty sure this shouldn't be an error, you may wish to notify the <a href="/?tool=admin">project administrators</a> about the error and how you ended up here.</p> diff --git a/www/content/503.php b/www/content/503.php index 75b3897..30a29b1 100644 --- a/www/content/503.php +++ b/www/content/503.php @@ -22,7 +22,7 @@ <p>That tool might not have a web interface, or it may currently be disabled.</p> <p>If you're pretty sure this shouldn't be an error, you may wish to notify the tool's maintainers (above) about the error and how you ended up here.</p> <h2>If you maintain this tool</h2> -<p>You have not enabled a web service for your tool, or it has stopped working because of a fatal error. You may wish to check your logs or <a href="https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help#Logs">common causes for errors</a> in the help documentation.</p> +<p>You have not enabled a web service for your tool, or it has stopped working because of a fatal error. Please check the error logs of your web service.</p> <?php } else { ?> diff --git a/www/content/splash.php b/www/content/splash.php index 35f92ed..38e8c8f 100644 --- a/www/content/splash.php +++ b/www/content/splash.php @@ -1,5 +1,5 @@ <h1>Wikimedia Tool Labs</h1> -<p><strong>Tool Labs</strong> (or <strong>Tools</strong>) is a hosting environment for community developers working on tools and bots that help users maintain and use Wikimedia wikis. Tool Labs provides access to <a href="https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/Database">replicas of Wikimedia databases</a> and other services that allow developers to easily compute analytics, do bot work, and create tools to help editors and other volunteers in their work. The infrastructure is supported by a dedicated <a href="https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools">group of Wikimedia Foundation staff and volunteers.</a></p> +<p><strong>Tool Labs</strong> (or <strong>Tools</strong>) is a hosting environment for community developers working on tools and bots that help users maintain and use Wikimedia wikis. Tool Labs provides access to <a href="https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/Database">replicas of Wikimedia databases</a> and other services that allow developers to easily compute analytics, do bot work, and create tools to help editors and other volunteers in their work. The infrastructure is supported by a dedicated <a href="https://tools.wmflabs.org/openstack-browser/project/tools">group of Wikimedia Foundation staff and volunteers.</a></p> <p>Read more about <a href="https://wikitech.wikimedia.org/wiki/Portal:Tool_Labs">Tool Labs on wikitech (the Wikimedia technical infrastructure wiki)</a>. @@ -11,12 +11,12 @@ <h2>Develop your own tool</h2> <div class="seealso"> -See also: <a href="/?Getting_started">Getting started</a> and <a href="/?Access">Access</a> +See also: <a href="/?Getting_started">Getting started</a> </div> <ol> -<li><a href="https://wikitech.wikimedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page&type=signup">Create a Labs account</a> (you must have a Labs account to access the Tools project)</li> -<li><a href="https://wikitech.wikimedia.org/wiki/Special:NovaKey">Add a public SSH key</a> (you will need this to access Labs servers using SSH)</li> -<li><a href="https://wikitech.wikimedia.org/wiki/Special:FormEdit/Tools_Access_Request">Request access to the Tools project</a> (Join us!)</li> +<li><a href="https://toolsadmin.wikimedia.org/register/">Create a new LDAP account</a> (you must have an LDAP account to access the Tools project)</li> +<li><a href="https://toolsadmin.wikimedia.org/profile/settings/ssh-keys">Add a public SSH key</a> (you will need this to access Tools servers using SSH)</li> +<li><a href="https://toolsadmin.wikimedia.org/tools/membership/apply">Request access to the Tools project</a> (Join us!)</li> <li><a href="https://wikitech.wikimedia.org/w/index.php?title=Special:NovaServiceGroup&action=addservicegroup&projectname=tools">Create New Tool</a></li> </ol> -- To view, visit https://gerrit.wikimedia.org/r/355631 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie953e9c8de8c40ab7d14840f69656198ebeda0b5 Gerrit-PatchSet: 1 Gerrit-Project: labs/toollabs Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Madhuvishy <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
