aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help/common/footer.inc12
-rw-r--r--help/common/header.inc47
-rw-r--r--help/common/header.inc~47
-rw-r--r--help/common/navigation.inc9
-rw-r--r--help/common/navigation.inc~64
-rw-r--r--help/empty-wallet.html34
-rw-r--r--help/empty-wallet.html~112
7 files changed, 325 insertions, 0 deletions
diff --git a/help/common/footer.inc b/help/common/footer.inc
new file mode 100644
index 00000000..fa37c959
--- /dev/null
+++ b/help/common/footer.inc
@@ -0,0 +1,12 @@
1 <div class="footer">
2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p>
3 <p lang="en">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
4 <p lang="de">Diese Seite wurde allein durch Einsatz von <a href="https://www.gnu.org/">Freier Software</a> erstellt.</p>
5 <p lang="fr">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
6 <p lang="it">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
7 <p lang="es">Este sitio fue creado usando <a href="https://www.gnu.org/">Software Libre</a> only.</p>
8 </div>
9 <script type="text/javascript">//<![CDATA[
10 loadLang();
11 activate_menu();
12 //]]></script>
diff --git a/help/common/header.inc b/help/common/header.inc
new file mode 100644
index 00000000..86aa7896
--- /dev/null
+++ b/help/common/header.inc
@@ -0,0 +1,47 @@
1 <script>
2 /*
3 @licstart The following is the entire license notice for the
4 JavaScript code in this page.
5
6 Copyright (C) 2014, 2015, 2016 GNUnet e.V.
7
8 The JavaScript code in this page is free software: you can
9 redistribute it and/or modify it under the terms of the GNU
10 General Public License (GNU GPL) as published by the Free Software
11 Foundation, either version 3 of the License, or (at your option)
12 any later version. The code is distributed WITHOUT ANY WARRANTY;
13 without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
15
16 As additional permission under GNU GPL version 3 section 7, you
17 may distribute non-source (e.g., minimized or compacted) forms of
18 that code without the copy of the GNU GPL normally required by
19 section 4, provided you include this license notice and a URL
20 through which recipients can access the Corresponding Source.
21
22 @licend The above is the entire license notice
23 for the JavaScript code in this page.
24 */
25 </script>
26
27 <meta http-equiv="X-UA-Compatible" content="IE=edge">
28 <meta name="viewport" content="width=device-width, initial-scale=1">
29 <meta name="author" content="">
30 <!-- <link rel="icon" href="/favicon.ico"> -->
31
32 <!-- Bootstrap core CSS -->
33 <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
34 <script src="/dist/js/jquery-1.11.1.min.js"></script>
35 <script src="/dist/js/bootstrap.min.js"></script>
36
37 <!-- Custom styles for this template -->
38 <link href="/justified-nav.css" rel="stylesheet">
39 <link href="/lang.css" rel="stylesheet">
40 <link href="/styles.css" rel="stylesheet">
41 <script src="/lang.js"></script>
42
43 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
44 <!--[if lt IE 9]>
45 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
46 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
47 <![endif]-->
diff --git a/help/common/header.inc~ b/help/common/header.inc~
new file mode 100644
index 00000000..560e3fdd
--- /dev/null
+++ b/help/common/header.inc~
@@ -0,0 +1,47 @@
1 <script>
2 /*
3 @licstart The following is the entire license notice for the
4 JavaScript code in this page.
5
6 Copyright (C) 2014, 2015, 2016 GNUnet e.V.
7
8 The JavaScript code in this page is free software: you can
9 redistribute it and/or modify it under the terms of the GNU
10 General Public License (GNU GPL) as published by the Free Software
11 Foundation, either version 3 of the License, or (at your option)
12 any later version. The code is distributed WITHOUT ANY WARRANTY;
13 without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
15
16 As additional permission under GNU GPL version 3 section 7, you
17 may distribute non-source (e.g., minimized or compacted) forms of
18 that code without the copy of the GNU GPL normally required by
19 section 4, provided you include this license notice and a URL
20 through which recipients can access the Corresponding Source.
21
22 @licend The above is the entire license notice
23 for the JavaScript code in this page.
24 */
25 </script>
26
27 <meta http-equiv="X-UA-Compatible" content="IE=edge">
28 <meta name="viewport" content="width=device-width, initial-scale=1">
29 <meta name="author" content="">
30 <!-- <link rel="icon" href="../../favicon.ico"> -->
31
32 <!-- Bootstrap core CSS -->
33 <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
34 <script src="/dist/js/jquery-1.11.1.min.js"></script>
35 <script src="/dist/js/bootstrap.min.js"></script>
36
37 <!-- Custom styles for this template -->
38 <link href="justified-nav.css" rel="stylesheet">
39 <link href="lang.css" rel="stylesheet">
40 <link href="styles.css" rel="stylesheet">
41 <script src="lang.js"></script>
42
43 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
44 <!--[if lt IE 9]>
45 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
46 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
47 <![endif]-->
diff --git a/help/common/navigation.inc b/help/common/navigation.inc
new file mode 100644
index 00000000..9201aa21
--- /dev/null
+++ b/help/common/navigation.inc
@@ -0,0 +1,9 @@
1 <div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
2 <div class="container lang-slector">
3 <a href="#" onclick="setLang('en');"><img src="images/gb.png" alt="English"></img></a>
4 <a href="#" onclick="setLang('de');"><img src="images/de.png" alt="Deutsch"></img></a>
5 <a href="#" onclick="setLang('fr');"><img src="images/fr.png" alt="Fran&ccedil;ais"></img></a>
6 <a href="#" onclick="setLang('it');"><img src="images/it.png" alt="Italiano"></img></a>
7 <a href="#" onclick="setLang('es');"><img src="images/es.png" alt="Español"></img></a>
8 </div>
9 </div>
diff --git a/help/common/navigation.inc~ b/help/common/navigation.inc~
new file mode 100644
index 00000000..aff410f9
--- /dev/null
+++ b/help/common/navigation.inc~
@@ -0,0 +1,64 @@
1 <div class="navbar navbar-default navbar-fixed-top" role="navigation">
2 <div class="navbar-header">
3 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
4 <span class="sr-only">Toggle navigation</span>
5 <span class="icon-bar"></span>
6 <span class="icon-bar"></span>
7 <span class="icon-bar"></span>
8 </button>
9 </div>
10 <div class="collapse navbar-collapse" id="main-navbar">
11 <ul class="nav nav-justified">
12 <li lang="en" class="m_index"><a href="/">Home</a></li>
13 <li lang="de" class="m_index"><a href="/">Home</a></li>
14 <li lang="fr" class="m_index"><a href="/">Accueil</a></li>
15 <li lang="it" class="m_index"><a href="/">Home</a></li>
16 <li lang="es" class="m_index"><a href="/">Inicio</a></li>
17
18 <li lang="en" class="m_citizens"><a href="/citizens">Citizens</a></li>
19 <li lang="de" class="m_citizens"><a href="/citizens">B&uuml;rger</a></li>
20 <li lang="fr" class="m_citizens"><a href="/citizens">Citoyens</a></li>
21 <li lang="it" class="m_citizens"><a href="/citizens">Cittadini</a></li>
22 <li lang="es" class="m_citizens"><a href="/citizens">Ciudadanos</a></li>
23
24 <li lang="en" class="m_merchants"><a href="/merchants">Merchants</a></li>
25 <li lang="de" class="m_merchants"><a href="/merchants">H&auml;ndler</a></li>
26 <li lang="fr" class="m_merchants"><a href="/merchants">Commer&ccedil;ants</a></li>
27 <li lang="it" class="m_merchants"><a href="/merchants">Venditori</a></li>
28 <li lang="es" class="m_merchants"><a href="/merchants">Comerciantes</a></li>
29
30 <li lang="en" class="m_governments"><a href="/governments">Governments</a></li>
31 <li lang="de" class="m_governments"><a href="/governments">Regierungen</a></li>
32 <li lang="fr" class="m_governments"><a href="/governments">Gouvernements</a></li>
33 <li lang="it" class="m_governments"><a href="/governments">Governi</a></li>
34 <li lang="es" class="m_governments"><a href="/governments">Gobiernos</a></li>
35
36 <li lang="en" class="m_investors"><a href="/investors">Operators</a></li>
37 <li lang="de" class="m_investors"><a href="/investors">Betreiber</a></li>
38 <li lang="fr" note="outdated" class="m_investors"><a href="/investors">Investisseurs</a></li>
39 <li lang="it" note="outdated" class="m_investors"><a href="/investors">Investitori</a></li>
40 <li lang="es" class="m_investors"><a href="/investors">Inversores</a></li>
41
42 <li lang="en" class="m_developers"><a href="/developers">Developers</a></li>
43 <li lang="de" class="m_developers"><a href="/developers">Entwickler</a></li>
44 <li lang="fr" class="m_developers"><a href="/developers">Développeurs</a></li>
45 <li lang="it" class="m_developers"><a href="/developers">Sviluppatori</a></li>
46 <li lang="es" class="m_developers"><a href="/developers">Programadores</a></li>
47
48 <li lang="en" class="m_about"><a href="/about">About&nbsp;us</a></li>
49 <li lang="de" class="m_about"><a href="/about">&Uuml;ber uns</a></li>
50 <li lang="fr" class="m_about"><a href="/about">À&nbsp;propos</a></li>
51 <li lang="it" class="m_about"><a href="/about">Chi siamo</a></li>
52 <li lang="es" class="m_about"><a href="/about">Qui&eacute;nes somos</a></li>
53 </ul>
54 </div>
55 </div>
56 <div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
57 <div class="container lang-slector">
58 <a href="#" onclick="setLang('en');"><img src="images/gb.png" alt="English"></img></a>
59 <a href="#" onclick="setLang('de');"><img src="images/de.png" alt="Deutsch"></img></a>
60 <a href="#" onclick="setLang('fr');"><img src="images/fr.png" alt="Fran&ccedil;ais"></img></a>
61 <a href="#" onclick="setLang('it');"><img src="images/it.png" alt="Italiano"></img></a>
62 <a href="#" onclick="setLang('es');"><img src="images/es.png" alt="Español"></img></a>
63 </div>
64 </div>
diff --git a/help/empty-wallet.html b/help/empty-wallet.html
new file mode 100644
index 00000000..d819bb33
--- /dev/null
+++ b/help/empty-wallet.html
@@ -0,0 +1,34 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>GNU Taler Help - Empty Wallet</title>
6 <meta name="description" content="">
7 <!--# include file="common/header.inc" -->
8 </head>
9 <body class="en" onLoad="loadLang();">
10 <!--# include file="common/navigation.inc" -->
11 <div class="container">
12 <!-- Jumbotron -->
13
14 <div class="row">
15 <div class="col-lg-12">
16 <h2 lang="en">Your wallet is empty!</h2>
17 <p lang="en">You have succeeded with installing the Taler wallet. However, before
18 you can buy articles using the Taler wallet, you must withdraw electronic coins.
19 This is typically done by visiting your bank's online banking Web site. There,
20 you instruct your bank to transfer the funds to a Taler exchange operator. In
21 return, your wallet will be allowed to withdraw electronic coins.</p>
22 <p lang="en">At this stage, we are not aware of any regular exchange operators issuing
23 coins in well-known currencies. However, to see how Taler would work, you
24 can visit our "fake" bank at
25 <a href="https://bank.demo.taler.net/">bank.demo.taler.net</a> to
26 withdraw coins in the "KUDOS" currency that we created just for
27 demonstrating the system.</p>
28 </div>
29 </div>
30
31 <!--# include file="common/footer.inc" -->
32 </div> <!-- /container -->
33 </body>
34</html>
diff --git a/help/empty-wallet.html~ b/help/empty-wallet.html~
new file mode 100644
index 00000000..9ed05bba
--- /dev/null
+++ b/help/empty-wallet.html~
@@ -0,0 +1,112 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: News</title>
6 <meta name="description" content="">
7 <!--# include file="common/header.inc" -->
8 </head>
9 <body class="en" onLoad="loadLang();">
10 <div class="container">
11 <!--# include file="common/navigation.inc" -->
12 <!-- Jumbotron -->
13 <div class="jumbotron">
14 <h1 lang="en">News</h1>
15 <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
16 </div>
17
18
19 <div class="row">
20 <div class="col-lg-12">
21 <h2>9-2016: Taler Web Payments paper published</h2>
22 <p>We just finished the camera-ready version of our paper on how to use Taler
23 for Web payments. This paper does not discuss the cryptography behind
24 Taler, but focuses on the practical aspects of how the wallet and the merchants
25 interact over the Web. Hence, this paper should be a good read for
26 anyone who wants to integrate Taler support with their Web site.
27 We have posted the paper <a href="https://gnunet.org/taler2016space">here</a>.</p>
28 <h2>8-2016: Taler Systems S.A. created</h2>
29 <p>We now have a business entity for Taler. Potential investors may
30 contact the executive team at <a href="mailto:clevel@taler.net">clevel@taler.net</a>.</p>
31 <h2>6-2016: GNU Taler 0.0.0 released</h2>
32 <p>We have reached our first big milestone, the 0.0.0 release!
33 The release includes implementations of a bank, exchange, merchant and wallet
34 and is available on the GNU FTP mirrors.
35 <br>
36 While the exchange implements the
37 complete protocol, the implementations of merchant and wallet are both
38 fundamentally incomplete and still lack key features, including important
39 error handling. GNU Taler still lacks an implementation of an auditor or
40 logic for integration with "real" banks.
41 Thus, this release should not yet be used for actual financial
42 transactions.
43 <br>
44 That said, you can already setup your own functional payment system
45 and run your own toy currency -- or just try out the demo using
46 the Chrome/Chromium browser at <a href="https://demo.taler.net/">demo.taler.net</a>.
47 <br>
48 Please provide feedback to our <a href="https://gnunet.org/bugs/">bug tracker</a>.
49 There, you can also find our <a href="https://gnunet.org/bugs/roadmap_page.php">roadmap</a>
50 which contains a list of known open issues and our plans for the near future.
51 </p>
52 </div>
53 </div>
54
55 <div class="row">
56 <div class="col-lg-12">
57 <h2>12-2015: Taler Demo for Chrome/Chromium online</h2>
58 <p>We finally have a first simple demo for Taler online. The Firefox-variant
59 still needs some love, but you can start to try out the demo using
60 the Chrome/Chromium browser at <a href="https://demo.taler.net/">demo.taler.net</a>.
61 Please provide feedback to our <a href="https://gnunet.org/bugs/">bug tracker</a>.</p>
62 </div>
63 </div>
64
65 <div class="row">
66 <div class="col-lg-12">
67 <h2>11-2014: Christian Grothoff's explains the goals behind Taler</h2>
68 <p>
69 <video id="video" poster="/videos/inria2015interview.png" autobuffer height="360" width="640" controls="controls">
70 <source src="/videos/inria2015interview.webm#t=216" type="video/webm">
71 <source src="/videos/inria2015interview.ogv#t=216" type="video/ogv">
72 </video>
73 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png" /></a><br />"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
74 </p>
75 </div>
76 </div>
77
78
79
80 <div class="row">
81 <div class="col-lg-12">
82 <h2>2-2015: Taler becomes an official GNU package</h2>
83 <p>Taler was accepted into the GNU project today. GNU will offer advice,
84 advocacy and cooperation --- and host our official public
85 mailinglist <a href="mailto:taler@gnu.org">taler@gnu.org</a>.</p>
86 </div>
87 </div>
88
89 <div class="row">
90 <div class="col-lg-12">
91 <h2>12-2014: Watch Christian Grothoff's FOSSA talk on Taler</h2>
92 <p>
93 <video id="video" poster="/images/fossa2014.png" autobuffer height="360" width="640" controls="controls">
94 <source src="/videos/grothoff2014fossa.webm" type="video/webm">
95 <source src="/videos/grothoff2014fossa.ogv" type="video/ogv">
96 </video>
97 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png" /></a><br />"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by FOSSA, Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
98 </p>
99 </div>
100 </div>
101
102 <div class="row">
103 <div class="col-lg-12">
104 <h2>11-2014: Launching <tt>taler.net</tt></h2>
105 <p>Welcome to our new site about the Taler electronic payment system.</p>
106 </div>
107 </div>
108
109 <!--# include file="common/footer.inc" -->
110 </div> <!-- /container -->
111 </body>
112</html>