summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-18 20:07:29 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:49 +0100
commitbc636a343d4826c52e75f4f220a3fc0b7cc0eef1 (patch)
tree431057407ba87e9372b7f16d5ed16a72af1afdaa
parente04abacd4f54995b3cfa58de309b89a880029b3f (diff)
downloadwww-bc636a343d4826c52e75f4f220a3fc0b7cc0eef1.tar.gz
www-bc636a343d4826c52e75f4f220a3fc0b7cc0eef1.tar.bz2
www-bc636a343d4826c52e75f4f220a3fc0b7cc0eef1.zip
Added project objectives from the project proposal
-rw-r--r--template/consortium.html.j245
-rw-r--r--www.yml27
2 files changed, 71 insertions, 1 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 7ca2db09..9821f242 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 38986cb1..beafa138 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."