svn commit: r1928528 - in apr/site/trunk: docs docs/coverage xdocs/stylesheets

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175809428147.2854679.4924929181981786415@svn02-us-east.apache.org>
Author: brane
Date: Wed Sep 17 07:31:21 2025
New Revision: 1928528

Log:
Set the Content-Security-Policy header to convince Safari that it really,
really can download web fonts. Regenerate the site.

Modified:
   apr/site/trunk/docs/anonsvn.html
   apr/site/trunk/docs/compiling_unix.html
   apr/site/trunk/docs/compiling_win32.html
   apr/site/trunk/docs/coverage/index.html
   apr/site/trunk/docs/download.html
   apr/site/trunk/docs/guidelines.html
   apr/site/trunk/docs/index.html
   apr/site/trunk/docs/mailing-lists.html
   apr/site/trunk/docs/patches.html
   apr/site/trunk/docs/projects.html
   apr/site/trunk/docs/security_report.html
   apr/site/trunk/docs/versioning.html
   apr/site/trunk/xdocs/stylesheets/site.vsl

Modified: apr/site/trunk/docs/anonsvn.html
==============================================================================
--- apr/site/trunk/docs/anonsvn.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/anonsvn.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>How To Use Anonymous Subversion - The Apache Portable Runtime Project</title>
+    <title>How To Use Anonymous Subversion &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -155,7 +158,7 @@ repository using ViewVC</a>.</p>
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/compiling_unix.html
==============================================================================
--- apr/site/trunk/docs/compiling_unix.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/compiling_unix.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Compiling APR for UNIX - The Apache Portable Runtime Project</title>
+    <title>Compiling APR for UNIX &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -185,7 +188,7 @@
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/compiling_win32.html
==============================================================================
--- apr/site/trunk/docs/compiling_win32.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/compiling_win32.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Compiling APR for Microsoft Windows - The Apache Portable Runtime Project</title>
+    <title>Compiling APR for Microsoft Windows &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -285,7 +288,7 @@ considerations are described in <code>RE
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/coverage/index.html
==============================================================================
--- apr/site/trunk/docs/coverage/index.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/coverage/index.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Test Coverage - The Apache Portable Runtime Project</title>
+    <title>Test Coverage &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -83,7 +86,7 @@ code.  To generate this data, do the fol
 </ul>
 <p>Note that this will only generate test coverage data for the testall script,
 but all tests should be moving to the unified framework, so this is correct.</p>
-<!--#include virtual="/coverage/coverage.part.html" -->
+<p>Manually restore the SSI include directive &lt;!--#include virtual="/coverage/coverage.part.html"--&gt; before committing!</p>
   </blockquote>
 </div>
        </div>
@@ -93,7 +96,7 @@ but all tests should be moving to the un
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/download.html
==============================================================================
--- apr/site/trunk/docs/download.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/download.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Download - The Apache Portable Runtime Project</title>
+    <title>Download &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -216,7 +219,7 @@ APR as to HTTP Server).</p>
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/guidelines.html
==============================================================================
--- apr/site/trunk/docs/guidelines.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/guidelines.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Project Guidelines - The Apache Portable Runtime Project</title>
+    <title>Project Guidelines &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -234,7 +237,7 @@ directly to the <code>STATUS</code> file
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/index.html
==============================================================================
--- apr/site/trunk/docs/index.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/index.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Welcome! - The Apache Portable Runtime Project</title>
+    <title>Welcome! &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -200,7 +203,7 @@ suggestions of any sort, please feel fre
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/mailing-lists.html
==============================================================================
--- apr/site/trunk/docs/mailing-lists.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/mailing-lists.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Mailing Lists - The Apache Portable Runtime Project</title>
+    <title>Mailing Lists &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -194,7 +197,7 @@ help with the various ezmlm commands for
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/patches.html
==============================================================================
--- apr/site/trunk/docs/patches.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/patches.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>How to Contribute Patches - The Apache Portable Runtime Project</title>
+    <title>How to Contribute Patches &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -172,7 +175,7 @@ preparation for a release.</p>
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/projects.html
==============================================================================
--- apr/site/trunk/docs/projects.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/projects.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Projects Using the Apache Portable Runtime - The Apache Portable Runtime Project</title>
+    <title>Projects Using the Apache Portable Runtime &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -98,7 +101,7 @@ name and a URL to get added to this list
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/security_report.html
==============================================================================
--- apr/site/trunk/docs/security_report.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/security_report.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Reporting Security Problems with APR - The Apache Portable Runtime Project</title>
+    <title>Reporting Security Problems with APR &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -97,7 +100,7 @@ relationship to the size of inputs.</p>
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/docs/versioning.html
==============================================================================
--- apr/site/trunk/docs/versioning.html	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/docs/versioning.html	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -8,7 +11,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="APR Developers"><meta name="email" content="[email protected]">
-    <title>Versioning Numbering Concepts - The Apache Portable Runtime Project</title>
+    <title>Versioning Numbering Concepts &ndash; The Apache Portable Runtime Project</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -457,7 +460,7 @@ libraries can simply reference this docu
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>

Modified: apr/site/trunk/xdocs/stylesheets/site.vsl
==============================================================================
--- apr/site/trunk/xdocs/stylesheets/site.vsl	Wed Sep 17 07:01:07 2025	(r1928527)
+++ apr/site/trunk/xdocs/stylesheets/site.vsl	Wed Sep 17 07:31:21 2025	(r1928528)
@@ -86,6 +86,9 @@ href="$title.getAttributeValue("href")">
 #macro ( document )
 <html lang="en">
  <head>
+  <!-- Some browsers (I'm looking at you, Safari) are too paranoid to download web fonts. -->
+  <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' fonts.googleapis.com">
+  <meta http-equiv="Content-Security-Policy" content="font-src fonts.gstatic.com">
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap">
@@ -96,7 +99,7 @@ href="$title.getAttributeValue("href")">
   #foreach ( $au in $authors )
    #metaauthor ( $au.getText() $au.getAttributeValue("email") )
   #end
-  <title>$root.getChild("properties").getChild("title").getText() - $project.getChild("title").getText()</title>
+  <title>$root.getChild("properties").getChild("title").getText() &ndash; $project.getChild("title").getText()</title>
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
@@ -119,7 +122,7 @@ href="$title.getAttributeValue("href")">
   <div id="footer">
    <hr>
    <p>
-    <em>Copyright &#169; 2008-2025, The Apache Software Foundation</em>
+    <em>Copyright &copy; 2008&ndash;2025, The Apache Software Foundation</em>
     <br>
     <em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
    </p>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.