RConsortium / rconsortium_website

http://r-consortium.org/
1 stars 2 forks source link

New website is referencing content assumed to be on the WordPress server #108

Open HenrikBengtsson opened 2 weeks ago

HenrikBengtsson commented 2 weeks ago

The new website is referencing content assumed to be on the WordPress server, e.g.

https://github.com/RConsortium/rconsortium_website/blob/c85586e42d15aa0701ab487b6fc8e2879594ba6b/about/faq.qmd#L102

Other instances of this are:

$ grep -F wp-content -r --include="*.qmd"
rconsortium_website/about/faq.qmd:Yes! You can review the [by-laws for the R Consortium, Inc.](https://www.r-consortium.org/wp-content/uploads/sites/13/2019/11/R-Consortium-Bylaws-1157174-v2-Approved-11.20.19.pdf) and the ~~[charter for the Infrastructure Steering Committee](https://www.r-consortium.org/isc-charter.r-consortium.org)~~.
rconsortium_website/about/faq.qmd:The R Consortium is governed by the R Consortium Board of Directors, which is made up of representatives determined by its members. (Members of the board are elected or appointed depending on membership levels; for details please see the [by-laws](https://www.r-consortium.org/wp-content/uploads/sites/13/2019/11/R-Consortium-Bylaws-1157174-v2-Approved-11.20.19.pdf).) The Board meets regularly to manage the business of the Consortium. Meetings are led by the Chairperson of the R Consortium, a rotating position held by a board member elected by the Board as a whole.
rconsortium_website/about/faq.qmd:Yes! You can find copies of the [by-laws](https://www.r-consortium.org/wp-content/uploads/sites/13/2019/11/R-Consortium-Bylaws-1157174-v2-Approved-11.20.19.pdf) for the R Consortium, Inc. and the charter for the infrastructure steering committee.
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2024/01/R-Validation-Mini-Series-Part-I-II-Youtube-1-4-1024x576.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2024/01/R-Validation-Mini-Series-Part-I-II-Youtube-1-1.54.34%E2%80%AFPM-1024x576.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2023/12/R-Validation-Mini-Series-Part-I-II-Youtube-1-4-1024x576.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2024/01/Screenshot-2024-01-03-at-3.18.13%E2%80%AFPM-1024x575.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2024/01/Screenshot-2024-01-10-at-3.31.52%E2%80%AFPM-1024x574.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2023/10/Screenshot-2023-10-24-at-3.08.23-PM-1024x569.png){width=50%}
rconsortium_website/webinars/webinars.qmd:![](https://www.r-consortium.org/wp-content/uploads/sites/13/2023/03/11.png){width=50%}
rconsortium_website/webinars/webinars.qmd:<img src="https://www.r-consortium.org/wp-content/uploads/sites/13/2023/01/Webinars-upcoming-banners-6.png" />
rconsortium_website/webinars/webinars.qmd:<img src="https://www.r-consortium.org/wp-content/uploads/sites/13/2023/01/9-1.png" />
rconsortium_website/posts/recap-r-validation-hub-community-meeting/index.qmd:-   **Resource Availability:** The slides from the meeting are accessible on GitHub [here](https://www.r-consortium.org/wp-content/uploads/sites/13/2024/02/RvalHub_2024Feb_Community_meeting.pdf). Although the meeting wasn’t recorded, the community is encouraged to join the R Validation Hub mailing list for future updates and meeting invites [here](https://lists.r-consortium.org/g/RConsortium-Validation-Hub/).
HenrikBengtsson commented 2 weeks ago

Thanks for the fix. I'm reopening, because we might also want to set up aliases so that those old WordPress-specific URLs can be found also after the migration. They show up in various online searches. Alternatively, we could make them HTTP 301/302 redirects.