Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Add @fabpot to rigged homepage
Browse files Browse the repository at this point in the history
Seeing some PHP community traffic to Gittip.com. Adding @fabpot to the
homepage to help make the connection for 'em. Ref. #24
  • Loading branch information
chadwhitacre committed Jun 27, 2012
1 parent 156cccb commit 2638667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from gittip.utils import wrap


tip_suggestions = ('jeresig', 'antirez', 'wycats', 'mitsuhiko', 'jtauber',
'kennethreitz', 'alex')
tip_suggestions = ('jeresig', 'antirez', 'wycats', 'fabpot', 'mitsuhiko',
'jtauber', 'kennethreitz', 'alex')
tip_suggestions = [{'tippee': name, 'amount': 0} for name in tip_suggestions]

# ========================================================================== ^L
Expand Down
3 changes: 3 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ <h2>Tip someone!</h2>
<li><a href="/wycats/"><b>Yehuda Katz</b></a>,
Rails and jQuery core dev</a></li>

<li><a href="/fabpot/"><b>Fabien Potencier</b></a>,
author of Symphony</a></li>

<li><a href="/mitsuhiko/"><b>Armin Ronacher</b></a>,
author of Flask, etc.</a></li>

Expand Down

0 comments on commit 2638667

Please sign in to comment.