Though this is already the case in the content draft, creating this task to doublecheck.
Ideally create an automated validator
Though this is already the case in the content draft, creating this task to doublecheck.
Ideally create an automated validator
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Aklapper | T265018 Update redirect target of dev.wikimedia.org to Developer Portal | |||
Resolved | Aklapper | T265019 Update several on-wiki link targets for "Developers" links (sidebars, footer, pages) | |||
Resolved | Aklapper | T286568 Communicate launch | |||
Resolved | Aklapper | T302809 Add dev portal to list of microsites on doc.wikimedia.org | |||
Open | None | T299923 Update Zulip's welcomebot message and GSoC organization contact to point to dev portal | |||
Resolved | Aklapper | T287030 Update or remove meta:Wikimedia_Resource_Center/For_developers | |||
Resolved | Aklapper | T265017 Once developer.wikimedia.org is up, make https://www.mediawiki.org/wiki/API:Web_APIs_hub redirect to it | |||
Resolved | Aklapper | T261510 Launch MVP of Developer Portal on https://developer.wikimedia.org/ | |||
Resolved | Aklapper | T287499 Consistently use Special:MyLanguage links for outgoing on-wiki links |
I assume it's sufficient to go to data/documents/ in a fresh https://gerrit.wikimedia.org/g/wikimedia/developer-portal/ checkout and run
grep -r "org/w" . | grep -v "/Special:MyLanguage/" to get wiki-only URLs.
Command output currently only list results from wikitech.wikimedia.org so we're fine if we don't make further URL changes/additions.
Should check one more time when being close to launch so keeping this open.
LGTM:
$:acko\> cd ~/coding/wikimedia-git/wikimedia/developer-portal/ $:acko\> git branch * main $:acko\> git pull Already up to date. $:acko\> cd data/documents/ $:acko\> grep -r "org/w" . | grep -v "/Special:MyLanguage/" ./software-deployments.yaml: - url: https://wikitech.wikimedia.org/wiki/Deployments ./infrastructure-contribute.yaml: - url: https://wikitech.wikimedia.org/wiki/Get_involved ./toolforge.yaml: - url: https://wikitech.wikimedia.org/wiki/Portal:Toolforge ./toolforge-quickstart.yaml: - url: https://wikitech.wikimedia.org/wiki/Portal:Toolforge/Quickstart ./blubber.yaml: - url: https://wikitech.wikimedia.org/wiki/Blubber ./successful-tools.yaml: - url: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Developing_successful_tools ./technical-infra.yaml: - url: https://wikitech.wikimedia.org/wiki/Wikimedia_infrastructure ./mediawiki-action-api.yaml: - url: https://www.mediawiki.org/wiki/Special:ApiSandbox ./cloud.yaml: - url: https://wikitech.wikimedia.org/wiki/Help:Cloud_Services_introduction ./paws.yaml: - url: https://wikitech.wikimedia.org/wiki/PAWS $:acko\>