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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 90f1995  Some build fixes.
90f1995 is described below

commit 90f1995383bb3967d6bc1c272be77abbf01939a6
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Mon Mar 30 23:10:32 2020 -0700

    Some build fixes.
---
 DISCLAIMER                       |   5 +++++
 bin/prepare.sh                   |   3 +--
 docs/_data/bin-releases.yml      |   2 --
 docs/_data/src-releases.yml      |   2 --
 docs/download.html               |   4 ----
 docs/images/apache_incubator.png | Bin 0 -> 17961 bytes
 docs/index.html                  |  15 +++++++++++----
 7 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..2644e06
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,5 @@
+Apache NLPCraft 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.
\ No newline at end of file
diff --git a/bin/prepare.sh b/bin/prepare.sh
index 0bb98d3..d41638a 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -45,6 +45,7 @@ rsync -avzq sql ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 
 cp LICENSE ${zipDir}/${tmpDir}
 cp NOTICE ${zipDir}/${tmpDir}
+cp DISCLAIMER ${zipDir}/${tmpDir}
 cp src/main/resources/nlpcraft.conf ${zipDir}/${tmpDir}/build
 cp src/main/resources/ignite.xml ${zipDir}/${tmpDir}/build
 cp src/main/resources/log4j2.xml ${zipDir}/${tmpDir}/build
@@ -72,9 +73,7 @@ zip -rq ${zipFileSrc} ${tmpDir} 2> /dev/null
 rm -R ${tmpDir} 2> /dev/null
 
 function sign() {
-  shasum -a 1 $1 > $1.sha1
   shasum -a 256 $1 > $1.sha256
-  md5 $1 > $1.md5
   gpg --detach-sign $1
 }
 
diff --git a/docs/_data/bin-releases.yml b/docs/_data/bin-releases.yml
index e808b87..d914c72 100644
--- a/docs/_data/bin-releases.yml
+++ b/docs/_data/bin-releases.yml
@@ -19,8 +19,6 @@
   date: Apr 16, 2020
   zip_name: apache-nlpcraft-0.5.0.zip
   zip_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip
-  md5_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip.md5
-  sha1_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip.sha1
   sha256_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip.sha256
   pgp_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip.sig
   github_link: https://github.com/apache/incubator-nlpcraft/tree/0.5.0
diff --git a/docs/_data/src-releases.yml b/docs/_data/src-releases.yml
index f11d351..13a1193 100644
--- a/docs/_data/src-releases.yml
+++ b/docs/_data/src-releases.yml
@@ -19,8 +19,6 @@
   date: Apr 16, 2020
   zip_name: apache-nlpcraft-0.5.0-src.zip
   zip_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0-src.zip
-  md5_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0-src.zip.md5
-  sha1_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0-src.zip.sha1
   sha256_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0-src.zip.sha256
   pgp_url: 
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0-src.zip.sig
   github_link: https://github.com/apache/incubator-nlpcraft/tree/0.5.0
diff --git a/docs/download.html b/docs/download.html
index b606c60..ae68e36 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -95,8 +95,6 @@ layout: interior
                     <td>{{rel.version}}</td>
                     <td>{{rel.date}}</td>
                     <td class="download-sigs">
-                        <a href="{{rel.md5_url}}">MD5</a>
-                        <a href="{{rel.sha1_url}}">SHA1</a>
                         <a href="{{rel.sha256_url}}">SHA256</a>
                         <a href="{{rel.pgp_url}}">PGP</a>
                     </td>
@@ -140,8 +138,6 @@ layout: interior
                     <td>{{rel.version}}</td>
                     <td>{{rel.date}}</td>
                     <td class="download-sigs">
-                        <a href="{{rel.md5_url}}">MD5</a>
-                        <a href="{{rel.sha1_url}}">SHA1</a>
                         <a href="{{rel.sha256_url}}">SHA256</a>
                         <a href="{{rel.pgp_url}}">PGP</a>
                     </td>
diff --git a/docs/images/apache_incubator.png b/docs/images/apache_incubator.png
new file mode 100644
index 0000000..759252f
Binary files /dev/null and b/docs/images/apache_incubator.png differ
diff --git a/docs/index.html b/docs/index.html
index f88fa0d..d5db18e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -262,12 +262,19 @@ layout: default
 <div id="about" class="bottom-arrow main-section">
     <div class="container-fluid">
         <div id="about-container" class="row">
-            <div class="col-12" style="margin-top: 70px;">
+            <div class="col-12" style="margin-top: 50px;">
+<!--                <p align="center">-->
+<!--                    <a href="https://www.apache.org/licenses/LICENSE-2.0"; 
target=_><img src="{{ 'images/asf20.jpg' | relative_url}}" height="64px" 
alt=""></a>-->
+<!--                </p>-->
                 <p align="center">
-                    <a href="https://www.apache.org/licenses/LICENSE-2.0"; 
target=_><img src="{{ 'images/asf20.jpg' | relative_url}}" height="64px" 
alt=""></a>
+                    <a href="https://incubator.apache.org/"; target=_><img 
src="{{ 'images/apache_incubator.png' | relative_url}}" height="64px" 
alt=""></a>
                 </p>
-                <p align="center">
-                    Licensed under <a target=_ 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, version 
2.0</a>
+                <p align="center" style="font-size: 100%; margin: 0 20%">
+                    Apache NLPCraft licensed under <a target=_ 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, version 
2.0</a> is an effort undergoing incubation at The Apache Software Foundation 
(ASF), sponsored by
+                    the <a href="https://incubator.apache.org/"; 
target=_>Apache Incubator</a>. 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>

Reply via email to