You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/14 18:35:53 UTC

[1/5] incubator-apex-site git commit: fixed typo

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 836447e6f -> fbcb03602


fixed typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/26f47b90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/26f47b90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/26f47b90

Branch: refs/heads/master
Commit: 26f47b90761ebd7dde3eec8050bd0fab4fe7c99a
Parents: 836447e
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Tue Sep 8 11:22:35 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Tue Sep 8 11:22:35 2015 -0700

----------------------------------------------------------------------
 src/pages/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/26f47b90/src/pages/index.html
----------------------------------------------------------------------
diff --git a/src/pages/index.html b/src/pages/index.html
index 04026c5..4e8ca39 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -15,7 +15,7 @@
 <div class="container">
   <div class="col-md-4">
     <h2>Enterprise Grade</h2>
-    <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p>
+    <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p>
   </div>
   <div class="col-md-4">
     <h2>Low Barrier-to-entry</h2>


[2/5] incubator-apex-site git commit: match (incubating) in title with main body

Posted by an...@apache.org.
match (incubating) in title with main body


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/19aae00c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/19aae00c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/19aae00c

Branch: refs/heads/master
Commit: 19aae00c44657073772f0420853f94b2576a1648
Parents: 26f47b9
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Tue Sep 8 11:24:40 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Tue Sep 8 11:24:40 2015 -0700

----------------------------------------------------------------------
 src/less/header.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/19aae00c/src/less/header.less
----------------------------------------------------------------------
diff --git a/src/less/header.less b/src/less/header.less
index 350e02b..cadab2f 100644
--- a/src/less/header.less
+++ b/src/less/header.less
@@ -15,7 +15,7 @@
     font-size: 20px;
     small {
       font-weight: normal;
-      color: #CCC;
+      color: rgba(255,255,255,0.5);
     }
   }
   ul {


[4/5] incubator-apex-site git commit: Updated build.sh, README, and modular section of home page

Posted by an...@apache.org.
Updated build.sh, README, and modular section of home page


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/7a5e5123
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/7a5e5123
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/7a5e5123

Branch: refs/heads/master
Commit: 7a5e5123dfe47fba8d7f084d3a880653db3a88f2
Parents: 92ee7ed
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 9 12:36:29 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 9 12:43:08 2015 -0700

----------------------------------------------------------------------
 README.md            |  4 ++--
 build.sh             | 10 ++++++++++
 package.json         |  1 +
 src/pages/index.html |  4 ++--
 4 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7a5e5123/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0c77eff..b1e5c30 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ Building (requires node+npm)
 ----------------------------
 Run `build.sh` from the directory. This will:
 
-- ensure the necessary npm dependencies are installed
-- updates the `asf-site` branch with a new commit of the build from the current branch
+- ensure the necessary npm and bower dependencies are installed
+- checks out and updates the `asf-site` branch with a new commit of the build from the current branch
 
 You must manually push to the `asf-site` remote branch.
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7a5e5123/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index 211c6ea..3f9aa0b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,9 +1,19 @@
+set -e
+echo "Installing npm dependencies..."
 npm install
+echo "Installing bower dependencies..."
+./node_modules/.bin/bower install
+echo "Building project..."
 ./node_modules/.bin/gulp
 cp -r content content_tmp
 COMMIT_HASH=`git rev-parse HEAD`
+echo "Build successful."
 git checkout asf-site
 rm -rf content
 mv content_tmp content
 git add content
+echo "Commiting changes to asf-site branch from master branch."
 git commit -m "from $COMMIT_HASH"
+echo "Build successful. You are now on the asf-site branch."
+echo "Run git push origin asf-site to update the live site."
+set +e
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7a5e5123/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6e9157e..896b3c7 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
   "author": "Andy Perlitch <an...@datatorrent.com>",
   "license": "Apache-2.0",
   "dependencies": {
+    "bower": "^1.5.2",
     "gulp": "^3.9.0",
     "gulp-compile-handlebars": "^0.5.0",
     "gulp-less": "^3.0.3",

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7a5e5123/src/pages/index.html
----------------------------------------------------------------------
diff --git a/src/pages/index.html b/src/pages/index.html
index 56f2498..297e07d 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -23,8 +23,8 @@
     <p><a href="/docs.html">view the docs &raquo;</a></p>
   </div>
   <div class="col-md-4">
-    <h2>Modular &amp; Open-Source</h2>
-    <p><strong>The Apex platform is supplemented by project Malhar</strong>, a library of operators (modular units of business logic) that can be leveraged to quickly create new and non-trivial applications.</p>
+    <h2>Modular</h2>
+    <p><strong>The Apex platform is supplemented by the Apache Malhar project</strong>, a library of operators (modular units of business logic) that can be leveraged to quickly create new and non-trivial applications.</p>
     <p><a href="/community.html">community resources &raquo;</a></p>
   </div>
 </div>


[5/5] incubator-apex-site git commit: removed @users email alias

Posted by an...@apache.org.
removed @users email alias


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/fbcb0360
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/fbcb0360
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/fbcb0360

Branch: refs/heads/master
Commit: fbcb036027746403ea076a8b708d67e787805713
Parents: 7a5e512
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Mon Sep 14 09:35:44 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Mon Sep 14 09:35:44 2015 -0700

----------------------------------------------------------------------
 src/md/community.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/fbcb0360/src/md/community.md
----------------------------------------------------------------------
diff --git a/src/md/community.md b/src/md/community.md
index b03461f..2bf7c63 100644
--- a/src/md/community.md
+++ b/src/md/community.md
@@ -4,7 +4,6 @@
 
 The following mailing lists can be used to get help with Apex.
 
-- [users@apex.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-apex-users/) is for usage questions, help, and announcements. [subscribe](mailto:users-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:users-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/incubator-apex-users/)
 - [dev@apex.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/) is for people who want to contribute code to apex. [subscribe](mailto:dev-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:dev-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/)
 - [commits@apex.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/) is for commit messages and patches to apex. [subscribe](mailto:commits-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:commits-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/)
 


[3/5] incubator-apex-site git commit: capitalize entry

Posted by an...@apache.org.
capitalize entry


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/92ee7edf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/92ee7edf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/92ee7edf

Branch: refs/heads/master
Commit: 92ee7edfb18a4dc8b150c1ab51444b3dee05de81
Parents: 19aae00
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Tue Sep 8 11:25:31 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Tue Sep 8 11:25:31 2015 -0700

----------------------------------------------------------------------
 src/pages/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/92ee7edf/src/pages/index.html
----------------------------------------------------------------------
diff --git a/src/pages/index.html b/src/pages/index.html
index 4e8ca39..56f2498 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -18,7 +18,7 @@
     <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p>
   </div>
   <div class="col-md-4">
-    <h2>Low Barrier-to-entry</h2>
+    <h2>Low Barrier-to-Entry</h2>
     <p><strong>Write your business logic and leave all operability to the platform.</strong> It provides a simple API that enables developers to write or re-use generic Java code, thereby lowering the expertise needed to write big data applications.</p>
     <p><a href="/docs.html">view the docs &raquo;</a></p>
   </div>