You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/06/09 00:13:43 UTC

systemml-website git commit: [SYSTEMML-1673] Migrate incubator-systemml to systemml on website

Repository: systemml-website
Updated Branches:
  refs/heads/master 2b38c19d8 -> 79be556a0


[SYSTEMML-1673] Migrate incubator-systemml to systemml on website

Update 'incubator-systemml' references to 'systemml'.
Update Apache footer link from incubator to main Apache site.


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

Branch: refs/heads/master
Commit: 79be556a00a6260674bd21f2acacd2a9ca6592ab
Parents: 2b38c19
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Jun 8 17:10:14 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Jun 8 17:10:14 2017 -0700

----------------------------------------------------------------------
 .htaccess                                       |   2 +-
 _src/_data/navigation.yml                       |   4 ++--
 _src/_data/project.yml                          |   8 ++++----
 .../themes/apache/partials/_footer.html         |   2 +-
 .../themes/apache/partials/_navigation.html     |   2 +-
 _src/community.html                             |   2 +-
 _src/download.html                              |   6 +++---
 _src/get-started.html                           |  14 +++++++-------
 _src/install-systemml.html                      |   2 +-
 _src/maturity.html                              | Bin 392918 -> 392578 bytes
 _src/tutorials.html                             |   2 +-
 package.json                                    |   6 +++---
 12 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index a833081..2be2f05 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1 @@
-Redirect 301 /algorithms https://github.com/apache/incubator-systemml/tree/master/scripts/algorithms
+Redirect 301 /algorithms https://github.com/apache/systemml/tree/master/scripts/algorithms

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/_data/navigation.yml
----------------------------------------------------------------------
diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 794e444..899d77f 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -36,9 +36,9 @@ topnav:
   - title: Issue Tracker
     url: https://issues.apache.org/jira/browse/SYSTEMML
   - title: Source Code
-    url: https://github.com/apache/incubator-systemml
+    url: https://github.com/apache/systemml
   - title: Website Source Code
-    url: https://github.com/apache/incubator-systemml-website
+    url: https://github.com/apache/systemml-website
   - title: Roadmap
     url: /roadmap
 

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/_data/project.yml
----------------------------------------------------------------------
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index b3d2b31..afad611 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -52,11 +52,11 @@ jira: SYSTEMML
 release_name: systemml
 release_version: 0.14.0-incubating
 
-source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git
-source_repository_mirror: https://github.com/apache/incubator-systemml
+source_repository: https://git-wip-us.apache.org/repos/asf/systemml.git
+source_repository_mirror: https://github.com/apache/systemml
 
-website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
-website_repository_mirror: https://github.com/apache/incubator-systemml-website
+website_repository: https://git-wip-us.apache.org/repos/asf/systemml-website.git
+website_repository_mirror: https://github.com/apache/systemml-website
 
 download: /download.html
 

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/_includes/themes/apache/partials/_footer.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/_footer.html b/_src/_includes/themes/apache/partials/_footer.html
index 55f04f7..430d621 100644
--- a/_src/_includes/themes/apache/partials/_footer.html
+++ b/_src/_includes/themes/apache/partials/_footer.html
@@ -20,7 +20,7 @@ limitations under the License.
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://incubator.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator"/></a>
+        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator"/></a>
       </div>
       <div>
       Copyright &copy; 2015-2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/_includes/themes/apache/partials/_navigation.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/_navigation.html b/_src/_includes/themes/apache/partials/_navigation.html
index 2c12ff3..cb02a43 100644
--- a/_src/_includes/themes/apache/partials/_navigation.html
+++ b/_src/_includes/themes/apache/partials/_navigation.html
@@ -19,7 +19,7 @@ limitations under the License.
 <!-- Mobile Nav
 <nav class="pushy pushy-right mobile-nav">
   <ul>
-    <li role="presentation"><a class="nav-link--hover" href="https://github.com/apache/incubator-systemml" target="_blank">Github</a></li>
+    <li role="presentation"><a class="nav-link--hover" href="https://github.com/apache/systemml" target="_blank">Github</a></li>
     <li role="presentation"><a class="nav-link--hover" href="documentation.html" target="_blank">Documentation</a></li>
     <li>
       <a class="nav-link--hover" href="#">Resources<i class="icon icon-chevron-down"></i></a>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/community.html
----------------------------------------------------------------------
diff --git a/_src/community.html b/_src/community.html
index 5c2b030..f8cb087 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -90,7 +90,7 @@ Before submitting an issue, please:
     <div class="col col-4">
       <h2>Github</h2>
       <p>You can find all of Apache SystemML’s code on Github, including example algorithms and notebooks. Fork it, try it out, and contribute to SystemML yourself.</p>
-      <a href="https://github.com/apache/incubator-systemml" target="_blank" class="button button-primary">Go To Github</a>
+      <a href="https://github.com/apache/systemml" target="_blank" class="button button-primary">Go To Github</a>
     </div>
     <!-- section 2 -->
     <div class="col col-4">

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/download.html
----------------------------------------------------------------------
diff --git a/_src/download.html b/_src/download.html
index 3cb71b0..830cdaa 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -77,7 +77,7 @@ limitations under the License.
           </tr>
 
           <tr>
-            <td><a href="https://github.com/apache/incubator-systemml-website/blob/master/{{ site.data.project.release_version }}/release_notes.md" target="_blank">Release Notes</td>
+            <td><a href="https://github.com/apache/systemml-website/blob/master/{{ site.data.project.release_version }}/release_notes.md" target="_blank">Release Notes</td>
             <td></td>
             <td></td>
           </tr>
@@ -89,10 +89,10 @@ limitations under the License.
 
 
           <h3>Bleeding-Edge</h3>
-          <p>You can also retrieve the source files from our <a href="https://github.com/apache/incubator-systemml" target="_blank">Git repository</a> and create a bleeding-edge build by typing:</p>
+          <p>You can also retrieve the source files from our <a href="https://github.com/apache/systemml" target="_blank">Git repository</a> and create a bleeding-edge build by typing:</p>
 
           <pre>git clone {{ site.data.project.source_repository_mirror }}
-cd incubator-systemml
+cd systemml
 mvn clean package</pre>
 
           <h3>Using Maven</h3>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 892c676..00f047d 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -42,7 +42,7 @@ limitations under the License.
       <h2>Install SystemML</h2>
       <h4><strong>Level:</strong> Beginner &nbsp; | &nbsp; <strong>Time:</strong> 20 minutes</h4><br>
       <p>New to Apache SystemML? Try our quick install guide that will walk you through setting up your environment and getting you up and going with SystemML.&lrm;</p>
-      <a class="button button-secondary" href="https://apache.github.io/incubator-systemml" target="_blank">Docs</a>
+      <a class="button button-secondary" href="https://apache.github.io/systemml" target="_blank">Docs</a>
       <a class="button button-primary" href="install-systemml.html">Install SystemML</a>
     </div>
   </div>
@@ -52,32 +52,32 @@ limitations under the License.
     <div class="nb-card">
         <h3>Linear Regression Algorithms Demo</h3>
         <p>This notebook demonstrates the development of various linear regression algorithms in SystemML.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>Deep Learning Image Classification</h3>
         <p>This notebook shows SystemML Deep Learning functionality to map images of single digit numbers to their corresponding numeric representations.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>SystemML PySpark Recommendation Demo</h3>
         <p>This demonstrates using SystemML for product recommendation using Poisson NonNegative Matrix Factorization (PNMF) with PNMF algorithm written using R like syntax.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>SystemML Scala Tutorial</h3>
         <p>This tutorial includes simple example to run DML script and display output.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>Autoencoder</h3>
         <p>This notebook demonstrates the invocation of the SystemML autoencoder script, and alternative ways of passing in/out data.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>SystemML Linear Regression Conjugate Gradient</h3>
         <p>This example shows SystemML Linear Regression Conjugate Gradient algorithm in Zeppelin Notebook.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
     </div>
 
   </div>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/install-systemml.html
----------------------------------------------------------------------
diff --git a/_src/install-systemml.html b/_src/install-systemml.html
index 20e82a3..c6972fa 100644
--- a/_src/install-systemml.html
+++ b/_src/install-systemml.html
@@ -156,7 +156,7 @@ jupyter toree install —-replace —-interpreters=Scala,PySpark --spark_opts="-
 {% highlight bash %}jupyter notebook{% endhighlight %}
 <p>This will start a default browser with contents from the directory where the above command was run.
 You can create your own notebook or download sample notebooks from the SystemML GitHub repository at
-<a href="https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks">https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks</a>.</p>
+<a href="https://github.com/apache/systemml/tree/master/samples/jupyter-notebooks">https://github.com/apache/systemml/tree/master/samples/jupyter-notebooks</a>.</p>
 <figure class="img-border"><img src="/assets/img/systemml-juypter-install.jpeg" alt="Start Jupyter Notebook Server"></figure>
 <figure class="img-border"><img src="/assets/img/systemml-juypter-install-2.jpeg" alt="Start Jupyter Notebook Server"></figure>
 	</div>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/maturity.html
----------------------------------------------------------------------
diff --git a/_src/maturity.html b/_src/maturity.html
index 4b776c2..7c9c833 100644
Binary files a/_src/maturity.html and b/_src/maturity.html differ

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/_src/tutorials.html
----------------------------------------------------------------------
diff --git a/_src/tutorials.html b/_src/tutorials.html
index aa3abe4..866a69f 100644
--- a/_src/tutorials.html
+++ b/_src/tutorials.html
@@ -45,7 +45,7 @@ limitations under the License.
         <h2>Get Started</h2>
         <p>New to Apache SystemML? Try our Get Started tutorial that will walk you through setting up your environment and getting you up and going with SystemML.</p>
         <a class="button button-primary" href="get-started.html">Begin Tutorial</a>
-        <a class="button button-secondary" href="https://apache.github.io/incubator-systemml/">Docs</a>
+        <a class="button button-secondary" href="https://apache.github.io/systemml/">Docs</a>
       </div>
     </div>
   </section>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/79be556a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c76d023..203fa91 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "incubator-systemml-website",
+  "name": "systemml-website",
   "version": "0.1.0",
   "description": "",
   "main": "index.js",
@@ -23,12 +23,12 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/apache/incubator-systemml-website.git"
+    "url": "git+https://github.com/apache/systemml-website.git"
   },
   "author": "",
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://github.com/apache/incubator-systemml-website/issues"
+    "url": "https://github.com/apache/systemml-website/issues"
   },
   "homepage": "http://systemml.apache.org"
 }