You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/04/25 17:05:40 UTC

[1/3] accumulo-website git commit: Renamed index.md to index.html

Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site e510fbe54 -> b88d6ba32
  refs/heads/master 0357114f0 -> 9af1d95ac


Renamed index.md to index.html


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

Branch: refs/heads/master
Commit: 5c65e8551514182928ff74d0c4ca875547c76ed7
Parents: 0357114
Author: Mike Walch <mw...@apache.org>
Authored: Mon Apr 24 16:23:45 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Mon Apr 24 16:23:45 2017 -0400

----------------------------------------------------------------------
 index.html | 41 +++++++++++++++++++++++++++++++++++++++++
 index.md   | 41 -----------------------------------------
 2 files changed, 41 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/5c65e855/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..79f8d4d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,41 @@
+---
+title: Apache Accumulo
+skiph1fortitle: true
+legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, the Apache feather logo, and the Accumulo project logo are trademarks of the [Apache Software Foundation](https://www.apache.org).
+---
+<div class="row">
+  <div class="col-md-8">
+    <div class="jumbotron" style="text-align: center">
+      <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3>
+      <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
+    </div>
+    <div>
+      <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br><br>Accumulo has several <a href="{{ site.baseurl }}/features/">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p>
+    </div>
+  </div>
+  <div class="col-md-4" id="sidebar">
+    <div class="row">
+      <div class="col-sm-12 panel panel-default">
+        <p style="font-size: 24px; margin-bottom: 0px;">Latest News</p>
+        {% for post in site.posts limit:site.num_home_posts %}
+        <div class="row latest-news-item">
+          <div class="col-sm-12" style="margin-bottom: 5px">
+           <span style="font-size: 12px; margin-right: 5px;">{{ post.date | date: "%b %Y" }}</span>
+           <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
+          </div>
+        </div>
+        {% endfor %}
+        <div id="news-archive-link">
+         <p>View all posts in the <a href="{{ site.baseurl }}/news">news archive</a></p>
+        </div>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-sm-12 panel panel-default">
+        {% capture social-include %}{% include social.md %}{% endcapture %}{{ social-include | markdownify }}
+      </div>
+    </div>
+    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png"/></a>
+    <a id="accumulo-summit-logo" a href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="{{ site.baseurl }}/images/accumulo-summit.png"></a>
+  </div>
+</div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/5c65e855/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
deleted file mode 100644
index 79f8d4d..0000000
--- a/index.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Apache Accumulo
-skiph1fortitle: true
-legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, the Apache feather logo, and the Accumulo project logo are trademarks of the [Apache Software Foundation](https://www.apache.org).
----
-<div class="row">
-  <div class="col-md-8">
-    <div class="jumbotron" style="text-align: center">
-      <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3>
-      <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
-    </div>
-    <div>
-      <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br><br>Accumulo has several <a href="{{ site.baseurl }}/features/">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p>
-    </div>
-  </div>
-  <div class="col-md-4" id="sidebar">
-    <div class="row">
-      <div class="col-sm-12 panel panel-default">
-        <p style="font-size: 24px; margin-bottom: 0px;">Latest News</p>
-        {% for post in site.posts limit:site.num_home_posts %}
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">{{ post.date | date: "%b %Y" }}</span>
-           <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
-          </div>
-        </div>
-        {% endfor %}
-        <div id="news-archive-link">
-         <p>View all posts in the <a href="{{ site.baseurl }}/news">news archive</a></p>
-        </div>
-      </div>
-    </div>
-    <div class="row">
-      <div class="col-sm-12 panel panel-default">
-        {% capture social-include %}{% include social.md %}{% endcapture %}{{ social-include | markdownify }}
-      </div>
-    </div>
-    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png"/></a>
-    <a id="accumulo-summit-logo" a href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="{{ site.baseurl }}/images/accumulo-summit.png"></a>
-  </div>
-</div>


[2/3] accumulo-website git commit: Updated home page

Posted by mw...@apache.org.
Updated home page


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

Branch: refs/heads/master
Commit: 9af1d95ac5d3e7d717cf08d3b03711e1696d46a5
Parents: 5c65e85
Author: Mike Walch <mw...@apache.org>
Authored: Mon Apr 24 16:37:33 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Tue Apr 25 12:13:28 2017 -0400

----------------------------------------------------------------------
 index.html | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/9af1d95a/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 79f8d4d..60d4cf1 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 ---
 title: Apache Accumulo
 skiph1fortitle: true
-legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, the Apache feather logo, and the Accumulo project logo are trademarks of the [Apache Software Foundation](https://www.apache.org).
+legal_notice: Apache Accumulo, Apache Hadoop, and the Accumulo project logo are trademarks<br>of the [Apache Software Foundation](https://www.apache.org).
 ---
 <div class="row">
   <div class="col-md-8">
@@ -9,8 +9,34 @@ legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, t
       <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3>
       <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
     </div>
-    <div>
-      <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br><br>Accumulo has several <a href="{{ site.baseurl }}/features/">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p>
+    <p id="home-description">Apache Accumulo is a key/value store based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a>. Accumulo stores its data in <a href="https://hadoop.apache.org">Apache Hadoop</a>'s HDFS and uses <a href="https://zookeeper.apache.org">Apache Zookeeper</a> for consensus. While many users interact directly with Accumulo, several <a href="/related-projects">open source projects</a> use Accumulo as their underlying store.</p>
+
+    <h3>Major Features</h3>
+
+    <div class="row">
+      <div class="col-md-6"> 
+        <h4>Server-side programming</h4>
+        <p>Accumulo has a programing meachinism (called Iterators) that can modify key/value pairs at various points in the data management process.</p>
+      </div>
+      <div class="col-md-6">
+        <h4>Cell-based access control</h4>
+        <p>Every Accumulo key/value pair has its own security label which limits query results based off user authorizations.</p>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-md-6"> 
+        <h4>Designed to scale</h4>
+        <p>Accumulo runs on a cluster using one or more HDFS instances. Nodes can be added or removed as the amount of data stored in Accumulo changes.</p>
+      </div>
+      <div class="col-md-6">
+        <h4>Stable</h4>
+        <p>Accumulo has a stable <a href="/latest/apidocs">client API</a> that follows <a href="https://semver.org">semantic versioning</a>. Each Accumulo release goes through <a href="/features/#testing">extensive testing</a>.</p>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-md-12">  
+        <p id="home-description">To learn more about Accumulo, read the <a href="/{{ site.latest_minor_release }}/accumulo_user_manual.html">user manual</a> and run the Accumulo <a href="https://github.com/apache/accumulo-examples">example code</a>. Also, join our <a href="/mailing_list">mailing list</a> and see how you can <a href="/get_involved">get involved</a>.
+      </div>
     </div>
   </div>
   <div class="col-md-4" id="sidebar">


[3/3] accumulo-website git commit: Jekyll build from master:9af1d95

Posted by mw...@apache.org.
Jekyll build from master:9af1d95

Updated home page


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

Branch: refs/heads/asf-site
Commit: b88d6ba3247568ff65c84e8694c5d5017734ec3e
Parents: e510fbe
Author: Mike Walch <mw...@apache.org>
Authored: Tue Apr 25 12:52:49 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Tue Apr 25 12:52:49 2017 -0400

----------------------------------------------------------------------
 feed.xml   |  4 ++--
 index.html | 36 +++++++++++++++++++++++++++++++-----
 2 files changed, 33 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b88d6ba3/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index d28fdfc..aa1459c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 24 Apr 2017 11:07:37 -0400</pubDate>
-    <lastBuildDate>Mon, 24 Apr 2017 11:07:37 -0400</lastBuildDate>
+    <pubDate>Tue, 25 Apr 2017 12:52:38 -0400</pubDate>
+    <lastBuildDate>Tue, 25 Apr 2017 12:52:38 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b88d6ba3/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 3633042..1d32484 100644
--- a/index.html
+++ b/index.html
@@ -146,8 +146,34 @@
       <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3>
       <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
     </div>
-    <div>
-      <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br /><br />Accumulo has several <a href="/features/">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p>
+    <p id="home-description">Apache Accumulo is a key/value store based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a>. Accumulo stores its data in <a href="https://hadoop.apache.org">Apache Hadoop</a>'s HDFS and uses <a href="https://zookeeper.apache.org">Apache Zookeeper</a> for consensus. While many users interact directly with Accumulo, several <a href="/related-projects">open source projects</a> use Accumulo as their underlying store.</p>
+
+    <h3>Major Features</h3>
+
+    <div class="row">
+      <div class="col-md-6"> 
+        <h4>Server-side programming</h4>
+        <p>Accumulo has a programing meachinism (called Iterators) that can modify key/value pairs at various points in the data management process.</p>
+      </div>
+      <div class="col-md-6">
+        <h4>Cell-based access control</h4>
+        <p>Every Accumulo key/value pair has its own security label which limits query results based off user authorizations.</p>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-md-6"> 
+        <h4>Designed to scale</h4>
+        <p>Accumulo runs on a cluster using one or more HDFS instances. Nodes can be added or removed as the amount of data stored in Accumulo changes.</p>
+      </div>
+      <div class="col-md-6">
+        <h4>Stable</h4>
+        <p>Accumulo has a stable <a href="/latest/apidocs">client API</a> that follows <a href="https://semver.org">semantic versioning</a>. Each Accumulo release goes through <a href="/features/#testing">extensive testing</a>.</p>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-md-12">  
+        <p id="home-description">To learn more about Accumulo, read the <a href="/1.8/accumulo_user_manual.html">user manual</a> and run the Accumulo <a href="https://github.com/apache/accumulo-examples">example code</a>. Also, join our <a href="/mailing_list">mailing list</a> and see how you can <a href="/get_involved">get involved</a>.
+      </div>
     </div>
   </div>
   <div class="col-md-4" id="sidebar">
@@ -222,8 +248,8 @@
 
       </div>
     </div>
-    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png" /></a>
-    <a id="accumulo-summit-logo" a="" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png" /></a>
+    <a id="apachecon" href="https://www.apache.org/events/current-event"><img src="https://www.apache.org/events/current-event-234x60.png"/></a>
+    <a id="accumulo-summit-logo" a href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
   </div>
 </div>
 
@@ -236,7 +262,7 @@
 
   <p>Copyright � 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
 
-  <p>Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, the Apache feather logo, and the Accumulo project logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
+  <p>Apache Accumulo, Apache Hadoop, and the Accumulo project logo are trademarks<br />of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p>
 
 </footer>