spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit af0b56bf9ed8866a8a16ccbfb2b5b00bc846fa1c
parent 92ff36748d9a65b204ade84d55941f5791126804
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat, 15 Oct 2011 12:55:30 +0800

Host the bitcoin address

Diffstat:
Mweb/app.yaml | 5+++++
Aweb/bitcoin | 1+
Mweb/index.html | 2+-
3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/web/app.yaml b/web/app.yaml @@ -14,6 +14,11 @@ handlers: upload: robots.txt mime_type: text/plain +- url: /bitcoin + static_files: bitcoin + upload: bitcoin + mime_type: text/plain + - url: /version static_files: version upload: version diff --git a/web/bitcoin b/web/bitcoin @@ -0,0 +1 @@ +13Qbr6xhvGDLFM7PMG53DLheFGSY1K4KY2 diff --git a/web/index.html b/web/index.html @@ -92,7 +92,7 @@ If you like Spek and want to thank its developer feel free to leave a tip: </p> <p> - <a href="http://btc.to/1to"><img src="bitcoin.png" title="Bitcoin" alt="Bitcoin"/></a>&nbsp;&nbsp;<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=ZUUSBRRB2SBRQ&amp;lc=GB&amp;item_name=Spek&amp;item_number=spek&amp;no_note=1&amp;no_shipping=1&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted"><img src="paypal.png" title="Tip with PayPal" alt="Tip with PayPal"/></a>&nbsp;&nbsp;<a href="http://flattr.com/thing/277585/Spek"><img src="flattr.png" alt="Flattr this" title="Flattr this"/></a>&nbsp;&nbsp;<a href="http://amzn.com/w/1RJ8WMVMEAIGF"><img src="amazon.png" alt="Amazon wish list" title="Amazon wish list"/></a> + <a href="/bitcoin"><img src="bitcoin.png" title="Bitcoin" alt="Bitcoin"/></a>&nbsp;&nbsp;<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=ZUUSBRRB2SBRQ&amp;lc=GB&amp;item_name=Spek&amp;item_number=spek&amp;no_note=1&amp;no_shipping=1&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted"><img src="paypal.png" title="Tip with PayPal" alt="Tip with PayPal"/></a>&nbsp;&nbsp;<a href="http://flattr.com/thing/277585/Spek"><img src="flattr.png" alt="Flattr this" title="Flattr this"/></a>&nbsp;&nbsp;<a href="http://amzn.com/w/1RJ8WMVMEAIGF"><img src="amazon.png" alt="Amazon wish list" title="Amazon wish list"/></a> </p> <h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>