svn commit: r1928543 - in apr/site/branches/new-logo: docs docs/coverage docs/images xdocs/images xdocs/stylesheets

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

Log:
Create a working layout with the new logo (which is still work in progress).

Added:
   apr/site/branches/new-logo/docs/images/apr-logo-site-inprogress.svg
   apr/site/branches/new-logo/xdocs/images/apr-logo-site-inprogress.svg
Modified:
   apr/site/branches/new-logo/docs/anonsvn.html
   apr/site/branches/new-logo/docs/compiling_unix.html
   apr/site/branches/new-logo/docs/compiling_win32.html
   apr/site/branches/new-logo/docs/coverage/index.html
   apr/site/branches/new-logo/docs/download.html
   apr/site/branches/new-logo/docs/guidelines.html
   apr/site/branches/new-logo/docs/index.html
   apr/site/branches/new-logo/docs/mailing-lists.html
   apr/site/branches/new-logo/docs/patches.html
   apr/site/branches/new-logo/docs/projects.html
   apr/site/branches/new-logo/docs/security_report.html
   apr/site/branches/new-logo/docs/style.css
   apr/site/branches/new-logo/docs/versioning.html
   apr/site/branches/new-logo/xdocs/stylesheets/site.vsl

Modified: apr/site/branches/new-logo/docs/anonsvn.html
==============================================================================
--- apr/site/branches/new-logo/docs/anonsvn.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/anonsvn.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/compiling_unix.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_unix.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/compiling_unix.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/compiling_win32.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_win32.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/compiling_win32.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/coverage/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/coverage/index.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/coverage/index.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/download.html
==============================================================================
--- apr/site/branches/new-logo/docs/download.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/download.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/guidelines.html
==============================================================================
--- apr/site/branches/new-logo/docs/guidelines.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/guidelines.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Added: apr/site/branches/new-logo/docs/images/apr-logo-site-inprogress.svg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ apr/site/branches/new-logo/docs/images/apr-logo-site-inprogress.svg	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   id="Layer_1"
+   viewBox="0 0 5210 1000"
+   version="1.1"
+   width="5210"
+   height="1000"
+   sodipodi:docname="apr-logo-site-inprogress.svg"
+   inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <sodipodi:namedview
+     id="namedview1"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     showgrid="false"
+     inkscape:zoom="0.20385305"
+     inkscape:cx="2862.356"
+     inkscape:cy="-9.8109888"
+     inkscape:current-layer="Layer_1" />
+  <defs
+     id="defs1">
+    <style
+       id="style1">
+      .cls-1 {
+        fill: #7c297d;
+      }
+
+      .cls-2 {
+        fill: #f79a23;
+      }
+
+      .cls-3 {
+        fill: #dd552c;
+      }
+
+      .cls-4 {
+        fill: #d22128;
+      }
+    </style>
+  </defs>
+  <g
+     id="layer4"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       d="m 797.82572,700.325 q 41.27087,0 60.22923,16.18752 19.10418,16.04169 19.10418,46.08338 0,13.56252 -4.52083,25.81253 -4.37501,12.10418 -14.29169,21.43753 -9.91667,9.18751 -26.10419,14.58335 -16.04168,5.25 -39.37504,5.25 h -25.95837 v 83.85426 H 742.11732 V 700.325 Z m -2.33334,21.14586 h -28.58337 v 86.91676 h 23.18753 q 20.41669,0 33.9792,-4.375 13.70835,-4.37501 20.56253,-14.14585 6.85417,-9.91668 6.85417,-26.25003 0,-21.29169 -13.56251,-31.64587 -13.56252,-10.50001 -42.43755,-10.50001 z m 311.20872,85.16676 q 0,24.64586 -6.2709,44.91672 -6.2708,20.12502 -18.6667,34.70837 -12.25,14.43751 -30.4792,22.31252 -18.2292,7.87501 -42.2917,7.87501 -24.79167,0 -43.31253,-7.87501 -18.37502,-7.87501 -30.62503,-22.45836 -12.10418,-14.58335 -18.22919,-34.8542 -5.97917,-20.27086 -5.97917,-44.
 91672 0,-32.6667 10.79168,-57.31256 10.79168,-24.64586 32.6667,-38.35421 22.02086,-13.70835 55.12504,-13.70835 31.6459,0 53.2292,13.56252 21.7292,13.56251 32.8126,38.20837 11.2292,24.50003 11.2292,5
 7.8959 z m -169.75023,0 q 0,27.12503 7.72918,46.95838 7.72917,19.83336 23.62503,30.62504 16.04168,10.79168 40.68752,10.79168 24.7917,0 40.5417,-10.79168 15.8959,-10.79168 23.4792,-30.62504 7.5834,-19.83335 7.5834,-46.95838 0,-41.27088 -17.3542,-64.4584 -17.2084,-23.33336 -53.8126,-23.33336 -24.79167,0 -40.83336,10.64584 -16.04168,10.64585 -23.91669,30.33337 -7.72918,19.54169 -7.72918,46.81255 z M 1211.7012,700.325 q 26.25,0 43.3125,6.56251 17.2084,6.41667 25.6667,19.68752 8.4583,13.27085 8.4583,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0416,18.22919 -9.9167,7 -21.1459,10.79167 l 58.4792,95.81261 h -28.875 l -52.2084,-88.95843 h -44.3334 v 88.95843 h -24.7917 V 700.325 Z m -1.4584,21.43753 h -31.3542 v 81.81259 h 33.8334 q 26.1042,0 38.3542,-10.64585 12.3959,-10.64584 12.3959,
 -31.3542 0,-21.72919 -13.1251,-30.77087 -12.9791,-9.04167 -40.1042,-9.04167 z m 193.6669,191.77104 h -24.9375 V 722.20003 h -67.0834 V 700.325 h 158.8127 v 21.87503 h -66.7918 z m 232.7503,0 -26.25,
 -67.66674 h -85.4585 l -26.1042,67.66674 H 1473.764 L 1557.1807,699.45 h 22.3126 l 82.8334,214.08357 z m -33.6875,-89.6876 -24.9376,-67.22924 q -0.875,-2.625 -2.9166,-8.60417 -1.8959,-5.97918 -3.9376,-12.39585 -2.0416,-6.41667 -3.3541,-10.35418 -1.4584,5.97917 -3.2084,11.95835 -1.6041,5.83334 -3.2083,10.93751 -1.6042,4.95834 -2.7708,8.45834 l -25.3751,67.22924 z M 1691.785,700.325 h 60.3751 q 39.9584,0 60.0834,11.95835 20.125,11.95835 20.125,40.68754 0,12.39585 -4.8125,22.31253 -4.6666,9.77084 -13.7083,16.18752 -9.0417,6.41667 -22.3125,8.89584 v 1.45833 q 14,2.18751 24.7916,8.02085 10.7917,5.83334 16.9167,16.33335 6.125,10.50001 6.125,26.68753 0,19.68752 -9.1875,33.25003 -9.0416,13.56252 -25.6667,20.56253 -16.625,6.85417 -39.375,6.85417 h -73.3543 z m 24.7917,91.4376 h 40.8334 q 27.8542,0
  38.5001,-9.18751 10.7916,-9.18751 10.7916,-26.83336 0,-18.22919 -12.8333,-26.25003 -12.6875,-8.02084 -40.5417,-8.02084 h -36.7501 z m 0,20.85419 v 79.77092 h 44.3334 q 28.4376,0 40.2501,-11.08334 1
 1.8125,-11.22918 11.8125,-30.18754 0,-12.10418 -5.3959,-20.70835 -5.25,-8.60418 -17.2083,-13.12502 -11.8125,-4.66667 -31.6459,-4.66667 z m 168.1461,100.91678 V 700.325 h 24.7917 v 191.04188 h 94.6459 v 22.16669 z m 274.6044,0 H 2040.6188 V 700.325 h 118.7084 v 21.87503 h -93.9167 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9167 z M 2341.7649,700.325 q 26.25,0 43.3125,6.56251 17.2084,6.41667 25.6667,19.68752 8.4584,13.27085 8.4584,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0417,18.22919 -9.9167,7 -21.1459,10.79167 l 58.4793,95.81261 h -28.8751 l -52.2084,-88.95843 h -44.3334 v 88.95843 h -24.7916 V 700.325 Z m -1.4583,21.43753 h -31.3543 v 81.81259 h 33.8334 q 26.1042,0 38.3542,-10.64585 12.3959,-10.64584 12.3959,-31.3542 0,-21.72919 -13.125,-30.77087 -12.9792,-9
 .04167 -40.1042,-9.04167 z M 2629.786,700.325 v 137.95849 q 0,22.60419 -9.1875,40.25004 -9.0417,17.64585 -27.4167,27.8542 -18.375,10.06251 -46.0834,10.06251 -39.5209,0 -60.2292,-21.43752 -20.5626,-2
 1.43753 -20.5626,-57.31257 V 700.325 h 24.9376 v 138.10432 q 0,27.12503 14.2917,41.85421 14.4375,14.72919 43.0208,14.72919 19.5417,0 31.9376,-7.00001 12.5417,-7.14584 18.5208,-19.83336 6.125,-12.83334 6.125,-29.6042 V 700.325 Z m 223.1253,213.20857 H 2824.328 L 2708.0987,734.45004 h -1.1667 q 0.4375,7.14584 1.0208,16.33335 0.5834,9.04168 0.875,19.39586 0.4375,10.20834 0.4375,20.85419 v 122.50013 h -23.0417 V 700.325 h 28.4376 l 115.7918,178.5002 h 1.0208 q -0.2917,-5.10417 -0.7292,-14.43752 -0.4375,-9.47917 -0.875,-20.27085 -0.2916,-10.93751 -0.2916,-20.27086 V 700.325 h 23.3333 z m 123.6667,0 h -24.9375 V 722.20003 h -67.0834 V 700.325 h 158.8126 v 21.87503 h -66.7917 z m 99.021,0 V 700.325 h 24.7917 v 213.20857 z m 177.1877,0 -71.6043,-188.70854 h -1.1666 q 0.5833,5.97917 1.0208,14.5833
 5 0.4375,8.60418 0.7292,18.81252 0.2917,10.06251 0.2917,20.56252 v 134.75015 h -23.0417 V 700.325 h 36.75 l 67.5209,177.33353 h 1.0208 L 3332.8493,700.325 h 36.4584 v 213.20857 h -24.5001 V 777.0334
 2 q 0,-9.47918 0.2917,-18.95835 0.2917,-9.62501 0.7292,-18.08336 0.4375,-8.60417 0.875,-14.87501 h -1.1667 l -72.4793,188.41687 z m 293.5628,0 H 3427.641 V 700.325 h 118.7085 v 21.87503 h -93.9168 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9168 z M 3726.8914,700.325 q 41.2709,0 60.2292,16.18752 19.1042,16.04169 19.1042,46.08338 0,13.56252 -4.5208,25.81253 -4.375,12.10418 -14.2917,21.43753 -9.9167,9.18751 -26.1042,14.58335 -16.0417,5.25 -39.375,5.25 h -25.9584 v 83.85426 H 3671.183 V 700.325 Z m -2.3333,21.14586 h -28.5834 v 86.91676 h 23.1875 q 20.4167,0 33.9792,-4.375 13.7084,-4.37501 20.5625,-14.14585 6.8542,-9.91668 6.8542,-26.25003 0,-21.29169 -13.5625,-31.64587 -13.5625,-10.50001 -42.4375,-10.50001 z M 3908.4542,700.325 q 26.25,0 43.3126,6.56251 17.2083,6.41667 25.666
 7,19.68752 8.4583,13.27085 8.4583,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0417,18.22919 -9.9167,7 -21.1458,10.79167 l 58.4792,95.81261 h -28.875 l -52.2084,-88.95843 h -44.3334 v 88.9
 5843 H 3850.85 V 700.325 Z m -1.4583,21.43753 h -31.3542 v 81.81259 h 33.8334 q 26.1041,0 38.3542,-10.64585 12.3958,-10.64584 12.3958,-31.3542 0,-21.72919 -13.125,-30.77087 -12.9792,-9.04167 -40.1042,-9.04167 z m 313.1045,84.87509 q 0,24.64586 -6.2709,44.91672 -6.2708,20.12502 -18.6667,34.70837 -12.25,14.43751 -30.4792,22.31252 -18.2292,7.87501 -42.2917,7.87501 -24.7917,0 -43.3125,-7.87501 -18.3751,-7.87501 -30.6251,-22.45836 -12.1041,-14.58335 -18.2292,-34.8542 -5.9791,-20.27086 -5.9791,-44.91672 0,-32.6667 10.7916,-57.31256 10.7917,-24.64586 32.6668,-38.35421 22.0208,-13.70835 55.125,-13.70835 31.6459,0 53.2292,13.56252 21.7292,13.56251 32.8126,38.20837 11.2292,24.50003 11.2292,57.8959 z m -169.7502,0 q 0,27.12503 7.7291,46.95838 7.7292,19.83336 23.6251,30.62504 16.0417,10.79168 40.6875
 ,10.79168 24.7917,0 40.5417,-10.79168 15.8959,-10.79168 23.4792,-30.62504 7.5834,-19.83335 7.5834,-46.95838 0,-41.27088 -17.3542,-64.4584 -17.2084,-23.33336 -53.8126,-23.33336 -24.7917,0 -40.8334,10
 .64584 -16.0417,10.64585 -23.9167,30.33337 -7.7291,19.54169 -7.7291,46.81255 z m 186.3752,163.04184 q -7.2917,0 -12.8334,-1.02083 -5.5417,-1.02084 -9.4792,-2.77084 v -21.14585 q 4.6667,1.45833 10.0625,2.1875 5.3959,0.875 11.6667,0.875 8.1667,0 15.0209,-3.20834 6.8542,-3.20833 10.9375,-10.93751 4.0833,-7.72917 4.0833,-21.29169 V 700.325 h 24.9376 v 210.14607 q 0,19.97918 -6.7084,33.1042 -6.5625,13.12501 -18.8125,19.54169 -12.1042,6.5625 -28.875,6.5625 z m 229.6875,-56.14589 H 4347.7045 V 700.325 h 118.7084 v 21.87503 h -93.9167 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9167 z m 138.3963,-194.39605 q -17.6459,0 -31.7917,6.12501 -14.0001,5.97917 -23.9167,17.50002 -9.7709,11.37501 -15.0209,27.56253 -5.25,16.18752 -5.25,36.45837 0,26.83337 8.3125,46.66672 8.4584,19.68752 25.08
 34,30.4792 16.7708,10.79168 41.8542,10.79168 14.2917,0 26.8333,-2.33334 12.6876,-2.47917 24.6459,-6.125 v 21.58335 q -11.6667,4.37501 -24.5,6.41668 -12.8334,2.1875 -30.4792,2.1875 -32.5209,0 -54.395
 9,-13.41668 -21.7292,-13.56252 -32.6667,-38.20838 -10.7917,-24.64586 -10.7917,-58.18756 0,-24.20836 6.7083,-44.18755 6.8542,-20.12502 19.8334,-34.70837 13.125,-14.58335 32.0834,-22.45836 19.1042,-8.02084 43.75,-8.02084 16.1875,0 31.2084,3.20834 15.0208,3.20833 27.125,9.18751 l -9.9167,21.00002 q -10.2083,-4.66667 -22.4583,-8.02084 -12.1042,-3.50001 -26.25,-3.50001 z m 162.4583,194.39605 h -24.9376 V 722.20003 h -67.0834 V 700.325 h 158.8127 v 21.87503 h -66.7917 z"
+       id="text2"
+       style="font-size:298.667px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Normal @wght=400,wdth=100';font-variation-settings:'wdth' 100, 'wght' 400;fill:#ffffff"
+       aria-label="PORTABLE RUNTIME PROJECT" />
+    <path
+       style="font-weight:bold;font-size:533.333px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Bold @wght=700,wdth=100';font-variation-settings:'wdth' 100, 'wght' 700;fill:#7c297d"
+       d="m 1086.4149,519.00024 -27.6041,-90.62494 h -138.802 l -27.60415,90.62494 H 805.42554 L 939.80046,136.70881 h 98.69784 l 134.8958,382.29143 z M 1039.54,360.66701 1011.9358,272.12539 q -2.6041,-8.85416 -7.0312,-22.65623 -4.1667,-14.06249 -8.59376,-28.3854 -4.16667,-14.58333 -6.77083,-25.2604 -2.60417,10.67707 -7.29166,26.56248 -4.42708,15.62499 -8.59375,29.68748 -4.16666,14.0625 -5.98958,20.05207 l -27.34373,88.54162 z m 303.3852,-222.3957 q 73.6979,0 107.552,31.77081 33.8542,31.5104 33.8542,86.97912 0,24.99998 -7.5521,47.91663 -7.5521,22.65624 -24.7396,40.36456 -16.927,17.70833 -45.3124,28.12499 -28.3854,10.15624 -70.0521,10.15624 h -34.6354 v 135.41658 h -80.7291 V 138.27131 Z m -4.1666,66.14579 h -36.7188 v 113.02077 h 26.5625 q 22.6562,0 39.3229,-5.98958 16.6667,-5.98958 25.78
 12,-18.74999 9.1146,-12.76041 9.1146,-32.81248 0,-28.12498 -15.625,-41.66664 -15.625,-13.80208 -48.4374,-13.80208 z m 450.5205,314.58314 -27.6042,-90.62494 h -138.802 l -27.6041,90.62494 h -86.9791 
 l 134.3749,-382.29143 h 98.6978 l 134.8958,382.29143 z M 1742.4041,360.66701 1714.8,272.12539 q -2.6042,-8.85416 -7.0313,-22.65623 -4.1666,-14.06249 -8.5937,-28.3854 -4.1667,-14.58333 -6.7709,-25.2604 -2.6041,10.67707 -7.2916,26.56248 -4.4271,15.62499 -8.5938,29.68748 -4.1666,14.0625 -5.9895,20.05207 l -27.3438,88.54162 z m 343.4895,-160.67699 q -23.1771,0 -41.1458,9.11458 -17.7083,8.85416 -29.9479,25.78123 -11.9792,16.92708 -18.2292,40.8854 -6.25,23.95831 -6.25,53.90621 0,40.36456 9.8959,69.01038 10.1562,28.3854 31.2499,43.48955 21.0938,14.84375 54.4271,14.84375 23.1771,0 46.3541,-5.20833 23.4375,-5.20834 50.7812,-14.84375 v 67.7083 q -25.2604,10.41666 -49.7395,14.84374 -24.4792,4.68749 -54.9479,4.68749 -58.8541,0 -96.8749,-24.21873 -37.7604,-24.47915 -55.9896,-68.22913 -18.2291,-44.0103
 9 -18.2291,-102.6041 0,-43.22914 11.7187,-79.16662 11.7188,-35.93748 34.375,-62.23954 22.6562,-26.30207 55.9895,-40.62498 33.3333,-14.32291 76.5625,-14.32291 28.3854,0 56.7708,7.29167 28.6458,7.0312
 4 54.6875,19.53123 l -26.0417,65.62496 q -21.3541,-10.15624 -42.9687,-17.70832 -21.6146,-7.55208 -42.4479,-7.55208 z m 490.1038,319.01022 h -80.4687 V 354.67743 h -150.7811 v 164.32281 h -80.7292 V 138.27131 h 80.7292 v 149.21866 h 150.7811 V 138.27131 h 80.4687 z m 315.3644,0 H 2672.0911 V 138.27131 h 219.2707 v 66.14579 h -138.5416 v 83.5937 h 128.9062 v 66.14579 h -128.9062 v 98.17703 h 138.5416 z"
+       id="text3"
+       aria-label="APACHE" />
+  </g>
+  <g
+     id="g20"
+     style="display:inline"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       id="path14-2"
+       style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:22.0681;stroke-dasharray:none;stroke-opacity:1"
+       class="cls-3"
+       d="m 179.83665,772.43204 c 100.0445,33.02579 192.0015,0.30339 195.1246,-40.53492 0.025,-0.3234 0.044,-0.57844 0.063,-0.88916 2.3812,-43.2544 -62.449,-19.27742 -60.9144,-45.28333 1.541,-26.19614 113.1827,-0.15127 147.7082,-56.31667 2.6475,-4.30578 4.3716,-8.12961 5.7096,-11.76321 14.1603,-38.33985 -38.7797,-42.08231 -43.0919,-72.83154 -3.3387,-23.79278 139.3235,19.99378 185.2255,-66.52134 2.3209,-4.37555 4.1306,-8.50246 5.662,-12.49118 28.5583,-74.38411 -74.7715,-84.20705 -123.1497,-101.45554 -50.975,-18.18067 53.2687,-66.9396 87.1189,-118.66605 4.3311,-6.61404 8.8078,-15.1629 10.0222,-24.12324 2.6792,-19.80406 -10.6343,-41.58682 -76.9807,-48.87937 -43.3147,-4.75602 51.9875,-103.425741 -17.0528,-150.093546 -2.2302,-1.507487 -4.3306,-3.019205 -6.5668,-4.03321 -2.2397,-1.015575 -4.759
 5,-1.590867 -7.3689,-2.269393 -5.0396,-1.315039 -9.8063,-2.0147 -14.3253,-2.17626 -67.7858,-2.423409 -79.4957,116.025389 -109.6608,88.470209 -51.9959,-47.496766 -84.8157,-36.399906 -101.522,-17.4138
 84 -6.2907,7.14671 -10.3734,15.377834 -12.2251,22.074314 -16.5002,59.57705 42.2368,131.519 -5.0729,105.23407 -39.4179,-21.90305 -128.1789,-69.86838 -162.035398,-22.19406 -6.7694,9.52473 -11.395,22.81033 -12.9359,40.97832 -8.2692,97.58715 92.405898,169.83379 72.335498,183.03015 -26.5481,17.45776 -79.387498,-41.93598 -100.212598,-4.19857 -1.4585,2.64436 -2.7739,5.70055 -3.8963,9.35317 -19.3887,63.01407 117.711898,147.66469 99.058798,166.11804 -16.8141,16.62704 -38.727298,-21.37024 -65.747798,-5.67539 -2.9614,1.72487 -5.9678,3.90043 -9.0528,7.06477 -30.559,31.30728 -0.4786,121.50019 86.223598,169.64379 -20.2321,67.93495 -40.3749,143.83541 -60.093298,223.21017 7.153,-2.50483 14.1169,-5.70459 17.845298,-11.76321 6.979,-11.34072 35.7454,-91.04637 69.4782,-198.80191 8.5373,2.68775 0.3242,0.12058
  10.3304,3.19798 z" />
+  </g>
+  <g
+     id="layer1"
+     style="display:inline"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       class="cls-3"
+       d="m 278.00442,397.82083 c 24.84227,-61.42874 52.56035,-122.73698 82.30131,-177.07606 -44.39584,-32.97506 -87.02562,-104.0807 -104.54044,-135.584571 -6.29064,7.146709 -10.37447,15.377791 -12.22614,22.074271 -16.50021,59.57705 42.2366,131.51975 -5.07309,105.23482 C 199.04818,190.56625 110.28821,142.60021 76.431698,190.27454 114.34984,238.99519 213.5255,361.57363 278.00442,397.82083 Z"
+       id="path1"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-2"
+       d="m 360.30573,220.74477 c 28.81829,-52.6523 59.52949,-98.76664 91.36944,-131.989022 0,0 -31.75751,45.968502 -77.11723,137.861112 27.47075,7.56524 105.70725,23.08888 214.68348,-5.06041 2.67921,-19.80405 -10.63447,-41.58662 -76.98092,-48.87917 -43.31464,-4.75602 51.98962,-103.427547 -17.05191,-150.093595 -2.22899,-1.509243 -4.41993,-2.840928 -6.56646,-4.033104 -2.31461,-0.830717 -4.75919,-1.59168 -7.36867,-2.270205 C 400.63993,-4.7602468 389.46329,131.96576 357.28724,102.57356 305.29129,55.0768 272.47159,66.174175 255.76529,85.160199 273.28011,116.66407 315.90989,187.76971 360.30573,220.74477 Z"
+       id="path2"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-4"
+       d="M 213.15137,574.8081 C 231.35423,520.27878 253.25093,459.01493 278.00442,397.82083 213.5255,361.57363 114.34984,238.99519 76.431698,190.27454 69.6623,199.79926 65.036279,213.08441 63.49533,231.25239 55.2262,328.83954 155.90159,401.08662 135.83119,414.28299 109.2831,431.74075 56.44374,372.3476 35.618724,410.08501 65.803583,448.86241 127.28939,518.92807 213.15137,574.8081 Z"
+       id="path3"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-3"
+       d="m 492.10132,364.3448 c -50.975,-18.18067 53.26741,-66.93937 87.11758,-118.66582 4.33115,-6.61404 8.80814,-15.16218 10.02252,-24.12253 -108.97623,28.14929 -187.21273,12.62565 -214.68348,5.06041 -23.48206,47.57921 -50.5977,107.53674 -78.87698,179.82821 29.45243,12.59393 149.70993,59.11414 319.56953,59.35511 28.5583,-74.38412 -74.77095,-84.20689 -123.14917,-101.45538 z"
+       id="path4"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-4"
+       d="m 232.84762,584.62452 c 29.9534,9.33448 129.20198,37.21743 234.60803,33.01946 14.16025,-38.33985 -38.78058,-42.08126 -43.09271,-72.8305 -3.33871,-23.79277 139.3228,19.99431 185.22472,-66.52083 2.32093,-4.37553 4.13139,-8.50376 5.66283,-12.49247 -169.8596,-0.24097 -290.1171,-46.76118 -319.56953,-59.35511 -20.66649,52.82985 -41.92588,112.12154 -62.83334,178.17945 z"
+       id="path5"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-1"
+       d="m 232.84762,584.62452 c -13.45954,42.51881 -26.73833,87.94195 -39.62714,135.94603 -4.57211,17.0202 -9.09034,34.35746 -13.54514,52.07523 100.04441,33.02579 192.16849,0.0761 195.2916,-40.76226 0.0254,-0.3234 -0.0349,-0.56438 -0.0159,-0.8751 2.38119,-43.2544 -62.44969,-19.27772 -60.91507,-45.28363 1.54095,-26.19615 113.18371,-0.1522 147.70923,-56.3176 2.64752,-4.30578 4.37237,-8.12962 5.7104,-11.76321 C 362.04957,621.84195 262.80099,593.959 232.84759,584.62452 Z"
+       id="path6"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-1"
+       d="m 35.618724,410.08501 c -1.458513,2.64435 -2.774345,5.70088 -3.896765,9.3535 -19.3887,63.01408 117.711451,147.66485 99.058341,166.1182 -16.8141,16.62704 -38.726667,-21.37038 -65.747191,-5.67552 -2.961414,1.72485 -5.967217,3.89994 -9.052288,7.06427 -30.559001,31.30729 -0.478772,121.5004 86.223439,169.644 -20.2321,67.93497 -40.37542,143.83466 -60.093876,223.20943 7.153051,-2.50483 15.713884,-5.01601 17.844579,-11.76322 3.199207,-13.15197 22.971567,-93.17991 55.074697,-201.75028 0,0 5.85941,-22.23915 16.58582,-58.8795 9.91787,-33.88187 24.01154,-80.09134 41.53589,-132.59779 C 127.28939,518.92807 65.803583,448.86241 35.618724,410.08501 Z"
+       id="path7"
+       style="stroke-width:0.97314" />
+  </g>
+</svg>

Modified: apr/site/branches/new-logo/docs/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/index.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/index.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/mailing-lists.html
==============================================================================
--- apr/site/branches/new-logo/docs/mailing-lists.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/mailing-lists.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/patches.html
==============================================================================
--- apr/site/branches/new-logo/docs/patches.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/patches.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/projects.html
==============================================================================
--- apr/site/branches/new-logo/docs/projects.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/projects.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/security_report.html
==============================================================================
--- apr/site/branches/new-logo/docs/security_report.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/security_report.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/style.css
==============================================================================
--- apr/site/branches/new-logo/docs/style.css	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/style.css	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -7,7 +7,15 @@
   --apr-fg-h1: #ffffff;
   --apr-bg-h2: #828DA6;
   --apr-fg-h2: #ffffff;
+  --apr-bg-logo: #28265E;       /* Navy, from the Brand Guidelines palette. */
 
+  /* Dimensions */
+  --apr-site-nav-width: 15em;
+  --apr-content-margin: calc(var(--apr-site-nav-width) + 0.1em);
+  --apr-logo-height: 6em;
+  --apr-logo-margin: calc(var(--apr-content-margin) - 0.94 * var(--apr-logo-height));
+  --apr-logo-bar-height: calc(0.382 * var(--apr-logo-height));
+  --apr-logo-bar-shift: calc(0.618 * var(--apr-logo-height));
 
   /* Global */
   background: var(--apr-bg);
@@ -72,17 +80,32 @@ td.mlh {
   background: #aaffaa;
 }
 #logo {
-  padding: 8px;
+  height: var(--apr-logo-height);
+  width: 100%;
+  margin-top: 0.5em;
+  margin-bottom: 0.5em;
+  >img {
+    position: relative;
+    left: var(--apr-logo-margin);
+    top: calc(-1 * var(--apr-logo-bar-height));
+  }
+  >div {
+    background: var(--apr-bg-logo);
+    position: relative;
+    top: var(--apr-logo-bar-shift);
+    height: var(--apr-logo-bar-height);
+    width: 100%;
+  }
 }
 #page {
   overflow: auto;
 }
 #site-nav {
   float: left;
-  width: 15em;
+  width: var(--apr-site-nav-width);
 }
 #site-content {
-  margin-left: 15.1em;
+  margin-left: var(--apr-content-margin);
 }
 #footer {
   text-align: center;
@@ -132,6 +155,7 @@ h1, h2 {
   #site-nav-menu { display: none }
   #site-nav input:checked + #site-nav-menu { display: block; }
   #site-content { margin-left: 0px; }
+  #logo > img { left: 0px; }
 }
 
 

Modified: apr/site/branches/new-logo/docs/versioning.html
==============================================================================
--- apr/site/branches/new-logo/docs/versioning.html	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/docs/versioning.html	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -12,7 +12,14 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Added: apr/site/branches/new-logo/xdocs/images/apr-logo-site-inprogress.svg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ apr/site/branches/new-logo/xdocs/images/apr-logo-site-inprogress.svg	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   id="Layer_1"
+   viewBox="0 0 5210 1000"
+   version="1.1"
+   width="5210"
+   height="1000"
+   sodipodi:docname="apr-logo-site-inprogress.svg"
+   inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <sodipodi:namedview
+     id="namedview1"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     showgrid="false"
+     inkscape:zoom="0.20385305"
+     inkscape:cx="2862.356"
+     inkscape:cy="-9.8109888"
+     inkscape:current-layer="Layer_1" />
+  <defs
+     id="defs1">
+    <style
+       id="style1">
+      .cls-1 {
+        fill: #7c297d;
+      }
+
+      .cls-2 {
+        fill: #f79a23;
+      }
+
+      .cls-3 {
+        fill: #dd552c;
+      }
+
+      .cls-4 {
+        fill: #d22128;
+      }
+    </style>
+  </defs>
+  <g
+     id="layer4"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       d="m 797.82572,700.325 q 41.27087,0 60.22923,16.18752 19.10418,16.04169 19.10418,46.08338 0,13.56252 -4.52083,25.81253 -4.37501,12.10418 -14.29169,21.43753 -9.91667,9.18751 -26.10419,14.58335 -16.04168,5.25 -39.37504,5.25 h -25.95837 v 83.85426 H 742.11732 V 700.325 Z m -2.33334,21.14586 h -28.58337 v 86.91676 h 23.18753 q 20.41669,0 33.9792,-4.375 13.70835,-4.37501 20.56253,-14.14585 6.85417,-9.91668 6.85417,-26.25003 0,-21.29169 -13.56251,-31.64587 -13.56252,-10.50001 -42.43755,-10.50001 z m 311.20872,85.16676 q 0,24.64586 -6.2709,44.91672 -6.2708,20.12502 -18.6667,34.70837 -12.25,14.43751 -30.4792,22.31252 -18.2292,7.87501 -42.2917,7.87501 -24.79167,0 -43.31253,-7.87501 -18.37502,-7.87501 -30.62503,-22.45836 -12.10418,-14.58335 -18.22919,-34.8542 -5.97917,-20.27086 -5.97917,-44.
 91672 0,-32.6667 10.79168,-57.31256 10.79168,-24.64586 32.6667,-38.35421 22.02086,-13.70835 55.12504,-13.70835 31.6459,0 53.2292,13.56252 21.7292,13.56251 32.8126,38.20837 11.2292,24.50003 11.2292,5
 7.8959 z m -169.75023,0 q 0,27.12503 7.72918,46.95838 7.72917,19.83336 23.62503,30.62504 16.04168,10.79168 40.68752,10.79168 24.7917,0 40.5417,-10.79168 15.8959,-10.79168 23.4792,-30.62504 7.5834,-19.83335 7.5834,-46.95838 0,-41.27088 -17.3542,-64.4584 -17.2084,-23.33336 -53.8126,-23.33336 -24.79167,0 -40.83336,10.64584 -16.04168,10.64585 -23.91669,30.33337 -7.72918,19.54169 -7.72918,46.81255 z M 1211.7012,700.325 q 26.25,0 43.3125,6.56251 17.2084,6.41667 25.6667,19.68752 8.4583,13.27085 8.4583,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0416,18.22919 -9.9167,7 -21.1459,10.79167 l 58.4792,95.81261 h -28.875 l -52.2084,-88.95843 h -44.3334 v 88.95843 h -24.7917 V 700.325 Z m -1.4584,21.43753 h -31.3542 v 81.81259 h 33.8334 q 26.1042,0 38.3542,-10.64585 12.3959,-10.64584 12.3959,
 -31.3542 0,-21.72919 -13.1251,-30.77087 -12.9791,-9.04167 -40.1042,-9.04167 z m 193.6669,191.77104 h -24.9375 V 722.20003 h -67.0834 V 700.325 h 158.8127 v 21.87503 h -66.7918 z m 232.7503,0 -26.25,
 -67.66674 h -85.4585 l -26.1042,67.66674 H 1473.764 L 1557.1807,699.45 h 22.3126 l 82.8334,214.08357 z m -33.6875,-89.6876 -24.9376,-67.22924 q -0.875,-2.625 -2.9166,-8.60417 -1.8959,-5.97918 -3.9376,-12.39585 -2.0416,-6.41667 -3.3541,-10.35418 -1.4584,5.97917 -3.2084,11.95835 -1.6041,5.83334 -3.2083,10.93751 -1.6042,4.95834 -2.7708,8.45834 l -25.3751,67.22924 z M 1691.785,700.325 h 60.3751 q 39.9584,0 60.0834,11.95835 20.125,11.95835 20.125,40.68754 0,12.39585 -4.8125,22.31253 -4.6666,9.77084 -13.7083,16.18752 -9.0417,6.41667 -22.3125,8.89584 v 1.45833 q 14,2.18751 24.7916,8.02085 10.7917,5.83334 16.9167,16.33335 6.125,10.50001 6.125,26.68753 0,19.68752 -9.1875,33.25003 -9.0416,13.56252 -25.6667,20.56253 -16.625,6.85417 -39.375,6.85417 h -73.3543 z m 24.7917,91.4376 h 40.8334 q 27.8542,0
  38.5001,-9.18751 10.7916,-9.18751 10.7916,-26.83336 0,-18.22919 -12.8333,-26.25003 -12.6875,-8.02084 -40.5417,-8.02084 h -36.7501 z m 0,20.85419 v 79.77092 h 44.3334 q 28.4376,0 40.2501,-11.08334 1
 1.8125,-11.22918 11.8125,-30.18754 0,-12.10418 -5.3959,-20.70835 -5.25,-8.60418 -17.2083,-13.12502 -11.8125,-4.66667 -31.6459,-4.66667 z m 168.1461,100.91678 V 700.325 h 24.7917 v 191.04188 h 94.6459 v 22.16669 z m 274.6044,0 H 2040.6188 V 700.325 h 118.7084 v 21.87503 h -93.9167 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9167 z M 2341.7649,700.325 q 26.25,0 43.3125,6.56251 17.2084,6.41667 25.6667,19.68752 8.4584,13.27085 8.4584,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0417,18.22919 -9.9167,7 -21.1459,10.79167 l 58.4793,95.81261 h -28.8751 l -52.2084,-88.95843 h -44.3334 v 88.95843 h -24.7916 V 700.325 Z m -1.4583,21.43753 h -31.3543 v 81.81259 h 33.8334 q 26.1042,0 38.3542,-10.64585 12.3959,-10.64584 12.3959,-31.3542 0,-21.72919 -13.125,-30.77087 -12.9792,-9
 .04167 -40.1042,-9.04167 z M 2629.786,700.325 v 137.95849 q 0,22.60419 -9.1875,40.25004 -9.0417,17.64585 -27.4167,27.8542 -18.375,10.06251 -46.0834,10.06251 -39.5209,0 -60.2292,-21.43752 -20.5626,-2
 1.43753 -20.5626,-57.31257 V 700.325 h 24.9376 v 138.10432 q 0,27.12503 14.2917,41.85421 14.4375,14.72919 43.0208,14.72919 19.5417,0 31.9376,-7.00001 12.5417,-7.14584 18.5208,-19.83336 6.125,-12.83334 6.125,-29.6042 V 700.325 Z m 223.1253,213.20857 H 2824.328 L 2708.0987,734.45004 h -1.1667 q 0.4375,7.14584 1.0208,16.33335 0.5834,9.04168 0.875,19.39586 0.4375,10.20834 0.4375,20.85419 v 122.50013 h -23.0417 V 700.325 h 28.4376 l 115.7918,178.5002 h 1.0208 q -0.2917,-5.10417 -0.7292,-14.43752 -0.4375,-9.47917 -0.875,-20.27085 -0.2916,-10.93751 -0.2916,-20.27086 V 700.325 h 23.3333 z m 123.6667,0 h -24.9375 V 722.20003 h -67.0834 V 700.325 h 158.8126 v 21.87503 h -66.7917 z m 99.021,0 V 700.325 h 24.7917 v 213.20857 z m 177.1877,0 -71.6043,-188.70854 h -1.1666 q 0.5833,5.97917 1.0208,14.5833
 5 0.4375,8.60418 0.7292,18.81252 0.2917,10.06251 0.2917,20.56252 v 134.75015 h -23.0417 V 700.325 h 36.75 l 67.5209,177.33353 h 1.0208 L 3332.8493,700.325 h 36.4584 v 213.20857 h -24.5001 V 777.0334
 2 q 0,-9.47918 0.2917,-18.95835 0.2917,-9.62501 0.7292,-18.08336 0.4375,-8.60417 0.875,-14.87501 h -1.1667 l -72.4793,188.41687 z m 293.5628,0 H 3427.641 V 700.325 h 118.7085 v 21.87503 h -93.9168 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9168 z M 3726.8914,700.325 q 41.2709,0 60.2292,16.18752 19.1042,16.04169 19.1042,46.08338 0,13.56252 -4.5208,25.81253 -4.375,12.10418 -14.2917,21.43753 -9.9167,9.18751 -26.1042,14.58335 -16.0417,5.25 -39.375,5.25 h -25.9584 v 83.85426 H 3671.183 V 700.325 Z m -2.3333,21.14586 h -28.5834 v 86.91676 h 23.1875 q 20.4167,0 33.9792,-4.375 13.7084,-4.37501 20.5625,-14.14585 6.8542,-9.91668 6.8542,-26.25003 0,-21.29169 -13.5625,-31.64587 -13.5625,-10.50001 -42.4375,-10.50001 z M 3908.4542,700.325 q 26.25,0 43.3126,6.56251 17.2083,6.41667 25.666
 7,19.68752 8.4583,13.27085 8.4583,33.83337 0,16.91669 -6.125,28.2917 -6.125,11.22918 -16.0417,18.22919 -9.9167,7 -21.1458,10.79167 l 58.4792,95.81261 h -28.875 l -52.2084,-88.95843 h -44.3334 v 88.9
 5843 H 3850.85 V 700.325 Z m -1.4583,21.43753 h -31.3542 v 81.81259 h 33.8334 q 26.1041,0 38.3542,-10.64585 12.3958,-10.64584 12.3958,-31.3542 0,-21.72919 -13.125,-30.77087 -12.9792,-9.04167 -40.1042,-9.04167 z m 313.1045,84.87509 q 0,24.64586 -6.2709,44.91672 -6.2708,20.12502 -18.6667,34.70837 -12.25,14.43751 -30.4792,22.31252 -18.2292,7.87501 -42.2917,7.87501 -24.7917,0 -43.3125,-7.87501 -18.3751,-7.87501 -30.6251,-22.45836 -12.1041,-14.58335 -18.2292,-34.8542 -5.9791,-20.27086 -5.9791,-44.91672 0,-32.6667 10.7916,-57.31256 10.7917,-24.64586 32.6668,-38.35421 22.0208,-13.70835 55.125,-13.70835 31.6459,0 53.2292,13.56252 21.7292,13.56251 32.8126,38.20837 11.2292,24.50003 11.2292,57.8959 z m -169.7502,0 q 0,27.12503 7.7291,46.95838 7.7292,19.83336 23.6251,30.62504 16.0417,10.79168 40.6875
 ,10.79168 24.7917,0 40.5417,-10.79168 15.8959,-10.79168 23.4792,-30.62504 7.5834,-19.83335 7.5834,-46.95838 0,-41.27088 -17.3542,-64.4584 -17.2084,-23.33336 -53.8126,-23.33336 -24.7917,0 -40.8334,10
 .64584 -16.0417,10.64585 -23.9167,30.33337 -7.7291,19.54169 -7.7291,46.81255 z m 186.3752,163.04184 q -7.2917,0 -12.8334,-1.02083 -5.5417,-1.02084 -9.4792,-2.77084 v -21.14585 q 4.6667,1.45833 10.0625,2.1875 5.3959,0.875 11.6667,0.875 8.1667,0 15.0209,-3.20834 6.8542,-3.20833 10.9375,-10.93751 4.0833,-7.72917 4.0833,-21.29169 V 700.325 h 24.9376 v 210.14607 q 0,19.97918 -6.7084,33.1042 -6.5625,13.12501 -18.8125,19.54169 -12.1042,6.5625 -28.875,6.5625 z m 229.6875,-56.14589 H 4347.7045 V 700.325 h 118.7084 v 21.87503 h -93.9167 v 68.97924 h 88.5209 v 21.58336 h -88.5209 v 78.89592 h 93.9167 z m 138.3963,-194.39605 q -17.6459,0 -31.7917,6.12501 -14.0001,5.97917 -23.9167,17.50002 -9.7709,11.37501 -15.0209,27.56253 -5.25,16.18752 -5.25,36.45837 0,26.83337 8.3125,46.66672 8.4584,19.68752 25.08
 34,30.4792 16.7708,10.79168 41.8542,10.79168 14.2917,0 26.8333,-2.33334 12.6876,-2.47917 24.6459,-6.125 v 21.58335 q -11.6667,4.37501 -24.5,6.41668 -12.8334,2.1875 -30.4792,2.1875 -32.5209,0 -54.395
 9,-13.41668 -21.7292,-13.56252 -32.6667,-38.20838 -10.7917,-24.64586 -10.7917,-58.18756 0,-24.20836 6.7083,-44.18755 6.8542,-20.12502 19.8334,-34.70837 13.125,-14.58335 32.0834,-22.45836 19.1042,-8.02084 43.75,-8.02084 16.1875,0 31.2084,3.20834 15.0208,3.20833 27.125,9.18751 l -9.9167,21.00002 q -10.2083,-4.66667 -22.4583,-8.02084 -12.1042,-3.50001 -26.25,-3.50001 z m 162.4583,194.39605 h -24.9376 V 722.20003 h -67.0834 V 700.325 h 158.8127 v 21.87503 h -66.7917 z"
+       id="text2"
+       style="font-size:298.667px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Normal @wght=400,wdth=100';font-variation-settings:'wdth' 100, 'wght' 400;fill:#ffffff"
+       aria-label="PORTABLE RUNTIME PROJECT" />
+    <path
+       style="font-weight:bold;font-size:533.333px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Bold @wght=700,wdth=100';font-variation-settings:'wdth' 100, 'wght' 700;fill:#7c297d"
+       d="m 1086.4149,519.00024 -27.6041,-90.62494 h -138.802 l -27.60415,90.62494 H 805.42554 L 939.80046,136.70881 h 98.69784 l 134.8958,382.29143 z M 1039.54,360.66701 1011.9358,272.12539 q -2.6041,-8.85416 -7.0312,-22.65623 -4.1667,-14.06249 -8.59376,-28.3854 -4.16667,-14.58333 -6.77083,-25.2604 -2.60417,10.67707 -7.29166,26.56248 -4.42708,15.62499 -8.59375,29.68748 -4.16666,14.0625 -5.98958,20.05207 l -27.34373,88.54162 z m 303.3852,-222.3957 q 73.6979,0 107.552,31.77081 33.8542,31.5104 33.8542,86.97912 0,24.99998 -7.5521,47.91663 -7.5521,22.65624 -24.7396,40.36456 -16.927,17.70833 -45.3124,28.12499 -28.3854,10.15624 -70.0521,10.15624 h -34.6354 v 135.41658 h -80.7291 V 138.27131 Z m -4.1666,66.14579 h -36.7188 v 113.02077 h 26.5625 q 22.6562,0 39.3229,-5.98958 16.6667,-5.98958 25.78
 12,-18.74999 9.1146,-12.76041 9.1146,-32.81248 0,-28.12498 -15.625,-41.66664 -15.625,-13.80208 -48.4374,-13.80208 z m 450.5205,314.58314 -27.6042,-90.62494 h -138.802 l -27.6041,90.62494 h -86.9791 
 l 134.3749,-382.29143 h 98.6978 l 134.8958,382.29143 z M 1742.4041,360.66701 1714.8,272.12539 q -2.6042,-8.85416 -7.0313,-22.65623 -4.1666,-14.06249 -8.5937,-28.3854 -4.1667,-14.58333 -6.7709,-25.2604 -2.6041,10.67707 -7.2916,26.56248 -4.4271,15.62499 -8.5938,29.68748 -4.1666,14.0625 -5.9895,20.05207 l -27.3438,88.54162 z m 343.4895,-160.67699 q -23.1771,0 -41.1458,9.11458 -17.7083,8.85416 -29.9479,25.78123 -11.9792,16.92708 -18.2292,40.8854 -6.25,23.95831 -6.25,53.90621 0,40.36456 9.8959,69.01038 10.1562,28.3854 31.2499,43.48955 21.0938,14.84375 54.4271,14.84375 23.1771,0 46.3541,-5.20833 23.4375,-5.20834 50.7812,-14.84375 v 67.7083 q -25.2604,10.41666 -49.7395,14.84374 -24.4792,4.68749 -54.9479,4.68749 -58.8541,0 -96.8749,-24.21873 -37.7604,-24.47915 -55.9896,-68.22913 -18.2291,-44.0103
 9 -18.2291,-102.6041 0,-43.22914 11.7187,-79.16662 11.7188,-35.93748 34.375,-62.23954 22.6562,-26.30207 55.9895,-40.62498 33.3333,-14.32291 76.5625,-14.32291 28.3854,0 56.7708,7.29167 28.6458,7.0312
 4 54.6875,19.53123 l -26.0417,65.62496 q -21.3541,-10.15624 -42.9687,-17.70832 -21.6146,-7.55208 -42.4479,-7.55208 z m 490.1038,319.01022 h -80.4687 V 354.67743 h -150.7811 v 164.32281 h -80.7292 V 138.27131 h 80.7292 v 149.21866 h 150.7811 V 138.27131 h 80.4687 z m 315.3644,0 H 2672.0911 V 138.27131 h 219.2707 v 66.14579 h -138.5416 v 83.5937 h 128.9062 v 66.14579 h -128.9062 v 98.17703 h 138.5416 z"
+       id="text3"
+       aria-label="APACHE" />
+  </g>
+  <g
+     id="g20"
+     style="display:inline"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       id="path14-2"
+       style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:22.0681;stroke-dasharray:none;stroke-opacity:1"
+       class="cls-3"
+       d="m 179.83665,772.43204 c 100.0445,33.02579 192.0015,0.30339 195.1246,-40.53492 0.025,-0.3234 0.044,-0.57844 0.063,-0.88916 2.3812,-43.2544 -62.449,-19.27742 -60.9144,-45.28333 1.541,-26.19614 113.1827,-0.15127 147.7082,-56.31667 2.6475,-4.30578 4.3716,-8.12961 5.7096,-11.76321 14.1603,-38.33985 -38.7797,-42.08231 -43.0919,-72.83154 -3.3387,-23.79278 139.3235,19.99378 185.2255,-66.52134 2.3209,-4.37555 4.1306,-8.50246 5.662,-12.49118 28.5583,-74.38411 -74.7715,-84.20705 -123.1497,-101.45554 -50.975,-18.18067 53.2687,-66.9396 87.1189,-118.66605 4.3311,-6.61404 8.8078,-15.1629 10.0222,-24.12324 2.6792,-19.80406 -10.6343,-41.58682 -76.9807,-48.87937 -43.3147,-4.75602 51.9875,-103.425741 -17.0528,-150.093546 -2.2302,-1.507487 -4.3306,-3.019205 -6.5668,-4.03321 -2.2397,-1.015575 -4.759
 5,-1.590867 -7.3689,-2.269393 -5.0396,-1.315039 -9.8063,-2.0147 -14.3253,-2.17626 -67.7858,-2.423409 -79.4957,116.025389 -109.6608,88.470209 -51.9959,-47.496766 -84.8157,-36.399906 -101.522,-17.4138
 84 -6.2907,7.14671 -10.3734,15.377834 -12.2251,22.074314 -16.5002,59.57705 42.2368,131.519 -5.0729,105.23407 -39.4179,-21.90305 -128.1789,-69.86838 -162.035398,-22.19406 -6.7694,9.52473 -11.395,22.81033 -12.9359,40.97832 -8.2692,97.58715 92.405898,169.83379 72.335498,183.03015 -26.5481,17.45776 -79.387498,-41.93598 -100.212598,-4.19857 -1.4585,2.64436 -2.7739,5.70055 -3.8963,9.35317 -19.3887,63.01407 117.711898,147.66469 99.058798,166.11804 -16.8141,16.62704 -38.727298,-21.37024 -65.747798,-5.67539 -2.9614,1.72487 -5.9678,3.90043 -9.0528,7.06477 -30.559,31.30728 -0.4786,121.50019 86.223598,169.64379 -20.2321,67.93495 -40.3749,143.83541 -60.093298,223.21017 7.153,-2.50483 14.1169,-5.70459 17.845298,-11.76321 6.979,-11.34072 35.7454,-91.04637 69.4782,-198.80191 8.5373,2.68775 0.3242,0.12058
  10.3304,3.19798 z" />
+  </g>
+  <g
+     id="layer1"
+     style="display:inline"
+     transform="translate(211.69566,-3.0351928)">
+    <path
+       class="cls-3"
+       d="m 278.00442,397.82083 c 24.84227,-61.42874 52.56035,-122.73698 82.30131,-177.07606 -44.39584,-32.97506 -87.02562,-104.0807 -104.54044,-135.584571 -6.29064,7.146709 -10.37447,15.377791 -12.22614,22.074271 -16.50021,59.57705 42.2366,131.51975 -5.07309,105.23482 C 199.04818,190.56625 110.28821,142.60021 76.431698,190.27454 114.34984,238.99519 213.5255,361.57363 278.00442,397.82083 Z"
+       id="path1"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-2"
+       d="m 360.30573,220.74477 c 28.81829,-52.6523 59.52949,-98.76664 91.36944,-131.989022 0,0 -31.75751,45.968502 -77.11723,137.861112 27.47075,7.56524 105.70725,23.08888 214.68348,-5.06041 2.67921,-19.80405 -10.63447,-41.58662 -76.98092,-48.87917 -43.31464,-4.75602 51.98962,-103.427547 -17.05191,-150.093595 -2.22899,-1.509243 -4.41993,-2.840928 -6.56646,-4.033104 -2.31461,-0.830717 -4.75919,-1.59168 -7.36867,-2.270205 C 400.63993,-4.7602468 389.46329,131.96576 357.28724,102.57356 305.29129,55.0768 272.47159,66.174175 255.76529,85.160199 273.28011,116.66407 315.90989,187.76971 360.30573,220.74477 Z"
+       id="path2"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-4"
+       d="M 213.15137,574.8081 C 231.35423,520.27878 253.25093,459.01493 278.00442,397.82083 213.5255,361.57363 114.34984,238.99519 76.431698,190.27454 69.6623,199.79926 65.036279,213.08441 63.49533,231.25239 55.2262,328.83954 155.90159,401.08662 135.83119,414.28299 109.2831,431.74075 56.44374,372.3476 35.618724,410.08501 65.803583,448.86241 127.28939,518.92807 213.15137,574.8081 Z"
+       id="path3"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-3"
+       d="m 492.10132,364.3448 c -50.975,-18.18067 53.26741,-66.93937 87.11758,-118.66582 4.33115,-6.61404 8.80814,-15.16218 10.02252,-24.12253 -108.97623,28.14929 -187.21273,12.62565 -214.68348,5.06041 -23.48206,47.57921 -50.5977,107.53674 -78.87698,179.82821 29.45243,12.59393 149.70993,59.11414 319.56953,59.35511 28.5583,-74.38412 -74.77095,-84.20689 -123.14917,-101.45538 z"
+       id="path4"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-4"
+       d="m 232.84762,584.62452 c 29.9534,9.33448 129.20198,37.21743 234.60803,33.01946 14.16025,-38.33985 -38.78058,-42.08126 -43.09271,-72.8305 -3.33871,-23.79277 139.3228,19.99431 185.22472,-66.52083 2.32093,-4.37553 4.13139,-8.50376 5.66283,-12.49247 -169.8596,-0.24097 -290.1171,-46.76118 -319.56953,-59.35511 -20.66649,52.82985 -41.92588,112.12154 -62.83334,178.17945 z"
+       id="path5"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-1"
+       d="m 232.84762,584.62452 c -13.45954,42.51881 -26.73833,87.94195 -39.62714,135.94603 -4.57211,17.0202 -9.09034,34.35746 -13.54514,52.07523 100.04441,33.02579 192.16849,0.0761 195.2916,-40.76226 0.0254,-0.3234 -0.0349,-0.56438 -0.0159,-0.8751 2.38119,-43.2544 -62.44969,-19.27772 -60.91507,-45.28363 1.54095,-26.19615 113.18371,-0.1522 147.70923,-56.3176 2.64752,-4.30578 4.37237,-8.12962 5.7104,-11.76321 C 362.04957,621.84195 262.80099,593.959 232.84759,584.62452 Z"
+       id="path6"
+       style="stroke-width:0.97314" />
+    <path
+       class="cls-1"
+       d="m 35.618724,410.08501 c -1.458513,2.64435 -2.774345,5.70088 -3.896765,9.3535 -19.3887,63.01408 117.711451,147.66485 99.058341,166.1182 -16.8141,16.62704 -38.726667,-21.37038 -65.747191,-5.67552 -2.961414,1.72485 -5.967217,3.89994 -9.052288,7.06427 -30.559001,31.30729 -0.478772,121.5004 86.223439,169.644 -20.2321,67.93497 -40.37542,143.83466 -60.093876,223.20943 7.153051,-2.50483 15.713884,-5.01601 17.844579,-11.76322 3.199207,-13.15197 22.971567,-93.17991 55.074697,-201.75028 0,0 5.85941,-22.23915 16.58582,-58.8795 9.91787,-33.88187 24.01154,-80.09134 41.53589,-132.59779 C 127.28939,518.92807 65.803583,448.86241 35.618724,410.08501 Z"
+       id="path7"
+       style="stroke-width:0.97314" />
+  </g>
+</svg>

Modified: apr/site/branches/new-logo/xdocs/stylesheets/site.vsl
==============================================================================
--- apr/site/branches/new-logo/xdocs/stylesheets/site.vsl	Wed Sep 17 11:26:01 2025	(r1928542)
+++ apr/site/branches/new-logo/xdocs/stylesheets/site.vsl	Wed Sep 17 11:31:31 2025	(r1928543)
@@ -100,7 +100,14 @@ href="$title.getAttributeValue("href")">
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<div id="logo"><a href="/"><img src="/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
+<a href="/">
+  <div id="logo">
+    <div>&nbsp;</div>
+    <img height=100% width="auto"
+         src="/images/apr-logo-site-inprogress.svg"
+         alt="The Apache Portable Runtime Project">
+  </div>
+</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">
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.