Changeset - 328a9724161c
[Not reviewed]
Merge
0 3 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-07-30 17:10:51
bkuhn@ebb.org
Merge upstream change w/ my change to donate page
2 files changed with 13 insertions and 19 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/about/eval-committee/index.html
Show inline comments
...
 
@@ -92,55 +92,56 @@ software development consultant for Westinghouse, Lucent Technologies, and
 
numerous small companies.  He also spent one year teaching Advanced
 
Placement Computer Science (using GNU/Linux and GCC) at Walnut Hills High
 
School in Cincinnati.  In January 2000, he was hired by the Free Software
 
Foundation (FSF), and he served as its Executive Director from March 2001
 
until March 2005, when he left FSF to join the Software Freedom Law Center
 
(SFLC), where he worked as SFLC's Policy Analyst and Technology Director
 
from 2005 until October 2010, when he joined Conservancy as its Executive
 
Director.  Kuhn holds a summa cum laude B.S. in Computer Science from
 
Loyola College in Maryland, and an M.S. in Computer Science from the
 
University of Cincinnati.  His Master's thesis discussed methods for
 
dynamic interoperability of Free Software languages.</p>
 

	
 
<h2>Mike Linksvayer</h2>
 

	
 
<p>Mike Linksvayer serves on the boards of AcaWiki and OpenHatch, and is
 
chair of the Open Definition Advisory Council. From 2003 to 2012 he served
 
as CTO and VP of Creative Commons, where he is now a Senior Fellow. In 2000
 
he co-founded Bitzi, an early open content/open data mass collaboration
 
platform.</p>
 

	
 
<h2>Martin Michlmayr</h2>
 

	
 
<p>Martin Michlmayr has been involved in various free and open source
 
software projects for well over 15 years.  He acted as the leader of the
 
Debian project for two years and currently serves on the board of the Open
 
Source Initiative (OSI).  Martin works for HP as an Open Source Community
 
Expert.  In this role, he facilitates open source activities both
 
Debian project for two years, served on the board of the Open Source
 
Initiative (OSI) for six years and currently serves on the board of
 
Software Freedom Conservancy.  Martin works for HP as an Open Source
 
Community Expert.  In this role, he facilitates open source activities both
 
internally within HP as well as externally within the broader open source
 
community.  Martin holds Master degrees in Philosophy, Psychology and
 
Software Engineering, and earned a PhD from the University of
 
Cambridge.</p>
 
community.  Martin earned a PhD from the University of Cambridge and he
 
received an O'Reilly Open Source Award in 2013 for his contributions to the
 
open source community.</p>
 

	
 
<h2>Evan Prodromou</h2>
 

	
 
<p>Evan Prodromou is the lead developer of pump.io and founder of E14N Inc.
 
He has previously worked on Free Software for web services like MediaWiki
 
and StatusNet.</p>
 

	
 
<h2>Karen Sandler</h2>
 
<a id="karen"></a>
 

	
 
<p>Karen M. Sandler is Executive Director of Conservancy. She was previously
 
the Executive Director of the GNOME Foundation. In partnership with the GNOME
 
Foundation, Karen co-organizes the award winning Outreach Program for
 
Women. Prior to taking up this position, Karen was General Counsel of the
 
Software Freedom Law Center (SFLC). She continues to do pro bono legal work
 
with SFLC, the GNOME Foundation and QuestionCopyright.Org. Before joining
 
SFLC, Karen worked as an associate in the corporate departments of Gibson,
 
Dunn &amp; Crutcher LLP in New York and Clifford Chance in New York and
 
London. Karen received her law degree from Columbia Law School in 2000, where
 
she was a James Kent Scholar and co-founder of the Columbia Science and
 
Technology Law Review. Karen received her bachelor’s degree in engineering
 
from The Cooper Union. She is a recipient of an O'Reilly Open Source Award
 
and also co-host of the <a href="http://faif.us">&ldquo;Free as in
 
Freedom&rdquo; podcast</a>.</p>
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -66,50 +66,43 @@
 
{% if press_releases.0.body %}<p><span class="continued"><a href="{{ press_releases.0.get_absolute_url }}">Read More...</a></span></p>{% endif %}
 
{% if press_releases.1 %}
 
{% if press_releases.1.pub_date|date_within_past_days:30 %}
 
<hr/>
 
<p class="date">{{ press_releases.1.pub_date|date:"F j, Y" }}</p>
 
<h3><a href="{{ press_releases.1.get_absolute_url }}">{{ press_releases.1.headline|safe }}</a></h3>
 
{{ press_releases.1.summary|safe }}
 
{% if press_releases.1.body %}<p><span class="continued"><a href="{{ press_releases.1.get_absolute_url }}">Read More...</a></span></p>{% endif %}
 
{% endif %}
 
{% endif %}
 
{% if press_releases.2 %}
 
{% if press_releases.2.pub_date|date_within_past_days:25 %}
 
<hr/>
 
<p class="date">{{ press_releases.2.pub_date|date:"F j, Y" }}</p>
 
<h3><a href="{{ press_releases.2.get_absolute_url }}">{{ press_releases.2.headline|safe }}</a></h3>
 
{{ press_releases.2.summary|safe }}
 
{% if press_releases.2.body %}<p><span class="continued"><a href="{{ press_releases.2.get_absolute_url }}">Read More...</a></span></p>{% endif %}
 
{% endif %}
 
{% endif %}
 
</div>
 
{% endif %}
 
{% endif %}
 
<p><span class="continued"><a href="/news/">Conservancy News Archive&hellip;</a></span></p>
 
{% if blog.0.is_recent %}
 
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
 
<div class="shaded">
 
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
 
<h3><a href="{{ blog.0.get_absolute_url }}">{{ blog.0.headline|safe }}</a></h3>
 
<p class="date">Posted by {{ blog.0.author.formal_name }}
 
on {{ blog.0.pub_date|date:"F j, Y" }}</p>
 
<p class="date">Posted by {{ blog.0.author.formal_name }} on {{ blog.0.pub_date|date:"F j, Y" }}</p>
 
{{ blog.0.summary|safe }}
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More
 
      from {{ blog.0.author.casual_name }} on this&hellip;</a></span></p>
 
</div>
 
{% endif %}
 

	
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More from {{ blog.0.author.casual_name }} on this&hellip;</a></span></p>
 
{% if blog.1.is_recent %}
 
<div class="shaded">
 
<hr/>
 
<h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3>
 
<p class="date">Posted by {{ blog.1.author.formal_name }}
 
on {{ blog.1.pub_date|date:"F j, Y" }}</p>
 
<p class="date">Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}</p>
 
{{ blog.1.summary|safe }}
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More
 
      from {{ blog.1.author.casual_name }} on this&hellip;</a></span></p>
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More from {{ blog.1.author.casual_name }} on this&hellip;</a></span></p>
 
{% endif %}
 
</div>
 
{% endif %}
 
<p><span class="continued"><a href="/blog/">Conservancy Blog Archive&hellip;</a></span></p>
 
</div>
 
</div>
 
{% endblock %}
0 comments (0 inline, 0 general)