Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	_layouts/default.html
  • Loading branch information
leto committed Oct 20, 2011
2 parents b7fded0 + d531bf0 commit c603fad
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 102 deletions.
14 changes: 12 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pygments: true

name: Jonathan "Duke" Leto
email: jonathan@leto.net
tagline: Founder of <a href="http://labs.leto.net">Leto Labs LLC</a>
location: Portland, OR
github: leto
identica: leto
Expand All @@ -26,8 +27,6 @@ google_merchant_id:

pledgie_campaign_id:

flattr_username:

google_analytics:

ohloh_account_id: 9466
Expand All @@ -36,3 +35,14 @@ ohloh_url: http://ohloh.leto.net

linkedin_url: http://linkedin.leto.net

base_url: https://github.com/leto/presentations/blob/master

coderwall_username: leto

flattr_username: dukeleto
flattr_url: http://leto.github.com/freeyourself
flattr_language: en_US
flattr_tags: website
flattr_category: software
flattr_title: Flattr Title
flattr_image: https://api.flattr.com/button/flattr-badge-large.png
65 changes: 65 additions & 0 deletions _includes/donation_buttons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
If you want to support the development of any of these projects, then I would greatly appreciate a donation:

<h1>Ways To Donate</h1>

<br />

{% if site.dwolla_account_id %}
<a href="http://www.dwolla.com/u/{{ site.dwolla_account_id }}?amount={{ site.default_donation }}&repeats={{ site.dwolla_repeat_donation }}&repeat=3&action=send&memo={{ site.dwolla_memo }}"> <img title="Dwolla" src="images/dwolla.png" width="170" height="59" border="0" /></a>
{% endif %}

{% if site.pledgie_campaign_id %}
<a href='http://www.pledgie.com/campaigns/{{ site.pledgie_campaign_id }}'>
<img alt="Click here to donate to {{ site.name | escape }}" src='http://www.pledgie.com/campaigns/{{ site.pledgie_campaign_id }}.png?skin_name=chrome' border='0' /></a>
{% endif %}


{% if site.flattr_username %}

<a href="https://flattr.com/submit/auto?user_id={{ site.flattr_username | cgi_escape }}&url={{ site.flattr_url | cgi_escape }}&tags={{ site.flattr_tags | cgi_escape }}&category={{ site.flattr_category | cgi_escape }}&title={{ site.flattr_title | cgi_escape }}&description={{ site.flattr_description | cgi_escape }}">
<img style="" alt="Flattr Me" src="{{ site.flattr_image }}" border="0"></a>
{% endif %}

{% if site.bitcoin_address %}
Bitcoin <b>{{ site.bitcoin_address }}</b>
<br/>
{% endif %}


{% if site.paypal_email %}
<!-- PayPal -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{{ site.paypal_email }}">
<input type="hidden" name="lc" value="CA">
<input type="hidden" name="amount" value="{{ site.default_donation }}">
<input type="hidden" value="Donation to {{ site.name | escape }}" name="item_name">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="{{ site.default_currency }}">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypal.com/en_US/i/logo/PayPal_mark_60x38.gif" border="0" name="submit" alt="PayPal">
</form>
<br/>
{% endif %}


{% if site.amazon_payments_account_id %}
<!-- Amazon Payments -->
<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
<input type="text" name="amount" size="6" value="{{ site.default_donation }}">

<input class="donate-btn" type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" alt="Amazon Payments">
<input type="hidden" name="immediateReturn" value="1">
<input type="hidden" name="collectShippingAddress" value="0">

<input type="hidden" name="minimumDonationAmount" value="USD 5">
<input type="hidden" name="isDonationWidget" value="1">
<input type="hidden" name="description" value="A donation for {{ site.name | escape }}">
<input type="hidden" name="amazonPaymentsAccountId" value="{{ site.amazon_payments_account_id }}">
<input type="hidden" name="returnUrl" value="{{ site.donation_url }}">
<input type="hidden" name="processImmediate" value="1">
<input type="hidden" name="cobrandingStyle" value="logo">
<input type="hidden" name="abandonUrl" value="{{ site.donation_url }}">
</form>
<br/>
{% endif %}
42 changes: 42 additions & 0 deletions _includes/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<p>
I hack on <a href="http://fsf.org">Free (as in freedom) Software</a> because I know it makes the world a better place.
Proprietary software is only meant to exert force over those that use it, while
free software gives people the freedom to modify and learn from it.
</p>

<p>
Here are some projects that I hack on:
</p>

<ul>
<li><a href="http://parrot.org">Parrot Virtual Machine</a> - A virtual machine for dynamic languages</li>
<li><a href="http://perl6.org">Perl 6</a> - Perl 5's spunky little sister</li>
<li><a href="https://metacpan.org/author/LETO">Perl 5 modules on CPAN</a></li>
<li><a href="http://modules.perl6.org">Perl 6 modules</a></li>
<li><a href="http://pl.parrot.org">PL/Parrot and PL/Perl6</a>- Parrot and Rakudo Perl 6 in Postgresql</li>
<li><a href="http://bioperl.org">BioPerl</a> - Bioinformatics with Perl</li>
<li><a href="https://github.com/letolabs/parrot-libgit2">libgit2 bindings for Parrot</a></li>
<li><a href="https://github.com/leto/freeyourself">Free Your Self</a> - Jekyll-powered static website making it simple to take donations. The software that runs this site!</li>
<li><a href="http://cashmusic.org">CASH Music</a> - Helping musicians refactor the music industry.</li>
<li> Many, many more! You can see them all on my <a href="https://github.com/leto">Github</a>.
</ul>
<p>
If you want to support the development of any of these projects, then I would greatly appreciate a donation.
</p>

<p>
{% include ohloh.html %}
</p>

<p>
I also mentor students via <a href="http://code.google.com/soc">Google Summer of Code</a> and <a href="http://code.google.com/gci">Google Code In</a>, which are
programs that introduce college and high school students to the world of Free
and Open Source software. I do this because I know it makes the world a better place.
</p>
<p>
I am always interested in giving <a href="talks.html">talks and presentations</a> about the various things that I hack on. If you would like me to talk about something at your user group, meetup, unconference, or whatever, please feel free to contact me.

</p>


{% include donation_buttons.html %}
7 changes: 7 additions & 0 deletions _includes/ohloh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% if site.ohloh_account_id %}

<a href='http://www.ohloh.net/accounts/{{ site.ohloh_account_id}}?ref=Detailed' >
<img alt='Ohloh profile' height='35' src='http://www.ohloh.net/accounts/{{ site.ohloh_account_id }}/widgets/account_detailed.gif' width='191' border='0'/>
</a>

{% endif %}
13 changes: 11 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<div class="contact">
<p>
{{ site.name }}<br />

{% if site.tagline %}
{{ site.tagline }}<br />
{% endif %}

{{ site.email }}<br />
</p>
</div>
Expand All @@ -38,15 +43,19 @@
{% if site.twitter %}
<a href="http://twitter.com/{{ site.twitter }}" class="twitter-follow-button">@{{ site.twitter }}</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script><br />
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <br/>
{% endif %}
{% if site.identica %}
<a href="http://identi.ca/{{ site.identica }}">Identi.ca: {{ site.identica }}</a><br />
{% endif %}
{% if site.linkedin_url %}
<a href="http://{{ site.linkedin_url }}">Linkedin</a><br />
<a href="{{ site.linkedin_url }}">Linkedin</a><br />
{% endif %}
{% if site.ohloh_url %}
<a href="http:///{{ site.ohloh_url }}">Ohloh</a><br />
<a href="{{ site.ohloh_url }}">Ohloh</a><br />
{% endif %}
{% if site.coderwall_username %}
<a href="http://coderwall.com/{{ site.coderwall_username }}">Coderwall</a><br />
{% endif %}
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ul.posts {
.site {
font-size: 110%;
text-align: justify;
width: 40em;
width: 50em;
margin: 3em auto 2em auto;
line-height: 1.5em;
}
Expand Down Expand Up @@ -194,4 +194,4 @@ ul.posts {

#related h2 {
margin-bottom: 1em;
}
}
97 changes: 1 addition & 96 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,99 +3,4 @@
title: Jonathan "Duke" Leto

---

<p>
I hack on <a href="http://fsf.org">Free (as in freedom) Software</a> because I know it makes the world a better place.
Proprietary software is only meant to exert force over those that use it, while
free software gives people the freedom to modify and learn from it.
</p>

<p>
Here are some projects that I hack on:
</p>

<ul>
<li><a href="http://parrot.org">Parrot Virtual Machine</a></li>
<li><a href="http://perl6.org">Perl 6</a></li>
<li><a href="http://search.cpan.org/~leto/">Perl 5 modules on CPAN</a></li>
<li><a href="http://modules.perl6.org">Perl 6 modules</a></li>
<li><a href="http://bioperl.org">BioPerl</a></li>
<li><a href="https://github.com/leto/freeyourself">Free Your Self</a> - The software that runs this site!</li>
</ul>

<p>
{% if site.ohloh_account_id %}

<a href='http://www.ohloh.net/accounts/{{ site.ohloh_account_id}}?ref=Detailed' >
<img alt='Ohloh profile' height='35' src='http://www.ohloh.net/accounts/{{ site.ohloh_account_id }}/widgets/account_detailed.gif' width='191' border='0'/>
</a>

{% endif %}
</p>


If you want to support the development of any of these projects, then I would greatly appreciate a donation:

<h1>Ways To Donate</h1>

<br />

{% if site.bitcoin_address %}
Bitcoin <b>{{ site.bitcoin_address }}</b>
<br/>
{% endif %}

{% if site.dwolla_account_id %}
<a href="http://www.dwolla.com/u/{{ site.dwolla_account_id }}?amount={{ site.default_donation }}&repeats={{ site.dwolla_repeat_donation }}&repeat=3&action=send&memo={{ site.dwolla_memo }}"> <img title="Dwolla" src="images/dwolla.png" width="170" height="59" border="0" /></a>
<br/>
{% endif %}

{% if site.pledgie_campaign_id %}
<a href='http://www.pledgie.com/campaigns/{{ site.pledgie_campaign_id }}'>
<img alt="Click here to donate to {{ site.name | escape }}" src='http://www.pledgie.com/campaigns/{{ site.pledgie_campaign_id }}.png?skin_name=chrome' border='0' /></a>
<br />
{% endif %}


{% if site.flattr_username %}
<img style="" alt="Flattr This!" src="https://api.flattr.com/button/flattr-badge-large.png">
<br/>
{% endif %}


{% if site.paypal_email %}
<!-- PayPal -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{{ site.paypal_email }}">
<input type="hidden" name="lc" value="CA">
<input type="hidden" name="amount" value="{{ site.default_donation }}">
<input type="hidden" value="Donation to {{ site.name | escape }}" name="item_name">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="{{ site.default_currency }}">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypal.com/en_US/i/logo/PayPal_mark_60x38.gif" border="0" name="submit" alt="PayPal">
</form>
<br/>
{% endif %}

{% if site.amazon_payments_account_id %}
<!-- Amazon Payments -->
<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
<input type="text" name="amount" size="6" value="{{ site.default_donation }}">

<input class="donate-btn" type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" alt="Amazon Payments">
<input type="hidden" name="immediateReturn" value="1">
<input type="hidden" name="collectShippingAddress" value="0">

<input type="hidden" name="minimumDonationAmount" value="USD 5">
<input type="hidden" name="isDonationWidget" value="1">
<input type="hidden" name="description" value="A donation for {{ site.name | escape }}">
<input type="hidden" name="amazonPaymentsAccountId" value="{{ site.amazon_payments_account_id }}">
<input type="hidden" name="returnUrl" value="{{ site.donation_url }}">
<input type="hidden" name="processImmediate" value="1">
<input type="hidden" name="cobrandingStyle" value="logo">
<input type="hidden" name="abandonUrl" value="{{ site.donation_url }}">
</form>
<br/>
{% endif %}
{% include main.html %}
52 changes: 52 additions & 0 deletions talks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: default
title: Jonathan "Duke" Leto

---

## Get 'em All

If you are feeling really stalkerish, feel free to clone the repo of all my
[presentations](https://github.com/leto/presentations):

git clone git://github.com/leto/presentations.git

## Talks and Presentations

### 2011

* PL/Perl6: Butterflies in your Postresql database
[tex]({{ site.base_url }}/2011/pgday/pres.tex)
[pdf]({{ site.base_url }}/2011/pgday/pres.pdf?raw=true)
[video](http://vimeo.com/27975448)
Portland, Oregon, [PDXPug Day 2011](http://wiki.postgresql.org/wiki/PDXPUGDay2011)

* Writing Perl 6 Modules
[tex]({{ site.base_url }}/2011/intro_to_perl6_modules/pres.tex)
[pdf]({{ site.base_url }}/2011/intro_to_perl6_modules/pres.pdf?raw=true)
Portland, Oregon, PDX.pm, July 2011

* Visual Introduction to Parrot Virtual Machine
[tex]({{ site.base_url }}/2011/YAPCNA/visual_intro_parrot/pres.tex)
[pdf]({{ site.base_url }}/2011/YAPCNA/visual_intro_parrot/pres.pdf?raw=true)
Asheville, NC, YAPC::NA June 2011

* Lightning Talk: Sol Genomics Network
[tex]({{ site.base_url }}/2011/YAPCNA/sgn/pres.tex)
[pdf]({{ site.base_url }}/2011/YAPCNA/sgn/pres.pdf?raw=true)
Asheville, NC, YAPC::NA June 2011

* Doing the Jitterbug: Continuous Integration with Git
[tex]({{ site.base_url }}/2011/LinuxFestNW/pres.tex)
[pdf]({{ site.base_url }}/2011/LinuxFestNW/pres.pdf?raw=true)
Bellginham, Washington, [LinuxFest Northwest](http://linuxfestnorthwest.org), 2011

* Introduction to Mimosa, [GMOD](http://gmod.org) Conference, April 2011
[tex]({{ site.base_url }}/2011/GMOD/pres.tex)
[pdf]({{ site.base_url }}/2011/GMOD/pres.pdf?raw=true)

### 2010

### 2009

### 2008

0 comments on commit c603fad

Please sign in to comment.