You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by pd...@apache.org on 2022/06/07 07:57:13 UTC

[incubator-age-website] branch asf-site updated: Updated the wordings based on the project status (#45)

This is an automated email from the ASF dual-hosted git repository.

pdpotter pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 47624c5  Updated the wordings based on the project status (#45)
47624c5 is described below

commit 47624c55aae2d5d6fd36394059e273035aaec054
Author: Andrew Ko <76...@users.noreply.github.com>
AuthorDate: Tue Jun 7 16:57:09 2022 +0900

    Updated the wordings based on the project status (#45)
    
    * Update index.html
---
 index.html | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 59fde34..67452fe 100644
--- a/index.html
+++ b/index.html
@@ -106,10 +106,16 @@
           *
         -->
         <div class="main-item main--selected" id="main-overview">
-          <div class="heading"><h1>Apache AGE (Incubating)</h1></div>
+          <div class="heading"><h1>Apache AGE</h1></div>
           <div class="main-body">
             <p class="main-content">
+              Apache AGE is a PostgreSQL extension that provides graph database functionality. The goal of Apache AGE is to enable users of Postgres to use graph query modeling in unison with Postgres’ existing relational model.
+              <!--
               Apache AGE is an effort undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC. 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 tha [...]
+              -->
+            </p>
+            <p>
+              Apache AGE is a Top-Level Project of the Apache Software Foundation since May 2022. It is licensed under the Apache License 2.0.
             </p>
             <p>
               Below is a brief overview of the AGE architecture in relation to the PostgreSQL architecture and backend.
@@ -119,7 +125,7 @@
 
             <div class="heading"><h2>Features</h2></div>
             <ul>
-              <li>AGE is currently being developed for the PostgreSQL 11 release and will support PostgreSQL 12, 13 and 14 in Q2 2022 and all the future releases of PostgreSQL.  </li>
+              <li>AGE is currently being developed for the PostgreSQL 11 release and will support PostgreSQL 12 and 13 in Q3 and PostgreSQL 14 in Q4 2022.  </li>
               <li>AGE supports the openCypher graph query language and label hierarchy.</li>
               <li>AGE enables querying multiple graphs at the same time. This will allow a user to query two or more graphs at once with cypher, decide how to merge them and get the desired query outputs.</li>
               <li>AGE will be enhanced with an aim to support all of the key features of AgensGraph (PostgreSQL fork extended with graph DB functionality). </li>
@@ -1620,7 +1626,7 @@ Committers should support the development and advancement of AGE in different ar
         <div class="main-item" id="main-mailinglists">
           <div class="heading"><h1>Mailing Lists</h1></div>
           <div class="main-body">
-            Get help using Apache AGE (Incubating) or contribute to the project on our mailing lists:
+            Get help using Apache AGE or contribute to the project on our mailing lists:
 
             <ul>
               <li>
@@ -1670,7 +1676,7 @@ The ASF Security Team maintains a page with the description of how vulnerabiliti
 
 
 <div class="heading"><h2>Overview</h2></div>
-            This is an assessment of the Apache AGE podling’s maturity, meant to help inform the decision (of the mentors, community, Incubator PMC and ASF Board of Directors) to graduate it as a top-level Apache project.
+            This is an assessment of the Apache AGE podling’s maturity, meant to help inform the decision (of the mentors, community, Incubator PMC and ASF Board of Directors) to graduate it as a Top-Level Apache Project.
             <br>
             It is based on the <a href="https://community.apache.org/apache-way/apache-project-maturity-model.html">ASF project maturity model</a> 
   
@@ -1878,13 +1884,15 @@ The ASF Security Team maintains a page with the description of how vulnerabiliti
     </div>
     <div class="footer">
       <hr>
+      <!--
       <img class="footer-img" src="assets/images/incubator_ring_logo.png"> <br>
       <p class="center" style="font-size:9px">
         Apache AGE 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 pro [...]
       </p>
                  <br><br>
-      <p class="center" style="font-size:9px">Copyright © 2021 The Apache Software Foundation. <br>
-        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      -->
+      <p class="center" style="font-size:9px">Copyright © 2022 The Apache Software Foundation. <br>
+        The Apache Software Foundation Apache AGE, AGE, Apache, the Apache feather, and the Apache AGE project logo are either registered trademarks or trademarks of the Apache Software Foundation.</p>
     </div>
   </body>
 </html>