gnunet-svn
[Top][All Lists]
Advanced

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

[taler-marketing] branch master updated: Update


From: gnunet
Subject: [taler-marketing] branch master updated: Update
Date: Mon, 27 Feb 2023 17:13:20 +0100

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

skuegel pushed a commit to branch master
in repository marketing.

The following commit(s) were added to refs/heads/master by this push:
     new 108c5c9  Update
108c5c9 is described below

commit 108c5c9c2fa8db8a9b7e896e9f8846ba525ce1cf
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Feb 27 17:13:03 2023 +0100

    Update
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 presentations/comprehensive/sic.tex | 46 +++++++++++++++++++++++--------------
 1 file changed, 29 insertions(+), 17 deletions(-)

diff --git a/presentations/comprehensive/sic.tex 
b/presentations/comprehensive/sic.tex
index 2e4784a..2fb4b7a 100644
--- a/presentations/comprehensive/sic.tex
+++ b/presentations/comprehensive/sic.tex
@@ -354,8 +354,10 @@ GNU Taler must ...
 
 \begin{frame}{Consumer Impact of Taler}
 \begin{itemize}
-\item {\bf Convenient:} pay with one click instantly --– in Dollar or Bitcoin
-\item {\bf Friction free security:} Payments do not require sign-up, log in or 
multi-factor authentication
+\item {\bf Convenient:} pay with one click instantly --– in Euro, 
+Dollar, Swiss Franc or Bitcoin
+\item {\bf Friction-free security:} Payments do not require sign-up, 
+login or multi-factor authentication
 \item {\bf Privacy-preserving:} payment requires/shares no personal information
 \item {\bf Bank account:} not required
 \end{itemize}
@@ -367,7 +369,8 @@ GNU Taler must ...
 \item {\bf Instant clearance:} one-click transactions and instant clearance at 
par
 \item {\bf Easy \& compliant:} GDPR \& PCI-DSS compliance-free and without any 
effort
 \item {\bf Major profit increase:} efficient protocol $+$ no fraud $=$ 
extremely low costs
-\item {\bf 1-Click checkout:} without Amazon and without false positives in 
fraud detection
+\item {\bf 1-click checkout:} without Amazon and without false 
+positives in fraud detection
 \end{itemize}
 \end{frame}
 
@@ -401,9 +404,11 @@ GNU Taler must ...
   \item {\bf The GNU Project}: \\ Integration into FLOSS software
   \item {\bf Code Blau GmbH}: \\ Independent auditor development
 %  \item {\bf Fraunhofer Gesellschaft}: \\ Identity management \& SSI \& 
wallet-to-wallet communication
-  \item {\bf FiscalTrust}:  \\ Point-of-sale integration ({\bf new})
+  \item {\bf Fiscaltrust GmbH}: \\ Point-of-sale integration ({\bf 
+new})
   \item {\bf Bank of International Settlements}: \\ Participation in Point 
Zero Forum 2023 ({\bf new})
-  \item {\bf \"Osterreichische Nationalbank}: \\ Joint presentation proposal 
for Re:publica 2023 ({\bf new})
+  \item {\bf Oesterreichische Nationalbank AG}: \\ Joint presentation 
+proposal for Re:publica 2023 ({\bf new})
   \end{description}
   }
 \end{frame}
@@ -521,7 +526,7 @@ GNU Taler must ...
 
 
 \begin{frame}{Taler Merchant}
-  The {\bf Merchant} is the software run by merchants to accept
+  The {\bf Merchant} is the software run by merchants to accept\\
   GNU Taler payments.
 
   \begin{minipage}{6cm}
@@ -1472,7 +1477,7 @@ But of course we use modern instantiations.
 \end{frame}
 
 
-\begin{frame}{Age restriction in E-commerce}
+\begin{frame}{Age restriction in e-commerce}
 
        \begin{description}
                \item[Problem:]~\\[1em]
@@ -1494,7 +1499,7 @@ But of course we use modern instantiations.
                ($(pic cs:topau) +(0,0.5)$) rectangle ($(pic cs:bottomau) 
-(0.3, 0.2)$);
        \end{tikzpicture}
        \begin{center}
-       \bf Principle of Subsidiarity is violated
+       \bf Principle of subsidiarity is violated
        \end{center}
 }
 \end{frame}
@@ -2491,18 +2496,24 @@ The exchange needs the database to detect double 
spending.
  \node (origin) at (0,0) {};
  \node (backend) [def,above=of origin,draw]{{\tiny taler-merchant-httpd}};
  \node (frontend) [def,above left=of backend,draw]{{\tiny E-commerce 
Frontend}};
- \node (backoffice) [def,above right=of backend,draw]{Backoffice};
- \node (postgres) [def, draw, below left=of backend] {Postgres};
- \node (sqlite) [def, draw, below=of backend] {Sqlite};
+ \node (backoffice) [def,above right=of 
+backend,draw]{\tiny Backoffice};
+ \node (postgres) [def, draw, below left=of backend] {\tiny Postgres};
+ \node (sqlite) [def, draw, below=of backend] {\tiny Sqlite};
  \node (alt) [def, draw, below right=of backend] {...};
 
  \tikzstyle{C} = [color=black, line width=1pt]
 
- \draw [->, C] (frontend) -- (backend) node [midway, above, sloped] (TextNode) 
{REST API};
- \draw [->, C] (backoffice) -- (backend) node [midway, above, sloped] 
(TextNode) {REST API};
- \draw [<->, C] (backend) -- (postgres) node [midway, above, sloped] 
(TextNode) {SQL};
- \draw [<->, C] (backend) -- (sqlite) node [midway, above, sloped] (TextNode) 
{SQL};
- \draw [<->, C] (backend) -- (alt) node [midway, above, sloped] (TextNode) 
{SQL};
+ \draw [->, C] (frontend) -- (backend) node [midway, above, sloped] 
+(TextNode) {\tiny REST API};
+ \draw [->, C] (backoffice) -- (backend) node [midway, above, sloped] 
+(TextNode) {\tiny REST API};
+ \draw [<->, C] (backend) -- (postgres) node [midway, above, sloped] 
+(TextNode) {\tiny SQL};
+ \draw [<->, C] (backend) -- (sqlite) node [midway, above, sloped] 
+(TextNode) {\tiny SQL};
+ \draw [<->, C] (backend) -- (alt) node [midway, above, sloped] 
+(TextNode) {\tiny SQL};
 \end{tikzpicture}
 \end{center}
 \end{frame}
@@ -3258,7 +3269,8 @@ Largely implemented, only UI support missing. Expected to 
ship in Q1'2023.
 \begin{frame}{Summary of Taler Solution}
 
 \begin{enumerate}
-\item {\bf Frictionless one click}, cash-like digital payments \& instant
+\item {\bf Frictionless one click}, cash-like digital payments \& 
+instant
 confirmation for all fiat- and crypto-currencies and for all users,
 unbanked, young and old.
 \item With {\bf income-transparency on the recipient side} is

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