You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gossip.apache.org by el...@apache.org on 2016/07/07 14:44:15 UTC

[1/2] incubator-gossip git commit: [GOSSIP-6] Clean up the contributors table

Repository: incubator-gossip
Updated Branches:
  refs/heads/asf-site 73db6159d -> 878676f98
  refs/heads/site-src f1c1a7ac8 -> 7bb1bc314


[GOSSIP-6] Clean up the contributors table

The provided html wasn't being rendered correctly. Switched it over to
a markdown table instead.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/7bb1bc31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/7bb1bc31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/7bb1bc31

Branch: refs/heads/site-src
Commit: 7bb1bc314d77a63a9cb46ef863fdf5435ec5e208
Parents: f1c1a7a
Author: Josh Elser <el...@apache.org>
Authored: Thu Jul 7 10:40:17 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Jul 7 10:40:17 2016 -0400

----------------------------------------------------------------------
 _data/contributors.yml            | 10 ----------
 _includes/themes/apache/page.html |  5 -----
 community-members.md              | 24 ++++++------------------
 community.md                      |  4 +---
 4 files changed, 7 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/_data/contributors.yml b/_data/contributors.yml
index 6e28179..6036706 100644
--- a/_data/contributors.yml
+++ b/_data/contributors.yml
@@ -22,68 +22,58 @@
   githubId: 
   role: Champion
   org: 
-  homepage: 
 
 - name: Sean Busbey
   apacheId: busbey
   githubId:
   role: Mentor
-  homepage: 
 
 - name: Josh Elser
   apacheId: elserj
   githubId: joshelser
   role: Mentor
   org: 
-  homepage: 
 
 - name: Edward Capriolo
   apacheId: ecapriolo
   githubId: 
   role: Committer
   org:
-  homepage: 
 
 - name: Josh Clemm
   apacheId:
   githubId:
   role: Committer
   org:
-  homepage: 
 
 - name: Gary Dusbabek
   apacheId: gdusbabek
   githubId: 
   role: Committer
   org:
-  homepage: 
 
 - name: Dorian Ellerbe
   apacheId: 
   githubId: 
   role: Committer
   org:
-  homepage: 
 
 - name: Sathish Dhinakaran
   apacheId: 
   githubId: 
   role: Committer
   org:
-  homepage: 
 
 - name: Joe Price
   apacheId: 
   githubId: 
   role: Committer
   org:
-  homepage: 
 
 - name: Sree Vaddi
   apacheId: 
   githubId: 
   role: Contributor
   org: 
-  homepage: 
 
 # End contributors.yml

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/_includes/themes/apache/page.html
----------------------------------------------------------------------
diff --git a/_includes/themes/apache/page.html b/_includes/themes/apache/page.html
index 1a5f942..4cfbf56 100644
--- a/_includes/themes/apache/page.html
+++ b/_includes/themes/apache/page.html
@@ -1,8 +1,3 @@
-<!--<div class="hero-unit {{ page.title | lowercase }}">
-  <h1>{% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     {{ content }}

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/community-members.md
----------------------------------------------------------------------
diff --git a/community-members.md b/community-members.md
index 4edf3ae..5cc232b 100644
--- a/community-members.md
+++ b/community-members.md
@@ -25,25 +25,13 @@ limitations under the License.
 
 {% include JB/setup %}
 
-<br/><br/><br/>
-
-### {{ site.data.project.short_name }} Team Members
+# {{ site.data.project.short_name }} Team Members
 
 {% if site.data.contributors %}
-<table class="table table-hover">
-    <tr>
-        <th><b></b></th><th><b>Full Name</b></th><th><b>Apache ID</b></th><th><b>GitHub</b><th><b>Role</b></th><th><b>Affiliation</b></th>
-    </tr>
-    {% for member in site.data.contributors %}
-        <tr>
-        <td><a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a></td>
-        <td>{{member.name}}</td>
-        <td>{{member.apacheId}}</td>
-        <td><a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a></td>
-        <td>{{member.role}}</td>
-        <td>{{member.org}}</td>
-        </tr>
-    {% endfor %}
-</table>
+{: .table .table-hover}
+   | Full Name | Apache ID | GitHub | Role | Affiliation
+:- | :-------- | :-------- | :----- | :--- | :----------
+{% for member in site.data.contributors %}<a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a> | {{member.name}} | {{member.apacheId}} | <a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a> | {{member.role}} | {{member.org}}
+{% endfor %}
 {% endif %}
 

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 9454178..59b1506 100644
--- a/community.md
+++ b/community.md
@@ -25,9 +25,7 @@ limitations under the License.
 
 {% include JB/setup %}
 
-<br/><br/><br/>
-
-## {{ site.data.project.name }} Community
+# {{ site.data.project.name }} Community
 
 Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.
 


[2/2] incubator-gossip git commit: [GOSSIP-6] Remove unused images and update latest contributors page changes

Posted by el...@apache.org.
[GOSSIP-6] Remove unused images and update latest contributors page changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/878676f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/878676f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/878676f9

Branch: refs/heads/asf-site
Commit: 878676f9894a154e8693cdb243edf784ee31d2ad
Parents: 73db615
Author: Josh Elser <el...@apache.org>
Authored: Thu Jul 7 10:43:36 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Jul 7 10:43:36 2016 -0400

----------------------------------------------------------------------
 .../img/docs-img/lens-interpreter-binding.png   | Bin 78255 -> 0 bytes
 .../img/docs-img/lens-interpreter-setting.png   | Bin 73297 -> 0 bytes
 assets/themes/apache/img/docs-img/lens-logo.png | Bin 223040 -> 0 bytes
 .../themes/apache/img/docs-img/lens-result.png  | Bin 57509 -> 0 bytes
 .../apache/img/docs-img/lens-ui-service.png     | Bin 87865 -> 0 bytes
 community-members/index.html                    | 186 ++++++++-----------
 community/index.html                            |   9 +-
 documentation/index.html                        |   5 -
 download/index.html                             |   5 -
 feed.xml                                        |   4 +-
 index.html                                      |   5 -
 11 files changed, 85 insertions(+), 129 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
----------------------------------------------------------------------
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-binding.png b/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
deleted file mode 100644
index 11b96ed..0000000
Binary files a/assets/themes/apache/img/docs-img/lens-interpreter-binding.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
----------------------------------------------------------------------
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-setting.png b/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
deleted file mode 100644
index 867e1d6..0000000
Binary files a/assets/themes/apache/img/docs-img/lens-interpreter-setting.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/assets/themes/apache/img/docs-img/lens-logo.png
----------------------------------------------------------------------
diff --git a/assets/themes/apache/img/docs-img/lens-logo.png b/assets/themes/apache/img/docs-img/lens-logo.png
deleted file mode 100644
index 2606b4e..0000000
Binary files a/assets/themes/apache/img/docs-img/lens-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/assets/themes/apache/img/docs-img/lens-result.png
----------------------------------------------------------------------
diff --git a/assets/themes/apache/img/docs-img/lens-result.png b/assets/themes/apache/img/docs-img/lens-result.png
deleted file mode 100644
index e5d48f6..0000000
Binary files a/assets/themes/apache/img/docs-img/lens-result.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/assets/themes/apache/img/docs-img/lens-ui-service.png
----------------------------------------------------------------------
diff --git a/assets/themes/apache/img/docs-img/lens-ui-service.png b/assets/themes/apache/img/docs-img/lens-ui-service.png
deleted file mode 100644
index ec223d4..0000000
Binary files a/assets/themes/apache/img/docs-img/lens-ui-service.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/community-members/index.html
----------------------------------------------------------------------
diff --git a/community-members/index.html b/community-members/index.html
index 86dc340..9b792c5 100644
--- a/community-members/index.html
+++ b/community-members/index.html
@@ -78,120 +78,98 @@
     <div class="container">
       
 
-<!--<div class="hero-unit Community Members">
-  <h1></h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     <!--
 
 -->
 
-<p><br /><br /><br /></p>
-
-<h3 id="gossip-team-members">Gossip Team Members</h3>
+<h1 id="gossip-team-members">Gossip Team Members</h1>
 
 <table class="table table-hover">
+  <thead>
     <tr>
-        <th><b></b></th><th><b>Full Name</b></th><th><b>Apache ID</b></th><th><b>GitHub</b><th><b>Role</b></th><th><b>Affiliation</b></th>
-    &lt;/tr&gt;
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>P. Taylor Goetz</td>
-        <td>ptgoetz</td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Champion</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Sean Busbey</td>
-        <td>busbey</td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Mentor</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/joshelser"><img width="64" src="http://github.com/joshelser.png" /></a></td>
-        <td>Josh Elser</td>
-        <td>elserj</td>
-        <td><a href="http://github.com/joshelser">joshelser</a></td>
-        <td>Mentor</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Edward Capriolo</td>
-        <td>ecapriolo</td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Josh Clemm</td>
-        <td></td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Gary Dusbabek</td>
-        <td>gdusbabek</td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Dorian Ellerbe</td>
-        <td></td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Sathish Dhinakaran</td>
-        <td></td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Joe Price</td>
-        <td></td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Committer</td>
-        <td></td>
-        </tr>
-    
-        <tr>
-        <td><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
-        <td>Sree Vaddi</td>
-        <td></td>
-        <td><a href="http://github.com/"></a></td>
-        <td>Contributor</td>
-        <td></td>
-        </tr>
-    
-&lt;/table&gt;
-
+      <th style="text-align: left">Full Name</th>
+      <th style="text-align: left">Apache ID</th>
+      <th style="text-align: left">GitHub</th>
+      <th style="text-align: left">Role</th>
+      <th style="text-align: left">Affiliation</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">P. Taylor Goetz</td>
+      <td style="text-align: left">ptgoetz</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Champion</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Sean Busbey</td>
+      <td style="text-align: left">busbey</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Mentor</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/joshelser"><img width="64" src="http://github.com/joshelser.png" /></a></td>
+      <td style="text-align: left">Josh Elser</td>
+      <td style="text-align: left">elserj</td>
+      <td style="text-align: left"><a href="http://github.com/joshelser">joshelser</a></td>
+      <td style="text-align: left">Mentor</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Edward Capriolo</td>
+      <td style="text-align: left">ecapriolo</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Josh Clemm</td>
+      <td style="text-align: left">�</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Gary Dusbabek</td>
+      <td style="text-align: left">gdusbabek</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Dorian Ellerbe</td>
+      <td style="text-align: left">�</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Sathish Dhinakaran</td>
+      <td style="text-align: left">�</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Joe Price</td>
+      <td style="text-align: left">�</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a href="http://github.com/"><img width="64" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">Sree Vaddi</td>
+      <td style="text-align: left">�</td>
+      <td style="text-align: left"><a href="http://github.com/"></a></td>
+      <td style="text-align: left">Contributor</td>
+    </tr>
+  </tbody>
+</table>
 
-</th></tr></table>
 
   </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index 07bb19c..f027488 100644
--- a/community/index.html
+++ b/community/index.html
@@ -78,20 +78,13 @@
     <div class="container">
       
 
-<!--<div class="hero-unit Community">
-  <h1></h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     <!--
 
 -->
 
-<p><br /><br /><br /></p>
-
-<h2 id="apache-gossip-incubating-community">Apache Gossip\u2122 (incubating) Community</h2>
+<h1 id="apache-gossip-incubating-community">Apache Gossip\u2122 (incubating) Community</h1>
 
 <p>Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.</p>
 

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/documentation/index.html
----------------------------------------------------------------------
diff --git a/documentation/index.html b/documentation/index.html
index 205328e..87ed9bd 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -78,11 +78,6 @@
     <div class="container">
       
 
-<!--<div class="hero-unit Documentation">
-  <h1></h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     <!--

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 2cc60d3..ddded4f 100644
--- a/download/index.html
+++ b/download/index.html
@@ -78,11 +78,6 @@
     <div class="container">
       
 
-<!--<div class="hero-unit Downloads">
-  <h1></h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     <!--

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index d42e8bb..9eadca6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>//</link>
     <atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 07 Jul 2016 09:54:49 -0400</pubDate>
-    <lastBuildDate>Thu, 07 Jul 2016 09:54:49 -0400</lastBuildDate>
+    <pubDate>Thu, 07 Jul 2016 10:40:24 -0400</pubDate>
+    <lastBuildDate>Thu, 07 Jul 2016 10:40:24 -0400</lastBuildDate>
     <generator>Jekyll v3.1.6</generator>
     
   </channel>

http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/878676f9/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index a0052b5..8e2a5fb 100644
--- a/index.html
+++ b/index.html
@@ -89,11 +89,6 @@
     <div class="container">
       
 
-<!--<div class="hero-unit Gossip Home">
-  <h1> <small>Apache Project !</small></h1>
-</div>
--->
-
 <div class="row">
   <div class="col-md-12">
     <!--