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

[email protected] Fri, 19 Sep 2025 08:52:28 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175827194806.4094485.4182377497566176257@svn02-us-east.apache.org>
Author: brane
Date: Fri Sep 19 08:52:27 2025
New Revision: 1928612

Log:
In a marginally silly hack, force the site build to use the UTF-8 encoding
instead of ISO-8851-1 (Latin-1) for both input and output files, by changing
the input.encoding and output.encoding properties embedded in the Velocity
JAR. This allows us to use arbitrary Unicoce XML character entities in the
input files, as evidenced by hte shiny new m-dashes in docs/index.html.

Added:
   apr/site/branches/new-logo/lib/velocity-1.3-dev-utf8.jar
      - copied, changed from r1928611, apr/site/branches/new-logo/lib/velocity-1.3-dev.jar
Deleted:
   apr/site/branches/new-logo/lib/velocity-1.3-dev.jar
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 08:30:22 2025	(r1928611)
+++ apr/site/branches/new-logo/docs/index.html	Fri Sep 19 08:52:27 2025	(r1928612)
@@ -172,7 +172,7 @@ developer's mailing list.</a></p>
 Project.  All of the development happens on the indicated mailing lists.  See
 <a href="mailing-lists.html">mailing lists</a> to learn how to take part in
 these discussions.  Or, check the <a href="mail/">archives</a>.</p>
-<p>APR - a portable runtime library</p>
+<p>APR — a portable runtime library</p>
 <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr/">apr</a></li>
     <li>Mailing list: <a href="mailto:[email protected]">[email protected]</a></li>
@@ -183,14 +183,14 @@ these discussions.  Or, check the <a hre
         See <a href="apr2_0intro/">sample code</a>.</li>
     <li>Test Coverage: <a href="coverage">apr test coverage</a></li>
   </ul>
-<p>APR-util - a companion library to APR</p>
+<p>APR-util — a companion library to APR</p>
 <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr-util/">apr-util</a></li>
     <li>Mailing list: <a href="mailto:[email protected]">[email protected]</a></li>
     <li>Releases: <a href="download.cgi#aprutil1">apr-util releases</a></li>
     <li>API Documentation: <a href="docs/apr-util/1.6/">apr-util docs</a> (current stable branch)</li>
   </ul>
-<p>APR-iconv - a portable implementation of the iconv() library</p>
+<p>APR-iconv — a portable implementation of the iconv() library</p>
 <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr-iconv/">apr-iconv</a></li>
     <li>Releases: <a href="download.cgi#apriconv1">apr-iconv releases</a></li>

Copied and modified: apr/site/branches/new-logo/lib/velocity-1.3-dev-utf8.jar (from r1928611, apr/site/branches/new-logo/lib/velocity-1.3-dev.jar)
==============================================================================
Binary file (source and/or target). No diff available.

Modified: apr/site/branches/new-logo/xdocs/index.xml
==============================================================================
--- apr/site/branches/new-logo/xdocs/index.xml	Fri Sep 19 08:30:22 2025	(r1928611)
+++ apr/site/branches/new-logo/xdocs/index.xml	Fri Sep 19 08:52:27 2025	(r1928612)
@@ -113,7 +113,7 @@ Project.  All of the development happens
 <a href="mailing-lists.html">mailing lists</a> to learn how to take part in
 these discussions.  Or, check the <a href="mail/">archives</a>.</p>
 
-  <p>APR - a portable runtime library</p>
+  <p>APR &#x2014; a portable runtime library</p>
   <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr/">apr</a></li>
     <li>Mailing list: <a href="mailto:[email protected]">[email protected]</a></li>
@@ -126,7 +126,7 @@ these discussions.  Or, check the <a hre
     <li>Test Coverage: <a href="coverage">apr test coverage</a></li>
   </ul>
 
-  <p>APR-util - a companion library to APR</p>
+  <p>APR-util &#x2014; a companion library to APR</p>
   <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr-util/">apr-util</a></li>
     <li>Mailing list: <a href="mailto:[email protected]">[email protected]</a></li>
@@ -134,7 +134,7 @@ these discussions.  Or, check the <a hre
     <li>API Documentation: <a href="docs/apr-util/1.6/">apr-util docs</a> (current stable branch)</li>
   </ul>
 
-  <p>APR-iconv - a portable implementation of the iconv() library</p>
+  <p>APR-iconv &#x2014; a portable implementation of the iconv() library</p>
   <ul>
     <li>Source: <a href="https://svn.apache.org/repos/asf/apr/apr-iconv/">apr-iconv</a></li>
     <li>Releases: <a href="download.cgi#apriconv1">apr-iconv releases</a></li>