You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/03/16 22:37:08 UTC

svn commit: r1735305 - in /storm/branches/bobby-versioned-site: _includes/footer.html releases/current

Author: bobby
Date: Wed Mar 16 21:37:08 2016
New Revision: 1735305

URL: http://svn.apache.org/viewvc?rev=1735305&view=rev
Log:
added in current symlink

Added:
    storm/branches/bobby-versioned-site/releases/current   (with props)
Modified:
    storm/branches/bobby-versioned-site/_includes/footer.html

Modified: storm/branches/bobby-versioned-site/_includes/footer.html
URL: http://svn.apache.org/viewvc/storm/branches/bobby-versioned-site/_includes/footer.html?rev=1735305&r1=1735304&r2=1735305&view=diff
==============================================================================
--- storm/branches/bobby-versioned-site/_includes/footer.html (original)
+++ storm/branches/bobby-versioned-site/_includes/footer.html Wed Mar 16 21:37:08 2016
@@ -1,7 +1,7 @@
 <footer>
     <div class="container-fluid">
         <div class="row">
-            <div class="col-md-6">
+            <div class="col-md-3">
                 <div class="footer-widget">
                     <h5>Meetups</h5>
                     <ul class="latest-news">
@@ -12,12 +12,34 @@
                     </ul>
                 </div>
             </div>
-            <div class="col-md-6">
+            <div class="col-md-3">
                 <div class="footer-widget">
                     <h5>About Storm</h5>
                     <p>Storm integrates with any queueing system and any database system. Storm's spout abstraction makes it easy to integrate a new queuing system. Likewise, integrating Storm with database systems is easy.</p>
                </div>
             </div>
+            <div class="col-md-3">
+                <div class="footer-widget">
+                    <h5>First Look</h5>
+                    <ul class="footer-list">
+                        <li><a href="releases/current/Rationale.html">Rationale</a></li>
+                        <li><a href="releases/current/tutorial.html">Tutorial</a></li>
+                        <li><a href="releases/current/Setting-up-development-environment.html">Setting up development environment</a></li>
+                        <li><a href="releases/current/Creating-a-new-Storm-project.html">Creating a new Storm project</a></li>
+                    </ul>
+                </div>
+            </div>
+            <div class="col-md-3">
+                <div class="footer-widget">
+                    <h5>Documentation</h5>
+                    <ul class="footer-list">
+                        <li><a href="releases/current/index.html">Index</a></li>
+                        <li><a href="releases/current/documentation.html">Manual</a></li>
+                        <li><a href="releases/current/javadocs/index.html">Javadoc</a></li>
+                        <li><a href="releases/current/FAQ.html">FAQ</a></li>
+                    </ul>
+                </div>
+            </div>
         </div>
         <hr/>
         <div class="row">   

Added: storm/branches/bobby-versioned-site/releases/current
URL: http://svn.apache.org/viewvc/storm/branches/bobby-versioned-site/releases/current?rev=1735305&view=auto
==============================================================================
--- storm/branches/bobby-versioned-site/releases/current (added)
+++ storm/branches/bobby-versioned-site/releases/current Wed Mar 16 21:37:08 2016
@@ -0,0 +1 @@
+link ./0.10.0
\ No newline at end of file

Propchange: storm/branches/bobby-versioned-site/releases/current
------------------------------------------------------------------------------
    svn:special = *