Author: jfarrell
Date: Tue Jul 24 01:14:02 2012
New Revision: 1364860

URL: http://svn.apache.org/viewvc?rev=1364860&view=rev
Log:
fixing powered by section on the about page

Modified:
    thrift/site/config.yaml
    thrift/site/content/about.md
    thrift/site/publish/about/index.html

Modified: thrift/site/config.yaml
URL: 
http://svn.apache.org/viewvc/thrift/site/config.yaml?rev=1364860&r1=1364859&r2=1364860&view=diff
==============================================================================
--- thrift/site/config.yaml (original)
+++ thrift/site/config.yaml Tue Jul 24 01:14:02 2012
@@ -43,6 +43,18 @@ committers: [
         [ "jfarrell", "Jake Farrell", "Build, Client Publishing, Java, PHP, 
Ruby", "-5" ]
     ]
 
+# Powered by: Company name, website
+powered_by: [
+        [ "Evernote", "http://evernote.com"; ],
+        [ "Facebook", "http://www.facebook.com"; ],
+        [ "last.fm", "http://www.last.fm"; ],
+        [ "Mendeley", "http://www.mendeley.com"; ],
+        [ "ONEsite", "http://www.onesite.com"; ],
+        [ "OpenX", "http://www.openx.org"; ],
+        [ "RapLeaf", "http://www.rapleaf.com"; ],
+        [ "reCaptcha", "http://www.recaptcha.com"; ]
+    ]
+
 # Item, Automated via configure, Location of versioning file
 versioning: [
     [ "thrift-compiler", "yes", "configure.ac" ],

Modified: thrift/site/content/about.md
URL: 
http://svn.apache.org/viewvc/thrift/site/content/about.md?rev=1364860&r1=1364859&r2=1364860&view=diff
==============================================================================
--- thrift/site/content/about.md (original)
+++ thrift/site/content/about.md Tue Jul 24 01:14:02 2012
@@ -39,7 +39,7 @@ Project Team
                        <td><%= @item[2] %></td>
                        <td align="right"><%= @item[3] %></td>
                </tr>
-               <%end%>
+               <% end %>
                </tbody>
        </table>
 </div>
@@ -57,3 +57,20 @@ Project Team
 Powered by Apache Thrift
 -----------------
 The following companies are known to employ Apache Thrift in their production 
services.
+
+<div class="committers">
+    <table class="table table-bordered table-striped">
+        <tbody>
+        <tr>
+            <td><b>Company</b></td>
+            <td><b>Website</b></td>
+        </tr>
+        <% for @item in @site.config[:powered_by] %>
+        <tr class="">
+            <td class="company"><%= @item[0] %></td>
+            <td class="website"><a href="<%= @item[1] %>"><%= @item[1] 
%></a></td>
+        </tr>
+        <% end %>
+        </tbody>
+    </table>
+</div>

Modified: thrift/site/publish/about/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/about/index.html?rev=1364860&r1=1364859&r2=1364860&view=diff
==============================================================================
--- thrift/site/publish/about/index.html (original)
+++ thrift/site/publish/about/index.html Tue Jul 24 01:14:02 2012
@@ -203,6 +203,47 @@ Strive for performance first, elegance s
 </ul><hr><h2>Powered by Apache Thrift</h2>
 
 <p>The following companies are known to employ Apache Thrift in their 
production services.</p>
+
+<div class="committers">
+    <table class="table table-bordered table-striped"><tbody>
+<tr>
+<td><b>Company</b></td>
+            <td><b>Website</b></td>
+        </tr>
+<tr class="">
+<td class="company">Evernote</td>
+            <td class="website"><a 
href="http://evernote.com";>http://evernote.com</a></td>
+        </tr>
+<tr class="">
+<td class="company">Facebook</td>
+            <td class="website"><a 
href="http://www.facebook.com";>http://www.facebook.com</a></td>
+        </tr>
+<tr class="">
+<td class="company">last.fm</td>
+            <td class="website"><a 
href="http://www.last.fm";>http://www.last.fm</a></td>
+        </tr>
+<tr class="">
+<td class="company">Mendeley</td>
+            <td class="website"><a 
href="http://www.mendeley.com";>http://www.mendeley.com</a></td>
+        </tr>
+<tr class="">
+<td class="company">ONEsite</td>
+            <td class="website"><a 
href="http://www.onesite.com";>http://www.onesite.com</a></td>
+        </tr>
+<tr class="">
+<td class="company">OpenX</td>
+            <td class="website"><a 
href="http://www.openx.org";>http://www.openx.org</a></td>
+        </tr>
+<tr class="">
+<td class="company">RapLeaf</td>
+            <td class="website"><a 
href="http://www.rapleaf.com";>http://www.rapleaf.com</a></td>
+        </tr>
+<tr class="">
+<td class="company">reCaptcha</td>
+            <td class="website"><a 
href="http://www.recaptcha.com";>http://www.recaptcha.com</a></td>
+        </tr>
+</tbody></table>
+</div>
        </div>
        <div class="container">
        <hr>


Reply via email to