taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 29050e1b2a26939f555dfe491f40e1097fb7bfde
parent 0a8d4b02bc856a2e57b659b7f8fab05ce7366074
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 18 Nov 2016 22:37:15 +0100

fix misc accessibility issues, shorten title so it works nicely in tabs

Diffstat:
Mabout.html | 4++--
Mcitizens.html | 4++--
Mdevelopers.html | 4++--
Mfinancial-news.html | 5+++--
Mgovernments.html | 2+-
Mindex.html | 8++++----
Minvestors.html | 4++--
Mmerchants.html | 4++--
Mnews.html | 4++--
9 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/about.html b/about.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>Taler - Taxable Anonymous Libre Electronic Reserves: About us</title> + <title>Taler - About us</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/citizens.html b/citizens.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Citizens</title> + <title>GNU Taler - Citizens</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/developers.html b/developers.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Developers</title> + <title>GNU Taler - Developers</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/financial-news.html b/financial-news.html @@ -1,7 +1,8 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Financial News</title> + <title>GNU Taler - Financial News</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/governments.html b/governments.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Governments</title> diff --git a/index.html b/index.html @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title lang="en">GNU Taler - Taxable Anonymous Libre Electronic Reserves</title> - <title lang="fr">GNU Taler - Taxable Anonyme Libre Electronique Réserve</title> - <title lang="de">GNU Taler - Taxable Anonyme Liberal Electronische Reserven</title> + <title lang="en">GNU Taler</title> + <title lang="fr">GNU Taler</title> + <title lang="de">GNU Taler</title> <title lang="it">GNU Taler</title> - <title lang="es">GNU Taler - Reservas Electrónicas Libres Anónimas Imponibles</title> + <title lang="es">GNU Taler</title> <meta name="description" content="Anonymous electronic payments for civil society"> <!--# include file="common/header.inc" --> </head> diff --git a/investors.html b/investors.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title> + <title>GNU Taler - Investors</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/merchants.html b/merchants.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Merchants</title> + <title>GNU Taler - Merchants</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/news.html b/news.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: News</title> + <title>GNU Taler - News</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head>