Skip to content

Commit

Permalink
Remove all references to Flattr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ummon committed Sep 16, 2012
1 parent 0061d82 commit b424986
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 23 deletions.
Binary file removed img/donate_button.png
Binary file not shown.
Binary file removed img/donate_button_highlight.png
Binary file not shown.
3 changes: 0 additions & 3 deletions modules/erl/d_lan_lang.erl
Expand Up @@ -241,9 +241,6 @@ translate(fr, donate, intro) -> "Si vous aimez ce projet et que vous voulez le v
translate(en, donate, bitcoin_address) -> "Bitcoin address: ";
translate(fr, donate, bitcoin_address) -> "Adresse bitcoin : ";

translate(en, donate, flattr_info) -> "Flattr is a social micro-payment system.";
translate(fr, donate, flattr_info) -> "Flattr est un système de micro-paiements.";

%%%%%%%%%%

translate(en, gallery, browse) -> "Browsing";
Expand Down
3 changes: 0 additions & 3 deletions style.scss
Expand Up @@ -294,9 +294,6 @@ p {
&.bitcoin {
vertical-align: -10px;
}
&.flattr {
vertical-align: -5px;
}
margin-right: 10px;
}
input {
Expand Down
8 changes: 1 addition & 7 deletions yssi/donate.yaws
Expand Up @@ -10,13 +10,7 @@
{a, [{href, "http://www.bitcoin.org"}], {img, [{src, "img/bitcoin_icon.png"}, {alt, "Bitcoin"}, {class, "bitcoin"}]}},
{a, [{href, "http://blockchain.info/address/1H5CjVZj6Sm4mYxevYSbiMYdv6kgdD1ThX"}], tr(donate, bitcoin_address, A)},
{input, [{class, "bitcoin-address-field"}, {type, "text"}, {spellcheck, "false"}, {size, 45}, {value, "1H5CjVZj6Sm4mYxevYSbiMYdv6kgdD1ThX"}]}
]},
{'div', [{class, "box"}], [
{a, [{href, "http://flattr.com/thing/150434/D-LAN"}, {target, "_blank"}],
{img, [{src, "http://api.flattr.com/button/flattr-badge-large.png"}, {alt, "Flattr this"}, {title, "Flattr this"}, {class, "flattr"}]}
},
tr(donate, flattr_info, A)
]}
]}
]
}.

Expand Down
10 changes: 0 additions & 10 deletions yssi/main.yaws
Expand Up @@ -21,15 +21,6 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
</script>
</head>
<!--[if IE ]><body class="ie"><![endif]-->
<!--[if !IE]>--><body><!--<![endif]-->
Expand All @@ -42,7 +33,6 @@
<li><a href="donate.html"><erl>
out(A) -> {html, d_lan_lang:tr(header, support_us, A)}.
</erl></a></li>
<li><a class="FlattrButton" style="display:none;" data-flattr-button="compact" href="http://www.d-lan.net"></a></li>
</ul>
<ul id="langs">
<erl>
Expand Down

0 comments on commit b424986

Please sign in to comment.