You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/04/10 21:30:17 UTC

svn commit: r1586438 - in /accumulo/site/branches/redesign14: content/screenshots.mdtext templates/skeleton.html

Author: bhavanki
Date: Thu Apr 10 19:30:17 2014
New Revision: 1586438

URL: http://svn.apache.org/r1586438
Log:
Add thumbnails to screenshots page.

Modified:
    accumulo/site/branches/redesign14/content/screenshots.mdtext
    accumulo/site/branches/redesign14/templates/skeleton.html

Modified: accumulo/site/branches/redesign14/content/screenshots.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/screenshots.mdtext?rev=1586438&r1=1586437&r2=1586438&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/screenshots.mdtext (original)
+++ accumulo/site/branches/redesign14/content/screenshots.mdtext Thu Apr 10 19:30:17 2014
@@ -17,13 +17,27 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
+<div class="row">
+<div class="col-xs-6">
 The following is a screenshot of the Apache Accumulo&trade; monitor overview web page.  Accumulo was running on an eleven node cluster.  The continuous ingest test suite was running to generate load.  Ten continuous ingest clients were running.
+</div>
+<div class="col-xs-6">
+<a class="thumbnail" href="/images/overview2.png">
+<img src="/images/overview2.png" alt="monitor overview"/>
+</a>
+</div>
+</div>
 
-<img src="/images/overview2.png" />
-
+<div class="row">
+<div class="col-xs-6">
 The following screenshot shows the monitor master page.  This page gives information about individual tables within accumulo.  Continuous ingest is running against the table ci.
-
-<img src="/images/master2.png" />
+</div>
+<div class="col-xs-6">
+<a class="thumbnail" href="/images/master2.png">
+<img src="/images/master2.png" alt="monitor master"/>
+</a>
+</div>
+</div>
 
 The data generated by the continuous ingest test suite looks like the following.  The data is random, but forms many giant linked list.  Each ingest client continually generates linked list containing 25 million nodes.  In the shell session below a few scans are issued to start following the linked list that the first node in the table is part of.
 

Modified: accumulo/site/branches/redesign14/templates/skeleton.html
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/skeleton.html?rev=1586438&r1=1586437&r2=1586438&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/templates/skeleton.html (original)
+++ accumulo/site/branches/redesign14/templates/skeleton.html Thu Apr 10 19:30:17 2014
@@ -98,8 +98,7 @@ Latest 1.4 release: <strong>1.4.5</stron
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
         project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
-        Site created with <a href="http://getbootstrap.com/">Bootstrap</a>.
-<!--Additional icons from <a href="http://glyphicons.com/">GLYPHICONS</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>.-->
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
       </p>
     </div> 
   </div>