aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
commitf48fb172013dd79827898edc635834a83b31fac4 (patch)
tree2226d5174678c46d983f01eed6a946efa2baf455
parent592850e144e38520fb166ee490c25b0283257d16 (diff)
downloadwww-f48fb172013dd79827898edc635834a83b31fac4.tar.gz
www-f48fb172013dd79827898edc635834a83b31fac4.zip
add doctype, capitzlize utf-8 in charset
-rw-r--r--about.html.j26
-rw-r--r--citizens.html.j26
-rw-r--r--common/footer.inc.j22
-rw-r--r--developers.html.j23
-rw-r--r--governments.html.j26
-rw-r--r--index.html.j26
-rw-r--r--investors.html.j26
-rw-r--r--merchants.html.j26
-rw-r--r--news.html.j26
-rw-r--r--wallet.html.j22
10 files changed, 32 insertions, 17 deletions
diff --git a/about.html.j2 b/about.html.j2
index 335d213b..0be7bd0f 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/citizens.html.j2 b/citizens.html.j2
index 77212e94..ef9232a3 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/common/footer.inc.j2 b/common/footer.inc.j2
index 6320e0d6..cc96baad 100644
--- a/common/footer.inc.j2
+++ b/common/footer.inc.j2
@@ -1,5 +1,5 @@
1 <div class="footer"> 1 <div class="footer">
2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p> 2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016, 2017</p>
3 <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p> 3 <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
4 </div> 4 </div>
5 <script type="text/javascript">//<![CDATA[ 5 <script type="text/javascript">//<![CDATA[
diff --git a/developers.html.j2 b/developers.html.j2
index 02e6beae..45632912 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -1,5 +1,6 @@
1<!DOCTYPE html>
1<html lang="{{ _('en') }}"><head> 2<html lang="{{ _('en') }}"><head>
2 <meta charset="utf-8"> 3 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title> 4 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title>
4 <meta name="description" content=""> 5 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 6 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/governments.html.j2 b/governments.html.j2
index 83f244c6..7dfd0971 100644
--- a/governments.html.j2
+++ b/governments.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Governments") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Governments") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/index.html.j2 b/index.html.j2
index 5f95a3c7..8fe8510a 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }} "><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }} ">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }}</title> 5 <title>{{ _("GNU Taler") }}</title>
4 <meta name="description" content="Anonymous electronic payments for civil society"> 6 <meta name="description" content="Anonymous electronic payments for civil society">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/investors.html.j2 b/investors.html.j2
index 1dffdb89..075c27f5 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/merchants.html.j2 b/merchants.html.j2
index f1ed4e34..4c23c671 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Merchants") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Merchants") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/news.html.j2 b/news.html.j2
index 54dc6f40..0378f1ff 100644
--- a/news.html.j2
+++ b/news.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }}"><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }}">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("News") }}</title>
4 <meta name="description" content=""> 6 <meta name="description" content="">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/wallet.html.j2 b/wallet.html.j2
index 7045e64a..aea86b47 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -1,7 +1,7 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html>
3 <head profile="http://www.w3.org/2005/10/profile"> 3 <head profile="http://www.w3.org/2005/10/profile">
4 <meta charset="utf-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->