svn commit: r79788 - dev/apr

[email protected] Fri, 03 Oct 2025 15:43:03 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175950618379.4173809.14501096564205039718@svn02-us-east.apache.org>
Author: brane
Date: Fri Oct  3 15:43:03 2025
New Revision: 79788

Log:
Update announcements with new logo etc.

Added:
   dev/apr/Announcement.css
Modified:
   dev/apr/Announcement-aprutil-1.x.html
   dev/apr/Announcement1.x.html
   dev/apr/README.html

Modified: dev/apr/Announcement-aprutil-1.x.html
==============================================================================
--- dev/apr/Announcement-aprutil-1.x.html	Fri Oct  3 14:51:06 2025	(r79787)
+++ dev/apr/Announcement-aprutil-1.x.html	Fri Oct  3 15:43:03 2025	(r79788)
@@ -1,12 +1,18 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
+<!DOCTYPE html>
+<html lang="en">
  <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-       <meta name="author" content="APR" /><meta name="email" content="[email protected]" />
-    <title>Apache Portable Runtime Utility library 1.6.3 Released</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta name="author" content="APR">
+  <meta name="email" content="[email protected]">
+  <link rel="stylesheet" type="text/css" href="Announcement.css">
+  <title>Apache Portable Runtime Utility 1.6.3 Released</title>
  </head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
-<p><a href="https://apr.apache.org/"><img src="https://apr.apache.org/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project" border="0"/></a></p>
+ <body>
+<div id="logo">
+ <a href="https://apr.apache.org/">
+  <img src="https://apr.apache.org/images/apr-logo-transparent.svg"
+       alt="The Apache Portable Runtime Project"></a>
+</div>
 
 <h1>
    Apache Portable Runtime Utility 1.6.3 Released
@@ -15,12 +21,12 @@
 <p>
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
-   1.6.3 of the Apache Portable Runtime Utility library (APR-util). 
+   1.6.3 of the Apache Portable Runtime Utility library (APR-util).
 </p>
 
 <p>
-   In 1.6.0 and later, there are a number of specific changes in how 
-   APR-util deals with external dependencies which may be disruptive 
+   In 1.6.0 and later, there are a number of specific changes in how
+   APR-util deals with external dependencies which may be disruptive
    to existing build strategies:
 </p>
 
@@ -29,12 +35,12 @@
       dependency. Install libexpat runtime (usually installed by
       default) and development packages using your system's package
       manager, or from <a href="https://libexpat.github.io/"
-      >https://libexpat.github.io/</a>.<br />
+      >https://libexpat.github.io/</a>.<br>
   </li>
   <li>MySQL support is updated as advised by the MySQL developers.
       MySQL versions older than 5.5 should not be used. If you do
       use an old MySQL version, use the thread-safe libmysqlclient_r
-      version of the library.<br />
+      version of the library.<br>
   </li>
   <li>FreeTDS partial and incomplete support has been dropped.
       Users of MSSQL and SYBASE databases are recommended to use
@@ -45,21 +51,21 @@
 
 For detailed changes in this maintenance release, see;
 </p>
-<dl>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6"
-    >https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6</a></dd>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"
-    >https://www.apache.org/dist/apr/CHANGES-APR-1.7</a></dd>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2"
-    >https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2</a></dd>
-</dl>
+<blockquote>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6"
+    >https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6</a><br>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"
+    >https://www.apache.org/dist/apr/CHANGES-APR-1.7</a><br>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2"
+  >https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2</a>
+</blockquote>
 <p>
    APR-util is available for download from:
 </p>
-<dl>
-  <dd><a href="https://apr.apache.org/download.cgi"
-    >https://apr.apache.org/download.cgi</a></dd>
-</dl>
+<blockquote>
+  <a href="https://apr.apache.org/download.cgi"
+    >https://apr.apache.org/download.cgi</a>
+</blockquote>
 <p>
    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and

Added: dev/apr/Announcement.css
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dev/apr/Announcement.css	Fri Oct  3 15:43:03 2025	(r79788)
@@ -0,0 +1,36 @@
+@import url('https://apr.apache.org/fonts/Montserrat.css');
+@import url('https://apr.apache.org/fonts/Open_Sans.css');
+
+:root {
+    font-family: "Open Sans", sans-serif;
+    font-size: medium;
+    font-style: normal;
+    font-weight: normal;
+    font-variation-settings: "wdth" 100;
+    margin-left: 1em;
+    margin-right: 1em;
+    max-width: 49em;
+}
+
+h1 {
+    font-family: "Montserrat", sans-serif;
+    font-size: x-large;
+    font-weight: bold;
+}
+h2 {
+    font-family: "Montserrat", sans-serif;
+    font-size: large;
+    font-weight: 300;
+}
+
+#logo {
+    height: 8em;
+    width: 100%;
+    margin-top: 2em;
+    margin-bottom: 2em;
+    margin-left: -1em;
+}
+#logo > a > img {
+    height: 100%;
+    width: auto;
+}

Modified: dev/apr/Announcement1.x.html
==============================================================================
--- dev/apr/Announcement1.x.html	Fri Oct  3 14:51:06 2025	(r79787)
+++ dev/apr/Announcement1.x.html	Fri Oct  3 15:43:03 2025	(r79788)
@@ -1,12 +1,18 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
- <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-       <meta name="author" content="APR" /><meta name="email" content="[email protected]" />
-    <title>Apache Portable Runtime library 1.7.6 Released</title>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta name="author" content="APR">
+  <meta name="email" content="[email protected]">
+  <link rel="stylesheet" type="text/css" href="Announcement.css">
+  <title>Apache Portable Runtime library 1.7.6 Released</title>
  </head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
-<p><a href="https://apr.apache.org/"><img src="https://apr.apache.org/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project" border="0"/></a></p>
+ <body>
+<div id="logo">
+ <a href="https://apr.apache.org/">
+  <img src="https://apr.apache.org/images/apr-logo-transparent.svg"
+       alt="The Apache Portable Runtime Project"></a>
+</div>
 
 <h1>
    Apache Portable Runtime 1.7.6 Released
@@ -15,7 +21,7 @@
 <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.6 of the Apache Portable Runtime library (APR).
 </p>
 
 <p>
@@ -40,21 +46,21 @@
 <p>
 For detailed changes in this maintenance release, see;
 </p>
-<dl>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"
-    >https://www.apache.org/dist/apr/CHANGES-APR-1.7</a></dd>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.7"
-    >https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.7</a></dd>
-  <dd><a href="https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2"
-    >https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2</a></dd>
-</dl>
+<blockquote>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-1.7"
+    >https://www.apache.org/dist/apr/CHANGES-APR-1.7</a><br>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6"
+    >https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6</a><br>
+  <a href="https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2"
+    >https://www.apache.org/dist/apr/CHANGES-APR-ICONV-1.2</a>
+</blockquote>
 <p>
-   APR is available for download from:
+    APR is available for download from:
 </p>
-<dl>
-  <dd><a href="https://apr.apache.org/download.cgi"
-    >https://apr.apache.org/download.cgi</a></dd>
-</dl>
+<blockquote>
+  <a href="https://apr.apache.org/download.cgi"
+    >https://apr.apache.org/download.cgi</a>
+</blockquote>
 <p>
    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and

Modified: dev/apr/README.html
==============================================================================
--- dev/apr/README.html	Fri Oct  3 14:51:06 2025	(r79787)
+++ dev/apr/README.html	Fri Oct  3 15:43:03 2025	(r79788)
@@ -1,3 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Apache Portable Runtime</title>
+</head>
+<body>
+
 <h1>/dev/dist/</h1>
 
 <p><strong>NOTICE:</strong> This file store contains only release candidates,
@@ -6,3 +13,5 @@
    them to their proper home <a href="https://www.apache.org/dist/apr/"
    >https://www.apache.org/dist/apr/</a></p>
 
+</body>
+</html>