Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
HenrikBengtsson opened this issue Sep 24, 2024 · 3 comments · Fixed by #109
Open

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

HenrikBengtsson opened this issue Sep 24, 2024 · 3 comments · Fixed by #109
Assignees
Labels
bug Something isn't working

Comments

@HenrikBengtsson
Copy link
Contributor

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

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)~~.

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 HenrikBengtsson added the bug Something isn't working label Sep 24, 2024
@jcasman jcasman self-assigned this Sep 24, 2024
@jcasman jcasman linked a pull request Sep 24, 2024 that will close this issue
@HenrikBengtsson
Copy link
Contributor Author

HenrikBengtsson commented Sep 24, 2024

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.

@codetricity
Copy link
Collaborator

@jcasman is there a list of the old WordPress-specific URLs?

While it may not be HTTP 301/302 redirects, the functionality below in Quarto seems similar.

https://quarto.org/docs/websites/website-navigation.html#redirects

It seems like we can just add it to the top metadata.

---
title: "Reorganized page"
aliases: 
  - "/old-directory/index.html"
---

If there isn't a list of WordPress-specific URLs, is the old WordPress site still up? We can just manually go to the old blog to figure out the path.

@jcasman
Copy link
Collaborator

jcasman commented Jun 5, 2025

Here's the old site, still running: https://archive.r-consortium.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants