[htdocs,1/2] add meta viewport settings for mobile devices

Message ID 20231220031439.495-1-vapier@gentoo.org
State Committed
Headers
Series [htdocs,1/2] add meta viewport settings for mobile devices |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent

Commit Message

Mike Frysinger Dec. 20, 2023, 3:14 a.m. UTC
  This makes pages more readable by default on mobile devices.
---
 bugs.html          | 1 +
 documentation.html | 1 +
 index.html         | 1 +
 involved.html      | 1 +
 security.html      | 1 +
 sources.html       | 1 +
 started.html       | 1 +
 template.html      | 1 +
 8 files changed, 8 insertions(+)
  

Comments

Mike Frysinger Dec. 20, 2023, 5:33 a.m. UTC | #1
if people want to preview these changes, i posted them to:
https://wh0rd.org/~vapier/glibc/
-mike
  
Carlos O'Donell Dec. 20, 2023, 7:12 p.m. UTC | #2
On 12/20/23 00:33, Mike Frysinger wrote:
> if people want to preview these changes, i posted them to:
> https://wh0rd.org/~vapier/glibc/

Looks great!

I'll get your changes integrated shortly. Thanks for the cleanups.

I will also move the repo master branch to main (should have been done
first).
  
Carlos O'Donell Feb. 16, 2024, 7:35 p.m. UTC | #3
On 12/19/23 22:14, Mike Frysinger wrote:
> This makes pages more readable by default on mobile devices.

LGTM. Applied.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> ---
>  bugs.html          | 1 +
>  documentation.html | 1 +
>  index.html         | 1 +
>  involved.html      | 1 +
>  security.html      | 1 +
>  sources.html       | 1 +
>  started.html       | 1 +
>  template.html      | 1 +
>  8 files changed, 8 insertions(+)
> 
> diff --git a/bugs.html b/bugs.html
> index 87d992165fec..bb7bccc00244 100644
> --- a/bugs.html
> +++ b/bugs.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/documentation.html b/documentation.html
> index 8292ed8cfa11..8458f2e077f1 100644
> --- a/documentation.html
> +++ b/documentation.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/index.html b/index.html
> index b4cefd882cbe..9b35d5f4d8c9 100644
> --- a/index.html
> +++ b/index.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/involved.html b/involved.html
> index 62811e1936f2..b51a01681cf0 100644
> --- a/involved.html
> +++ b/involved.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/security.html b/security.html
> index 4b71d68fdc9f..d0f56074282f 100644
> --- a/security.html
> +++ b/security.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/sources.html b/sources.html
> index 49c5bd0da065..1341f2872a19 100644
> --- a/sources.html
> +++ b/sources.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/started.html b/started.html
> index c37c4cc9f4ca..a962ef94e9dd 100644
> --- a/started.html
> +++ b/started.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/template.html b/template.html
> index 64a63b50d3c7..ca3abc171170 100644
> --- a/template.html
> +++ b/template.html
> @@ -3,6 +3,7 @@
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>  <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
>   <link rev="made" href="mailto:libc-alpha@sourceware.org" />
>   <link rel="shortcut icon" href="favicon.ico" />
>   <link rel="stylesheet" type="text/css" href="glibc.css" />
  

Patch

diff --git a/bugs.html b/bugs.html
index 87d992165fec..bb7bccc00244 100644
--- a/bugs.html
+++ b/bugs.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/documentation.html b/documentation.html
index 8292ed8cfa11..8458f2e077f1 100644
--- a/documentation.html
+++ b/documentation.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/index.html b/index.html
index b4cefd882cbe..9b35d5f4d8c9 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/involved.html b/involved.html
index 62811e1936f2..b51a01681cf0 100644
--- a/involved.html
+++ b/involved.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/security.html b/security.html
index 4b71d68fdc9f..d0f56074282f 100644
--- a/security.html
+++ b/security.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/sources.html b/sources.html
index 49c5bd0da065..1341f2872a19 100644
--- a/sources.html
+++ b/sources.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/started.html b/started.html
index c37c4cc9f4ca..a962ef94e9dd 100644
--- a/started.html
+++ b/started.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />
diff --git a/template.html b/template.html
index 64a63b50d3c7..ca3abc171170 100644
--- a/template.html
+++ b/template.html
@@ -3,6 +3,7 @@ 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rev="made" href="mailto:libc-alpha@sourceware.org" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="stylesheet" type="text/css" href="glibc.css" />