Author: jensg
Date: Sun Nov 29 17:43:52 2015
New Revision: 1717100

URL: http://svn.apache.org/viewvc?rev=1717100&view=rev
Log:
- added nsuke to committers list
- added OSS and Apache projects using Thrift, updated companies list

Modified:
    thrift/cms-site/trunk/content/about.md
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/content/about.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/about.md?rev=1717100&r1=1717099&r2=1717100&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/about.md (original)
+++ thrift/cms-site/trunk/content/about.md Sun Nov 29 17:43:52 2015
@@ -76,3 +76,45 @@ The following companies are known to emp
     </table>
 </div>
 
+Open source projects using Apache Thrift
+-----------------
+Apache Thrift is widely used in lots of other Open Source projects. These are 
some of them, but the list is by no means exhaustive.
+
+<div class="committers">
+    <table class="table table-bordered table-striped">
+        <tbody>
+        <tr>
+            <td><b>Project</b></td>
+            <td><b>Website</b></td>
+        </tr>
+        {% for item in conf.oss_projects %}
+        <tr class="">
+            <td class="company">{{ item.0 }}</td>
+            <td class="website"><a href="{{ item.1 }}">{{ item.1 }}</a></td>
+        </tr>
+        {% endfor %}
+        </tbody>
+    </table>
+</div>
+
+Other Apache projects using Apache Thrift
+-----------------
+There's also plenty of other Apache projects who are using and/or supporting 
Thrift in some way or another.
+
+<div class="committers">
+    <table class="table table-bordered table-striped">
+        <tbody>
+        <tr>
+            <td><b>Project</b></td>
+            <td><b>Website</b></td>
+        </tr>
+        {% for item in conf.apache_projects %}
+        <tr class="">
+            <td class="company">{{ item.0 }}</td>
+            <td class="website"><a href="{{ item.1 }}">{{ item.1 }}</a></td>
+        </tr>
+        {% endfor %}
+        </tbody>
+    </table>
+</div>
+

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1717100&r1=1717099&r2=1717100&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Nov 29 17:43:52 2015
@@ -110,22 +110,40 @@ committers: [
         [ "carl", "Carl Yeksigian", "C#", "-5" ],
         [ "ra", "Randy Abernethy", "C++, Python, JavaScript, C#, what have 
you", "-8" ],
         [ "hcorg", "Konrad Grochowski", "C++, Python, Git, Continuous 
Integration", "1"],
+        [ "nsuke", "Nobuaki Sukegawa ", "", "9"],
     ]
 
 # Powered by: Company name, website
 powered_by: [
+        [ "Aereo", "http://www.aereo.com"; ],
         [ "Cloudera", "http://www.cloudera.com"; ],
         [ "Evernote", "http://evernote.com"; ],
         [ "Facebook", "http://www.facebook.com"; ],
         [ "last.fm", "http://www.last.fm"; ],
         [ "Mendeley", "http://www.mendeley.com"; ],
         [ "OpenX", "http://www.openx.org"; ],
+               [ "Pinterest", "http://www.pinterest.com"; ],
+        [ "Quora", "http://www.quora.com"; ],
         [ "RapLeaf", "http://www.rapleaf.com"; ],
         [ "reCaptcha", "http://www.recaptcha.com"; ],
-        [ "Aereo", "http://www.aereo.com"; ],
         [ "Siemens", "http://www.siemens.com"; ],
-        [ "Uber", "http://uber.com"; ],
-        [ "Microsoft Open Source", "https://github.com/Microsoft/rDSN"; ]
+        [ "Uber", "http://uber.com"; ]
+    ]
+
+# Apache Projects using Thrift: Project name, website
+apache_projects: [
+               [ "Aurora", "http://aurora.apache.org"; ],
+               [ "Hadoop", "http://wiki.apache.org/hadoop/HDFS-APIs"; ],
+               [ "HBase", "http://wiki.apache.org/hadoop/Hbase/ThriftApi"; ],
+               [ "Parquet", "https://parquet.apache.org"; ],
+               [ "Storm", "http://storm.apache.org/"; ]
+    ]
+
+# OSS Projects using Thrift: Project name, website
+oss_projects: [
+        [ "Microsoft Robust Distributed System Nucleus (rDSN)", 
"https://github.com/Microsoft/rDSN"; ],
+        [ "Twitter Finagle", 
"http://twitter.github.io/finagle/guide/Protocols.html"; ],
+        [ "Twitter Scrooge", "http://twitter.github.io/scrooge"; ]
     ]
 
 # Item, Automated via configure, Location of versioning file


Reply via email to