Author: dsahlberg
Date: Thu Jul 8 21:55:54 2021
New Revision: 1891387
URL: http://svn.apache.org/viewvc?rev=1891387&view=rev
Log:
In site/staging:
Merge changes from site/staging-ng for a more mobile-friendly website.
Added:
subversion/site/staging/icon.png
- copied unchanged from r1891316, subversion/site/staging-ng/icon.png
subversion/site/staging/icon512.png
- copied unchanged from r1891316, subversion/site/staging-ng/icon512.png
subversion/site/staging/images/asf_logo_wide.svg
- copied unchanged from r1891316,
subversion/site/staging-ng/images/asf_logo_wide.svg
subversion/site/staging/images/svn-name-banner.svg
- copied unchanged from r1891316,
subversion/site/staging-ng/images/svn-name-banner.svg
subversion/site/staging/site.webmanifest
- copied unchanged from r1891316,
subversion/site/staging-ng/site.webmanifest
subversion/site/staging/style/main.css
- copied unchanged from r1891316,
subversion/site/staging-ng/style/main.css
subversion/site/staging/style/normalize.css
- copied unchanged from r1891316,
subversion/site/staging-ng/style/normalize.css
Removed:
subversion/site/staging/images/svn-name-banner.jpg
Modified:
subversion/site/staging/ (props changed)
subversion/site/staging/TEMPLATE
subversion/site/staging/contributing.html
subversion/site/staging/dev/index.html
subversion/site/staging/docs/community-guide/building.html
subversion/site/staging/docs/community-guide/community-guide.html
subversion/site/staging/docs/community-guide/conventions.html
subversion/site/staging/docs/community-guide/debugging.html
subversion/site/staging/docs/community-guide/general.html
subversion/site/staging/docs/community-guide/index.html
subversion/site/staging/docs/community-guide/issues.html
subversion/site/staging/docs/community-guide/l10n.html
subversion/site/staging/docs/community-guide/mailing-lists.html
subversion/site/staging/docs/community-guide/releasing.html
subversion/site/staging/docs/community-guide/roles.html
subversion/site/staging/docs/community-guide/web.html
subversion/site/staging/docs/index.html
subversion/site/staging/docs/release-notes/1.1.html
subversion/site/staging/docs/release-notes/1.10.html
subversion/site/staging/docs/release-notes/1.11.html
subversion/site/staging/docs/release-notes/1.12.html
subversion/site/staging/docs/release-notes/1.13.html
subversion/site/staging/docs/release-notes/1.14.html
subversion/site/staging/docs/release-notes/1.2.html
subversion/site/staging/docs/release-notes/1.3.html
subversion/site/staging/docs/release-notes/1.4.html
subversion/site/staging/docs/release-notes/1.5.html
subversion/site/staging/docs/release-notes/1.6.html
subversion/site/staging/docs/release-notes/1.6.zh.html
subversion/site/staging/docs/release-notes/1.7.html
subversion/site/staging/docs/release-notes/1.8.html
subversion/site/staging/docs/release-notes/1.9.html
subversion/site/staging/docs/release-notes/index.html
subversion/site/staging/docs/release-notes/release-history.html
subversion/site/staging/download.html
subversion/site/staging/faq.html
subversion/site/staging/faq.ja.html
subversion/site/staging/faq.zh.html
subversion/site/staging/features.html
subversion/site/staging/ideas.html
subversion/site/staging/images/banner-gradient.jpg
subversion/site/staging/index.html (contents, props changed)
subversion/site/staging/mailing-lists.html
subversion/site/staging/news.html (contents, props changed)
subversion/site/staging/opw.html
subversion/site/staging/packages.html
subversion/site/staging/pronunciation/index.html
subversion/site/staging/quick-start.html
subversion/site/staging/reporting-issues.html
subversion/site/staging/roadmap.html (contents, props changed)
subversion/site/staging/security/index.html
subversion/site/staging/site-banner.html
subversion/site/staging/site-nav.html
subversion/site/staging/source-code.html
subversion/site/staging/style/site.css
Propchange: subversion/site/staging/
------------------------------------------------------------------------------
Merged /subversion/site/staging-ng:r1866905-1891316
Modified: subversion/site/staging/TEMPLATE
URL:
http://svn.apache.org/viewvc/subversion/site/staging/TEMPLATE?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/TEMPLATE (original)
+++ subversion/site/staging/TEMPLATE Thu Jul 8 21:55:54 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/staging/contributing.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/contributing.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/contributing.html (original)
+++ subversion/site/staging/contributing.html Thu Jul 8 21:55:54 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/staging/dev/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/dev/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/dev/index.html (original)
+++ subversion/site/staging/dev/index.html Thu Jul 8 21:55:54 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/staging/docs/community-guide/building.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/building.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/building.html (original)
+++ subversion/site/staging/docs/community-guide/building.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/community-guide.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/community-guide.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/community-guide.html (original)
+++ subversion/site/staging/docs/community-guide/community-guide.html Thu Jul
8 21:55:54 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/staging/docs/community-guide/conventions.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/conventions.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/conventions.html (original)
+++ subversion/site/staging/docs/community-guide/conventions.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/debugging.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/debugging.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/debugging.html (original)
+++ subversion/site/staging/docs/community-guide/debugging.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/general.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/general.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/general.html (original)
+++ subversion/site/staging/docs/community-guide/general.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/index.html (original)
+++ subversion/site/staging/docs/community-guide/index.html Thu Jul 8 21:55:54
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/staging/docs/community-guide/issues.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/issues.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/issues.html (original)
+++ subversion/site/staging/docs/community-guide/issues.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/l10n.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/l10n.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/l10n.html (original)
+++ subversion/site/staging/docs/community-guide/l10n.html Thu Jul 8 21:55:54
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/staging/docs/community-guide/mailing-lists.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/mailing-lists.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/mailing-lists.html (original)
+++ subversion/site/staging/docs/community-guide/mailing-lists.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/releasing.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/releasing.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.html Thu Jul 8
21:55:54 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/staging/docs/community-guide/roles.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/roles.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/roles.html (original)
+++ subversion/site/staging/docs/community-guide/roles.html Thu Jul 8 21:55:54
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/staging/docs/community-guide/web.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/web.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/web.html (original)
+++ subversion/site/staging/docs/community-guide/web.html Thu Jul 8 21:55:54
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/staging/docs/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/index.html (original)
+++ subversion/site/staging/docs/index.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.1.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.1.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.1.html (original)
+++ subversion/site/staging/docs/release-notes/1.1.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.10.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.11.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.11.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.11.html (original)
+++ subversion/site/staging/docs/release-notes/1.11.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.12.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.12.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.12.html (original)
+++ subversion/site/staging/docs/release-notes/1.12.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.13.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.13.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.13.html (original)
+++ subversion/site/staging/docs/release-notes/1.13.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.2.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.2.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.2.html (original)
+++ subversion/site/staging/docs/release-notes/1.2.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.3.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.3.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.3.html (original)
+++ subversion/site/staging/docs/release-notes/1.3.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.4.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.4.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.4.html (original)
+++ subversion/site/staging/docs/release-notes/1.4.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.5.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.5.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.5.html (original)
+++ subversion/site/staging/docs/release-notes/1.5.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.6.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.6.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.zh.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.zh.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.zh.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.7.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.7.html (original)
+++ subversion/site/staging/docs/release-notes/1.7.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.8.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.8.html (original)
+++ subversion/site/staging/docs/release-notes/1.8.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/1.9.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.9.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.9.html (original)
+++ subversion/site/staging/docs/release-notes/1.9.html Thu Jul 8 21:55:54 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/staging/docs/release-notes/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/index.html (original)
+++ subversion/site/staging/docs/release-notes/index.html Thu Jul 8 21:55:54
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/staging/docs/release-notes/release-history.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/release-history.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/release-history.html (original)
+++ subversion/site/staging/docs/release-notes/release-history.html Thu Jul 8
21:55:54 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/staging/download.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/download.html (original)
+++ subversion/site/staging/download.html Thu Jul 8 21:55:54 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/staging/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Thu Jul 8 21:55:54 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>
Modified: subversion/site/staging/faq.ja.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.ja.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/faq.ja.html [utf-8] (original)
+++ subversion/site/staging/faq.ja.html [utf-8] Thu Jul 8 21:55:54 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/staging/faq.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.zh.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/faq.zh.html [utf-8] (original)
+++ subversion/site/staging/faq.zh.html [utf-8] Thu Jul 8 21:55:54 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/staging/features.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/features.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/features.html (original)
+++ subversion/site/staging/features.html Thu Jul 8 21:55:54 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/staging/ideas.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/ideas.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/ideas.html (original)
+++ subversion/site/staging/ideas.html Thu Jul 8 21:55:54 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/staging/images/banner-gradient.jpg
URL:
http://svn.apache.org/viewvc/subversion/site/staging/images/banner-gradient.jpg?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
Binary files - no diff available.
Modified: subversion/site/staging/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/index.html (original)
+++ subversion/site/staging/index.html Thu Jul 8 21:55:54 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/staging/index.html
------------------------------------------------------------------------------
Merged /subversion/site/staging-ng/index.html:r1866905-1891316
Modified: subversion/site/staging/mailing-lists.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/mailing-lists.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/mailing-lists.html (original)
+++ subversion/site/staging/mailing-lists.html Thu Jul 8 21:55:54 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/staging/news.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/news.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Thu Jul 8 21:55:54 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>
Propchange: subversion/site/staging/news.html
------------------------------------------------------------------------------
Merged /subversion/site/staging-ng/news.html:r1866905-1891316
Modified: subversion/site/staging/opw.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/opw.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/opw.html (original)
+++ subversion/site/staging/opw.html Thu Jul 8 21:55:54 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/staging/packages.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/packages.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/packages.html (original)
+++ subversion/site/staging/packages.html Thu Jul 8 21:55:54 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/staging/pronunciation/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/pronunciation/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/pronunciation/index.html (original)
+++ subversion/site/staging/pronunciation/index.html Thu Jul 8 21:55:54 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/staging/quick-start.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/quick-start.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/quick-start.html (original)
+++ subversion/site/staging/quick-start.html Thu Jul 8 21:55:54 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/staging/reporting-issues.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/reporting-issues.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/reporting-issues.html (original)
+++ subversion/site/staging/reporting-issues.html Thu Jul 8 21:55:54 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/staging/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Thu Jul 8 21:55:54 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/staging/roadmap.html
------------------------------------------------------------------------------
Merged /subversion/site/staging-ng/roadmap.html:r1866905-1891316
Modified: subversion/site/staging/security/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/security/index.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/security/index.html (original)
+++ subversion/site/staging/security/index.html Thu Jul 8 21:55:54 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/staging/site-banner.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/site-banner.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/site-banner.html (original)
+++ subversion/site/staging/site-banner.html Thu Jul 8 21:55:54 2021
@@ -1,15 +1,14 @@
<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"
+ width="379" height="80"
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/staging/site-nav.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/site-nav.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/site-nav.html (original)
+++ subversion/site/staging/site-nav.html Thu Jul 8 21:55:54 2021
@@ -1,7 +1,8 @@
<div id="site-nav">
-<div id="site-nav-menu">
-<ul>
- <li>About Subversion
+ <label for="hamburger">☰</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,24 +57,24 @@
<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>
<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 id="copyright">
<p>Copyright © 2018 <a href="https://www.apache.org/">The Apache
Software Foundation</a>, Licensed under
the <a href="https://www.apache.org/licenses/LICENSE-2.0" >Apache
@@ -83,6 +82,6 @@
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/staging/source-code.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/source-code.html?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/source-code.html (original)
+++ subversion/site/staging/source-code.html Thu Jul 8 21:55:54 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/staging/style/site.css
URL:
http://svn.apache.org/viewvc/subversion/site/staging/style/site.css?rev=1891387&r1=1891386&r2=1891387&view=diff
==============================================================================
--- subversion/site/staging/style/site.css (original)
+++ subversion/site/staging/style/site.css Thu Jul 8 21:55:54 2021
@@ -61,9 +61,9 @@ pre {
*/
#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,16 +81,19 @@ pre {
/* Only do absolute positioning for screen media types. */
@media screen {
#site-nav {
- position: absolute;
- top: 101px;
- left: 0px;
+ float: left;
+ padding-left: 7px;
width: 15em;
border-top: solid 10px #aece5b;
background-color: #d6e3b2;
}
- #site-nav-menu {
- padding: 0 0.5em;
+ #site-nav-menu a {
+ padding-left: 10px;
+ color: white;
}
+
+ #site-nav label, #hamburger { display: none; }
+
#site-nav-menu a {
color: blue;
}
@@ -113,12 +116,58 @@ 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;
+ display: block;
+ width: 100%;
+ 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;
+ }
+ }
+
}
/* In print media, we only really want the #site-content stuff. */
@media print {