You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2017/03/14 18:11:49 UTC

[1/4] bahir-website git commit: [MINOR] Centralize download button

Repository: bahir-website
Updated Branches:
  refs/heads/master 7c984b37f -> 586421a81


[MINOR] Centralize download button


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/4a691580
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/4a691580
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/4a691580

Branch: refs/heads/master
Commit: 4a6915809903c6ffb9e6d514850881f018459319
Parents: 7c984b3
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Mar 14 10:35:59 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Mar 14 10:35:59 2017 -0700

----------------------------------------------------------------------
 site/_includes/themes/apache-clean/_navigation.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/4a691580/site/_includes/themes/apache-clean/_navigation.html
----------------------------------------------------------------------
diff --git a/site/_includes/themes/apache-clean/_navigation.html b/site/_includes/themes/apache-clean/_navigation.html
index 667331b..3816353 100644
--- a/site/_includes/themes/apache-clean/_navigation.html
+++ b/site/_includes/themes/apache-clean/_navigation.html
@@ -6,11 +6,15 @@
     <!--p>{{ site.data.project.description }}</p-->
 
     {% if site.data.project.spark_latest_release %}
-      <a href="{{ site.data.project.spark_download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Download {{ site.data.project.name }} Spark Extensions {{ site.data.project.spark_latest_release }}</a></p>
+      <div class="col-md-12 text-center">
+         <a href="{{ site.data.project.spark_download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Download {{ site.data.project.name }} Spark Extensions {{ site.data.project.spark_latest_release }}</a></p>
+      </div>
     {% endif %}
 
     {% if site.data.project.flink_latest_release %}
-      <a href="{{ site.data.project.flink_download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Download {{ site.data.project.name }} Flink Extensions {{ site.data.project.flink_latest_release }}</a></p>
+      <div class="col-md-12 text-center">
+         <a href="{{ site.data.project.flink_download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Download {{ site.data.project.name }} Flink Extensions {{ site.data.project.flink_latest_release }}</a></p>
+      </div>
     {% endif %}
   </div>
 </div>


[4/4] bahir-website git commit: [MINOR] Clarify wording on download page

Posted by lr...@apache.org.
[MINOR] Clarify wording on download page


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/586421a8
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/586421a8
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/586421a8

Branch: refs/heads/master
Commit: 586421a813bedeeaf98010b3ee368a44af1f2400
Parents: baa6252
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Mar 14 11:11:29 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Mar 14 11:11:29 2017 -0700

----------------------------------------------------------------------
 site/downloads/flink.md |  4 ++--
 site/downloads/spark.md | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/586421a8/site/downloads/flink.md
----------------------------------------------------------------------
diff --git a/site/downloads/flink.md b/site/downloads/flink.md
index f98536f..6734cf1 100644
--- a/site/downloads/flink.md
+++ b/site/downloads/flink.md
@@ -25,11 +25,11 @@ limitations under the License.
 
 {% include JB/setup %}
 
-# {{ site.data.project.name }} Flink Extensions Downloads
+# {{ site.data.project.name }} Extensions for Apache Flink Downloads
 
 Please find below the latest releases of {{ site.data.project.name }} for Apache Flink Extensions. Note that the binary artifacts for each platform are also published independently through Maven and each [extension documentation page](/docs/flink/overview) describes how to add these artifacts to your application.
 
-## Bahir Flink Extensions Latest Release
+## Bahir Extensions for Apache Flink Latest Release
 
 {% if site.data.project.flink_latest_release %}
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/586421a8/site/downloads/spark.md
----------------------------------------------------------------------
diff --git a/site/downloads/spark.md b/site/downloads/spark.md
index 615c5e5..fba776e 100644
--- a/site/downloads/spark.md
+++ b/site/downloads/spark.md
@@ -25,15 +25,15 @@ limitations under the License.
 
 {% include JB/setup %}
 
-# {{ site.data.project.name }} Spark Extensions Downloads
+# {{ site.data.project.name }} Extensions for Apache Spark Downloads
 
 Please find below the latest releases of {{ site.data.project.name }} for Apache Spark Extensions. Note that the binary artifacts for each platform are also published independently through Maven and each [extension documentation page](/docs/spark/overview) describes how to add these artifacts to your application.
 
-## Bahir Spark Extensions Latest Release
+## Bahir Extensions for Apache Spark {{site.data.project.spark_latest_release}} Release
 
 {% if site.data.project.spark_latest_release %}
 
-Our latest {{ site.data.project.name }} release for Apache Spark extensions is {{site.data.project.spark_latest_release}}, released on {{site.data.project.spark_latest_release_date}}.
+Our latest release supports Apache Spark {{site.data.project.spark_latest_release}}, and was released on {{site.data.project.spark_latest_release_date}}.
 
 <table class="table table-hover sortable">
     <thead>
@@ -47,14 +47,14 @@ Our latest {{ site.data.project.name }} release for Apache Spark extensions is {
     </thead>
     <tbody>
         <tr>
-            <td>{{ site.data.project.name }} Spark Extensions {{site.data.project.spark_latest_release}} (tar.gz)</td>
+            <td>{{ site.data.project.name }} Extensions for Apache Spark {{site.data.project.spark_latest_release}} (tar.gz)</td>
             <td><a href="http://www.apache.org/dyn/closer.lua/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.tar.gz">tar.gz</a></td>
             <td><a href="http://www.apache.org/dist/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.tar.gz.md5">MD5</a></td>
             <!--td><a href="http://www.apache.org/dist/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.tar.gz.sha1">SHA-1</a></td-->
             <td><a href="http://www.apache.org/dist/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.tar.gz.asc">ASC</a></td>
         </tr>
         <tr>
-            <td>{{ site.data.project.name }} Spark Extensions {{site.data.project.spark_latest_release}} (zip)</td>
+            <td>{{ site.data.project.name }} Extensions for Apache Spark {{site.data.project.spark_latest_release}} (zip)</td>
             <td><a href="http://www.apache.org/dyn/closer.lua/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.zip">zip</a></td>
             <td><a href="http://www.apache.org/dist/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.zip.md5">MD5</a></td>
             <!--td><a href="http://www.apache.org/dist/{{site.data.project.spark_unix_name}}/{{site.data.project.spark_latest_release}}/apache-bahir-{{site.data.project.spark_latest_release}}-src.zip.sha1">SHA-1</a></td-->


[3/4] bahir-website git commit: [MINOR] Update download page with pointer to maven coordinates

Posted by lr...@apache.org.
[MINOR] Update download page with pointer to maven coordinates


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/baa62520
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/baa62520
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/baa62520

Branch: refs/heads/master
Commit: baa62520d8960b142852f29030cfc9f057e71de0
Parents: ad40b07
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Mar 14 10:51:46 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Mar 14 10:51:46 2017 -0700

----------------------------------------------------------------------
 site/downloads/flink.md | 4 ++--
 site/downloads/spark.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/baa62520/site/downloads/flink.md
----------------------------------------------------------------------
diff --git a/site/downloads/flink.md b/site/downloads/flink.md
index 6c3e181..f98536f 100644
--- a/site/downloads/flink.md
+++ b/site/downloads/flink.md
@@ -27,9 +27,9 @@ limitations under the License.
 
 # {{ site.data.project.name }} Flink Extensions Downloads
 
-Please find below the latest releases of {{ site.data.project.name }} for Apache Flink Extensions. Note that the binary artifacts for each platform are also published independently through Maven.
+Please find below the latest releases of {{ site.data.project.name }} for Apache Flink Extensions. Note that the binary artifacts for each platform are also published independently through Maven and each [extension documentation page](/docs/flink/overview) describes how to add these artifacts to your application.
 
-## Bahir Flink Extensions Latest Release 
+## Bahir Flink Extensions Latest Release
 
 {% if site.data.project.flink_latest_release %}
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/baa62520/site/downloads/spark.md
----------------------------------------------------------------------
diff --git a/site/downloads/spark.md b/site/downloads/spark.md
index 4e60973..615c5e5 100644
--- a/site/downloads/spark.md
+++ b/site/downloads/spark.md
@@ -27,9 +27,9 @@ limitations under the License.
 
 # {{ site.data.project.name }} Spark Extensions Downloads
 
-Please find below the latest releases of {{ site.data.project.name }} for Apache Spark Extensions. Note that the binary artifacts for each platform are also published independently through Maven.
+Please find below the latest releases of {{ site.data.project.name }} for Apache Spark Extensions. Note that the binary artifacts for each platform are also published independently through Maven and each [extension documentation page](/docs/spark/overview) describes how to add these artifacts to your application.
 
-## Bahir Spark Extensions Latest Release 
+## Bahir Spark Extensions Latest Release
 
 {% if site.data.project.spark_latest_release %}
 


[2/4] bahir-website git commit: [MINOR] Fix location of download pages for each platform

Posted by lr...@apache.org.
[MINOR] Fix location of download pages for each platform


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/ad40b07b
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/ad40b07b
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/ad40b07b

Branch: refs/heads/master
Commit: ad40b07bc1ff6c13bb3a910c45c16281ff081c6f
Parents: 4a69158
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Mar 14 10:41:27 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Mar 14 10:41:27 2017 -0700

----------------------------------------------------------------------
 site/_data/navigation.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/ad40b07b/site/_data/navigation.yml
----------------------------------------------------------------------
diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml
index c5ff163..f90276b 100644
--- a/site/_data/navigation.yml
+++ b/site/_data/navigation.yml
@@ -31,7 +31,11 @@
 topnav:
 
 - title: Download
-  url: /download
+  subcategories:
+  - title: Bahir Spark Extensions
+    url: /downloads/spark
+  - title: Bahir Flink Extensions
+    url: /downloads/flink
 
 - title: Community
   subcategories: