This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 83cc0f07a [graduate] Remove all incubating (#6)
83cc0f07a is described below
commit 83cc0f07a936cf09225fbaa455a25439722d434a
Author: Jingsong Lee <[email protected]>
AuthorDate: Wed Mar 27 17:31:35 2024 +0800
[graduate] Remove all incubating (#6)
---
.github/workflows/build.yml | 2 +-
NOTICE | 2 +-
README.md | 2 +-
main/index.html | 8 +++----
main/team.html | 56 ++++++++-------------------------------------
main/template/footer.html | 16 -------------
main/template/nav.html | 2 +-
main/users.html | 2 +-
pages/config.toml | 4 ++--
pages/content/downloads.md | 8 +++----
10 files changed, 24 insertions(+), 78 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1cbe57718..0910f21a1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
rm -rf main
- name: Clone Paimon repo
- run: git clone https://github.com/apache/incubator-paimon.git
/tmp/paimon
+ run: git clone https://github.com/apache/paimon.git /tmp/paimon
- name: Build docs
run: |
diff --git a/NOTICE b/NOTICE
index 8061d14b6..e1b894035 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-incubator-paimon-website
+apache-paimon-website
Copyright 2023 The Apache Software Foundation
This product includes software developed at
diff --git a/README.md b/README.md
index c11115fe4..49a034466 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
-# incubator-paimon-website
+# apache-paimon-website
This repository contains the Apache Paimon project website:
https://paimon.apache.org/.
diff --git a/main/index.html b/main/index.html
index 487cc9040..1021a377f 100755
--- a/main/index.html
+++ b/main/index.html
@@ -43,7 +43,7 @@ under the License.
<div class="py-xs-2 py-sm-3 py-md-4 py-xxl-5">
<div class="row py-5">
<div class="col-xl-7 col-lg-9">
- <h1 class="fw-bold lh-1 pb-5 hero-title" style="color:
#ffffff;">Apache Paimon™ <sup><span class="badge rounded-pill bg-primary"
style="font-size: .25em">Incubating</span></sup></h1>
+ <h1 class="fw-bold lh-1 pb-5 hero-title" style="color:
#ffffff;">Apache Paimon™</h1>
<p class="lead pb-5 fs-4" style="color: #ffffff;">A lake format
that enables building a Realtime Lakehouse Architecture with Flink and Spark
for both streaming and batch operations. Innovatively combines lake format and
LSM structure, bringing realtime streaming updates into the lake
architecture.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a role="button" class="btn btn-info btn-lg dropdown-toggle
px-5 m-1" href="#" role="button" id="getStartedLink" data-bs-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
@@ -56,7 +56,7 @@ under the License.
<a class="dropdown-item"
href="https://paimon.apache.org/docs/master/engines/presto/">Presto</a>
<a class="dropdown-item"
href="https://paimon.apache.org/docs/master/engines/trino/">Trino</a>
</div>
- <a role="button" class="btn btn-info btn-lg px-5 m-1"
href="https://github.com/apache/incubator-paimon/">Source Code</a>
+ <a role="button" class="btn btn-info btn-lg px-5 m-1"
href="https://github.com/apache/paimon/">Source Code</a>
</div>
</div>
</div>
@@ -160,7 +160,7 @@ under the License.
</div>
<div class="card border-primary col-md-10 col-xl-3 m-3"
style="background-color: #ddeeff">
- <a class="community-anchor"
href="https://github.com/apache/incubator-paimon#mailing-lists">
+ <a class="community-anchor"
href="https://github.com/apache/paimon#mailing-lists">
<div class="card-body">
<div class="row d-flex align-items-center">
<div class="col-2 align-self-center text-center
text-primary">
@@ -175,7 +175,7 @@ under the License.
</div>
<div class="card border-primary col-md-10 col-xl-3 m-3"
style="background-color: #ddeeff">
- <a class="community-anchor"
href="https://github.com/apache/incubator-paimon/issues">
+ <a class="community-anchor"
href="https://github.com/apache/paimon/issues">
<div class="card-body">
<div class="row d-flex align-items-center">
<div class="col-2 align-self-center text-center
text-primary">
diff --git a/main/team.html b/main/team.html
index bcf3922f5..2ef242e31 100644
--- a/main/team.html
+++ b/main/team.html
@@ -45,62 +45,40 @@ under the License.
<div class="row justify-content-center pt-3 pb-3">
<div class="col-auto text-center">
- <h3>Mentors</h3>
+ <h3>PPMCs</h3>
<table class="table table-bordered w-auto">
<tbody>
<tr>
+ <td class="github-profile ghid-9601882">Jingsong Lee</td>
<td class="github-profile ghid-5778611">Becket Qin</td>
<td class="github-profile ghid-89049">Robert Metzger</td>
<td class="github-profile ghid-1727146">Stephan Ewen</td>
<td class="github-profile ghid-6239804">Yu Li</td>
+ <td class="github-profile ghid-19909549">Caizhi Weng</td>
</tr>
<tr>
+ <td>Jingsong Lee (Chair)</td>
<td>Becket Qin</td>
<td>Robert Metzger</td>
<td>Stephan Ewen</td>
<td>Yu Li</td>
+ <td>Caizhi Weng</td>
</tr>
- </tbody>
- </table>
- </div>
- </div>
-
- <div class="row justify-content-center pt-3 pb-3">
- <div class="col-auto text-center">
- <h3>PPMCs</h3>
- <table class="table table-bordered w-auto">
- <tbody>
<tr>
- <td class="github-profile ghid-9601882">Jingsong Lee</td>
- <td class="github-profile ghid-19909549">Caizhi Weng</td>
<td class="github-profile ghid-99001603">Feng Wang</td>
<td class="github-profile ghid-10048174">Nicholas Jiang</td>
<td class="github-profile ghid-5746567">Timo Walther</td>
<td class="github-profile ghid-28703471">Fang Yong</td>
+ <td class="github-profile ghid-33053040">Zelin Yu</td>
+ <td class="github-profile ghid-10036681">Bi Yan</td>
</tr>
<tr>
- <td>Jingsong Lee</td>
- <td>Caizhi Weng</td>
<td>Feng Wang</td>
<td>Nicholas Jiang</td>
<td>Timo Walther</td>
<td>Fang Yong</td>
- </tr>
- <tr>
- <td class="github-profile ghid-33053040">Zelin Yu</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
<td>Zelin Yu</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+ <td>Bi Yan</td>
</tr>
</tbody>
</table>
@@ -117,33 +95,17 @@ under the License.
<td class="github-profile ghid-37063904">Chong Zhuang</td>
<td class="github-profile ghid-69444450">Ming Li</td>
<td class="github-profile ghid-41894543">Junhao Ye</td>
- <td class="github-profile ghid-10036681">Bi Yan</td>
<td class="github-profile ghid-26704332">Guojun Li</td>
<td class="github-profile ghid-9486140">WenJun Min</td>
+ <td class="github-profile ghid-37108074">Xinyu Zou</td>
</tr>
<tr>
<td>Chong Zhuang</td>
<td>Ming Li</td>
<td>Junhao Ye</td>
- <td>Bi Yan</td>
<td>Guojun Li</td>
<td>WenJun Min</td>
- </tr>
- <tr>
- <td class="github-profile ghid-37108074">Xinyu Zou</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
<td>Xinyu Zou</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
</tr>
</tbody>
</table>
diff --git a/main/template/footer.html b/main/template/footer.html
index 106997f8c..098620594 100644
--- a/main/template/footer.html
+++ b/main/template/footer.html
@@ -1,21 +1,5 @@
<footer class="mt-auto" style="background-color: rgb(0, 1, 25);">
<div class="container pt-4">
- <div class="row d-flex align-items-center m-1">
- <div class="col-sm-12 col-lg-3 text-center"><a
href="https://incubator.apache.org/"><img
- src="assets/apache-incubator.svg" style="max-width: 100%"
/></a></div>
- <div class="col-sm-12 col-lg-9 text-white">
- <p>
- Apache Paimon is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the
- Apache Incubator.
- Incubation is required of all newly accepted projects until a
further review indicates that the
- infrastructure, communications,
- and decision making process have stabilized in a manner consistent
with other successful ASF projects.
- While incubation status is not necessarily a reflection of the
completeness or stability of the code,
- it does indicate that the project has yet to be fully endorsed by
the ASF.
- </p>
- </div>
- </div>
- <hr class="bg-white" />
<div class="row mx-1">
<div class="col-12 text-center text-white">
<p>
diff --git a/main/template/nav.html b/main/template/nav.html
index 657ac6d49..e0f00b405 100644
--- a/main/template/nav.html
+++ b/main/template/nav.html
@@ -16,7 +16,7 @@
<a class="nav-link"
href="https://paimon.apache.org/release-0.7.html">Releases</a>
</li>
<li class="nav-item active px-3">
- <a class="nav-link"
href="https://github.com/apache/incubator-paimon/">Github</a>
+ <a class="nav-link" href="https://github.com/apache/paimon/">Github</a>
</li>
<li class="nav-item active px-3">
<a class="nav-link" href="https://paimon.apache.org/users.html">Who's
Using</a>
diff --git a/main/users.html b/main/users.html
index af57754ba..01eb5a2a2 100644
--- a/main/users.html
+++ b/main/users.html
@@ -45,7 +45,7 @@ under the License.
<div class="col-12 text-center">
<p>
Various companies and organizations are using Paimon for
production and commercial products. <br/>
- Are you using this project? <a
href="https://github.com/apache/incubator-paimon/issues/915">Add your
company</a>.
+ Are you using this project? <a
href="https://github.com/apache/paimon/issues/915">Add your company</a>.
</p>
</div>
</div>
diff --git a/pages/config.toml b/pages/config.toml
index e00d4e8aa..ea22d9855 100644
--- a/pages/config.toml
+++ b/pages/config.toml
@@ -23,9 +23,9 @@ pygmentsUseClasses = true
[params]
# The github repository for Apache Paimon
- Repo = "//github.com/apache/incubator-paimon"
+ Repo = "//github.com/apache/paimon"
- GithubRepo = "https://github.com/apache/incubator-paimon.git"
+ GithubRepo = "https://github.com/apache/paimon.git"
ProjectHomepage = "//paimon.apache.org"
diff --git a/pages/content/downloads.md b/pages/content/downloads.md
index e20e41f30..2388ba255 100644
--- a/pages/content/downloads.md
+++ b/pages/content/downloads.md
@@ -32,14 +32,14 @@ Paimon is released as a source artifact, and also through
Maven.
| RELEASE | DATE | DOWNLOAD
|
|-------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 0.7.0-incubating | 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/incubator/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
([digest](https://downloads.apache.org/incubator/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/incubator/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
| [...]
-| 0.6.1-incubating (recommended)| 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/incubator/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz)
([digest](https://downloads.apache.org/incubator/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/incubator/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.asc))
|
+| 0.7.0-incubating | 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
|
[...]
+| 0.6.1-incubating (recommended)| 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.asc))
|
To download a source distribution for a particular release, click on the *tar*
link.
For security, hash and signature files are always hosted at
[Apache](https://downloads.apache.org/).
-All Paimon incubator releases are available via
https://archive.apache.org/dist/incubator/paimon/ including checksums and
signatures.
+All Paimon releases are available via https://archive.apache.org/dist/paimon/
including checksums and signatures.
## Verify the Integrity of the Files
@@ -62,7 +62,7 @@ Compute the checksum of your file:
To verify the signature using GPG or PGP, please do the following:
1. Download the release artifact and the corresponding PGP signature from the
table above.
-2. Download the [Apache Paimon KEYS
file](https://downloads.apache.org/incubator/paimon/KEYS).
+2. Download the [Apache Paimon KEYS
file](https://downloads.apache.org/paimon/KEYS).
3. Import the KEYS file and verify the downloaded artifact using one of the
following methods:
```bash