svn commit: r1928382 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175771283712.143797.17146037195542324777@svn02-us-east.apache.org> |
Author: dsahlberg
Date: Fri Sep 12 21:33:56 2025
New Revision: 1928382
Log:
In site/trunk:
Improve compatibility with modern HTML. Found using validator.w3.org
* style.css
* projects.html
Modified:
apr/site/trunk/docs/projects.html
apr/site/trunk/docs/style.css
Modified: apr/site/trunk/docs/projects.html
==============================================================================
--- apr/site/trunk/docs/projects.html Fri Sep 12 21:01:32 2025 (r1928381)
+++ apr/site/trunk/docs/projects.html Fri Sep 12 21:33:56 2025 (r1928382)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <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>
@@ -64,26 +64,19 @@
</div>
<!-- RIGHT SIDE INFORMATION -->
<div id="site-content">
- <table border="0" cellspacing="0" cellpadding="2" width="100%">
- <tr><td bgcolor="#525D76">
- <font color="#ffffff" face="arial,helvetica,sanserif">
+ <div class="h1"><!--$bannerbg-->
+ <h1>
<a name="submit"><strong>Submit your project!</strong></a>
- </font>
- </td></tr>
- <tr><td>
+</h1>
<blockquote>
<p>Do you use APR? Send an email to [email protected] with your project
name and a URL to get added to this list!</p>
</blockquote>
- </td></tr>
-</table>
- <table border="0" cellspacing="0" cellpadding="2" width="100%">
- <tr><td bgcolor="#525D76">
- <font color="#ffffff" face="arial,helvetica,sanserif">
+</div>
+ <div class="h1"><!--$bannerbg-->
+ <h1>
<a name="open_source"><strong>Open Source Projects Using APR</strong></a>
- </font>
- </td></tr>
- <tr><td>
+</h1>
<blockquote>
<p>The following open source projects are known to use APR:</p>
<ul>
@@ -99,8 +92,7 @@ name and a URL to get added to this list
<li><a href="https://redwax.eu/rt/">Redwax Tool</a></li>
</ul>
</blockquote>
- </td></tr>
-</table>
+</div>
</div>
</div>
Modified: apr/site/trunk/docs/style.css
==============================================================================
--- apr/site/trunk/docs/style.css Fri Sep 12 21:01:32 2025 (r1928381)
+++ apr/site/trunk/docs/style.css Fri Sep 12 21:33:56 2025 (r1928382)
@@ -11,4 +11,19 @@
#site-content {
margin-left: 15.1em;
}
-
+h1 {
+ background: #525D76;
+ color: #ffffff;
+ font-family: sans-serif;
+ font-size: medium;
+ font-weight: 500;
+ padding: 2px;
+}
+h2 {
+ background: #828DA6;
+ color: #ffffff;
+ font-family: sans-serif;
+ font-size: medium;
+ font-weight: 500;
+ padding: 2px;
+}