gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-landing] branch stable updated (412f488 -> 66bf947)


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch stable updated (412f488 -> 66bf947)
Date: Fri, 10 Mar 2017 16:18:44 +0100

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

dold pushed a change to branch stable
in repository landing.

    from 412f488  do not use js for presence
     add f92f509  use relative urls to make env.taler.net work
     add 65effcc  remove another absolute url
     add 66bf947  submodules

No new revisions were added by this update.

Summary of changes:
 index.html        | 12 ++++++------
 static/web-common |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html
index 5fe9554..9a54048 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
 <body>
 
   <header>
-    <a href="/" id="logo">
+    <a href="." id="logo">
       <img src="static/web-common/logo-2015-medium.png" width="100" 
height="100" alt="Logo">
     </a>
     <!--#include virtual="static/web-common/dropdown-navbar.html"-->
@@ -65,7 +65,7 @@
       <h2>Step 2: Withdraw coins</h2>
       <p>
 
-        Now you can withdraw coins into your wallet by going to our <a 
href="/bank">bank</a>.
+        Now you can withdraw coins into your wallet by going to our <a 
href="bank">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.
@@ -82,12 +82,12 @@
         We have two demo merchants where you can spend your coins:
         <ul>
           <li>
-            The <a href="/shop">essay store</a>, where you can pay KUDOS for
+            The <a href="shop">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>.
           </li>
           <li>
-            The <a href="/donations">project donation Web site</a>, where
+            The <a href="donations">project donation Web site</a>, where
             you can show respect to a software project of your choice
             by giving them KUDOS.
           </li>
@@ -99,11 +99,11 @@
         sold articles using taler.
         <ul>
           <li>
-            The <a href="/block/track">back office Web site</a>
+            The <a href="block/track">back office Web site</a>
             allows you to track the transactions of the merchant.
           </li>
           <li>
-            The <a href="/bank/public-accounts">public accounts page</a> at 
the bank
+            The <a href="bank/public-accounts">public accounts page</a> at the 
bank
             allow you to observe transactions of certain bank accounts, 
including
             those of the shops, from the perspective of the bank.
           </li>
diff --git a/static/web-common b/static/web-common
index afe6788..b3d6222 160000
--- a/static/web-common
+++ b/static/web-common
@@ -1 +1 @@
-Subproject commit afe6788f89eb0c5e6148e07d63f5928475cdef19
+Subproject commit b3d6222e1b33553c4ccf576ae3ac2f4823f3dc20

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



reply via email to

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