summaryrefslogtreecommitdiff
path: root/src/frontend_blog/index.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-02-15 17:26:56 +0100
committerChristian Grothoff <christian@grothoff.org>2016-02-15 17:26:56 +0100
commit095639e421333a22cfd118b8c7be8b9b55ce474d (patch)
treeca4d84183a8d744fdcd2a1ae7293ad9a7f0acf13 /src/frontend_blog/index.html
parent19f94aa343c693b04664c4be86a0388f4bdf3835 (diff)
parent686dacf4a9aafeadb8795aa65e11b5473e27631c (diff)
downloadmerchant-095639e421333a22cfd118b8c7be8b9b55ce474d.tar.gz
merchant-095639e421333a22cfd118b8c7be8b9b55ce474d.tar.bz2
merchant-095639e421333a22cfd118b8c7be8b9b55ce474d.zip
Merge branch 'master' of ssh://taler.net/var/git/merchant
Diffstat (limited to 'src/frontend_blog/index.html')
-rw-r--r--src/frontend_blog/index.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/frontend_blog/index.html b/src/frontend_blog/index.html
index c7141b44..5815038e 100644
--- a/src/frontend_blog/index.html
+++ b/src/frontend_blog/index.html
@@ -40,10 +40,15 @@
<article class="articles">
<ul style="list-style-type:none">
<li>
- <a href="/cc_payment.php?article=essay-x" class="read-more" id="essay-x">
+ <a href="/cc_payment.php?article=fs-essay" class="read-more" id="fs-essay">
<div class="teasers_item">
- <h3>Essay x</h3>
- <p>In essay x, we will ...</p>
+ <h3>What is Free Software</h3>
+ <p>
+ The free software definition presents the criteria for whether a
+ particular software program qualifies as free software. From time to
+ time we revise this definition, to clarify it or to resolve questions
+ about subtle issues.
+ </p>
</div>
</a>
</li>
@@ -139,7 +144,7 @@ function has_taler_wallet_cb(aEvent)
var articles_links = document.getElementsByClassName("read-more");
for(var i=0; i < articles_links.length; i++)
//console.log(link);
- articles_links[i].setAttribute("href", "javascript:taler_pay(\"" + articles_links[i].id + "\")");
+ articles_links[i].setAttribute("href", "/essay_offer.php?article=" + articles_links[i].id);
};
/* Function called when the Taler extension was unloaded;