gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch stable updated (7fef8f7 -> ee20847)


From: gnunet
Subject: [taler-www] branch stable updated (7fef8f7 -> ee20847)
Date: Wed, 17 Jan 2024 13:18:27 +0100

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

skuegel pushed a change to branch stable
in repository www.

    from 7fef8f7  update of logo image file, change format svg --> png in 
header and footer
     add 359b6f7  add scsd presentation
     add 532afc7  try to get news to show up
     add 279c415  add news entry
     add fe75897  fix
     add a300f74  correct date
     add ee20847  profit --> incomes

No new revisions were added by this update.

Summary of changes:
 properties.d/events_eu-project.yml                    |   9 +++++++++
 properties.yml                                        |  12 ++++++++++++
 static/images/scsd.webp                               | Bin 0 -> 4470 bytes
 template/news/2024-01.html.j2                         |  10 ++++++++++
 template/news/{2023-12-01.html.j2 => 2024-02.html.j2} |   9 ++-------
 template/ngi-taler.html.j2                            |   2 +-
 6 files changed, 34 insertions(+), 8 deletions(-)
 create mode 100644 static/images/scsd.webp
 create mode 100644 template/news/2024-01.html.j2
 rename template/news/{2023-12-01.html.j2 => 2024-02.html.j2} (57%)

diff --git a/properties.d/events_eu-project.yml 
b/properties.d/events_eu-project.yml
index a11a5e9..af94472 100644
--- a/properties.d/events_eu-project.yml
+++ b/properties.d/events_eu-project.yml
@@ -37,6 +37,15 @@ events:
     location: Freedom of the Internet Meetup, Taipei City, Taiwan
     speaker: Christian Grothoff
     email: cg'AT'taler.net
+  - date: 2024-02-20
+    title: Offline Payments with GNU Taler
+    url_img: images/scsd.webp
+    url_ext: https://scsd.ch/
+    url_html: 
+    teaser: We will be giving a presentation and demonstration of GNU Taler 
with an offline point-of-sale.
+    location: Swiss Cyber Security Days, Bern, Switzerland
+    speaker: Christian Grothoff
+    email: cg'AT'taler.net
   - date: 2024-06-01
     title: Carving a way out of surveillance capitalism
     url_img: images/logo-TEDxGeneva.png
diff --git a/properties.yml b/properties.yml
index b1b2c26..289d0f0 100644
--- a/properties.yml
+++ b/properties.yml
@@ -38,6 +38,15 @@ eventslist:
     location: IFRC, Chem. des CrĂȘts 17, 1209 Geneva, Switzerland
     speaker: Marie Walrafen
     email: mw'AT'taler.net
+  - date: 2024-02-20
+    title: Offline Payments with GNU Taler
+    url_img: images/scsd.webp
+    url_ext: https://scsd.ch/
+    url_html: 
+    teaser: We will be giving a presentation and demonstration of GNU Taler 
with an offline point-of-sale.
+    location: Swiss Cyber Security Days, Bern, Switzerland
+    speaker: Christian Grothoff
+    email: cg'AT'taler.net
   - date: 2023-12-08
     title: Introduction to GNU Taler (lecture)
     url_img: images/TalerDiagram.svg
@@ -66,6 +75,9 @@ eventslist:
     speaker: Christian Grothoff
     email: cg'AT'taler.net
 newsposts:
+  - page: 2024-01.html
+    date: 2024-01-15
+    title: "NGI Taler project launched"
   - page: 2023-12.html
     date: 2023-12-09
     title: "Live demo of the GNU Taler payment system at the g0v-hackath59n in 
Taiwan"
diff --git a/static/images/scsd.webp b/static/images/scsd.webp
new file mode 100644
index 0000000..682d120
Binary files /dev/null and b/static/images/scsd.webp differ
diff --git a/template/news/2024-01.html.j2 b/template/news/2024-01.html.j2
new file mode 100644
index 0000000..0ffd7ee
--- /dev/null
+++ b/template/news/2024-01.html.j2
@@ -0,0 +1,10 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2024-01: Launch of NGI TALER: A Privacy-Preserving Payment System 
Initiative</h1>
+<p>
+We are excited to announce the creation of an EU-funded consortium
+with the central objective to launch GNU Taler as a privacy-preserving payment 
system across Europe.
+You can find more information on
+<a href="/en/ngi-taler.html">the consortium page</a>.
+</p>
+{% endblock body_content %}
\ No newline at end of file
diff --git a/template/news/2023-12-01.html.j2 b/template/news/2024-02.html.j2
similarity index 57%
rename from template/news/2023-12-01.html.j2
rename to template/news/2024-02.html.j2
index c5a2450..db23833 100644
--- a/template/news/2023-12-01.html.j2
+++ b/template/news/2024-02.html.j2
@@ -1,17 +1,12 @@
 {% extends "common/news.j2" %}
 {% block body_content %}
-<h1>2023-12: Launch of NGI TALER: A Privacy-Preserving Payment System 
Initiative</h1>
-<p>
-We are excited to announce the creation of an EU-funded consortium
-with the central objective to launch GNU Taler as a privacy-preserving payment 
system across Europe.
-</p>
-<h2>Funding opportunities for developers</h2>
+<h1>Funding opportunities for GNU Taler developers</h1>
 <p>
 Join us on our journey towards informational self-determination in payments.
 As part of NGI TALER, <a href="https://nlnet.nl/";>NLnet Foundation</a>
 is running an <a href="https://nlnet.nl/taler";>open call</a> and will award 
grants
 to third parties working on GNU Taler enhancements <b>globally</b>. The 
application
 process is <a href="https://nlnet.nl/propose";>simple</a> and the first
-submission deadline is <b>February 1st 2024</b>.
+submission deadline is <b>April 1st 2024</b>.
 </p>
 {% endblock body_content %}
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index aeeaaeb..a1f906b 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -14,7 +14,7 @@
           GNU Taler (<em>Taxable Anonymous Libre Electronic Resources</em>) is 
a new secure 
           electronic payment system based on open standards, free software, 
and advanced cryptography.
           GNU Taler provides privacy guarantees to the buyer while offering 
the possibility 
-          to audit merchants, making sale profits transparent and fraud 
difficult. 
+          to audit merchants, making sale incomes transparent and fraud 
difficult. 
           To online merchants and retailers, GNU Taler offers instant 
transaction clearance 
           without risks of fake payment methods. Computations needed to clear 
the payments 
           are efficient and scalable so that banks can pass on lower 
transaction costs to 

-- 
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]