From 37ac43be657b134253e34d1d5a94787b694252d2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 18 Jan 2025 16:20:38 -0800 Subject: [PATCH 1/3] Restore visibility of deprecated categories Previously, in order to reduce the clutter of the forum's category structure, the permissions of these deprecated categories were configured to cause them to not be publicly visible. Since then, the alternative approach has been adopted of moving deprecated categories under a "Recycle Bin" category, which is public but not shown in the primary topic listings. The previous approach is potentially harmful in that it would break any links to the category itself (though not to the posts that had been moved out of the category, since post URLs are not category-dependent). Making the categories visible once more avoids the breakage of any links to the category. --- .markdown-link-check.json | 15 --------------- .../recycle-bin/events-and-tour/README.md | 8 ++++---- .../recycle-bin/events-and-tour/_pins.md | 2 +- .../about-the-events-and-tour-category/README.md | 2 +- .../recycle-bin/makers/README.md | 8 ++++---- .../recycle-bin/makers/_pins.md | 4 ++-- 6 files changed, 12 insertions(+), 27 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 889d93c2..15493fa0 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -20,12 +20,6 @@ { "pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/" - }, - { - "pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/recycle-bin/makers/" - }, { "pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/mkr-boards/mkr1000-old/" }, @@ -44,12 +38,6 @@ { "pattern": "^https://forum\\.arduino\\.cc/t/about-the-cloud-category/847576$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/about-the-events-and-tour-category/847508$" - }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/about-the-makers-category/847507$" - }, { "pattern": "^https://forum\\.arduino\\.cc/t/about-the-mkr1000-old-category/847575$" }, @@ -77,9 +65,6 @@ { "pattern": "^https://forum\\.arduino\\.cc/t/flag-for-post-making-responsible-use-of-ai-generated-content/1289013$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299$" - }, { "pattern": "^https://forum\\.arduino\\.cc/t/how-to-get-the-best-out-of-this-forum/1114083$" }, diff --git a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/README.md b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/README.md index 7c6f2439..3241bb19 100644 --- a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/README.md +++ b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/README.md @@ -2,10 +2,10 @@ ## Permissions -| Group | See | Reply | Create | -| ----- | --- | ----- | ------ | -| staff | ✓ | | | +| Group | See | Reply | Create | +| -------- | --- | ----- | ------ | +| everyone | ✓ | | | ## Published At -https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/68 (private) +https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/68 diff --git a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_pins.md b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_pins.md index 99a335e2..a1ed1de1 100644 --- a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_pins.md +++ b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_pins.md @@ -1 +1 @@ -- https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 (private) +- https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 diff --git a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_topics/about-the-events-and-tour-category/README.md b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_topics/about-the-events-and-tour-category/README.md index ef3355f6..ec480e2d 100644 --- a/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_topics/about-the-events-and-tour-category/README.md +++ b/content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_topics/about-the-events-and-tour-category/README.md @@ -2,4 +2,4 @@ ## Published At -https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 (private) +https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 diff --git a/content/categories/forum-2005-2010-read-only/recycle-bin/makers/README.md b/content/categories/forum-2005-2010-read-only/recycle-bin/makers/README.md index d6010c8f..ab1ffc81 100644 --- a/content/categories/forum-2005-2010-read-only/recycle-bin/makers/README.md +++ b/content/categories/forum-2005-2010-read-only/recycle-bin/makers/README.md @@ -2,10 +2,10 @@ ## Permissions -| Group | See | Reply | Create | -| ----- | --- | ----- | ------ | -| staff | ✓ | | | +| Group | See | Reply | Create | +| -------- | --- | ----- | ------ | +| everyone | ✓ | | | ## Published At -https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/makers/67 (private) +https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/makers/67 diff --git a/content/categories/forum-2005-2010-read-only/recycle-bin/makers/_pins.md b/content/categories/forum-2005-2010-read-only/recycle-bin/makers/_pins.md index 9254dab0..f6659ec9 100644 --- a/content/categories/forum-2005-2010-read-only/recycle-bin/makers/_pins.md +++ b/content/categories/forum-2005-2010-read-only/recycle-bin/makers/_pins.md @@ -1,2 +1,2 @@ -- https://forum.arduino.cc/t/about-the-makers-category/847507 (private) -- https://forum.arduino.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299 (private) +- https://forum.arduino.cc/t/about-the-makers-category/847507 +- https://forum.arduino.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299 From 06e1cfdacdc5791b4cce487f001b0194400c3e51 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 18 Jan 2025 16:25:47 -0800 Subject: [PATCH 2/3] Add category order metadata for "Plug and Make Kit" --- content/categories/order.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/categories/order.md b/content/categories/order.md index 80e4bef2..42b27926 100644 --- a/content/categories/order.md +++ b/content/categories/order.md @@ -35,6 +35,7 @@ - Science Journal & Science Kit - Starter Kit Classroom Pack - Kits + - Plug and Make Kit - Starter Kit - Mega - Due From 644cec7482e2b3e892b7d22c3f61ee5d84f829a0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 18 Jan 2025 16:26:43 -0800 Subject: [PATCH 3/3] Remove obsolete entries from link check ignore configuration The project infrastructure includes a check for broken links. Some of the links in the content are to pages which are not publicly accessible. These would cause spurious failures of the link check, so the link checker tool must be configured to ignore those URLs. Some of the ignore entries are no longer necessary, either due to the page having been made publicly accessible, or the link removed from the content. These obsolete entries are hereby removed from the link checker configuration to keep it tidy and ensure comprehensive coverage of the links. --- .markdown-link-check.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 15493fa0..2512d6be 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -14,18 +14,12 @@ { "pattern": "^/" }, - { - "pattern": "^https://cloud\\.arduino\\.cc/cloud$" - }, { "pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$" }, { "pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/mkr-boards/mkr1000-old/" }, - { - "pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/uno-r4/" - }, { "pattern": "^https://forum\\.arduino\\.cc/c/staff/" }, @@ -35,9 +29,6 @@ { "pattern": "^https://forum\\.arduino\\.cc/review$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/about-the-cloud-category/847576$" - }, { "pattern": "^https://forum\\.arduino\\.cc/t/about-the-mkr1000-old-category/847575$" }, @@ -53,9 +44,6 @@ { "pattern": "^https://forum\\.arduino\\.cc/t/about-the-test-category/847511$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/about-the-uno-r4-category/1114082$" - }, { "pattern": "^https://forum\\.arduino\\.cc/t/content-deletion-escalation/1329581$" }, @@ -65,9 +53,6 @@ { "pattern": "^https://forum\\.arduino\\.cc/t/flag-for-post-making-responsible-use-of-ai-generated-content/1289013$" }, - { - "pattern": "^https://forum\\.arduino\\.cc/t/how-to-get-the-best-out-of-this-forum/1114083$" - }, { "pattern": "^https://forum\\.arduino\\.cc/t/moderation-guidelines/54905$" },