gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-landing] branch master updated (864d5d9 -> ff0a282)


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch master updated (864d5d9 -> ff0a282)
Date: Tue, 22 Oct 2019 19:03:33 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to branch master
in repository landing.

    from 864d5d9  use python.sh wrapper
     new f83caca  ignore .core files my firefox leaves behind
     new 1c4e003  ' -> '
     new ff0a282  indent

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore         |   1 +
 demo/index.html.j2 | 163 +++++++++++++++++++++++++++--------------------------
 2 files changed, 83 insertions(+), 81 deletions(-)

diff --git a/.gitignore b/.gitignore
index 837c9f3..b4c2781 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /build
 /configure
 /config.mk
+*.core
diff --git a/demo/index.html.j2 b/demo/index.html.j2
index 340e69d..a27b120 100644
--- a/demo/index.html.j2
+++ b/demo/index.html.j2
@@ -1,93 +1,94 @@
 <!DOCTYPE html>
 <html lang="en" data-taler-nojs="true">
-<head profile="http://www.w3.org/2005/10/profile";>
-  <meta charset="utf-8"/>
-  <title>Taler Demo</title>
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/pure.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/demo.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" 
/>
-  <link rel="icon" type="image/png" href="{{ 
url('static/web-common/favicon-taler.ico') }}" />
+  <head profile="http://www.w3.org/2005/10/profile";>
+    <meta charset="utf-8"/>
+    <title>Taler Demo</title>
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/pure.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/demo.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" 
/>
+    <link rel="icon" type="image/png" href="{{ 
url('static/web-common/favicon-taler.ico') }}" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1">
 
-  <style type="text/css">
-    a[disabled="true"] {
-    pointer-events: none;
-    color: grey;
-    }
+    <style type="text/css">
+      a[disabled="true"] {
+      pointer-events: none;
+      color: grey;
+      }
 
-    .bluebox {
+      .bluebox {
       background-color: #C2C6FF;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-    .greenbox {
+      }
+      .greenbox {
       background-color: #5EFF64;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-    .graybox {
+      }
+      .graybox {
       background-color: #DDDDDD;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-  </style>
-</head>
+      }
+    </style>
+  </head>
 
-<body>
-  <div class="demobar">
-    <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
-    <h1><span class="it"><a href="#">Introduction</a></span></h1>
-    <p>This is the entry point of the Taler demo.  Follow the instructions and 
try Taler with the other pages linked below!</p>
-    <ul>
-      <li><a href="{{ intro_url }}">Introduction</a></li>
-      <li><a href="{{ bank_url }}">Bank</a></li>
-      <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
-      <li><a href="{{ merchant_donations_url }}">Donations</a></li>
-      <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
-      <li><a href="{{ backoffice_url }}">Back-office</a></li>
-    </ul>
-    <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
-  </div>
-  <section id="main" class="content">
-    <article>
-      <h2>Step 1: Install the Taler wallet</h2>
+  <body>
+    <div class="demobar">
+      <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
+      <h1><span class="it"><a href="#">Introduction</a></span></h1>
+      <p>This is the entry point of the Taler demo.  Follow the instructions 
and try Taler with the other pages linked below!</p>
+      <ul>
+        <li><a href="{{ intro_url }}">Introduction</a></li>
+        <li><a href="{{ bank_url }}">Bank</a></li>
+        <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
+        <li><a href="{{ merchant_donations_url }}">Donations</a></li>
+        <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
+        <li><a href="{{ backoffice_url }}">Back-office</a></li>
+      </ul>
+      <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
+    </div>
+    <section id="main" class="content">
+      <article>
+        <h2>Step 1: Install the Taler wallet</h2>
         Install the wallet from the <a 
href="https://taler.net/wallet-installation.html";>installation page</a>.
         It only takes one click.
-      <p class="bluebox taler-installed-hide">
-        You don't have a wallet installed yet.
-      </p>
-      <p class="greenbox taler-installed-show">
-        Congratulations, you have installed the Taler wallet correctly.
-        You can now proceed with the next steps.
-      </p>
-    </article>
+        <p class="bluebox taler-installed-hide">
+          You don&#39;t have a wallet installed yet.
+        </p>
+        <p class="greenbox taler-installed-show">
+          Congratulations, you have installed the Taler wallet correctly.
+          You can now proceed with the next steps.
+        </p>
+      </article>
 
-    <article>
-      <h2>Step 2: Withdraw coins</h2>
-      <p>
+      <article>
+        <h2>Step 2: Withdraw coins</h2>
+        <p>
 
-        Now you can withdraw coins into your wallet by going to our <a 
href="{{ bank_url }}">bank</a>.
+          Now you can withdraw coins into your wallet by going to our <a 
href="{{ bank_url }}">bank</a>.
 
-        In this demo you're paying with KUDOS, an imaginary currency.  When you
-        create an account at our bank, you'll get 100 KUDOS for free.
-      </p>
-      <p class="graybox">
-        We can't check if you were able to complete this step, since websites
-        can't see the balance in your wallet.  Please click on the Taler icon
-        in your browser to check your balance.
-      </p>
-    </article>
+          In this demo you&#39;re paying with KUDOS, an imaginary currency.  
When you
+          create an account at our bank, you&#39;ll get 100 KUDOS for free.
+        </p>
+        <p class="graybox">
+          We can&#39;t check if you were able to complete this step, since 
websites
+          can&#39;t see the balance in your wallet.  Please click on the Taler 
icon
+          in your browser to check your balance.
+        </p>
+      </article>
 
-    <article>
-      <h2>Step 3: Pay</h2>
+      <article>
+        <h2>Step 3: Pay</h2>
         We have two demo merchants where you can spend your coins:
         <ul>
           <li>
             The <a href="{{ merchant_blog_url }}">essay store</a>, where you 
can pay KUDOS for
-            individual chapters of Richard Stallman's book "Free Software, Free
-            Society", which is also available for free at <a 
href="http://www.fsf.org/";>the FSF</a>.
+            individual chapters of Richard Stallman&#39;s book "Free Software, 
Free Society",
+            which is also available for free at <a 
href="http://www.fsf.org/";>the FSF</a>.
           </li>
           <li>
             The <a href="{{ merchant_donations_url }}">project donation Web 
site</a>, where
@@ -95,9 +96,9 @@
             by giving them KUDOS.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 4: Check money flow</h2>
+      </article>
+      <article>
+        <h2>Step 4: Check money flow</h2>
         <ul>
           <li>
             Check if people who received your Taler payment got eventually
@@ -107,25 +108,25 @@
             on that page.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 5: Merchant?  Consult back-office</h2>
+      </article>
+      <article>
+        <h2>Step 5: Merchant?  Consult back-office</h2>
         <ul>
           <li>
             If you are a merchant, you can check the <a href="{{ 
backoffice_url }}">back-office</a>
             Web-site to see how your Taler transactions got payed back by bank 
wire transfers.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 6: Reach out to us</h2>
-      Let us know what you think by <a href="mailto:address@hidden";>contacting 
us</a>.
-    </article>
-    <hr />
-    <div class="copyright">
-      <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
-      <a href="javascript.html" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
-    </div>
-  </section>
-</body>
+      </article>
+      <article>
+        <h2>Step 6: Reach out to us</h2>
+        Let us know what you think by <a 
href="mailto:address@hidden";>contacting us</a>.
+      </article>
+      <hr />
+      <div class="copyright">
+        <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
+        <a href="javascript.html" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
+      </div>
+    </section>
+  </body>
 </html>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]