### Description Link all current tag documentation wiki pages (including Key:name:en-boont, my motivation for doing this)
I did the following (derived from https://github.com/openstreetmap/openstreetmap-website/pull/3294): ``` $ sw_vers ProductName: macOS ProductVersion: 26.4.1 BuildVersion: 25E253 $ perl -v This is perl 5, version 34, subversion 3 (v5.34.3) built for darwin-thread-multi-2level ... # ↑ Perl 5 is already installed on my laptop $ which perl /opt/local/bin/perl # ↑ My installation of perl is owned by root, so cpan will need to use sudo $ cpan -I MediaWiki::API YAML::XS LWP::Protocol::https # I needed one more library than matkoniecz # When prompted, tell cpan to be as automatic as possible, and to use sudo $ git clone [email protected]:dschweisguth/openstreetmap-website.git $ cd openstreetmap-website $ git checkout -b run-update-wiki-pages $ date # next time I'd run 'time script/misc/update-wiki-pages' instead $ script/misc/update-wiki-pages ... ok 320 - Got a total of 16403 keys ok 321 - Got a total of 1055 keyprefixs ok 322 - Got a total of 145 changesetkeys ok 323 - Got a total of 28608 values 1..323 $ date # date - start date = 7:56:13 $ git commit -am "Run script/misc/update-wiki-pages" [run-update-wiki-pages f1803757a] Run script/misc/update-wiki-pages 1 file changed, 1551 insertions(+), 25 deletions(-) $ git push -u origin HEAD ``` ### How has this been tested? I inspected the diff. Key:name:en-boont is now present. I spot-checked a couple of deletions; those wiki pages have indeed been removed or redirected. I haven't run tests yet. I'll try. If someone else who's already set up to do so feels like running the tests on this branch, please comment. If the data-only nature of this change means that running the tests is unnecessary, please merge. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/7085 -- Commit Summary -- * Run script/misc/update-wiki-pages -- File Changes -- M config/wiki_pages.yml (1576) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7085.patchhttps://github.com/openstreetmap/openstreetmap-website/pull/7085.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7085 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________ rails-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/rails-dev
