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/23 19:54:52 UTC

svn commit: r1891758 - in /subversion/site/publish: ./ dev/ docs/ docs/community-guide/ docs/release-notes/ images/ pronunciation/ security/ style/

Author: dsahlberg
Date: Fri Jul 23 19:54:52 2021
New Revision: 1891758

URL: http://svn.apache.org/viewvc?rev=1891758&view=rev
Log:
In site/publish: Merge from site/staging

* Almost every html file, some images and css files:
  Mobile friendlyness improvements

* news.html, docs/community-guide/general.part.html:
  Replaceing some dead links with archive.org

* docs/community-guide/releasing.part.html
  Update how API/JAVAHL docs are generated

Added:
    subversion/site/publish/icon.png
      - copied unchanged from r1891757, subversion/site/staging/icon.png
    subversion/site/publish/icon512.png
      - copied unchanged from r1891757, subversion/site/staging/icon512.png
    subversion/site/publish/images/asf_logo_wide.svg
      - copied unchanged from r1891757, subversion/site/staging/images/asf_logo_wide.svg
    subversion/site/publish/images/svn-name-banner.svg
      - copied unchanged from r1891757, subversion/site/staging/images/svn-name-banner.svg
    subversion/site/publish/site.webmanifest
      - copied unchanged from r1891757, subversion/site/staging/site.webmanifest
    subversion/site/publish/style/main.css
      - copied unchanged from r1891757, subversion/site/staging/style/main.css
    subversion/site/publish/style/normalize.css
      - copied unchanged from r1891757, subversion/site/staging/style/normalize.css
Removed:
    subversion/site/publish/images/svn-name-banner.jpg
Modified:
    subversion/site/publish/   (props changed)
    subversion/site/publish/TEMPLATE
    subversion/site/publish/contributing.html
    subversion/site/publish/dev/index.html
    subversion/site/publish/docs/community-guide/building.html
    subversion/site/publish/docs/community-guide/community-guide.html
    subversion/site/publish/docs/community-guide/conventions.html
    subversion/site/publish/docs/community-guide/debugging.html
    subversion/site/publish/docs/community-guide/general.html
    subversion/site/publish/docs/community-guide/general.part.html
    subversion/site/publish/docs/community-guide/index.html
    subversion/site/publish/docs/community-guide/issues.html
    subversion/site/publish/docs/community-guide/l10n.html
    subversion/site/publish/docs/community-guide/mailing-lists.html
    subversion/site/publish/docs/community-guide/releasing.html
    subversion/site/publish/docs/community-guide/releasing.part.html
    subversion/site/publish/docs/community-guide/roles.html
    subversion/site/publish/docs/community-guide/web.html
    subversion/site/publish/docs/index.html
    subversion/site/publish/docs/release-notes/1.1.html
    subversion/site/publish/docs/release-notes/1.10.html
    subversion/site/publish/docs/release-notes/1.11.html
    subversion/site/publish/docs/release-notes/1.12.html
    subversion/site/publish/docs/release-notes/1.13.html
    subversion/site/publish/docs/release-notes/1.14.html
    subversion/site/publish/docs/release-notes/1.2.html
    subversion/site/publish/docs/release-notes/1.3.html
    subversion/site/publish/docs/release-notes/1.4.html
    subversion/site/publish/docs/release-notes/1.5.html
    subversion/site/publish/docs/release-notes/1.6.html
    subversion/site/publish/docs/release-notes/1.6.zh.html
    subversion/site/publish/docs/release-notes/1.7.html
    subversion/site/publish/docs/release-notes/1.8.html
    subversion/site/publish/docs/release-notes/1.9.html
    subversion/site/publish/docs/release-notes/index.html
    subversion/site/publish/docs/release-notes/release-history.html
    subversion/site/publish/download.html
    subversion/site/publish/faq.html
    subversion/site/publish/faq.ja.html
    subversion/site/publish/faq.zh.html
    subversion/site/publish/features.html
    subversion/site/publish/ideas.html
    subversion/site/publish/images/banner-gradient.jpg
    subversion/site/publish/index.html   (contents, props changed)
    subversion/site/publish/mailing-lists.html
    subversion/site/publish/news.html   (contents, props changed)
    subversion/site/publish/opw.html
    subversion/site/publish/packages.html
    subversion/site/publish/pronunciation/index.html
    subversion/site/publish/quick-start.html
    subversion/site/publish/reporting-issues.html
    subversion/site/publish/roadmap.html   (contents, props changed)
    subversion/site/publish/security/index.html
    subversion/site/publish/site-banner.html
    subversion/site/publish/site-nav.html
    subversion/site/publish/source-code.html
    subversion/site/publish/style/site.css

Propchange: subversion/site/publish/
------------------------------------------------------------------------------
  Merged /subversion/site/staging-ng:r1866905-1891316
  Merged /subversion/site/staging:r1891386-1891757

Modified: subversion/site/publish/TEMPLATE
URL: http://svn.apache.org/viewvc/subversion/site/publish/TEMPLATE?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/TEMPLATE (original)
+++ subversion/site/publish/TEMPLATE Fri Jul 23 19:54:52 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">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 <title>Apache Subversion</title>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<meta name="description" content="">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<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>
@@ -24,5 +29,6 @@
 
 <!-- ***************** END CONTENT ****************** -->
 </div> <!-- #site-content -->
+<!--#include virtual="/site-footer.html" -->
 </body>
 </html>

Modified: subversion/site/publish/contributing.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/contributing.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/contributing.html (original)
+++ subversion/site/publish/contributing.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/dev/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/dev/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/dev/index.html (original)
+++ subversion/site/publish/dev/index.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/building.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/building.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/building.html (original)
+++ subversion/site/publish/docs/community-guide/building.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/community-guide.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/community-guide.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/community-guide.html (original)
+++ subversion/site/publish/docs/community-guide/community-guide.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/conventions.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/conventions.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/conventions.html (original)
+++ subversion/site/publish/docs/community-guide/conventions.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/debugging.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/debugging.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/debugging.html (original)
+++ subversion/site/publish/docs/community-guide/debugging.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/general.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.html (original)
+++ subversion/site/publish/docs/community-guide/general.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/general.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Fri Jul 23 19:54:52 2021
@@ -52,22 +52,22 @@ any IRC software; archived
        various release branches.</p></li> 
 </ul>
 
-<p>The Subversion Community also meets in Berlin for a Hackathon once
+<p>For several years, the Subversion Community meet in Berlin for a Hackathon once
 a year:
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/apache-subversion-hackathon-berlin-2016"
+<a rel="nofollow" href="https://web.archive.org/web/20170227085903/https://www.elegosoft.com/en_US/page/apache-subversion-hackathon-berlin-2016"
 >2016</a>,
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/apache-subversion-hackathon-berlin-2015"
+<a rel="nofollow" href="https://web.archive.org/web/20171206000855/https://www.elegosoft.com/en_US/page/apache-subversion-hackathon-berlin-2015"
 >2015</a>,
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/nachlese-apache-subversion-2014-berlin-hackathon"
+<a rel="nofollow" href="https://web.archive.org/web/20171205232732/https://www.elegosoft.com/en_US/page/nachlese-apache-subversion-2014-berlin-hackathon"
 >2014</a>,
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/nachlese-subversion-hackathon-berlin-2013"
+<a rel="nofollow" href="https://web.archive.org/web/20171206002300/https://www.elegosoft.com/en_US/page/nachlese-subversion-hackathon-berlin-2013"
 >2013</a>,
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/nachlese-svn-day-berlin-2012"
+<a rel="nofollow" href="https://web.archive.org/web/20171205232529/https://www.elegosoft.com/en_US/page/nachlese-svn-day-berlin-2012"
 >2012</a>,
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/nachlese-svn-day-berlin-2011"
+<a rel="nofollow" href="https://web.archive.org/web/20171205204626/https://www.elegosoft.com/en_US/page/nachlese-svn-day-berlin-2011"
 >2011</a> and
-<a rel="nofollow" href="https://www.elegosoft.com/en_US/page/nachlese-subversion-day-berlin-2010"
->2010</a>.</p>
+<a rel="nofollow" href="https://web.archive.org/web/20171206002600/https://www.elegosoft.com/en_US/page/nachlese-subversion-day-berlin-2010"
+>2010</a> [linked from archive.org, some media links do not work].</p>
 
 <p>There are many ways to join the project, either by writing code, or
 by testing and/or helping to manage the bug database.  If you'd like

Modified: subversion/site/publish/docs/community-guide/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/index.html (original)
+++ subversion/site/publish/docs/community-guide/index.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/issues.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/issues.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/issues.html (original)
+++ subversion/site/publish/docs/community-guide/issues.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/l10n.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/l10n.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/l10n.html (original)
+++ subversion/site/publish/docs/community-guide/l10n.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/mailing-lists.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/mailing-lists.html (original)
+++ subversion/site/publish/docs/community-guide/mailing-lists.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/releasing.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Jul 23 19:54:52 2021
@@ -1335,8 +1335,8 @@ In that case:</p>
     <pre>
 VER=1.12
 DOCS_WC=~/src/svn/site/staging/docs
-BRANCH_BUILD_DIR=~/src/svn/branches/$VER.x/obj-dir
-cd $BRANCH_BUILD_DIR
+TAG_BUILD_DIR=~/src/svn/tags/$VER.x/obj-dir
+cd $TAG_BUILD_DIR
 make doc
 cp -a doc/doxygen/html $DOCS_WC/api/$VER
 cp -a doc/javadoc $DOCS_WC/javahl/$VER

Modified: subversion/site/publish/docs/community-guide/roles.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/roles.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/roles.html (original)
+++ subversion/site/publish/docs/community-guide/roles.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/community-guide/web.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/web.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/web.html (original)
+++ subversion/site/publish/docs/community-guide/web.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/index.html (original)
+++ subversion/site/publish/docs/index.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/docs/release-notes/1.1.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.1.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.1.html (original)
+++ subversion/site/publish/docs/release-notes/1.1.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.1 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.10 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.11.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.11.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.11 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.12.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.12.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.12.html (original)
+++ subversion/site/publish/docs/release-notes/1.12.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.12 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.13.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.13.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.13.html (original)
+++ subversion/site/publish/docs/release-notes/1.13.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.13 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.14.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.14 LTS Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.2.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.2.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.2.html (original)
+++ subversion/site/publish/docs/release-notes/1.2.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.2 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.3.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.3.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.3.html (original)
+++ subversion/site/publish/docs/release-notes/1.3.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.3 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.4.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.4.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.4.html (original)
+++ subversion/site/publish/docs/release-notes/1.4.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.4 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.5.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.5.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.5.html (original)
+++ subversion/site/publish/docs/release-notes/1.5.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.5 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.6.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.6 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.6.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.zh.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.zh.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.zh.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion 1.6发布说明</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>

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.7 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.8 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.9 Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/index.html (original)
+++ subversion/site/publish/docs/release-notes/index.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion Release Notes</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>

Modified: subversion/site/publish/docs/release-notes/release-history.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/release-history.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/release-history.html (original)
+++ subversion/site/publish/docs/release-notes/release-history.html Fri Jul 23 19:54:52 2021
@@ -4,6 +4,7 @@
 <head>
 <title>Subversion Release History</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>

Modified: subversion/site/publish/download.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/download.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/download.html (original)
+++ subversion/site/publish/download.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>
@@ -1713,7 +1717,7 @@ to see the section on SSPI authenticatio
 </pre>
 
 <p>Without this line, browsers that support SSPI will prompt for the user's
-credentials, but clients that do not suppport SSPI such as Subversion
+credentials, but clients that do not support SSPI such as Subversion
 will not prompt. (The current release of Neon - Subversion's HTTP
 library - handles only basic authentication.)  Because the client never
 asks for credentials, any action that requires authentication will fail.

Modified: subversion/site/publish/faq.ja.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.ja.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/faq.ja.html [utf-8] (original)
+++ subversion/site/publish/faq.ja.html [utf-8] Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/faq.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.zh.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/faq.zh.html [utf-8] (original)
+++ subversion/site/publish/faq.zh.html [utf-8] Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/features.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/features.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/features.html (original)
+++ subversion/site/publish/features.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/images/banner-gradient.jpg
URL: http://svn.apache.org/viewvc/subversion/site/publish/images/banner-gradient.jpg?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
Binary files - no diff available.

Modified: subversion/site/publish/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/index.html (original)
+++ subversion/site/publish/index.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Propchange: subversion/site/publish/index.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/index.html:r1891386-1891757
  Merged /subversion/site/staging-ng/index.html:r1866905-1891316

Modified: subversion/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body onload="document.getElementById('q').value = document.getElementById('q').value.replace(/inurl:subversion /gi, '');">

Modified: subversion/site/publish/news.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/news.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/news.html (original)
+++ subversion/site/publish/news.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>
@@ -1455,8 +1459,8 @@ the development of Subversion 1.9.</p>
 
 <p>There will be a selection of live web presentations held by
 Subversion developers attending the hackathon. See <a rel="nofollow"
-href="https://www.elegosoft.com/en_US/page/nachlese-subversion-hackathon-berlin-2013"
->this page</a> for details.</p>
+href="https://web.archive.org/web/20171206002300/https://www.elegosoft.com/en_US/page/nachlese-subversion-hackathon-berlin-2013"
+>this page</a> [linked from archive.org, some media links do not work] for details.</p>
  
 </div> <!-- #news-20130528 -->
 

Propchange: subversion/site/publish/news.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/news.html:r1891386-1891757
  Merged /subversion/site/staging-ng/news.html:r1866905-1891316

Modified: subversion/site/publish/opw.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/opw.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/opw.html (original)
+++ subversion/site/publish/opw.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/packages.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/packages.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/packages.html (original)
+++ subversion/site/publish/packages.html Fri Jul 23 19:54:52 2021
@@ -1,11 +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/publish/pronunciation/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/pronunciation/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/pronunciation/index.html (original)
+++ subversion/site/publish/pronunciation/index.html Fri Jul 23 19:54:52 2021
@@ -1,11 +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/publish/quick-start.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/quick-start.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/quick-start.html (original)
+++ subversion/site/publish/quick-start.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/reporting-issues.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/reporting-issues.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/reporting-issues.html (original)
+++ subversion/site/publish/reporting-issues.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Propchange: subversion/site/publish/roadmap.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging-ng/roadmap.html:r1866905-1891316
  Merged /subversion/site/staging/roadmap.html:r1891386-1891757

Modified: subversion/site/publish/security/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/security/index.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/security/index.html (original)
+++ subversion/site/publish/security/index.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/site-banner.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/site-banner.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/site-banner.html (original)
+++ subversion/site/publish/site-banner.html Fri Jul 23 19:54:52 2021
@@ -1,15 +1,13 @@
 <div id="site-banner">
-<div style="float: right; width: 379px; height: 80px; font-style: italic; 
-            text-align: center;">
+<div style="font-style: italic; 
+            text-align: center;" id="site-banner-apachelogo">
   <a href="https://www.apache.org/"
-  ><img src="/images/apache-logo.png"
+  ><img src="/images/asf_logo_wide.svg"
         alt="Apache Software Foundation" /></a>
 </div>
 <a href="/">
-  <img src="/images/svn-square.jpg"
-       alt="[S]"
-       style="width: 80px; height: 80px;"/>
-  <img src="/images/svn-name-banner.jpg"
-       alt="Subversion"
-       style="width: 320px; height: 80px;"/></a>
+  <img src="/images/svn-name-banner.svg"
+       width="379" height="80"
+       alt="[S] Subversion"
+       id="site-banner-svnlogo" /></a>
 </div> <!-- #site-banner -->

Modified: subversion/site/publish/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/site-nav.html (original)
+++ subversion/site/publish/site-nav.html Fri Jul 23 19:54:52 2021
@@ -1,7 +1,8 @@
 <div id="site-nav">
-<div id="site-nav-menu">
-<ul>
-  <li>About Subversion
+    <label for="hamburger">&#9776;</label>
+    <input type="checkbox" id="hamburger"/>
+  <nav id="site-nav-menu">
+  <p>About Subversion
     <ul>
       <li><a href="/news.html">News</a></li>
       <li><a href="/features.html">Features</a></li>
@@ -11,8 +12,8 @@
       <li><a href="/security/">Security</a></li>
       <li><a href="/quick-start">Quick Start</a></li>
     </ul>
-  </li>
-  <li>Getting Subversion
+  </p>
+  <p>Getting Subversion
       <ul>
       <!-- A parameter in the form '?update=YYYYMMDDhhmm' may
            be appended to 'download.cgi' to only offer mirrors that have
@@ -24,8 +25,8 @@
       <li><a href="/download.cgi">Source Download</a></li>
       <li><a href="/docs/release-notes/">Release Notes</a></li>
     </ul>
-  </li>
-  <li>Community
+  </p>
+  <p>Community
     <ul>
       <li><a href="/mailing-lists.html">Mailing Lists</a></li>
       <li><a href="/reporting-issues.html">Reporting Issues</a></li>
@@ -33,8 +34,8 @@
       <li><a href="/contributing.html">Getting Involved</a></li>
       <li><a href="/source-code.html">Source Code</a></li>
     </ul>
-  </li>
-  <li>About the <acronym title="Apache Software Foundation">ASF</acronym>
+  </p>
+  <p>About the <acronym title="Apache Software Foundation">ASF</acronym>
     <ul>
       <li><a class="linkaway"
              href="https://www.apache.org/licenses/">Licenses</a></li>
@@ -43,11 +44,9 @@
       <li><a class="linkaway"
              href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
     </ul>
-  </li>
-</ul>
-</div> <!-- #site-nav-menu -->
+  </p>
 
-<div id="site-search">
+<p id="site-search">
   <form action="https://www.google.com/search" method="get"
         style="margin-top: 10px; margin-bottom: 10px; display: inline;">
   <div style="display: inline;">
@@ -58,31 +57,31 @@
     <input name="Search" value="Go" type="submit"/>
   </div>
   </form>
-</div> <!-- #site-search -->
+</p> <!-- #site-search -->
 
-<div id="site-apachecon-block">
+<p id="site-apachecon-block">
   <p><a href="https://www.apache.org/events/current-event.html"
     ><img src="https://www.apache.org/events/current-event-125x125.png"
           alt="ApacheCon"
   /></a></p>
-</div> <!-- #site-apachecon-block -->
+</p> <!-- #site-apachecon-block -->
 
-<div id="site-svnbook-block">
+<p id="site-svnbook-block">
 <p>Read the official Subversion
-   documentation <a href="https://svnbook.red-bean.com/" class="linkaway">online</a>!</p>
+   documentation <a href="https://svnbook.red-bean.com/" class="linkaway nopadding">online</a>!</p>
 <p><a href="https://svnbook.red-bean.com/"
       ><img src="/images/svnbook-cover.jpg"
             alt="Version Control With Subversion"/></a></p>
-</div> <!-- #site-svnbook-block -->
+</p> <!-- #site-svnbook-block -->
 
-<div id="copyright">
-<p>Copyright &#169; 2018 <a href="https://www.apache.org/">The Apache
+<p id="copyright">
+<p>Copyright &#169; 2018 <a href="https://www.apache.org/" class="nopadding">The Apache
    Software Foundation</a>, Licensed under
-   the <a href="https://www.apache.org/licenses/LICENSE-2.0" >Apache
+   the <a href="https://www.apache.org/licenses/LICENSE-2.0" class="nopadding">Apache
    License, Version 2.0</a>.  Apache, Apache Subversion, and
    the Apache feather logo are trademarks of The Apache Software
    Foundation.  Subversion and the Apache Subversion logo are
    registered trademarks of The Apache Software Foundation.</p>
-</div> <!-- #copyright -->
-
+</p> <!-- #copyright -->
+</nav>
 </div> <!-- #site-nav -->

Modified: subversion/site/publish/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Fri Jul 23 19:54:52 2021
@@ -1,12 +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" />
-<style type="text/css">
-  @import url("/style/site.css");
-</style>
+<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">
 </head>
 
 <body>

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1891758&r1=1891757&r2=1891758&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Fri Jul 23 19:54:52 2021
@@ -54,16 +54,16 @@ pre {
   padding: 0.25em;
   margin: 0 2em;
   font-size: 90%;
+  overflow-x: auto;
 }
-
 /*
 ** Page Elements
 */
 
 #site-banner {
-  height: 100px;
   padding: 8px;
   background: white url("/images/banner-gradient.jpg") repeat-x;
+  background-position: bottom;
 }
 #site-banner a {
   text-decoration: none;
@@ -81,19 +81,26 @@ pre {
 /* Only do absolute positioning for screen media types. */
 @media screen {
   #site-nav {
-    position: absolute;
-    top: 101px;
-    left: 0px;
+    float: left;
     width: 15em;
     border-top: solid 10px #aece5b;
     background-color: #d6e3b2;
   }
   #site-nav-menu {
-    padding: 0 0.5em;
+    padding-left: 7px;
   }
   #site-nav-menu a {
+    padding-left: 10px;
     color: blue;
   }
+
+  /* Used for some links in site-nav.html that shouldn't be padded, eg the Subversion book */
+  #site-nav-menu a.nopadding {
+      padding-left: 0px;
+  }
+
+  #site-nav label, #hamburger { display: none; }
+
   #site-search {
     padding: 0.5em;
   }
@@ -113,12 +120,60 @@ pre {
   }
   #site-content {
     border-top: solid 10px rgb(147,176,218);
-    position: absolute;
-    top: 101px;
-    left: 15.1em;
+    margin-left: 15.1em;
     right: 0px;
     padding: 1em 2em;
   }
+  #site-banner-apachelogo {
+    width: 379px;
+    height: 80px; 
+    float: right;
+  }
+  #site-banner-svnlogo {
+    width: 400px;
+    height: 80px;
+  }
+  @media screen and (max-width: 815px) {
+    #site-nav {
+      width: 100%;
+      border-top: solid 10px rgb(147,176,218); /* #93b0da */
+      background-color: #d6e3b2;
+    }
+    #site-nav-menu {
+      background-color: #d6e3b2;
+    }
+    #site-nav-menu a {
+      box-sizing: border-box;
+      float: none;
+      text-decoration: none;
+    }
+    #site-nav label {
+      display: inline-block;
+      color: white;
+      background: #d6e3b2;
+      font-style: normal;
+      font-size: 1.2em;
+      padding: 10px;
+    }
+    #site-nav-menu { display: none; }
+    #site-nav input:checked + #site-nav-menu { display: block; }
+
+    #site-content { margin-left: 0px; }
+    #site-banner-apachelogo {
+      float: none;
+      width: 322px;
+      height: 68px; 
+    }
+    #site-banner-svnlogo {
+      width: 340px;
+      height: 68px;
+    }
+    /* Allow wordbreak in tt and a because of some very long "words", ie links, in for example HACKING */
+    tt, a {
+      overflow-wrap: break-word;
+    }
+  }
+  
 }
 /* In print media, we only really want the #site-content stuff. */
 @media print {