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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1ca4c2c WIP.
1ca4c2c is described below
commit 1ca4c2c928ec8ad501edbcc337239dc5b9a4bccf
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Tue Apr 21 13:48:49 2020 -0700
WIP.
---
_data/bin-releases.yml | 2 +-
_data/src-releases.yml | 2 +-
_layouts/default.html | 4 +++-
docs.html | 2 +-
download.html | 14 +++++++-------
index.html | 5 +++--
installation.html | 2 +-
7 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/_data/bin-releases.yml b/_data/bin-releases.yml
index 9b156f6..a849b83 100644
--- a/_data/bin-releases.yml
+++ b/_data/bin-releases.yml
@@ -17,7 +17,7 @@
- version: 0.5.0
date: Apr 16, 2020
- zip_name: apache-nlpcraft-0.5.0.zip
+ zip_name: apache-nlpcraft-incubating-bin-0.5.0.zip
zip_url:
https://github.com/apache/incubator-nlpcraft/releases/download/0.5.0/apache-nlpcraft-0.5.0.zip
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
diff --git a/_data/src-releases.yml b/_data/src-releases.yml
index 13a1193..336ae2f 100644
--- a/_data/src-releases.yml
+++ b/_data/src-releases.yml
@@ -17,7 +17,7 @@
- version: 0.5.0
date: Apr 16, 2020
- zip_name: apache-nlpcraft-0.5.0-src.zip
+ zip_name: apache-nlpcraft-incubating-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
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
diff --git a/_layouts/default.html b/_layouts/default.html
index f8f5be4..22975de 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -117,7 +117,9 @@ layout: compress
<span>
<a target=_new href="https://apache.org"><img alt="asf"
src="{{ '/images/asf_logo.png' | relative_url }}" height="24px"></a>
</span>
- <a href="/index.html#news" class="btn btn-link ml-4">News</a>
+ <a target="asf"
href="http://apache.org/foundation/policies/privacy.html" class="btn btn-link
ml-4">Privacy</a>
+ <span class="sep">•</span>
+ <a href="/index.html#news" class="btn btn-link">News</a>
<span class="sep">•</span>
<a href="/docs.html" class="btn btn-link">Docs</a>
<span class="ml-4">release: <a href="/download.html"><code>{{
site.latest_version }}</code></a></span>
diff --git a/docs.html b/docs.html
index 85e2c39..f1331b7 100644
--- a/docs.html
+++ b/docs.html
@@ -25,7 +25,7 @@ id: overview
<section id="overview">
<h2 class="section-title">Overview</h2>
<p>
- NLPCraft is a Java-based <a href="/legal.html">open source</a>
library for adding a natural language
+ Apache NLPCraft is a Java-based <a href="/legal.html">open
source</a> library for adding a natural language
interface to any applications. It can work with
any private or public data source, and has no hardware or software
lock-in.
You can build models and intents for NLPCraft using any JVM-based
languages like Java, Scala, Kotlin, Groovy, etc. NLPCraft
diff --git a/download.html b/download.html
index d12fdcd..17da0d3 100644
--- a/download.html
+++ b/download.html
@@ -187,8 +187,8 @@ layout: interior
</p>
<b>Unpack the source package:</b>
<pre class="brush: plain">
- $ unzip -q apache-nlpcraft-{{site.latest_version}}-src.zip
- $ cd apache-nlpcraft-{{site.latest_version}}-src
+ $ unzip -q
apache-nlpcraft-incubating-{{site.latest_version}}.zip
+ $ cd apache-nlpcraft-incubating-{{site.latest_version}}
</pre>
<b>Build NLPCraft:</b>
<pre class="brush: plain">
@@ -216,14 +216,14 @@ layout: interior
<div class="tab-pane fade show active" id="nav-macos-sha256"
role="tabpanel">
<pre class="brush: plain, highlight: [2,3]">
# Run these two commands and compare generated hashes:
- $ openssl dgst -sha256
apache-nlpcraft-{{site.latest_version}}.zip
- $ cat apache-nlpcraft-{{site.latest_version}}.zip.sha256
+ $ openssl dgst -sha256
apache-nlpcraft-incubating-{{site.latest_version}}.zip
+ $ cat
apache-nlpcraft-incubating-{{site.latest_version}}.zip.sha256
</pre>
</div>
<div class="tab-pane fade show" id="nav-macos-pgp"
role="tabpanel">
<pre class="brush: plain, highlight: [2]">
# NOTE: make sure to have GPGTools (gpgtools.org)
installed.
- $ gpg --verify
apache-nlpcraft-{{site.latest_version}}.zip.asc
apache-nlpcraft-{{site.latest_version}}.zip
+ $ gpg --verify
apache-nlpcraft-incubating-{{site.latest_version}}.zip.asc
apache-nlpcraft-incubating-{{site.latest_version}}.zip
</pre>
</div>
</div>
@@ -237,12 +237,12 @@ layout: interior
<div class="tab-content">
<div class="tab-pane fade show active" id="nav-linux-sha256"
role="tabpanel">
<pre class="brush: plain, highlight: [1]">
- $ sha256sum --check
apache-nlpcraft-{{site.latest_version}}.zip.sha256
+ $ sha256sum --check
apache-nlpcraft-incubating-{{site.latest_version}}.zip.sha256
</pre>
</div>
<div class="tab-pane fade show" id="nav-linux-pgp"
role="tabpanel">
<pre class="brush: plain, highlight: [1]">
- $ gpg --verify
apache-nlpcraft-{{site.latest_version}}.zip.asc
apache-nlpcraft-{{site.latest_version}}.zip
+ $ gpg --verify
apache-nlpcraft-incubating-{{site.latest_version}}.zip.asc
apache-nlpcraft-incubating-{{site.latest_version}}.zip
</pre>
</div>
</div>
diff --git a/index.html b/index.html
index 81cfd84..27400ce 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@ layout: default
<div id="banner-box" class="bottom-arrow">
<div id="inner-banner-box">
<div id="banner">
- <div id="nat-lang-itf">Apache NLPCraft</div>
+ <div id="nat-lang-itf">Apache NLPCraft®</div>
<h1 id="banner-sub-title">An API to convert natural language into
actions</h1>
<div>
<a id="get-started-btn" role="button" href="docs.html"
class="btn mt-5">GET STARTED <i class="ml-2 fas fa-angle-right"></i></a>
@@ -269,10 +269,11 @@ layout: default
<p align="center">
<a href="https://incubator.apache.org/" target=_><img
src="{{ 'images/apache_incubator.png' | relative_url}}" height="64px"
alt=""></a>
</p>
- <p align="center" style="font-size: 100%; margin: 0 20%">
+ <p align="center" style="font-size: 90%; 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, sponsored by
the <a href="https://incubator.apache.org/"
target=_>Apache Incubator</a>.
+ Apache, the Apache Incubator project logo, Apache
NLPCraft, NLPCraft, and the Apache NLPCraft logo are trademarks of The Apache
Software Foundation.
</p>
</div>
</div>
diff --git a/installation.html b/installation.html
index 67be156..50ba9dd 100644
--- a/installation.html
+++ b/installation.html
@@ -25,7 +25,7 @@ id: installation
<section id="installation">
<h2 class="section-title">Installation</h2>
<p>
- NLPCraft requires <b>no special installation</b> operations:
+ Apache NLPCraft requires <b>no special installation</b> operations:
</p>
<ul>
<li>If you <a href="/download.html">downloaded</a> binary ZIP
archive - verify it and unzip it</li>