You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/07/17 22:57:42 UTC

svn commit: r1802227 - in /ignite/site/trunk: css/all.css includes/header-1.html scss/ignite.scss whatisignite.html

Author: dmagda
Date: Mon Jul 17 22:57:42 2017
New Revision: 1802227

URL: http://svn.apache.org/viewvc?rev=1802227&view=rev
Log:
updated the front page

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/includes/header-1.html
    ignite/site/trunk/scss/ignite.scss
    ignite/site/trunk/whatisignite.html

Modified: ignite/site/trunk/css/all.css
URL: http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1802227&r1=1802226&r2=1802227&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Mon Jul 17 22:57:42 2017
@@ -8803,8 +8803,8 @@ table.comparison-matrix {
   top: -30px;
 }
 table.comparison-matrix > thead > tr {
-  background: #E50000;
-  border: 1px solid #E50000;
+  background: #e50000;
+  border: 1px solid #e50000;
 }
 table.comparison-matrix > thead > tr > th {
   color: white;
@@ -8826,6 +8826,7 @@ table.comparison-matrix > tbody > tr > t
 table.comparison-matrix > tbody > tr > td > p {
   margin-top: 8px;
   margin-bottom: 8px;
+  padding-right: 15px;
 }
 @media (max-width: 767px) {
   table.comparison-matrix > tbody > tr > td > p {
@@ -8850,13 +8851,13 @@ table.comparison-matrix > tbody > tr .le
 }
 
 .github-stats-bar {
-  background: #E50000;
+  background: #e50000;
   padding-top: 12px;
   padding-bottom: 7px;
 }
 
 .download-button-dropdown {
-  background-color: #E50000;
+  background-color: #e50000;
   border-radius: 5px;
   padding-top: 5px !important;
   padding-bottom: 5px !important;

Modified: ignite/site/trunk/includes/header-1.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/includes/header-1.html?rev=1802227&r1=1802226&r2=1802227&view=diff
==============================================================================
--- ignite/site/trunk/includes/header-1.html (original)
+++ ignite/site/trunk/includes/header-1.html Mon Jul 17 22:57:42 2017
@@ -114,7 +114,7 @@
                                         <li role="presentation" class="submenu-header">Ignite</li>
                                         <li><a href="http://apacheignite.readme.io/docs" target="_blank">English <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
                                         <li><a href="https://www.zybuluo.com/liyuj/note/230739" target="_blank">Chinese <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
-                                        <li><a href="https://leanpub.com/ignite" target="_blank">Book <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
+                                        <!--<li><a href="https://leanpub.com/ignite" target="_blank">Book <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>-->
                                         <li class="divider"></li>
                                         <li role="presentation" class="submenu-header">Ignite.NET</li>
                                         <li><a href="https://apacheignite-net.readme.io/docs/" target="_blank">English <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
@@ -134,6 +134,10 @@
                                         <li><a href="https://ignite.apache.org/releases/latest/cppdoc/index.html" target="_blank">C++ API <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
                                         <li><a href="https://ignite.apache.org/releases/latest/scaladoc/scalar/index.html" target="_blank">Scala API <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
                                         <li><a href="https://github.com/apache/ignite/tree/master/examples" target="_blank">Examples <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
+                                        <li class="divider"></li>
+                                        <li role="presentation" class="submenu-header">Ignite Book</li>
+                                        <li><a href="http://a.co/h4MBi1v" target="_blank">Amazon <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
+                                        <li><a href="https://leanpub.com/ignite" target="_blank">Leanpub <i class="fa fa-external-link" style="padding-left:5px;"></i></a></li>
                                     </ul>
                                 </li>
                                 <li class="dropdown">

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1802227&r1=1802226&r2=1802227&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Mon Jul 17 22:57:42 2017
@@ -1294,8 +1294,8 @@ table.comparison-matrix {
     top: -30px;
 
     & > thead > tr {
-        background: #E50000;
-        border: 1px solid #E50000;
+        background: #e50000;
+        border: 1px solid #e50000;
 
         & > th {
             color: white;
@@ -1318,12 +1318,13 @@ table.comparison-matrix {
                 letter-spacing: 0.2px;
 
                 & > p {
-                    margin-top :8px;
-                    margin-bottom :8px;
+                    margin-top : 8px;
+                    margin-bottom : 8px;
+                    padding-right: 15px;
 
                     @media (max-width: $mobile) {
-                        margin-top :0px;
-                        margin-right :5px;
+                        margin-top : 0px;
+                        margin-right : 5px;
                         padding-right: 5px;
                     }
                 }
@@ -1346,13 +1347,13 @@ table.comparison-matrix {
 }
 
 .github-stats-bar {
-    background: #E50000;
+    background: #e50000;
     padding-top: 12px;
     padding-bottom: 7px;
 }
 
 .download-button-dropdown {
-    background-color: #E50000;
+    background-color: #e50000;
     border-radius: 5px;
     padding-top: 5px !important;
     padding-bottom: 5px !important;

Modified: ignite/site/trunk/whatisignite.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1802227&r1=1802226&r2=1802227&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite.html (original)
+++ ignite/site/trunk/whatisignite.html Mon Jul 17 22:57:42 2017
@@ -69,6 +69,7 @@ under the License.
                             This provides scalability and adds resilience to the system. Ignite automatically controls how data is partitioned,
                             however, users can plugin their own distribution (affinity) functions and collocate various pieces of data together for efficiency.
                         </p>
+                        <p><a href="https://apacheignite.readme.io/docs/distributed-sql">Read more</a></p>
                     </div>
 
                 </div>
@@ -89,11 +90,13 @@ under the License.
                 Essentially, Ignite purposely does not support any constraints that would entail a cluster broadcast message for each update
                 and significantly hurt performance and scalability of the system.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/indexes">Read more</a></p>
 
             <h2>Is Ignite an in-memory database?</h2>
             <p>
                 <b>Yes</b>. Even though Ignite durable memory works well in-memory and on-disk, the disk persistence can be disabled and Ignite can act as a pure in-memory database.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/distributed-sql">Read more</a></p>
 
             <h2>Is Ignite a transactional database?</h2>
             <p>
@@ -104,16 +107,20 @@ under the License.
             <p>
                 At SQL level Ignite supports atomic, but not yet transactional consistency. Ignite community plans to implement SQL transactions in version 2.2.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/sql-queries#known-limitations">Read more</a></p>
 
             <h2>Is Ignite a key-value store?</h2>
             <p>
-                <b>Yes</b>. Ignite provides a feature rich key-value API, that is JCache (JSR-107) compliant and supports Java, C++, and .NET.</p>
+                <b>Yes</b>. Ignite provides a feature rich key-value API, that is JCache (JSR-107) compliant and supports Java, C++, and .NET.
+            </p>
+            <p><a href="https://apacheignite.readme.io/docs/data-grid">Read more</a></p>
 
             <h2>Is Ignite an in-memory data grid?</h2>
             <p>
                 <b>Yes</b>. Ignite is a full-featured data grid, which can be used either in pure in-memory mode or with Ignite native persistence.
                 It can also integrate with any 3rd party database, including any RDBMS or NoSQL store.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/data-grid">Read more</a></p>
 
             <h2>What is durable memory?</h2>
             <p>
@@ -121,6 +128,7 @@ under the License.
                 allocator which becomes durable by persisting to the write-ahead-log (WAL) and, then, to main Ignite persistent storage. When persistence
                 is disabled, durable memory acts like a pure in-memory storage.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/durable-memory">Read more</a></p>
 
             <h2>What is collocated processing?</h2>
             <p>
@@ -128,6 +136,7 @@ under the License.
                 Data collocation becomes especially important when performing distributed SQL joins. Ignite also supports sending user logic
                 (functions, lambdas, etc.) directly to the nodes where the data resides and computing on data locally.
             </p>
+            <p><a href="https://apacheignite.readme.io/docs/collocate-compute-and-data">Read more</a></p>
 
             <h2>Book</h2>
                 <p>Learn even more from <a href="http://a.co/h4MBi1v" target="_blank">High-Performance in-memory computing with Apache Ignite</a> book.</p>