summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-27 12:27:13 +0200
committertg(x) <*@tg-x.net>2016-10-27 12:27:13 +0200
commite0ec2d28b60a407e47ff17345489ac555ed558ef (patch)
treeb7703cdd1354c8cc561abfc66405c08b3724e29d
parenta653c2169b94691660561c4d3964bc24d018747e (diff)
downloadwww-e0ec2d28b60a407e47ff17345489ac555ed558ef.tar.gz
www-e0ec2d28b60a407e47ff17345489ac555ed558ef.tar.bz2
www-e0ec2d28b60a407e47ff17345489ac555ed558ef.zip
wallet: firefox, demo
-rw-r--r--wallet.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/wallet.html b/wallet.html
index 900c3023..ba42b832 100644
--- a/wallet.html
+++ b/wallet.html
@@ -117,6 +117,13 @@ document.addEventListener('DOMContentLoaded', onLoad);
<div class="row">
<div class="col-lg-12">
+ Install the wallet for your browser, then go to <a href="https://demo.taler.net">demo.taler.net</a>
+ for a demonstration.
+ </div>
+ </div> <!-- /row -->
+
+ <div class="row">
+ <div class="col-lg-12">
<p class="greenbox" id="box-present" style="display:none">
Congratulations, you have installed the Taler wallet.
Check out the <a href="https://demo.taler.net/">demo</a>.
@@ -148,10 +155,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
<div class="col-lg-6">
<h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">Firefox 50+</a></h2>
-
- <p>The add-on is currently in the process of being reviewed and signed by Mozilla,
- until then it can be installed the following way:</p>
-
+<!--
<h3>Firefox Beta</h3>
<ol>
<li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a> (right click, Save Link As...)</li>
@@ -164,7 +168,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
<li>On the <code>about:config</code> page set <code>xpinstall.signatures.required</code> to <code>false</code></li>
<li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li>
</ol>
-
+-->
</div> <!-- /col-lg-6 -->
</div> <!-- /row -->