mojombo / tpw

This URL has Read+Write access

tpw / index.html
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 1 ---
90c412d4 » mojombo 2008-11-05 add layout to converted fil... 2 layout: default
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 3 title: Tom Preston-Werner
4 ---
5
6 <div id="home">
7 <h1>Blog Posts</h1>
f1501705 » mojombo 2008-11-03 add related posts section t... 8 <ul class="posts">
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 9 {% for post in site.posts %}
10 <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
11 {% endfor %}
12 </ul>
13
14 <h1>Interviews, Talks, Etc</h1>
f1501705 » mojombo 2008-11-03 add related posts section t... 15 <ul class="posts">
7d137be5 » mojombo 2009-08-23 add a few more interviews 16 <li><span>21 Aug 2009</span> &raquo; <a href="http://www.linux-mag.com/cache/7486/1.html">Linux Magazine: The GitHub Hall of Fame - Jekyll Review</a></li>
17 <li><span>27 Jul 2009</span> &raquo; <a href="http://developer.yahoo.com/yui/theater/video.php?v=prestonwerner-github">Yahoo Developer Talk: Git, GitHub, and Social Coding</a></li>
18 <li><span>22 Jul 2009</span> &raquo; <a href="http://www.viddler.com/explore/GreggPollack/videos/25/44">Envy Labs: 5 Days of OSCON Interview</a></li>
d70137bf » mojombo 2009-05-18 add BusinessWeek and Erlang... 19 <li><span>30 Apr 2009</span> &raquo; <a href="http://www.erlang-factory.com/conference/SFBayAreaErlangFactory2009/speakers/TomPrestonWerner">Erlang Factory 09: Mixing Erlang and Ruby with Erlectricity</a></li>
20 <li><span>23 Apr 2009</span> &raquo; <a href="http://images.businessweek.com/ss/09/04/0421_best_young_entrepreneurs/17.htm">BusinessWeek: Best Young Tech Entrepreneurs of 2009</a></li>
4848e024 » mojombo 2009-02-03 add rubyfringe talk to index 21 <li><span>17 Jan 2009</span> &raquo; <a href="http://www.infoq.com/presentations/preston-werner-conceptual-algorithms">RubyFringe 2008: Conceptual Algorithms</a></li>
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 22 <li><span>09 Oct 2008</span> &raquo; <a href="http://www.infoq.com/interviews/preston-werner-powerset-github-ruby">InfoQ: Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang</a></li>
e335723d » mojombo 2008-11-01 fix a few typos 23 <li><span>11 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/67">Rubyology 65: Powerset Stars 2 of 2</a></li>
24 <li><span>05 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/66">Rubyology 65: Powerset Stars 1 of 2</a></li>
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 25 <li><span>13 Jun 2008</span> &raquo; <a href="http://web20show.com/episodes/web20show-ep45-github">Web 2.0 Show: GitHub (Tom Preston-Werner &amp; Chris Wanstrath)</a></li>
26 <li><span>02 Jun 2008</span> &raquo; <a href="http://www.vimeo.com/1104583">Gregg Pollack: Dave Fayram and Tom Preston-Werner at RailsConf</a></li>
27 <li><span>29 May 2008</span> &raquo; <a href="http://en.oreilly.com/rails2008/public/schedule/speaker/2520">RailsConf 08: Two talks</a></li>
28 <li><span>18 Oct 2007</span> &raquo; <a href="http://blog.gravatar.com/2007/10/18/automattic-gravatar/">Gravatar Blog: Automattic Acquires Gravatar</a></li>
29 <li><span>16 Aug 2007</span> &raquo; <a href="http://www.blognewcomb.com/blog/2007/08/powerset_interview_with_tom_pr.html">Steve Newcomb Blog: Interview with Tom Preston-Werner</a></li>
805ef3ca » mojombo 2008-10-24 add open source projects to... 30 <li><span>26 Dec 2006</span> &raquo; <a href="http://wp-community.org/2006/12/26/episode-15-interviews-with-tom-werner-gravatar-and-jaimie-sirovich-seo-egghead/">WordPress Podcast: Interview with Tom Werner</a></li>
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 31 <li><span>02 Apr 2005</span> &raquo; <a href="http://joshuaink2006.johnoxton.co.uk/blog/240/seven-and-a-half-questions-for-tom-werner">JoshuaInk: Seven and a half questions for Tom Werner</a></li>
32 </ul>
805ef3ca » mojombo 2008-10-24 add open source projects to... 33
34 <h1>Open Source Projects</h1>
f1501705 » mojombo 2008-11-03 add related posts section t... 35 <ul class="posts">
302554b5 » mojombo 2009-02-03 more oss projects 36 <li><a href="http://github.com/mojombo/grit/">Grit:</a> Object oriented Ruby bindings for Git (used by GitHub).</li>
37 <li><a href="http://github.com/mojombo/jekyll/">Jekyll:</a> A simple, blog aware, static site generator (used for this site).</li>
805ef3ca » mojombo 2008-10-24 add open source projects to... 38 <li><a href="http://github.com/mojombo/primer/">Primer:</a> JavaScript based Flash-like API layered on top of Canvas</li>
39 <li><a href="http://github.com/mojombo/god/">God:</a> Ruby process monitoring framework with easy extensibility</li>
40 <li><a href="http://github.com/mojombo/chronic/">Chronic:</a> Ruby natural language date/time parser</li>
41 </ul>
fbb91ee5 » mojombo 2008-10-22 add interview/talks section... 42 </div>
43