Skip to content
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

ORC-1815: Remove broken people.apache.org links #2085

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Dec 12, 2024

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.

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.

Screenshot 2024-12-12 at 08 27 24

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
Screenshot 2024-12-12 at 08 28 42

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the DOCS label Dec 12, 2024
@dongjoon-hyun dongjoon-hyun added this to the 2.0.4 milestone Dec 12, 2024
dongjoon-hyun added a commit that referenced this pull request Dec 12, 2024
### 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>
(cherry picked from commit aef51b6)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Member Author

Merged to main/2.0.

@dongjoon-hyun dongjoon-hyun deleted the ORC-1815 branch December 12, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant