diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-08-23 11:11:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-08-23 11:11:51 +0200 |
commit | 05295151c3ff6a4dd4ff7fee29f0375f73670cb4 (patch) | |
tree | 30d3e1c62da7dbcb09d1082d1d3f8d497aca49e6 | |
parent | 1a6d191efe659b9f39d87156a32bd6c1269f07f3 (diff) | |
download | www-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.tar.gz www-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.zip |
move financial news to a separate page
-rw-r--r-- | financial-news.html.j2 (renamed from financial-news.html.j2.inc) | 27 | ||||
-rw-r--r-- | index.html.j2 | 6 | ||||
-rw-r--r-- | investors.html.j2 | 11 | ||||
-rw-r--r-- | locale/de/LC_MESSAGES/messages.po | 41 | ||||
-rw-r--r-- | locale/en/LC_MESSAGES/messages.po | 41 | ||||
-rw-r--r-- | locale/es/LC_MESSAGES/messages.po | 41 | ||||
-rw-r--r-- | locale/fr/LC_MESSAGES/messages.po | 41 | ||||
-rw-r--r-- | locale/it/LC_MESSAGES/messages.po | 41 | ||||
-rw-r--r-- | news/2014-12.inc | 6 | ||||
-rw-r--r-- | news/2015-11.inc | 6 | ||||
-rw-r--r-- | news/2016-12.inc | 6 | ||||
-rw-r--r-- | news/2017-02.inc | 6 | ||||
-rw-r--r-- | news/2017-03.inc | 6 | ||||
-rw-r--r-- | news/2017-04.inc | 6 | ||||
-rw-r--r-- | news/2017-08.inc | 6 |
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 "" | |||
2 | msgstr "" | 2 | msgstr "" |
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 | ||
1141 | msgid "Financial News" | ||
1142 | msgstr "Nachrichten aus der Finanzwelt" | ||
1143 | |||
1144 | #: financial-news.html.j2:9 | ||
1145 | msgid "" | ||
1146 | "This page explains (only in English) how Taler can change ongoing " | ||
1147 | "developments in the financial industry." | ||
1148 | msgstr "" | ||
1149 | |||
1140 | #: glossary.html.j2:6 | 1150 | #: glossary.html.j2:6 |
1141 | msgid "auditor" | 1151 | msgid "auditor" |
1142 | msgstr "" | 1152 | msgstr "" |
@@ -1959,10 +1969,6 @@ msgstr "" | |||
1959 | msgid "Taler News" | 1969 | msgid "Taler News" |
1960 | msgstr "Taler-News" | 1970 | msgstr "Taler-News" |
1961 | 1971 | ||
1962 | #: index.html.j2:149 | ||
1963 | msgid "Financial News" | ||
1964 | msgstr "Nachrichten aus der Finanzwelt" | ||
1965 | |||
1966 | #: investors.html.j2:6 | 1972 | #: investors.html.j2:6 |
1967 | msgid "Invest in Taler!" | 1973 | msgid "Invest in Taler!" |
1968 | msgstr "In Taler investieren!" | 1974 | msgstr "In Taler investieren!" |
@@ -2099,11 +2105,22 @@ msgstr "" | |||
2099 | msgid "The Business Case" | 2105 | msgid "The Business Case" |
2100 | msgstr "Der Businessplan" | 2106 | msgstr "Der Businessplan" |
2101 | 2107 | ||
2102 | #: investors.html.j2:107 | 2108 | #: investors.html.j2:88 |
2109 | msgid "Download" | ||
2110 | msgstr "" | ||
2111 | |||
2112 | #: investors.html.j2:91 | ||
2113 | msgid "" | ||
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." | ||
2117 | msgstr "" | ||
2118 | |||
2119 | #: investors.html.j2:114 | ||
2103 | msgid "Running a Taler payment service operator" | 2120 | msgid "Running a Taler payment service operator" |
2104 | msgstr "Ein Taler-Bezahlsystem als Serviceanbieter betreiben" | 2121 | msgstr "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 |
2126 | msgid "" | 2143 | msgid "" |
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 |
2134 | msgid "" | 2151 | msgid "" |
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 |
2143 | msgid "" | 2160 | msgid "" |
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 |
2153 | msgid "Partnership with banks establishes consumer trust." | 2170 | msgid "Partnership with banks establishes consumer trust." |
2154 | msgstr "Partnerschaften mit Banken erhöhen das Kundenvertrauen." | 2171 | msgstr "Partnerschaften mit Banken erhöhen das Kundenvertrauen." |
2155 | 2172 | ||
2156 | #: investors.html.j2:128 | 2173 | #: investors.html.j2:135 |
2157 | msgid "Partnership with free software community enables rapid deployment." | 2174 | msgid "Partnership with free software community enables rapid deployment." |
2158 | msgstr "" | 2175 | msgstr "" |
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 "" | |||
2 | msgstr "" | 2 | msgstr "" |
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>" |
603 | msgstr "" | 603 | msgstr "" |
604 | 604 | ||
605 | #: financial-news.html.j2:6 | ||
606 | msgid "Financial News" | ||
607 | msgstr "" | ||
608 | |||
609 | #: financial-news.html.j2:9 | ||
610 | msgid "" | ||
611 | "This page explains (only in English) how Taler can change ongoing " | ||
612 | "developments in the financial industry." | ||
613 | msgstr "" | ||
614 | |||
605 | #: glossary.html.j2:6 | 615 | #: glossary.html.j2:6 |
606 | msgid "auditor" | 616 | msgid "auditor" |
607 | msgstr "" | 617 | msgstr "" |
@@ -1144,10 +1154,6 @@ msgstr "" | |||
1144 | msgid "Taler News" | 1154 | msgid "Taler News" |
1145 | msgstr "" | 1155 | msgstr "" |
1146 | 1156 | ||
1147 | #: index.html.j2:149 | ||
1148 | msgid "Financial News" | ||
1149 | msgstr "" | ||
1150 | |||
1151 | #: investors.html.j2:6 | 1157 | #: investors.html.j2:6 |
1152 | msgid "Invest in Taler!" | 1158 | msgid "Invest in Taler!" |
1153 | msgstr "" | 1159 | msgstr "" |
@@ -1212,11 +1218,22 @@ msgstr "" | |||
1212 | msgid "The Business Case" | 1218 | msgid "The Business Case" |
1213 | msgstr "" | 1219 | msgstr "" |
1214 | 1220 | ||
1215 | #: investors.html.j2:107 | 1221 | #: investors.html.j2:88 |
1222 | msgid "Download" | ||
1223 | msgstr "" | ||
1224 | |||
1225 | #: investors.html.j2:91 | ||
1226 | msgid "" | ||
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." | ||
1230 | msgstr "" | ||
1231 | |||
1232 | #: investors.html.j2:114 | ||
1216 | msgid "Running a Taler payment service operator" | 1233 | msgid "Running a Taler payment service operator" |
1217 | msgstr "" | 1234 | msgstr "" |
1218 | 1235 | ||
1219 | #: investors.html.j2:110 | 1236 | #: investors.html.j2:117 |
1220 | msgid "" | 1237 | msgid "" |
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." |
1225 | msgstr "" | 1242 | msgstr "" |
1226 | 1243 | ||
1227 | #: investors.html.j2:120 | 1244 | #: investors.html.j2:127 |
1228 | msgid "" | 1245 | msgid "" |
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." |
1231 | msgstr "" | 1248 | msgstr "" |
1232 | 1249 | ||
1233 | #: investors.html.j2:122 | 1250 | #: investors.html.j2:129 |
1234 | msgid "" | 1251 | msgid "" |
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." |
1237 | msgstr "" | 1254 | msgstr "" |
1238 | 1255 | ||
1239 | #: investors.html.j2:124 | 1256 | #: investors.html.j2:131 |
1240 | msgid "" | 1257 | msgid "" |
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)." |
1243 | msgstr "" | 1260 | msgstr "" |
1244 | 1261 | ||
1245 | #: investors.html.j2:126 | 1262 | #: investors.html.j2:133 |
1246 | msgid "Partnership with banks establishes consumer trust." | 1263 | msgid "Partnership with banks establishes consumer trust." |
1247 | msgstr "" | 1264 | msgstr "" |
1248 | 1265 | ||
1249 | #: investors.html.j2:128 | 1266 | #: investors.html.j2:135 |
1250 | msgid "Partnership with free software community enables rapid deployment." | 1267 | msgid "Partnership with free software community enables rapid deployment." |
1251 | msgstr "" | 1268 | msgstr "" |
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 "" | |||
2 | msgstr "" | 2 | msgstr "" |
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 | ||
826 | msgid "Financial News" | ||
827 | msgstr "Noticias Financieras" | ||
828 | |||
829 | #: financial-news.html.j2:9 | ||
830 | msgid "" | ||
831 | "This page explains (only in English) how Taler can change ongoing " | ||
832 | "developments in the financial industry." | ||
833 | msgstr "" | ||
834 | |||
825 | #: glossary.html.j2:6 | 835 | #: glossary.html.j2:6 |
826 | msgid "auditor" | 836 | msgid "auditor" |
827 | msgstr "Auditor" | 837 | msgstr "Auditor" |
@@ -1530,10 +1540,6 @@ msgstr "" | |||
1530 | msgid "Taler News" | 1540 | msgid "Taler News" |
1531 | msgstr "Noticias de Taler" | 1541 | msgstr "Noticias de Taler" |
1532 | 1542 | ||
1533 | #: index.html.j2:149 | ||
1534 | msgid "Financial News" | ||
1535 | msgstr "Noticias Financieras" | ||
1536 | |||
1537 | #: investors.html.j2:6 | 1543 | #: investors.html.j2:6 |
1538 | msgid "Invest in Taler!" | 1544 | msgid "Invest in Taler!" |
1539 | msgstr "¡Invierta en Taler!" | 1545 | msgstr "¡Invierta en Taler!" |
@@ -1625,11 +1631,22 @@ msgstr "" | |||
1625 | msgid "The Business Case" | 1631 | msgid "The Business Case" |
1626 | msgstr "El Caso de los Negocios" | 1632 | msgstr "El Caso de los Negocios" |
1627 | 1633 | ||
1628 | #: investors.html.j2:107 | 1634 | #: investors.html.j2:88 |
1635 | msgid "Download" | ||
1636 | msgstr "" | ||
1637 | |||
1638 | #: investors.html.j2:91 | ||
1639 | msgid "" | ||
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." | ||
1643 | msgstr "" | ||
1644 | |||
1645 | #: investors.html.j2:114 | ||
1629 | msgid "Running a Taler payment service operator" | 1646 | msgid "Running a Taler payment service operator" |
1630 | msgstr "Operar una plataforma de servicio de pago de Taler" | 1647 | msgstr "Operar una plataforma de servicio de pago de Taler" |
1631 | 1648 | ||
1632 | #: investors.html.j2:110 | 1649 | #: investors.html.j2:117 |
1633 | msgid "" | 1650 | msgid "" |
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 |
1646 | msgid "" | 1663 | msgid "" |
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 |
1654 | msgid "" | 1671 | msgid "" |
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 |
1663 | msgid "" | 1680 | msgid "" |
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 |
1672 | msgid "Partnership with banks establishes consumer trust." | 1689 | msgid "Partnership with banks establishes consumer trust." |
1673 | msgstr "La asociación con bancos consolida la confianza del consumidor." | 1690 | msgstr "La asociación con bancos consolida la confianza del consumidor." |
1674 | 1691 | ||
1675 | #: investors.html.j2:128 | 1692 | #: investors.html.j2:135 |
1676 | msgid "Partnership with free software community enables rapid deployment." | 1693 | msgid "Partnership with free software community enables rapid deployment." |
1677 | msgstr "" | 1694 | msgstr "" |
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 "" | |||
2 | msgstr "" | 2 | msgstr "" |
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>" |
617 | msgstr "" | 617 | msgstr "" |
618 | 618 | ||
619 | #: financial-news.html.j2:6 | ||
620 | msgid "Financial News" | ||
621 | msgstr "" | ||
622 | |||
623 | #: financial-news.html.j2:9 | ||
624 | msgid "" | ||
625 | "This page explains (only in English) how Taler can change ongoing " | ||
626 | "developments in the financial industry." | ||
627 | msgstr "" | ||
628 | |||
619 | #: glossary.html.j2:6 | 629 | #: glossary.html.j2:6 |
620 | msgid "auditor" | 630 | msgid "auditor" |
621 | msgstr "" | 631 | msgstr "" |
@@ -1158,10 +1168,6 @@ msgstr "" | |||
1158 | msgid "Taler News" | 1168 | msgid "Taler News" |
1159 | msgstr "" | 1169 | msgstr "" |
1160 | 1170 | ||
1161 | #: index.html.j2:149 | ||
1162 | msgid "Financial News" | ||
1163 | msgstr "" | ||
1164 | |||
1165 | #: investors.html.j2:6 | 1171 | #: investors.html.j2:6 |
1166 | msgid "Invest in Taler!" | 1172 | msgid "Invest in Taler!" |
1167 | msgstr "" | 1173 | msgstr "" |
@@ -1226,11 +1232,22 @@ msgstr "" | |||
1226 | msgid "The Business Case" | 1232 | msgid "The Business Case" |
1227 | msgstr "" | 1233 | msgstr "" |
1228 | 1234 | ||
1229 | #: investors.html.j2:107 | 1235 | #: investors.html.j2:88 |
1236 | msgid "Download" | ||
1237 | msgstr "" | ||
1238 | |||
1239 | #: investors.html.j2:91 | ||
1240 | msgid "" | ||
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." | ||
1244 | msgstr "" | ||
1245 | |||
1246 | #: investors.html.j2:114 | ||
1230 | msgid "Running a Taler payment service operator" | 1247 | msgid "Running a Taler payment service operator" |
1231 | msgstr "" | 1248 | msgstr "" |
1232 | 1249 | ||
1233 | #: investors.html.j2:110 | 1250 | #: investors.html.j2:117 |
1234 | msgid "" | 1251 | msgid "" |
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." |
1239 | msgstr "" | 1256 | msgstr "" |
1240 | 1257 | ||
1241 | #: investors.html.j2:120 | 1258 | #: investors.html.j2:127 |
1242 | msgid "" | 1259 | msgid "" |
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." |
1245 | msgstr "" | 1262 | msgstr "" |
1246 | 1263 | ||
1247 | #: investors.html.j2:122 | 1264 | #: investors.html.j2:129 |
1248 | msgid "" | 1265 | msgid "" |
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." |
1251 | msgstr "" | 1268 | msgstr "" |
1252 | 1269 | ||
1253 | #: investors.html.j2:124 | 1270 | #: investors.html.j2:131 |
1254 | msgid "" | 1271 | msgid "" |
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)." |
1257 | msgstr "" | 1274 | msgstr "" |
1258 | 1275 | ||
1259 | #: investors.html.j2:126 | 1276 | #: investors.html.j2:133 |
1260 | msgid "Partnership with banks establishes consumer trust." | 1277 | msgid "Partnership with banks establishes consumer trust." |
1261 | msgstr "" | 1278 | msgstr "" |
1262 | 1279 | ||
1263 | #: investors.html.j2:128 | 1280 | #: investors.html.j2:135 |
1264 | msgid "Partnership with free software community enables rapid deployment." | 1281 | msgid "Partnership with free software community enables rapid deployment." |
1265 | msgstr "" | 1282 | msgstr "" |
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 "" | |||
2 | msgstr "" | 2 | msgstr "" |
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 | ||
842 | msgid "Financial News" | ||
843 | msgstr "" | ||
844 | |||
845 | #: financial-news.html.j2:9 | ||
846 | msgid "" | ||
847 | "This page explains (only in English) how Taler can change ongoing " | ||
848 | "developments in the financial industry." | ||
849 | msgstr "" | ||
850 | |||
841 | #: glossary.html.j2:6 | 851 | #: glossary.html.j2:6 |
842 | msgid "auditor" | 852 | msgid "auditor" |
843 | msgstr "revisore" | 853 | msgstr "revisore" |
@@ -1441,10 +1451,6 @@ msgstr "" | |||
1441 | msgid "Taler News" | 1451 | msgid "Taler News" |
1442 | msgstr "" | 1452 | msgstr "" |
1443 | 1453 | ||
1444 | #: index.html.j2:149 | ||
1445 | msgid "Financial News" | ||
1446 | msgstr "" | ||
1447 | |||
1448 | #: investors.html.j2:6 | 1454 | #: investors.html.j2:6 |
1449 | msgid "Invest in Taler!" | 1455 | msgid "Invest in Taler!" |
1450 | msgstr "" | 1456 | msgstr "" |
@@ -1509,11 +1515,22 @@ msgstr "" | |||
1509 | msgid "The Business Case" | 1515 | msgid "The Business Case" |
1510 | msgstr "" | 1516 | msgstr "" |
1511 | 1517 | ||
1512 | #: investors.html.j2:107 | 1518 | #: investors.html.j2:88 |
1519 | msgid "Download" | ||
1520 | msgstr "" | ||
1521 | |||
1522 | #: investors.html.j2:91 | ||
1523 | msgid "" | ||
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." | ||
1527 | msgstr "" | ||
1528 | |||
1529 | #: investors.html.j2:114 | ||
1513 | msgid "Running a Taler payment service operator" | 1530 | msgid "Running a Taler payment service operator" |
1514 | msgstr "" | 1531 | msgstr "" |
1515 | 1532 | ||
1516 | #: investors.html.j2:110 | 1533 | #: investors.html.j2:117 |
1517 | msgid "" | 1534 | msgid "" |
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." |
1522 | msgstr "" | 1539 | msgstr "" |
1523 | 1540 | ||
1524 | #: investors.html.j2:120 | 1541 | #: investors.html.j2:127 |
1525 | msgid "" | 1542 | msgid "" |
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." |
1528 | msgstr "" | 1545 | msgstr "" |
1529 | 1546 | ||
1530 | #: investors.html.j2:122 | 1547 | #: investors.html.j2:129 |
1531 | msgid "" | 1548 | msgid "" |
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." |
1534 | msgstr "" | 1551 | msgstr "" |
1535 | 1552 | ||
1536 | #: investors.html.j2:124 | 1553 | #: investors.html.j2:131 |
1537 | msgid "" | 1554 | msgid "" |
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)." |
1540 | msgstr "" | 1557 | msgstr "" |
1541 | 1558 | ||
1542 | #: investors.html.j2:126 | 1559 | #: investors.html.j2:133 |
1543 | msgid "Partnership with banks establishes consumer trust." | 1560 | msgid "Partnership with banks establishes consumer trust." |
1544 | msgstr "" | 1561 | msgstr "" |
1545 | 1562 | ||
1546 | #: investors.html.j2:128 | 1563 | #: investors.html.j2:135 |
1547 | msgid "Partnership with free software community enables rapid deployment." | 1564 | msgid "Partnership with free software community enables rapid deployment." |
1548 | msgstr "" | 1565 | msgstr "" |
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> |