You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2021/11/08 14:34:55 UTC

[incubator-age-website] branch asf-site updated: Disclaimer and Events Fix

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

eya 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 a1135e1  Disclaimer and Events Fix
a1135e1 is described below

commit a1135e10ecdad831977d8c9383172be0359c086c
Author: eyab <ba...@gmail.com>
AuthorDate: Mon Nov 8 06:34:43 2021 -0800

    Disclaimer and Events Fix
---
 index.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 794e79e..40e35e9 100644
--- a/index.html
+++ b/index.html
@@ -70,11 +70,11 @@
         <p class="sidebar--section">
           <span class="emph">Apache</span> <br />
           <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/foundation/">foundation</a> <br />
-          <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/foundation/how-it-works.html">How Apache Works</a> <br />
+          <a class="sidebar-link external-link" text="foundation" target="_blank" href="http://www.apache.org/">How Apache Works</a> <br />
           <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> <br />
           <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/security/">Security</a> <br />
            <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/licenses/">License</a> <br />
-            <a class="sidebar-link external-link" target="_blank" href="https://apachecon.com/?ref=age.apache.org">Events</a> <br />
+            <a class="sidebar-link external-link" text="Events" target="_blank" href="https://apachecon.com/?ref=www.apache.org">Events</a> <br />
           <a class="sidebar-link external-link" target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a> <br />
         </p>
       </div>
@@ -89,9 +89,7 @@
           <div class="heading"><h1>Apache AGE (Incubating)</h1></div>
           <div class="main-body">
             <p class="main-content">
-              Apache AGE a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's fork of
-              PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data
-              so that users can use standard ANSI SQL along with openCypher, the Graph query language.
+              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>
               Below is a brief overview of the AGE architecture in relation to the PostgreSQL architecture and backend.