gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] 07/42: Added project objectives from the project proposal


From: gnunet
Subject: [taler-www] 07/42: Added project objectives from the project proposal
Date: Mon, 27 Nov 2023 23:54:03 +0100

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

andreas-habegger pushed a commit to branch master
in repository www.

commit bc636a343d4826c52e75f4f220a3fc0b7cc0eef1
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
AuthorDate: Sat Nov 18 20:07:29 2023 +0100

    Added project objectives from the project proposal
---
 template/consortium.html.j2 | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 www.yml                     | 27 +++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 1 deletion(-)

diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 7ca2db0..9821f24 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -41,8 +41,51 @@
           <div class="col col-md-auto"></div>
         </div>
 
+        <!-- Section heading -->
+        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Project")}}</h4>
+        <div class="row">
+          <div class="col col-md-auto"></div>
+
+          <div class="col-md-11">
+            <p class="text-muted w-responsive mx-auto mb-3">
+              {% trans %}
+              The TALER project is an initiative of Horizon Europe (Pilots for 
the Next Generation Internet) with the
+              aim of bringing the GNU Taler to market across Europe.
+              <br>
+              To make the GNU Taler accessible to European citizens, we need a 
commercially viable use of the GNU Taler
+              technology. We will achieve this through the four key project 
objectives.
+              {% endtrans %}
+            </p>
+
+            <div class="accordion" id="accordionObjectives">
+              {% for objective in conf['objectives'] %}
+              <div class="accordion-item">
+                <h2 class="accordion-header" id="heading_{{ loop.index }}">
+                  <button class="accordion-button collapsed" type="button" 
data-bs-toggle="collapse"
+                    data-bs-target="#collapse_{{ loop.index }}" 
aria-expanded="false"
+                    aria-controls="collapse_{{ loop.index }}">
+                    Objective {{ loop.index }}: {{ objective['title'] }}
+                  </button>
+                </h2>
+                <div id="collapse_{{ loop.index }}" class="accordion-collapse 
collapse"
+                  aria-labelledby="heading_{{ loop.index }}" 
data-bs-parent="#accordionObjectives">
+                  <div class="accordion-body text-muted w-responsive">
+                    {{ objective['text'] }}
+                  </div>
+                </div>
+              </div>
+              {% endfor %}
+            </div>
+            <div class="col col-md-auto"></div>
+            <p class="text-muted w-responsive mx-auto mb-5"><br></p>
+
+          </div>
+
+
+          <!-- Section heading -->
+          <h4 class="font-weight-bold pb-2 mb-4">{{ _("Partners")}}</h4>
+
     </section>
-    <!--Section: Content-->
 
   </div>
 </main>
diff --git a/www.yml b/www.yml
index 38986cb..beafa13 100644
--- a/www.yml
+++ b/www.yml
@@ -391,3 +391,30 @@ paperslist:
     url_html:
     url_pdf: "papers/bellare_blindsigs_proof.pdf"
     comment:
+objectives:
+- title: Make GNU Taler legally available to users in the EU via retail banks
+  text: "We will make GNU Taler available to the European public as a 
commercial payment system. 
+  This will create the globally first software-based payment solution that 
offers strict technical 
+  privacy assurances for buyers in e-commerce. Additionally, GNU Taler’s 
design offers real-time external 
+  auditing of the payment service provider by independent third parties based 
on cryptographic signatures covering 
+  all processes in the entire payment system, thus creating a milestone in 
accountability."
+- title: Ensure GNU Taler is accepted as a payment solution by European 
retailers
+  text: "We will provide merchants with an open payment standard with lower 
prices. End-consumers will enjoy improved 
+  shopping experience and preservation of personal data. Besides these two 
benefits, merchants can better protect their 
+  market expertise and shield it from potential competitors by avoiding 
competitor platforms which abuse their knowledge 
+  and/or data. We will integrate GNU Taler into the diverse work-flows of a 
multitude of businesses through open calls’ 
+  integration and other interested parties."
+- title: Improve the technical maturity of the GNU Taler software
+  text: "We will perform security reviews of key components of the GNU Taler 
system and then ensure that relevant components 
+  are available for Windows, MacOS and various GNU/Linux distributions. We 
will automate packaging for these platforms and port 
+  the WebExtension to additional browsers. We will furthermore implement 
various additional features that were already requested 
+  by community members (citizens or retailers). For example, a publisher wants 
to offer a discount on a subscription to readers 
+  that recently purchased individual articles. Part of this objective is to 
address such requests, including new ideas that are 
+  proposed during the project."
+- title: Raise the awareness for the project in the general public
+  text: "With GNU Taler, citizens will experience a much higher online 
shopping convenience, especially for low-valued items like 
+  digital goods. To pay with GNU Taler, they will need no registration, no 
log-in, and no complicated multi-factor authentication 
+  over multiple devices — just one simple click for the young and the old. 
Citizens will also experience improved privacy online. 
+  This may especially feel good while supporting (investigative) journalism. 
Less tracking for advertising, fewer account-based payments, 
+  less phishing, less identity theft — all predicated on GNU Taler enabling 
micro-payments with better privacy — will improve online security. 
+  We will explain these advantages to citizens, using various large-scale 
communication channels in existence."

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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