summaryrefslogtreecommitdiff
path: root/merchants.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 12:20:04 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 12:20:04 +0100
commita0d56b88b29bda3b291d23af796fad1a1081ead5 (patch)
tree42e08b9cebb931a09b32eca91e5434665d82559a /merchants.html
parentab40b4248da067e36c6549a1fbf987cc8ee81eee (diff)
downloadwww-a0d56b88b29bda3b291d23af796fad1a1081ead5.tar.gz
www-a0d56b88b29bda3b291d23af796fad1a1081ead5.tar.bz2
www-a0d56b88b29bda3b291d23af796fad1a1081ead5.zip
stuff
Diffstat (limited to 'merchants.html')
-rw-r--r--merchants.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/merchants.html b/merchants.html
new file mode 100644
index 00000000..933b85fb
--- /dev/null
+++ b/merchants.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Taler - Taxable Anonymous Libre Electronic Reserves</title>
+ <meta name="description" content="">
+ <!--# include file="common/header.inc" -->
+ </head>
+ <body class="en">
+ <div class="container">
+ <!--# include file="common/navigation.inc" -->
+ <!-- Jumbotron -->
+ <div class="jumbotron">
+ <img src="images/logo-2014.png"></img>
+ <h1 lang="en">Electronic Payments for Libre Society!</h1>
+ <h1 lang="de">Elektronisches Bezahlen f&uuml;r eine freiheitliche Gesellschaft!</h1>
+ <h1 lang="fr">Paiements électroniques pour société libre!</h1>
+ <p class="lead">We are building Taler, a new electronic payment system for privacy and security.</p>
+ <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
+ </div>
+
+ <!-- Example row of columns -->
+ <div class="row">
+ <div class="col-lg-4">
+ <h2>Taxable</h2>
+ <p>Unlike BitCoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.</p>
+ <p><a class="btn btn-primary" href="/governments" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>Anonymous</h2>
+ <p>When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.</p>
+ <p><a class="btn btn-primary" href="/citizens" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>Libre</h2>
+ <p>Taler is free software implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.</p>
+ <p><a class="btn btn-primary" href="/developers" role="button">Learn More &raquo;</a></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-lg-4">
+ <h2>Electronic</h2>
+ <p>Taler is designed to work on the Internet. Using a so-called RESTful protocol over HTTP or HTTPS, Taler is easy to integrate with existing Web applications.</p>
+ <p><a class="btn btn-primary" href="/merchants" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>Reserves</h2>
+ <p>Taler operates as a reserve. This means that Taler is not a new currency with the inherent currency fluctuation risks, but instead the digital coins correspond to existing currencies, such as US Dollars, Euros or even BitCoins.</p>
+ <p><a class="btn btn-primary" href="/investors" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>News</h2>
+ <p>We will present Taler at FOSSA in Rennes on Tuesday November 19th 2014.</p>
+ <p><a class="btn btn-primary" href="/news" role="button">Learn More &raquo;</a></p>
+ </div>
+ </div>
+
+ <!--# include file="common/footer.inc" -->
+ </div> <!-- /container -->
+ </body>
+</html>