svn commit: r1928615 - in apr/site/branches/new-logo: docs xdocs

[email protected] Fri, 19 Sep 2025 09:42:14 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175827493472.4137163.14020673792492066376@svn02-us-east.apache.org>
Author: brane
Date: Fri Sep 19 09:42:14 2025
New Revision: 1928615

Log:
Heading capitalisation fix, monospace for file names.

Modified:
   apr/site/branches/new-logo/docs/index.html
   apr/site/branches/new-logo/xdocs/index.xml

Modified: apr/site/branches/new-logo/docs/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/index.html	Fri Sep 19 09:25:56 2025	(r1928614)
+++ apr/site/branches/new-logo/docs/index.html	Fri Sep 19 09:42:14 2025	(r1928615)
@@ -118,12 +118,12 @@ libraries are</p>
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
    1.7.6 of the Apache Portable Runtime library.  APR 1.7 brings
-   a number of enhancements and bugfixes documented in CHANGES.
+   a number of enhancements and bugfixes documented in <code>CHANGES</code>.
    Users of earlier versions are encouraged to update to this release.
 </p>
-<p>For further details of this release, see the 
-<a href="https://www.apache.org/dist/apr/Announcement1.x.html">official announcement</a> as well as the  
-<a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7">CHANGES-APR-1.7</a>
+<p>For further details of this release, see the
+<a href="https://www.apache.org/dist/apr/Announcement1.x.html">official announcement</a> as well as the
+<a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"><code>CHANGES-APR-1.7</code></a>
 file.</p>
 <p style="text-align: center">
 <a href="download.cgi">Download</a>
@@ -146,9 +146,9 @@ dependencies, including unbundling <code
 up-to-date versions of libraries such as <code>OpenSSL</code>
 and <code>MySQL</code>.
 </p>
-<p>For further details of this release, see the 
-<a href="https://www.apache.org/dist/apr/Announcement-aprutil-1.x.html">official announcement</a> as well as the  
-<a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6">CHANGES-APR-UTIL-1.6</a> file.</p>
+<p>For further details of this release, see the
+<a href="https://www.apache.org/dist/apr/Announcement-aprutil-1.x.html">official announcement</a> as well as the
+<a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6"><code>CHANGES-APR-UTIL-1.6</code></a> file.</p>
 <p style="text-align: center">
 <a href="download.cgi">Download</a>
 </p>
@@ -198,7 +198,7 @@ these discussions.  Or, check the <a hre
     <li>API Documentation: <a href="docs/apr-iconv/trunk/">apr-iconv docs</a> (current stable branch)</li>
   </ul>
 </blockquote>
-<h1 id="Start">How To Start Developing with APR</h1>
+<h1 id="Start">How to Start Developing with APR</h1>
 <blockquote>
 <p>We hope this website starts you in the right direction.  Please read the
 docs and tutorials for the project you are interested in.  If you have

Modified: apr/site/branches/new-logo/xdocs/index.xml
==============================================================================
--- apr/site/branches/new-logo/xdocs/index.xml	Fri Sep 19 09:25:56 2025	(r1928614)
+++ apr/site/branches/new-logo/xdocs/index.xml	Fri Sep 19 09:42:14 2025	(r1928615)
@@ -38,14 +38,15 @@ libraries are</p>
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
    1.7.6 of the Apache Portable Runtime library.  APR 1.7 brings
-   a number of enhancements and bugfixes documented in CHANGES.
+   a number of enhancements and bugfixes documented in <code>CHANGES</code>.
    Users of earlier versions are encouraged to update to this release.
 </p>
 
-<p>For further details of this release, see the 
+<p>For further details of this release, see the
 <a href="https://www.apache.org/dist/apr/Announcement1.x.html"
- >official announcement</a> as well as the  
-<a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7" >CHANGES-APR-1.7</a>
+   >official announcement</a> as well as the
+<a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"
+   ><code>CHANGES-APR-1.7</code></a>
 file.</p>
 
 <p style="text-align: center">
@@ -76,11 +77,11 @@ and <code>MySQL</code>.
 </p>
 
 
-<p>For further details of this release, see the 
+<p>For further details of this release, see the
 <a href="https://www.apache.org/dist/apr/Announcement-aprutil-1.x.html"
- >official announcement</a> as well as the  
+   >official announcement</a> as well as the
 <a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6"
-     >CHANGES-APR-UTIL-1.6</a> file.</p>
+   ><code>CHANGES-APR-UTIL-1.6</code></a> file.</p>
 
 <p style="text-align: center">
 <a href="download.cgi">Download</a>
@@ -144,7 +145,7 @@ these discussions.  Or, check the <a hre
 </section>
 
 <section id="Start">
-<title>How To Start Developing with APR</title>
+<title>How to Start Developing with APR</title>
 
 <p>We hope this website starts you in the right direction.  Please read the
 docs and tutorials for the project you are interested in.  If you have