Author: brane
Date: Fri May 29 19:38:20 2015
New Revision: 1682536

URL: http://svn.apache.org/r1682536
Log:
* We release sources. List source downloads before binary downloads.
* We're vendor-neutral. Do not advertise 3rd-party binaries before our source 
release.
* Let 3rd-party packagers write their own brag sheets and make their own 
download pages and GA stuff.

Modified:
    incubator/ignite/site/trunk/css/all.css
    incubator/ignite/site/trunk/download-mirrors.html
    incubator/ignite/site/trunk/includes/header.html
    incubator/ignite/site/trunk/scss/ignite.scss

Modified: incubator/ignite/site/trunk/css/all.css
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1682536&r1=1682535&r2=1682536&view=diff
==============================================================================
--- incubator/ignite/site/trunk/css/all.css (original)
+++ incubator/ignite/site/trunk/css/all.css Fri May 29 19:38:20 2015
@@ -7672,6 +7672,17 @@ p {
   font-size: 18px;
 }
 
+sup, sub {
+    height: 0;
+    line-height: 1;
+    font-size: smaller;
+    vertical-align: baseline;
+    position: relative;
+}
+
+sup { bottom: 0.8ex; }
+sub { top: 0.5ex; }
+
 #overview {
   margin: -38px 0 0;
   padding-top: 80px;

Modified: incubator/ignite/site/trunk/download-mirrors.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1682536&r1=1682535&r2=1682536&view=diff
==============================================================================
--- incubator/ignite/site/trunk/download-mirrors.html (original)
+++ incubator/ignite/site/trunk/download-mirrors.html Fri May 29 19:38:20 2015
@@ -8,10 +8,10 @@
     <p>&nbsp;</p>
     <h2 style="text-align: left;">Downloads</h2>
     <ul style="line-height: 112%" class="features-list">
-        <li><a href="#3rdparty">3rd Party Binaries</a></li>
         <li><a href="#downloads">Apache Ignite Releases</a></li>
         <li><a href="#maven">Download From Maven</a></li>
         <li><a href="#build-source">Build From Source</a></li>
+        <li><a href="#3rdparty">3<sup>rd</sup> Party Binaries</a></li>
     </ul>
     <p>&nbsp;</p>
     <p>Downloads contain</p>
@@ -23,54 +23,70 @@
        <li>to get LGPL dependencies (e.g. Hibernate L2 Cache), see <a 
href="#build-source">Building The Binaries</a>.</li>
     </ul>
   </section>
-  <section id="3rdparty" class="feature-section">
-    <h2 style="text-align: left;">3rd Party Binaries</h2>
-    <p>The Apache Ignite project does not officially endorse or maintain any 
3rd party binary packages.</p>
-    <p><b>GridGain Community Edition:</b></p>
-    <p>
-      GridGain Community Edition is a binary build of Apache Ignite created by 
GridGain, which includes optional LGPL dependencies, such as Hibernate L2 cache 
integration and Geospatial Indexing. It is generally a few weeks ahead of 
official Apache Ignite release and may contain additional bug fixes that have 
not made it yet into the official Apache Ignite release.
-    </p>
-    <table>
-        <thead>
-            <tr><th>Version</th><th>Docs</th><th>Date</th><th>Binary</th></tr>
-        </thead>
-        <tbody>
-                  <tr>
-              <td style="white-space: nowrap;">1.0.6 (latest)</td>
-              <td style="white-space: nowrap;">
-                <a href="https://apacheignite.readme.io/v1.0/docs";>guide</a>,
-                <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/javadoc/";>javadoc</a>,
-                <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/scaladoc/scalar/";>scaladoc</a>
-              </td>
-              <td style="white-space: nowrap;">2015-05-25</td>
-              <td style="white-space: nowrap;">
-                <a 
-                  id="gridgain_community_edition_download"
-                  href="http://www.gridgain.com/download/editions/";
-                  onclick="ga('send', 'event', 
'gridgain_community_edition_download', 'download', 
'gridgain-ignite-1.0.6');">gridgain-community-fabric-1.0.6</a> 
-              </td>
-            </tr>
-            <tr>
-              <td style="white-space: nowrap;">1.0.5</td>
-              <td style="white-space: nowrap;">
-                <a href="https://apacheignite.readme.io/v1.0/docs";>guide</a>,
-                <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/javadoc/";>javadoc</a>,
-                <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/scaladoc/scalar/";>scaladoc</a>
-              </td>
-              <td style="white-space: nowrap;">2015-05-19</td>
-              <td style="white-space: nowrap;">
-                <a 
-                  id="gridgain_community_edition_download"
-                  href="http://www.gridgain.com/download/editions/";
-                  onclick="ga('send', 'event', 
'gridgain_community_edition_download', 'download', 
'gridgain-ignite-1.0.5');">gridgain-community-fabric-1.0.5</a> 
-              </td>
-            </tr>
-        </tbody>
-    </table>
-  </section> <!-- gridgain community edition -->
 
   <section id="downloads" class="feature-section">
     <h2 style="text-align: left;">Apache Ignite Releases</h2>
+    <p><b>Source:</b></p>
+    <table>
+      <thead>
+          <tr><th>Version</th><th>Docs</th><th>Date</th><th>Source</th></tr>
+      </thead>
+      <tbody>
+           <tr>
+          <td style="white-space: nowrap;">1.1.0 (latest)</td>
+          <td style="white-space: nowrap;">
+            <a href="https://apacheignite.readme.io/v1.1/docs";>guide</a>,
+            <a 
href="https://ignite.incubator.apache.org/releases/1.1.0/javadoc/";>javadoc</a>,
+            <a 
href="https://ignite.incubator.apache.org/releases/1.1.0/scaladoc/scalar/";>scaladoc</a>
+          </td>
+          <td style="white-space: nowrap;">2015-05-28</td>
+          <td style="white-space: nowrap;">
+            <a id="apache_ignite_source_download"
+              
href="[preferred]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip"
+              onclick="ga('send', 'event', 'apache_ignite_source_download', 
'download', 'apache-ignite-1.1.0');">apache-ignite-1.1.0-incubating-src.zip</a> 
+
+            (<a 
href="[disturl]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip.asc">pgp</a>,
+             <a 
href="[disturl]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip.sha1">sha1</a>)
+          </td>
+        </tr>
+        <tr>
+          <td style="white-space: nowrap;">1.0.0</td>
+          <td style="white-space: nowrap;">
+            <a href="https://apacheignite.readme.io/v1.0/docs";>guide</a>,
+            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/javadoc/";>javadoc</a>,
+            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/scaladoc/scalar/";>scaladoc</a>
+          </td>
+          <td style="white-space: nowrap;">2015-04-02</td>
+          <td style="white-space: nowrap;">
+            <a id="apache_ignite_source_download"
+              href="[preferred]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip"
+              onclick="ga('send', 'event', 'apache_ignite_source_download', 
'download', 'apache-ignite-1.0.0');">incubator-ignite-1.0.0-src.zip</a> 
+
+            (<a 
href="[disturl]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip.asc">pgp</a>,
+             <a 
href="[disturl]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip.sha1">sha1</a>)
+          </td>
+        </tr>
+        <tr>
+          <td>1.0.0-RC3</td>
+          <td style="white-space: nowrap;">
+            <a href="https://apacheignite.readme.io/v1.0-rc3/docs";>guide</a>, 
+            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0-rc3/javadoc/";>javadoc</a>,
+            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0-rc3/scaladoc/scalar/";>scaladoc</a>
+          </td>
+          <td>2015-03-24</td>
+          <td>
+            <a 
+              id="apache_ignite_binary_fabric_download"
+              
href="[preferred]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip"
+              onclick="ga('send', 'event', 'apache_ignite_fabric_download', 
'download', 'apache-ignite-1.0.0');">incubator-ignite-1.0.0-rc3.zip</a> 
+
+           (<a 
href="[disturl]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip.asc">pgp</a>,
 
+            <a 
href="[disturl]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip.sha1">sha1</a>)
+          </td>
+        </tr>
+      </tbody>
+    </table>
+    <p>&nbsp;</p>
     <p><b>In-Memory Data Fabric:</b></p>
     <table>
         <thead>
@@ -175,67 +191,6 @@
         </tbody>
     </table>
     <p>&nbsp;</p>
-    <p><b>Source:</b></p>
-    <table>
-      <thead>
-          <tr><th>Version</th><th>Docs</th><th>Date</th><th>Source</th></tr>
-      </thead>
-      <tbody>
-           <tr>
-          <td style="white-space: nowrap;">1.1.0 (latest)</td>
-          <td style="white-space: nowrap;">
-            <a href="https://apacheignite.readme.io/v1.1/docs";>guide</a>,
-            <a 
href="https://ignite.incubator.apache.org/releases/1.1.0/javadoc/";>javadoc</a>,
-            <a 
href="https://ignite.incubator.apache.org/releases/1.1.0/scaladoc/scalar/";>scaladoc</a>
-          </td>
-          <td style="white-space: nowrap;">2015-05-28</td>
-          <td style="white-space: nowrap;">
-            <a id="apache_ignite_source_download"
-              
href="[preferred]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip"
-              onclick="ga('send', 'event', 'apache_ignite_source_download', 
'download', 'apache-ignite-1.1.0');">apache-ignite-1.1.0-incubating-src.zip</a> 
-
-            (<a 
href="[disturl]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip.asc">pgp</a>,
-             <a 
href="[disturl]/[distdir]/1.1.0/apache-ignite-1.1.0-incubating-src.zip.sha1">sha1</a>)
-          </td>
-        </tr>
-        <tr>
-          <td style="white-space: nowrap;">1.0.0</td>
-          <td style="white-space: nowrap;">
-            <a href="https://apacheignite.readme.io/v1.0/docs";>guide</a>,
-            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/javadoc/";>javadoc</a>,
-            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0/scaladoc/scalar/";>scaladoc</a>
-          </td>
-          <td style="white-space: nowrap;">2015-04-02</td>
-          <td style="white-space: nowrap;">
-            <a id="apache_ignite_source_download"
-              href="[preferred]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip"
-              onclick="ga('send', 'event', 'apache_ignite_source_download', 
'download', 'apache-ignite-1.0.0');">incubator-ignite-1.0.0-src.zip</a> 
-
-            (<a 
href="[disturl]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip.asc">pgp</a>,
-             <a 
href="[disturl]/[distdir]/1.0.0/incubator-ignite-1.0.0-src.zip.sha1">sha1</a>)
-          </td>
-        </tr>
-        <tr>
-          <td>1.0.0-RC3</td>
-          <td style="white-space: nowrap;">
-            <a href="https://apacheignite.readme.io/v1.0-rc3/docs";>guide</a>, 
-            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0-rc3/javadoc/";>javadoc</a>,
-            <a 
href="https://ignite.incubator.apache.org/releases/1.0.0-rc3/scaladoc/scalar/";>scaladoc</a>
-          </td>
-          <td>2015-03-24</td>
-          <td>
-            <a 
-              id="apache_ignite_binary_fabric_download"
-              
href="[preferred]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip"
-              onclick="ga('send', 'event', 'apache_ignite_fabric_download', 
'download', 'apache-ignite-1.0.0');">incubator-ignite-1.0.0-rc3.zip</a> 
-
-           (<a 
href="[disturl]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip.asc">pgp</a>,
 
-            <a 
href="[disturl]/[distdir]/1.0.0-RC3/incubator-ignite-1.0.0-rc3.zip.sha1">sha1</a>)
-          </td>
-        </tr>
-      </tbody>
-    </table>
-    <p>&nbsp;</p>
     <p>
       If you encounter a problem with the selected mirror, please select 
another mirror.
       If all mirrors are failing, there are <i>backup</i> mirrors
@@ -329,4 +284,20 @@
     <p>For more information about Apache release policy see 
     <a href="http://www.apache.org/dev/release.html#what";>What is a 
Release?</a></p>
   </section><!-- build-source -->
+
+  <section id="3rdparty" class="feature-section">
+    <h2 style="text-align: left;">3<sup>rd</sup> Party Binaries</h2>
+
+    <p>This is a list of 3<sup>rd</sup> party binary packages based on
+    Apache Ignite. The Apache Ignite project does not officially
+    endorse or maintain any party binary packages.</p>
+
+    <p><b><a href="http://www.gridgain.com/download/editions/";>GridGain 
Community Edition</a>:</b><br/><br/>
+
+    GridGain Community Edition is a binary build of Apache Ignite
+    created by GridGain, which includes optional LGPL dependencies,
+    such as Hibernate L2 cache integration and Geospatial
+    Indexing.</p>
+
+  </section> <!-- 3rdparty -->
 </main>

Modified: incubator/ignite/site/trunk/includes/header.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/includes/header.html?rev=1682536&r1=1682535&r2=1682536&view=diff
==============================================================================
--- incubator/ignite/site/trunk/includes/header.html (original)
+++ incubator/ignite/site/trunk/includes/header.html Fri May 29 19:38:20 2015
@@ -58,13 +58,13 @@
                                 <li class="dropdown">
                                     <a href="/download.html">Download <span 
class="caret"></span></a>
                                     <ul class="dropdown-menu" role="menu">
-                                        <li><a 
href="/download.html#3rdparty">3rd Party Binaries</a></li>
-                                        <li class="divider"></li>
                                         <li><a 
href="/download.html#downloads">Apache Ignite Releases</a></li>
                                         <li class="divider"></li>
                                         <li><a 
href="/download.html#maven">Download From Maven</a></li>
                                         <li class="divider"></li>
                                         <li><a 
href="/download.html#build-source">Build From Source</a></li>
+                                        <li class="divider"></li>
+                                        <li><a 
href="/download.html#3rdparty">3<sup>rd</sup> Party Binaries</a></li>
                                     </ul>
                                 </li>
                             </ul>

Modified: incubator/ignite/site/trunk/scss/ignite.scss
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1682536&r1=1682535&r2=1682536&view=diff
==============================================================================
--- incubator/ignite/site/trunk/scss/ignite.scss (original)
+++ incubator/ignite/site/trunk/scss/ignite.scss Fri May 29 19:38:20 2015
@@ -110,6 +110,17 @@ p {
     font-size: 18px;
 }
 
+sup, sub {
+    height: 0;
+    line-height: 1;
+    font-size: smaller;
+    vertical-align: baseline;
+    position: relative;
+}
+
+sup { bottom: 0.8ex; }
+sub { top: 0.5ex; }
+
 #overview {
     margin: -38px 0 0;
     padding-top: 80px;
@@ -457,4 +468,4 @@ img[usemap], map area{
 #nav .navbar-nav {
     width: 800px;
     height: 40px;
-}
\ No newline at end of file
+}


Reply via email to