You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2021/07/03 15:04:53 UTC

svn commit: r1891228 - in /subversion/site/staging-ng: ./ dev/ docs/ docs/community-guide/ pronunciation/ security/

Author: dsahlberg
Date: Sat Jul  3 15:04:53 2021
New Revision: 1891228

URL: http://svn.apache.org/viewvc?rev=1891228&view=rev
Log:
In site/staging-ng:
In HTML files, update DOCTYPE and add additional elements to <head> based on TEMPLATE
Use absolute link to manifest in TEMPLATE

* TEMPLATE
* contributing.html
* dev/index.html
* docs/community-guide/building.html
* docs/community-guide/community-guide.html
* docs/community-guide/conventions.html
* docs/community-guide/debugging.html
* docs/community-guide/general.html
* docs/community-guide/index.html
* docs/community-guide/issues.html
* docs/community-guide/l10n.html
* docs/community-guide/mailing-lists.html
* docs/community-guide/releasing.html
* docs/community-guide/roles.html
* docs/community-guide/web.html
* docs/index.html
* download.html
* faq.html
* faq.ja.html
* faq.zh.html
* features.html
* ideas.html
* index.html
* mailing-lists.html
* news.html
* opw.html
* packages.html
* pronunciation/index.html
* quick-start.html
* reporting-issues.html
* roadmap.html
* security/index.html
* source-code.html


Modified:
    subversion/site/staging-ng/TEMPLATE
    subversion/site/staging-ng/contributing.html
    subversion/site/staging-ng/dev/index.html
    subversion/site/staging-ng/docs/community-guide/building.html
    subversion/site/staging-ng/docs/community-guide/community-guide.html
    subversion/site/staging-ng/docs/community-guide/conventions.html
    subversion/site/staging-ng/docs/community-guide/debugging.html
    subversion/site/staging-ng/docs/community-guide/general.html
    subversion/site/staging-ng/docs/community-guide/index.html
    subversion/site/staging-ng/docs/community-guide/issues.html
    subversion/site/staging-ng/docs/community-guide/l10n.html
    subversion/site/staging-ng/docs/community-guide/mailing-lists.html
    subversion/site/staging-ng/docs/community-guide/releasing.html
    subversion/site/staging-ng/docs/community-guide/roles.html
    subversion/site/staging-ng/docs/community-guide/web.html
    subversion/site/staging-ng/docs/index.html
    subversion/site/staging-ng/download.html
    subversion/site/staging-ng/faq.html
    subversion/site/staging-ng/faq.ja.html
    subversion/site/staging-ng/faq.zh.html
    subversion/site/staging-ng/features.html
    subversion/site/staging-ng/ideas.html
    subversion/site/staging-ng/index.html
    subversion/site/staging-ng/mailing-lists.html
    subversion/site/staging-ng/news.html
    subversion/site/staging-ng/opw.html
    subversion/site/staging-ng/packages.html
    subversion/site/staging-ng/pronunciation/index.html
    subversion/site/staging-ng/quick-start.html
    subversion/site/staging-ng/reporting-issues.html
    subversion/site/staging-ng/roadmap.html
    subversion/site/staging-ng/security/index.html
    subversion/site/staging-ng/source-code.html

Modified: subversion/site/staging-ng/TEMPLATE
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/TEMPLATE?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/TEMPLATE (original)
+++ subversion/site/staging-ng/TEMPLATE Sat Jul  3 15:04:53 2021
@@ -7,11 +7,9 @@
 <title>Apache Subversion</title>
 <meta name="description" content="">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="manifest" href="site.webmanifest">
+<link rel="manifest" href="/site.webmanifest">
 <link rel="apple-touch-icon" href="/icon.png">
 <link rel="icon" type="image/png" href="/icon.png">
-<link rel="stylesheet" href="/style/normalize.css" type="text/css" media="all">
-<link rel="stylesheet" href="/style/main.css" type="text/css" media="all">
 <link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
 <meta name="theme-color" content="#98b0d4">
 </head>

Modified: subversion/site/staging-ng/contributing.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/contributing.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/contributing.html (original)
+++ subversion/site/staging-ng/contributing.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Getting Involved with Apache Subversion</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/dev/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/dev/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/dev/index.html (original)
+++ subversion/site/staging-ng/dev/index.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Developer Resources</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/building.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/building.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/building.html (original)
+++ subversion/site/staging-ng/docs/community-guide/building.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Building and Testing</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/community-guide.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/community-guide.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/community-guide.html (original)
+++ subversion/site/staging-ng/docs/community-guide/community-guide.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - General Overview</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/conventions.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/conventions.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/conventions.html (original)
+++ subversion/site/staging-ng/docs/community-guide/conventions.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Coding and Commit Conventions</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/debugging.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/debugging.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/debugging.html (original)
+++ subversion/site/staging-ng/docs/community-guide/debugging.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Debugging Subversion</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/general.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/general.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/general.html (original)
+++ subversion/site/staging-ng/docs/community-guide/general.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - General Overview</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/index.html (original)
+++ subversion/site/staging-ng/docs/community-guide/index.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - General Overview</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/issues.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/issues.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/issues.html (original)
+++ subversion/site/staging-ng/docs/community-guide/issues.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Bugs/Issues</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/l10n.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/l10n.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/l10n.html (original)
+++ subversion/site/staging-ng/docs/community-guide/l10n.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Localization</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/mailing-lists.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/mailing-lists.html (original)
+++ subversion/site/staging-ng/docs/community-guide/mailing-lists.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Mailing Lists</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/releasing.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/releasing.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/releasing.html (original)
+++ subversion/site/staging-ng/docs/community-guide/releasing.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Making Subversion Releases</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/roles.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/roles.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/roles.html (original)
+++ subversion/site/staging-ng/docs/community-guide/roles.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Community Roles</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/community-guide/web.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/web.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/web.html (original)
+++ subversion/site/staging-ng/docs/community-guide/web.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion - Community Guide - Making Changes to the Web Site</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/docs/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/index.html (original)
+++ subversion/site/staging-ng/docs/index.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Subversion Documentation</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/download.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/download.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/download.html (original)
+++ subversion/site/staging-ng/download.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Download Apache Subversion Sources</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/faq.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/faq.html (original)
+++ subversion/site/staging-ng/faq.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion FAQ</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/faq.ja.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/faq.ja.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/faq.ja.html [utf-8] (original)
+++ subversion/site/staging-ng/faq.ja.html [utf-8] Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Subversion FAQ(in Japanese)</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/faq.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/faq.zh.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/faq.zh.html [utf-8] (original)
+++ subversion/site/staging-ng/faq.zh.html [utf-8] Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Subversion FAQ(常见问题解答)</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/features.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/features.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/features.html (original)
+++ subversion/site/staging-ng/features.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Features</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/ideas.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/ideas.html (original)
+++ subversion/site/staging-ng/ideas.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Project Ideas</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/index.html (original)
+++ subversion/site/staging-ng/index.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/mailing-lists.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/mailing-lists.html (original)
+++ subversion/site/staging-ng/mailing-lists.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Mailing Lists</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body onload="document.getElementById('q').value = document.getElementById('q').value.replace(/inurl:subversion /gi, '');">

Modified: subversion/site/staging-ng/news.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/news.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/news.html (original)
+++ subversion/site/staging-ng/news.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion News Archives</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/opw.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/opw.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/opw.html (original)
+++ subversion/site/staging-ng/opw.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion and the Outreach Program for Women</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/packages.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/packages.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/packages.html (original)
+++ subversion/site/staging-ng/packages.html Sat Jul  3 15:04:53 2021
@@ -1,12 +1,17 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Binary Packages</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 <style type="text/css">
-  @import url("/style/site.css");
   .package {
     padding-left: 50px;
     min-height: 50px;

Modified: subversion/site/staging-ng/pronunciation/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/pronunciation/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/pronunciation/index.html (original)
+++ subversion/site/staging-ng/pronunciation/index.html Sat Jul  3 15:04:53 2021
@@ -1,12 +1,17 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>How To Pronounce "Subversion"</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 <style type="text/css">
-  @import url("/style/site.css");
   .question { font-weight: bold };
   .answer { };
 </style>

Modified: subversion/site/staging-ng/quick-start.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/quick-start.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/quick-start.html (original)
+++ subversion/site/staging-ng/quick-start.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion: Quick Start</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/reporting-issues.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/reporting-issues.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/reporting-issues.html (original)
+++ subversion/site/staging-ng/reporting-issues.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Issues</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/roadmap.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/roadmap.html (original)
+++ subversion/site/staging-ng/roadmap.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Roadmap</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/security/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/security/index.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/security/index.html (original)
+++ subversion/site/staging-ng/security/index.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Security</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>

Modified: subversion/site/staging-ng/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/source-code.html?rev=1891228&r1=1891227&r2=1891228&view=diff
==============================================================================
--- subversion/site/staging-ng/source-code.html (original)
+++ subversion/site/staging-ng/source-code.html Sat Jul  3 15:04:53 2021
@@ -1,13 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
+<meta charset="UTF-8">
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <title>Apache Subversion Source Code</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<link rel="manifest" href="/site.webmanifest">
+<link rel="apple-touch-icon" href="/icon.png">
+<link rel="icon" type="image/png" href="/icon.png">
+<link rel="stylesheet" href="/style/site.css" type="text/css" media="all">
+<meta name="theme-color" content="#98b0d4">
 </head>
 
 <body>