aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--financial-news.html.j2 (renamed from financial-news.html.j2.inc)27
-rw-r--r--index.html.j26
-rw-r--r--investors.html.j211
-rw-r--r--locale/de/LC_MESSAGES/messages.po41
-rw-r--r--locale/en/LC_MESSAGES/messages.po41
-rw-r--r--locale/es/LC_MESSAGES/messages.po41
-rw-r--r--locale/fr/LC_MESSAGES/messages.po41
-rw-r--r--locale/it/LC_MESSAGES/messages.po41
-rw-r--r--news/2014-12.inc6
-rw-r--r--news/2015-11.inc6
-rw-r--r--news/2016-12.inc6
-rw-r--r--news/2017-02.inc6
-rw-r--r--news/2017-03.inc6
-rw-r--r--news/2017-04.inc6
-rw-r--r--news/2017-08.inc6
15 files changed, 211 insertions, 80 deletions
diff --git a/financial-news.html.j2.inc b/financial-news.html.j2
index 0eb64c74..8ebe2d42 100644
--- a/financial-news.html.j2.inc
+++ b/financial-news.html.j2
@@ -1,3 +1,24 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Financial News") }}</h1>
7 <div class="col-lg-12">
8 <p>
9 {% trans %}
10 This page explains (only in English) how Taler can change ongoing
11 developments in the financial industry.
12 {% endtrans %}
13 </p>
14 </div>
15 </div>
16</div>
17
18<div class="container">
19 <div class="row">
20 <div class="col-lg-12">
21
1{% include "financial-news/2017-07-20.inc" %} 22{% include "financial-news/2017-07-20.inc" %}
2{% include "financial-news/2017-04-04.inc" %} 23{% include "financial-news/2017-04-04.inc" %}
3{% include "financial-news/2017-04-03.inc" %} 24{% include "financial-news/2017-04-03.inc" %}
@@ -14,3 +35,9 @@
14{% include "financial-news/2014-11-13.inc" %} 35{% include "financial-news/2014-11-13.inc" %}
15{% include "financial-news/2014-09-10.inc" %} 36{% include "financial-news/2014-09-10.inc" %}
16{% include "financial-news/2013-09-15.inc" %} 37{% include "financial-news/2013-09-15.inc" %}
38
39 </div>
40 </div>
41</div> <!-- /container -->
42
43{% endblock body_content %}
diff --git a/index.html.j2 b/index.html.j2
index 9378d937..54b0cdb8 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -141,14 +141,10 @@
141 141
142<div class="container"> 142<div class="container">
143 <div class="row"> 143 <div class="row">
144 <div class="col-lg-6"> 144 <div class="col-lg-12">
145 <h2>{{ _("Taler News") }}</h2> 145 <h2>{{ _("Taler News") }}</h2>
146 {% include "news.html.j2.inc" %} 146 {% include "news.html.j2.inc" %}
147 </div> 147 </div>
148 <div class="col-lg-6">
149 <h2>{{ _("Financial News") }}</h2>
150 {% include "financial-news.html.j2.inc" %}
151 </div>
152 </div> 148 </div>
153</div> <!-- /container --> 149</div> <!-- /container -->
154{% endblock body_content %} 150{% endblock body_content %}
diff --git a/investors.html.j2 b/investors.html.j2
index 551d938e..5ad01d46 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -85,8 +85,15 @@
85 <h2>{{ _("The Business Case") }}</h2> 85 <h2>{{ _("The Business Case") }}</h2>
86 <div class="row"> 86 <div class="row">
87 <div class="col-lg-4"> 87 <div class="col-lg-4">
88 <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">Download</p></a> 88 <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">{{ _("Download") }}</p></a>
89 89
90 <p>
91 {% trans %}
92 Our <a href="financial-news.html">financial news</a> page
93 explains in English how Taler can impact current developments in
94 the global payment market.
95 {% endtrans %}
96 </p>
90 </div> 97 </div>
91 <div class="col-lg-4" id="canvas-left" style="display:none"> 98 <div class="col-lg-4" id="canvas-left" style="display:none">
92 <canvas id="the-canvas-left"></canvas> 99 <canvas id="the-canvas-left"></canvas>
@@ -131,4 +138,6 @@
131 </div> 138 </div>
132 </div> 139 </div>
133</div> 140</div>
141
142
134{% endblock body_content %} 143{% endblock body_content %}
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index b0aebb17..4d7cce63 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
5"POT-Creation-Date: 2017-08-22 21:13+0200\n" 5"POT-Creation-Date: 2017-08-23 11:10+0200\n"
6"PO-Revision-Date: 2017-06-02 09:46+0100\n" 6"PO-Revision-Date: 2017-06-02 09:46+0100\n"
7"Last-Translator: Stefan Kügel <skuegel@web.de>\n" 7"Last-Translator: Stefan Kügel <skuegel@web.de>\n"
8"Language-Team: de <LL@li.org, de@taler.net>\n" 8"Language-Team: de <LL@li.org, de@taler.net>\n"
@@ -1137,6 +1137,16 @@ msgstr ""
1137"privaten Daten, weil die Taler-Wechselstube dadurch keine Kenntnis davon " 1137"privaten Daten, weil die Taler-Wechselstube dadurch keine Kenntnis davon "
1138"erlangt, welche der Münzen von welchen Käufern sie signiert." 1138"erlangt, welche der Münzen von welchen Käufern sie signiert."
1139 1139
1140#: financial-news.html.j2:6
1141msgid "Financial News"
1142msgstr "Nachrichten aus der Finanzwelt"
1143
1144#: financial-news.html.j2:9
1145msgid ""
1146"This page explains (only in English) how Taler can change ongoing "
1147"developments in the financial industry."
1148msgstr ""
1149
1140#: glossary.html.j2:6 1150#: glossary.html.j2:6
1141msgid "auditor" 1151msgid "auditor"
1142msgstr "" 1152msgstr ""
@@ -1959,10 +1969,6 @@ msgstr ""
1959msgid "Taler News" 1969msgid "Taler News"
1960msgstr "Taler-News" 1970msgstr "Taler-News"
1961 1971
1962#: index.html.j2:149
1963msgid "Financial News"
1964msgstr "Nachrichten aus der Finanzwelt"
1965
1966#: investors.html.j2:6 1972#: investors.html.j2:6
1967msgid "Invest in Taler!" 1973msgid "Invest in Taler!"
1968msgstr "In Taler investieren!" 1974msgstr "In Taler investieren!"
@@ -2099,11 +2105,22 @@ msgstr ""
2099msgid "The Business Case" 2105msgid "The Business Case"
2100msgstr "Der Businessplan" 2106msgstr "Der Businessplan"
2101 2107
2102#: investors.html.j2:107 2108#: investors.html.j2:88
2109msgid "Download"
2110msgstr ""
2111
2112#: investors.html.j2:91
2113msgid ""
2114"Our <a href=\"financial-news.html\">financial news</a> page explains in "
2115"English how Taler can impact current developments in the global payment "
2116"market."
2117msgstr ""
2118
2119#: investors.html.j2:114
2103msgid "Running a Taler payment service operator" 2120msgid "Running a Taler payment service operator"
2104msgstr "Ein Taler-Bezahlsystem als Serviceanbieter betreiben" 2121msgstr "Ein Taler-Bezahlsystem als Serviceanbieter betreiben"
2105 2122
2106#: investors.html.j2:110 2123#: investors.html.j2:117
2107#, fuzzy 2124#, fuzzy
2108#| msgid "" 2125#| msgid ""
2109#| "The payment service operator runs the <em>Taler exchange</em>.\n" 2126#| "The payment service operator runs the <em>Taler exchange</em>.\n"
@@ -2122,7 +2139,7 @@ msgstr ""
2122"Banküberweisungen von und zu Geschäftsbanken und für den Betrieb der IT-" 2139"Banküberweisungen von und zu Geschäftsbanken und für den Betrieb der IT-"
2123"Infrastruktur." 2140"Infrastruktur."
2124 2141
2125#: investors.html.j2:120 2142#: investors.html.j2:127
2126msgid "" 2143msgid ""
2127"Cryptographic operations, bandwidth and storage costs are less than 0.01 " 2144"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
2128"cent per transaction." 2145"cent per transaction."
@@ -2130,7 +2147,7 @@ msgstr ""
2130"Die Kosten für die kryptographischen Berechnungen, die Bandbreite und " 2147"Die Kosten für die kryptographischen Berechnungen, die Bandbreite und "
2131"Datenspeicherung betragen weniger als 0,01 Eurocent pro Transaktion." 2148"Datenspeicherung betragen weniger als 0,01 Eurocent pro Transaktion."
2132 2149
2133#: investors.html.j2:122 2150#: investors.html.j2:129
2134msgid "" 2151msgid ""
2135"Multiple Taler transactions can be aggregated into larger wire transfers to " 2152"Multiple Taler transactions can be aggregated into larger wire transfers to "
2136"merchants to minimize wire transfer costs." 2153"merchants to minimize wire transfer costs."
@@ -2139,7 +2156,7 @@ msgstr ""
2139"können mehrere kleine Überweisungen auf das Girokonto der Verkäufer in einer " 2156"können mehrere kleine Überweisungen auf das Girokonto der Verkäufer in einer "
2140"Transaktion zusammengefasst und übertragen werden." 2157"Transaktion zusammengefasst und übertragen werden."
2141 2158
2142#: investors.html.j2:124 2159#: investors.html.j2:131
2143msgid "" 2160msgid ""
2144"Protocol allows the exchange to charge fees for any expensive operation " 2161"Protocol allows the exchange to charge fees for any expensive operation "
2145"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 2162"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
@@ -2149,11 +2166,11 @@ msgstr ""
2149"Geldbörse, Deponieren von Münzen, Refresh-Funktion, Erstattungen und " 2166"Geldbörse, Deponieren von Münzen, Refresh-Funktion, Erstattungen und "
2150"aggregierte Überweisungen an Geschäftsbanken." 2167"aggregierte Überweisungen an Geschäftsbanken."
2151 2168
2152#: investors.html.j2:126 2169#: investors.html.j2:133
2153msgid "Partnership with banks establishes consumer trust." 2170msgid "Partnership with banks establishes consumer trust."
2154msgstr "Partnerschaften mit Banken erhöhen das Kundenvertrauen." 2171msgstr "Partnerschaften mit Banken erhöhen das Kundenvertrauen."
2155 2172
2156#: investors.html.j2:128 2173#: investors.html.j2:135
2157msgid "Partnership with free software community enables rapid deployment." 2174msgid "Partnership with free software community enables rapid deployment."
2158msgstr "" 2175msgstr ""
2159"Partnerschaften mit der Free-Software-Bewegung ermöglichen eine rasche " 2176"Partnerschaften mit der Free-Software-Bewegung ermöglichen eine rasche "
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 019ba445..322ce944 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
5"POT-Creation-Date: 2017-08-22 21:13+0200\n" 5"POT-Creation-Date: 2017-08-23 11:10+0200\n"
6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8"Language-Team: en <LL@li.org>\n" 8"Language-Team: en <LL@li.org>\n"
@@ -602,6 +602,16 @@ msgid ""
602"knowing which coin it signed for which customer.</p>" 602"knowing which coin it signed for which customer.</p>"
603msgstr "" 603msgstr ""
604 604
605#: financial-news.html.j2:6
606msgid "Financial News"
607msgstr ""
608
609#: financial-news.html.j2:9
610msgid ""
611"This page explains (only in English) how Taler can change ongoing "
612"developments in the financial industry."
613msgstr ""
614
605#: glossary.html.j2:6 615#: glossary.html.j2:6
606msgid "auditor" 616msgid "auditor"
607msgstr "" 617msgstr ""
@@ -1144,10 +1154,6 @@ msgstr ""
1144msgid "Taler News" 1154msgid "Taler News"
1145msgstr "" 1155msgstr ""
1146 1156
1147#: index.html.j2:149
1148msgid "Financial News"
1149msgstr ""
1150
1151#: investors.html.j2:6 1157#: investors.html.j2:6
1152msgid "Invest in Taler!" 1158msgid "Invest in Taler!"
1153msgstr "" 1159msgstr ""
@@ -1212,11 +1218,22 @@ msgstr ""
1212msgid "The Business Case" 1218msgid "The Business Case"
1213msgstr "" 1219msgstr ""
1214 1220
1215#: investors.html.j2:107 1221#: investors.html.j2:88
1222msgid "Download"
1223msgstr ""
1224
1225#: investors.html.j2:91
1226msgid ""
1227"Our <a href=\"financial-news.html\">financial news</a> page explains in "
1228"English how Taler can impact current developments in the global payment "
1229"market."
1230msgstr ""
1231
1232#: investors.html.j2:114
1216msgid "Running a Taler payment service operator" 1233msgid "Running a Taler payment service operator"
1217msgstr "" 1234msgstr ""
1218 1235
1219#: investors.html.j2:110 1236#: investors.html.j2:117
1220msgid "" 1237msgid ""
1221"The payment service operator runs the <em>Taler exchange</em>. The exchange " 1238"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1222"charges <b>transaction fees</b> to customers or merchants. Its operational " 1239"charges <b>transaction fees</b> to customers or merchants. Its operational "
@@ -1224,29 +1241,29 @@ msgid ""
1224"of the computing infrastructure." 1241"of the computing infrastructure."
1225msgstr "" 1242msgstr ""
1226 1243
1227#: investors.html.j2:120 1244#: investors.html.j2:127
1228msgid "" 1245msgid ""
1229"Cryptographic operations, bandwidth and storage costs are less than 0.01 " 1246"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
1230"cent per transaction." 1247"cent per transaction."
1231msgstr "" 1248msgstr ""
1232 1249
1233#: investors.html.j2:122 1250#: investors.html.j2:129
1234msgid "" 1251msgid ""
1235"Multiple Taler transactions can be aggregated into larger wire transfers to " 1252"Multiple Taler transactions can be aggregated into larger wire transfers to "
1236"merchants to minimize wire transfer costs." 1253"merchants to minimize wire transfer costs."
1237msgstr "" 1254msgstr ""
1238 1255
1239#: investors.html.j2:124 1256#: investors.html.j2:131
1240msgid "" 1257msgid ""
1241"Protocol allows the exchange to charge fees for any expensive operation " 1258"Protocol allows the exchange to charge fees for any expensive operation "
1242"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 1259"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
1243msgstr "" 1260msgstr ""
1244 1261
1245#: investors.html.j2:126 1262#: investors.html.j2:133
1246msgid "Partnership with banks establishes consumer trust." 1263msgid "Partnership with banks establishes consumer trust."
1247msgstr "" 1264msgstr ""
1248 1265
1249#: investors.html.j2:128 1266#: investors.html.j2:135
1250msgid "Partnership with free software community enables rapid deployment." 1267msgid "Partnership with free software community enables rapid deployment."
1251msgstr "" 1268msgstr ""
1252 1269
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index 562dcc4f..b3c91d31 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
5"POT-Creation-Date: 2017-08-22 21:13+0200\n" 5"POT-Creation-Date: 2017-08-23 11:10+0200\n"
6"PO-Revision-Date: 2017-08-10 06:24+0200\n" 6"PO-Revision-Date: 2017-08-10 06:24+0200\n"
7"Last-Translator: \n" 7"Last-Translator: \n"
8"Language-Team: es <LL@li.org>\n" 8"Language-Team: es <LL@li.org>\n"
@@ -822,6 +822,16 @@ msgstr ""
822"ya que impide que se conozcan las monedas utilizadas o los clientes " 822"ya que impide que se conozcan las monedas utilizadas o los clientes "
823"involucrados.</p>" 823"involucrados.</p>"
824 824
825#: financial-news.html.j2:6
826msgid "Financial News"
827msgstr "Noticias Financieras"
828
829#: financial-news.html.j2:9
830msgid ""
831"This page explains (only in English) how Taler can change ongoing "
832"developments in the financial industry."
833msgstr ""
834
825#: glossary.html.j2:6 835#: glossary.html.j2:6
826msgid "auditor" 836msgid "auditor"
827msgstr "Auditor" 837msgstr "Auditor"
@@ -1530,10 +1540,6 @@ msgstr ""
1530msgid "Taler News" 1540msgid "Taler News"
1531msgstr "Noticias de Taler" 1541msgstr "Noticias de Taler"
1532 1542
1533#: index.html.j2:149
1534msgid "Financial News"
1535msgstr "Noticias Financieras"
1536
1537#: investors.html.j2:6 1543#: investors.html.j2:6
1538msgid "Invest in Taler!" 1544msgid "Invest in Taler!"
1539msgstr "¡Invierta en Taler!" 1545msgstr "¡Invierta en Taler!"
@@ -1625,11 +1631,22 @@ msgstr ""
1625msgid "The Business Case" 1631msgid "The Business Case"
1626msgstr "El Caso de los Negocios" 1632msgstr "El Caso de los Negocios"
1627 1633
1628#: investors.html.j2:107 1634#: investors.html.j2:88
1635msgid "Download"
1636msgstr ""
1637
1638#: investors.html.j2:91
1639msgid ""
1640"Our <a href=\"financial-news.html\">financial news</a> page explains in "
1641"English how Taler can impact current developments in the global payment "
1642"market."
1643msgstr ""
1644
1645#: investors.html.j2:114
1629msgid "Running a Taler payment service operator" 1646msgid "Running a Taler payment service operator"
1630msgstr "Operar una plataforma de servicio de pago de Taler" 1647msgstr "Operar una plataforma de servicio de pago de Taler"
1631 1648
1632#: investors.html.j2:110 1649#: investors.html.j2:117
1633msgid "" 1650msgid ""
1634"The payment service operator runs the <em>Taler exchange</em>. The exchange " 1651"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1635"charges <b>transaction fees</b> to customers or merchants. Its operational " 1652"charges <b>transaction fees</b> to customers or merchants. Its operational "
@@ -1642,7 +1659,7 @@ msgstr ""
1642"transferencias electrónicas y del funcionamiento de la infraestructura " 1659"transferencias electrónicas y del funcionamiento de la infraestructura "
1643"informática." 1660"informática."
1644 1661
1645#: investors.html.j2:120 1662#: investors.html.j2:127
1646msgid "" 1663msgid ""
1647"Cryptographic operations, bandwidth and storage costs are less than 0.01 " 1664"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
1648"cent per transaction." 1665"cent per transaction."
@@ -1650,7 +1667,7 @@ msgstr ""
1650"Las operaciones criptográficas, el ancho de banda y los costes de " 1667"Las operaciones criptográficas, el ancho de banda y los costes de "
1651"almacenamiento son inferiores a 0.01 centavos por transacción." 1668"almacenamiento son inferiores a 0.01 centavos por transacción."
1652 1669
1653#: investors.html.j2:122 1670#: investors.html.j2:129
1654msgid "" 1671msgid ""
1655"Multiple Taler transactions can be aggregated into larger wire transfers to " 1672"Multiple Taler transactions can be aggregated into larger wire transfers to "
1656"merchants to minimize wire transfer costs." 1673"merchants to minimize wire transfer costs."
@@ -1659,7 +1676,7 @@ msgstr ""
1659"electrónicas más grandes de los comerciantes para reducir al mínimo los " 1676"electrónicas más grandes de los comerciantes para reducir al mínimo los "
1660"costes de la transferencia bancaria." 1677"costes de la transferencia bancaria."
1661 1678
1662#: investors.html.j2:124 1679#: investors.html.j2:131
1663msgid "" 1680msgid ""
1664"Protocol allows the exchange to charge fees for any expensive operation " 1681"Protocol allows the exchange to charge fees for any expensive operation "
1665"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 1682"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
@@ -1668,11 +1685,11 @@ msgstr ""
1668"cualquier operación que tenga un coste (retirar, depositar, actualizar, " 1685"cualquier operación que tenga un coste (retirar, depositar, actualizar, "
1669"reembolsar o realizar transferencias electrónicas agrupadas)." 1686"reembolsar o realizar transferencias electrónicas agrupadas)."
1670 1687
1671#: investors.html.j2:126 1688#: investors.html.j2:133
1672msgid "Partnership with banks establishes consumer trust." 1689msgid "Partnership with banks establishes consumer trust."
1673msgstr "La asociación con bancos consolida la confianza del consumidor." 1690msgstr "La asociación con bancos consolida la confianza del consumidor."
1674 1691
1675#: investors.html.j2:128 1692#: investors.html.j2:135
1676msgid "Partnership with free software community enables rapid deployment." 1693msgid "Partnership with free software community enables rapid deployment."
1677msgstr "" 1694msgstr ""
1678"La asociación con la comunidad de software libre permite un despliegue " 1695"La asociación con la comunidad de software libre permite un despliegue "
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index a22f9df6..7c7e33f7 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
5"POT-Creation-Date: 2017-08-22 21:13+0200\n" 5"POT-Creation-Date: 2017-08-23 11:10+0200\n"
6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8"Language-Team: fr <LL@li.org>\n" 8"Language-Team: fr <LL@li.org>\n"
@@ -616,6 +616,16 @@ msgid ""
616"knowing which coin it signed for which customer.</p>" 616"knowing which coin it signed for which customer.</p>"
617msgstr "" 617msgstr ""
618 618
619#: financial-news.html.j2:6
620msgid "Financial News"
621msgstr ""
622
623#: financial-news.html.j2:9
624msgid ""
625"This page explains (only in English) how Taler can change ongoing "
626"developments in the financial industry."
627msgstr ""
628
619#: glossary.html.j2:6 629#: glossary.html.j2:6
620msgid "auditor" 630msgid "auditor"
621msgstr "" 631msgstr ""
@@ -1158,10 +1168,6 @@ msgstr ""
1158msgid "Taler News" 1168msgid "Taler News"
1159msgstr "" 1169msgstr ""
1160 1170
1161#: index.html.j2:149
1162msgid "Financial News"
1163msgstr ""
1164
1165#: investors.html.j2:6 1171#: investors.html.j2:6
1166msgid "Invest in Taler!" 1172msgid "Invest in Taler!"
1167msgstr "" 1173msgstr ""
@@ -1226,11 +1232,22 @@ msgstr ""
1226msgid "The Business Case" 1232msgid "The Business Case"
1227msgstr "" 1233msgstr ""
1228 1234
1229#: investors.html.j2:107 1235#: investors.html.j2:88
1236msgid "Download"
1237msgstr ""
1238
1239#: investors.html.j2:91
1240msgid ""
1241"Our <a href=\"financial-news.html\">financial news</a> page explains in "
1242"English how Taler can impact current developments in the global payment "
1243"market."
1244msgstr ""
1245
1246#: investors.html.j2:114
1230msgid "Running a Taler payment service operator" 1247msgid "Running a Taler payment service operator"
1231msgstr "" 1248msgstr ""
1232 1249
1233#: investors.html.j2:110 1250#: investors.html.j2:117
1234msgid "" 1251msgid ""
1235"The payment service operator runs the <em>Taler exchange</em>. The exchange " 1252"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1236"charges <b>transaction fees</b> to customers or merchants. Its operational " 1253"charges <b>transaction fees</b> to customers or merchants. Its operational "
@@ -1238,29 +1255,29 @@ msgid ""
1238"of the computing infrastructure." 1255"of the computing infrastructure."
1239msgstr "" 1256msgstr ""
1240 1257
1241#: investors.html.j2:120 1258#: investors.html.j2:127
1242msgid "" 1259msgid ""
1243"Cryptographic operations, bandwidth and storage costs are less than 0.01 " 1260"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
1244"cent per transaction." 1261"cent per transaction."
1245msgstr "" 1262msgstr ""
1246 1263
1247#: investors.html.j2:122 1264#: investors.html.j2:129
1248msgid "" 1265msgid ""
1249"Multiple Taler transactions can be aggregated into larger wire transfers to " 1266"Multiple Taler transactions can be aggregated into larger wire transfers to "
1250"merchants to minimize wire transfer costs." 1267"merchants to minimize wire transfer costs."
1251msgstr "" 1268msgstr ""
1252 1269
1253#: investors.html.j2:124 1270#: investors.html.j2:131
1254msgid "" 1271msgid ""
1255"Protocol allows the exchange to charge fees for any expensive operation " 1272"Protocol allows the exchange to charge fees for any expensive operation "
1256"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 1273"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
1257msgstr "" 1274msgstr ""
1258 1275
1259#: investors.html.j2:126 1276#: investors.html.j2:133
1260msgid "Partnership with banks establishes consumer trust." 1277msgid "Partnership with banks establishes consumer trust."
1261msgstr "" 1278msgstr ""
1262 1279
1263#: investors.html.j2:128 1280#: investors.html.j2:135
1264msgid "Partnership with free software community enables rapid deployment." 1281msgid "Partnership with free software community enables rapid deployment."
1265msgstr "" 1282msgstr ""
1266 1283
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index dc6b7538..5116bf4b 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: PROJECT VERSION\n" 3"Project-Id-Version: PROJECT VERSION\n"
4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 4"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
5"POT-Creation-Date: 2017-08-22 21:13+0200\n" 5"POT-Creation-Date: 2017-08-23 11:10+0200\n"
6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 6"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8"Language-Team: it <LL@li.org>\n" 8"Language-Team: it <LL@li.org>\n"
@@ -838,6 +838,16 @@ msgstr ""
838"L'uso della blind signature protegge la tua privacy in quanto impedisce al " 838"L'uso della blind signature protegge la tua privacy in quanto impedisce al "
839"cambio di sapere quale moneta ha firmato e per quale cliente.</p> " 839"cambio di sapere quale moneta ha firmato e per quale cliente.</p> "
840 840
841#: financial-news.html.j2:6
842msgid "Financial News"
843msgstr ""
844
845#: financial-news.html.j2:9
846msgid ""
847"This page explains (only in English) how Taler can change ongoing "
848"developments in the financial industry."
849msgstr ""
850
841#: glossary.html.j2:6 851#: glossary.html.j2:6
842msgid "auditor" 852msgid "auditor"
843msgstr "revisore" 853msgstr "revisore"
@@ -1441,10 +1451,6 @@ msgstr ""
1441msgid "Taler News" 1451msgid "Taler News"
1442msgstr "" 1452msgstr ""
1443 1453
1444#: index.html.j2:149
1445msgid "Financial News"
1446msgstr ""
1447
1448#: investors.html.j2:6 1454#: investors.html.j2:6
1449msgid "Invest in Taler!" 1455msgid "Invest in Taler!"
1450msgstr "" 1456msgstr ""
@@ -1509,11 +1515,22 @@ msgstr ""
1509msgid "The Business Case" 1515msgid "The Business Case"
1510msgstr "" 1516msgstr ""
1511 1517
1512#: investors.html.j2:107 1518#: investors.html.j2:88
1519msgid "Download"
1520msgstr ""
1521
1522#: investors.html.j2:91
1523msgid ""
1524"Our <a href=\"financial-news.html\">financial news</a> page explains in "
1525"English how Taler can impact current developments in the global payment "
1526"market."
1527msgstr ""
1528
1529#: investors.html.j2:114
1513msgid "Running a Taler payment service operator" 1530msgid "Running a Taler payment service operator"
1514msgstr "" 1531msgstr ""
1515 1532
1516#: investors.html.j2:110 1533#: investors.html.j2:117
1517msgid "" 1534msgid ""
1518"The payment service operator runs the <em>Taler exchange</em>. The exchange " 1535"The payment service operator runs the <em>Taler exchange</em>. The exchange "
1519"charges <b>transaction fees</b> to customers or merchants. Its operational " 1536"charges <b>transaction fees</b> to customers or merchants. Its operational "
@@ -1521,29 +1538,29 @@ msgid ""
1521"of the computing infrastructure." 1538"of the computing infrastructure."
1522msgstr "" 1539msgstr ""
1523 1540
1524#: investors.html.j2:120 1541#: investors.html.j2:127
1525msgid "" 1542msgid ""
1526"Cryptographic operations, bandwidth and storage costs are less than 0.01 " 1543"Cryptographic operations, bandwidth and storage costs are less than 0.01 "
1527"cent per transaction." 1544"cent per transaction."
1528msgstr "" 1545msgstr ""
1529 1546
1530#: investors.html.j2:122 1547#: investors.html.j2:129
1531msgid "" 1548msgid ""
1532"Multiple Taler transactions can be aggregated into larger wire transfers to " 1549"Multiple Taler transactions can be aggregated into larger wire transfers to "
1533"merchants to minimize wire transfer costs." 1550"merchants to minimize wire transfer costs."
1534msgstr "" 1551msgstr ""
1535 1552
1536#: investors.html.j2:124 1553#: investors.html.j2:131
1537msgid "" 1554msgid ""
1538"Protocol allows the exchange to charge fees for any expensive operation " 1555"Protocol allows the exchange to charge fees for any expensive operation "
1539"(withdraw, deposit, refresh, refund or aggregated wire transfers)." 1556"(withdraw, deposit, refresh, refund or aggregated wire transfers)."
1540msgstr "" 1557msgstr ""
1541 1558
1542#: investors.html.j2:126 1559#: investors.html.j2:133
1543msgid "Partnership with banks establishes consumer trust." 1560msgid "Partnership with banks establishes consumer trust."
1544msgstr "" 1561msgstr ""
1545 1562
1546#: investors.html.j2:128 1563#: investors.html.j2:135
1547msgid "Partnership with free software community enables rapid deployment." 1564msgid "Partnership with free software community enables rapid deployment."
1548msgstr "" 1565msgstr ""
1549 1566
diff --git a/news/2014-12.inc b/news/2014-12.inc
index 311e54bf..a234919c 100644
--- a/news/2014-12.inc
+++ b/news/2014-12.inc
@@ -1,8 +1,10 @@
1 <h3>12-2014: Watch Christian Grothoff's FOSSA talk on Taler</h3> 1 <h3>12-2014: Watch Christian Grothoff's FOSSA talk on Taler</h3>
2 <p> 2 <p>
3 <video id="video" poster="/images/fossa2014.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/images/fossa2014.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/grothoff2014fossa.webm" type="video/webm"> 4 <source src="/videos/grothoff2014fossa.webm" type="video/webm">
5 <source src="/videos/grothoff2014fossa.ogv" type="video/ogv"> 5 <source src="/videos/grothoff2014fossa.ogv" type="video/ogv">
6 </video> 6 </video>
7 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by FOSSA, Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 7 </p>
8 <p>
9 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('/images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by FOSSA, Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
8 </p> 10 </p>
diff --git a/news/2015-11.inc b/news/2015-11.inc
index f2526a64..df7e3b02 100644
--- a/news/2015-11.inc
+++ b/news/2015-11.inc
@@ -1,8 +1,10 @@
1 <h3>11-2015: Christian Grothoff's explains the goals behind Taler</h3> 1 <h3>11-2015: Christian Grothoff's explains the goals behind Taler</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/inria2015interview.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/inria2015interview.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/inria2015interview.webm" type="video/webm"> 4 <source src="/videos/inria2015interview.webm" type="video/webm">
5 <source src="/videos/inria2015interview.ogv" type="video/ogv"> 5 <source src="/videos/inria2015interview.ogv" type="video/ogv">
6 </video> 6 </video>
7 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 7 </p>
8 <p>
9 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png') }}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by Inria Rennes Bretagne Atlantique</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
8 </p> 10 </p>
diff --git a/news/2016-12.inc b/news/2016-12.inc
index 569caa5d..d45a4198 100644
--- a/news/2016-12.inc
+++ b/news/2016-12.inc
@@ -1,8 +1,10 @@
1 <h3>12-2016: Christian Grothoff explains Taler at hasgeek in Bangalore</h3> 1 <h3>12-2016: Christian Grothoff explains Taler at hasgeek in Bangalore</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/grothoff2016bangalore.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/grothoff2016bangalore.png" autobuffer="" height="360" width="720" controls="controls">
4 <source src="/videos/grothoff2016bangalore.webm" type="video/webm"> 4 <source src="/videos/grothoff2016bangalore.webm" type="video/webm">
5 <source src="/videos/grothoff2016bangalore.ogv" type="video/ogv"> 5 <source src="/videos/grothoff2016bangalore.ogv" type="video/ogv">
6 </video> 6 </video>
7 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by hasgeek</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 7 </p>
8 <p>
9 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by hasgeek</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
8 </p> 10 </p>
diff --git a/news/2017-02.inc b/news/2017-02.inc
index 85dfd0d8..aa825e50 100644
--- a/news/2017-02.inc
+++ b/news/2017-02.inc
@@ -1,8 +1,10 @@
1 <h3>02-2017: Florian Dold explains Taler at 50p in Bangalore</h3> 1 <h3>02-2017: Florian Dold explains Taler at 50p in Bangalore</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/dold50p.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/dold50p.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/dold50p.webm" type="video/webm"> 4 <source src="/videos/dold50p.webm" type="video/webm">
5 <source src="/videos/dold50p.ogv" type="video/ogv"> 5 <source src="/videos/dold50p.ogv" type="video/ogv">
6 </video> 6 </video>
7 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Florian Dold, produced by 50p</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 7 </p>
8 <p>
9 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Florian Dold, produced by 50p</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
8 </p> 10 </p>
diff --git a/news/2017-03.inc b/news/2017-03.inc
index 9d575d09..4478a038 100644
--- a/news/2017-03.inc
+++ b/news/2017-03.inc
@@ -1,8 +1,10 @@
1 <h3>03-2017: Sva explains GNU Taler at FOSSASIA in Singapore</h3> 1 <h3>03-2017: Sva explains GNU Taler at FOSSASIA in Singapore</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/taler2017fossasia.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/taler2017fossasia.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/taler2017fossasia.webm" type="video/webm"> 4 <source src="/videos/taler2017fossasia.webm" type="video/webm">
5 <source src="/videos/taler2017fossasia.ogv" type="video/ogv"> 5 <source src="/videos/taler2017fossasia.ogv" type="video/ogv">
6 </video> 6 </video>
7 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Sva, produced by Engineers.SG</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 7 </p>
8 <p>
9 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Sva, produced by Engineers.SG</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
8 </p> 10 </p>
diff --git a/news/2017-04.inc b/news/2017-04.inc
index a14fc8cc..50cd9b4c 100644
--- a/news/2017-04.inc
+++ b/news/2017-04.inc
@@ -1,9 +1,11 @@
1 <h3>04-2017: Sva explains GNU Taler at EasterHegg and Torsten demonstrates it is child's play</h3> 1 <h3>04-2017: Sva explains GNU Taler at EasterHegg and Torsten demonstrates it is child's play</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/taler2017eh.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/taler2017eh.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/taler2017eh.webm" type="video/webm"> 4 <source src="/videos/taler2017eh.webm" type="video/webm">
5 <source src="/videos/taler2017eh.ogv" type="video/ogv"> 5 <source src="/videos/taler2017eh.ogv" type="video/ogv">
6 <source src="/videos/taler2017eh.mp4" type="video/mp4"> 6 <source src="/videos/taler2017eh.mp4" type="video/mp4">
7 </video> 7 </video>
8 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Sva, produced by c3voc.de</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 8 </p>
9 <p>
10 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Sva, produced by c3voc.de</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
9 </p> 11 </p>
diff --git a/news/2017-08.inc b/news/2017-08.inc
index 42447108..d4e0fb7b 100644
--- a/news/2017-08.inc
+++ b/news/2017-08.inc
@@ -1,9 +1,11 @@
1 <h3>08-2017: We explain GNU Taler at SHA 2017</h3> 1 <h3>08-2017: We explain GNU Taler at SHA 2017</h3>
2 <p> 2 <p>
3 <video id="video" poster="/videos/sha2017taler.png" autobuffer="" height="180" width="320" controls="controls"> 3 <video id="video" poster="/videos/sha2017taler.png" autobuffer="" height="360" width="640" controls="controls">
4 <source src="/videos/sha2017taler.webm" type="video/webm"> 4 <source src="/videos/sha2017taler.webm" type="video/webm">
5 <source src="/videos/sha2017taler.ogv" type="video/ogv"> 5 <source src="/videos/sha2017taler.ogv" type="video/ogv">
6 <source src="/videos/sha2017taler.mp4" type="video/mp4"> 6 <source src="/videos/sha2017taler.mp4" type="video/mp4">
7 </video> 7 </video>
8 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Sva, produced by c3voc.de</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>. 8 </p>
9 <p>
10 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="{{ url('images/ccby.png')}}"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Jeff Burdges, Christian Grothoff and Sereni-T, produced by c3voc.de</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
9 </p> 11 </p>