Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1815: Remove broken
people.apache.org
links
### What changes were proposed in this pull request? This PR aims to remove broken `people.apache.org` links from Apache ORC websites. - `https://people.apache.org/~` - `https://people.apache.org/keys/group/orc.asc` Please note we have six lines but Phonebook service is still alive, `https://people.apache.org/phonebook.html?ctte=orc`. ``` $ git grep people.apache.org site/_includes/news_item.html: <a href="https://people.apache.org/~{{ post.author }}" class="post-author"> site/_includes/news_item.html: <img src="https://people.apache.org/~{{ post.author }}//{{ post.author }}.png" site/_layouts/news_item.html: <a href="https://people.apache.org/~{{ page.author }}" class="post-author"> site/_layouts/news_item.html: <img src="https://people.apache.org/~{{ page.author }}/{{ page.author }}.png" site/security/index.md:keys from [ORC GPG keys](https://people.apache.org/keys/group/orc.asc) for site/security/index.md:[ORC PMC](https://people.apache.org/phonebook.html?ctte=orc). ``` ### Why are the changes needed? Apache Infra turned off `home` service on 2024-09-12. - https://infra.apache.org/blog/end_of_home.html > Today, there are so many options to host content that it no longer makes sense for the Foundation to perform that function, and we will be turning "home" off around Thursday, September 12, 2024. We ask that anyone with content on the service to log in via sftp and download the data they want to preserve. The links and avatar images are broken currently. - https://orc.apache.org/news/ <img width="386" alt="Screenshot 2024-12-12 at 08 27 24" src="https://github.com/user-attachments/assets/60485ea8-bd96-41de-ba99-6f6a002578cc" /> ### How was this patch tested? Manual review. ``` $ cd site $ docker run -d --name orc-container -p 4000:4000 -v $PWD:/home/orc/site apache/orc-dev:site ``` **AFTER THIS PR** <img width="380" alt="Screenshot 2024-12-12 at 08 28 42" src="https://github.com/user-attachments/assets/2d6a43a6-2ca2-4b65-be88-caa299cdf51f" /> ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2085 from dongjoon-hyun/ORC-1815. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information