This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git
The following commit(s) were added to refs/heads/main by this push:
new 8adf5fc HTML validator fixups
8adf5fc is described below
commit 8adf5fc7e6e698625f46273ebf72e02db1b4e8a8
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 1 00:08:09 2025 +0000
HTML validator fixups
---
html/foaf/foafamatic.html | 10 +++++-----
html/foaf/index.html | 3 +--
html/keys/index.html | 2 ++
tools/committer-index.ezt | 4 ++--
tools/committers-by-project.ezt | 4 ++--
tools/committers.py | 2 +-
6 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/html/foaf/foafamatic.html b/html/foaf/foafamatic.html
index ba0cc55..a64f7ea 100644
--- a/html/foaf/foafamatic.html
+++ b/html/foaf/foafamatic.html
@@ -1,15 +1,15 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Foaf-A-Matic - Generate your Apache FOAF file</title>
<link rel="stylesheet" type="text/css" href="../css/community.css">
- <script type="text/javascript" src="js/foaf.js"></script>
- <script type="text/javascript" src="js/foaf-a-matic.js"></script>
- <style type="text/css">
+ <script src="js/foaf.js"></script>
+ <script src="js/foaf-a-matic.js"></script>
+ <style>
.private { color: #ff5b5b; }
</style>
- <script type="text/javascript">
+ <script>
<!--
function SelectImg(img, w, h){
var sImg = prompt('Image URL:');
diff --git a/html/foaf/index.html b/html/foaf/index.html
index a1a0e88..ccd1784 100644
--- a/html/foaf/index.html
+++ b/html/foaf/index.html
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
diff --git a/html/keys/index.html b/html/keys/index.html
index 0131e1f..0040bdf 100644
--- a/html/keys/index.html
+++ b/html/keys/index.html
@@ -41,12 +41,14 @@ Project group files are no longer created.
They are <b>not suitable</b> for use as KEYS files for authenticating releases
<br>
This is because:
+</p>
<ul>
<li>The KEYS file are needed to check signatures of archived releases.
Thus keys should only ever be added to the KEYS file, and never normally
removed.
Now the LDAP group for a project will change over time, and a committer who
signed one or more releases may no longer be in the group.
Also if a project moves to the Attic, its LDAP group will be removed.</li>
</ul>
+<p>
Individual committer key details can be copied from the committer or group
files into the project KEYS file.<br>
To keep the KEYS file manageable, it's recommended to only add the keys of
committers who have signed releases.
</p>
diff --git a/tools/committer-index.ezt b/tools/committer-index.ezt
index 7f85fa0..d7f6a00 100644
--- a/tools/committer-index.ezt
+++ b/tools/committer-index.ezt
@@ -41,7 +41,7 @@ These characters are no longer permitted.
IDs must be lower-case alphanumeric (ASCII) only, with at least three
characters, and must start with a letter.
</p>
<p>Last updated on: [lastupdate]</p>
-<hr size="1" noshade>
+<hr>
<a href='#A'>A</a>
<a href='#B'>B</a>
<a href='#C'>C</a>
@@ -68,7 +68,7 @@ IDs must be lower-case alphanumeric (ASCII) only, with at
least three characters
<a href='#X'>X</a>
<a href='#Y'>Y</a>
<a href='#Z'>Z</a>
-<hr size="1" noshade>
+<hr>
<table>
<tr>
<th>SVN ID</th>
diff --git a/tools/committers-by-project.ezt b/tools/committers-by-project.ezt
index 02db6f6..7b86764 100644
--- a/tools/committers-by-project.ezt
+++ b/tools/committers-by-project.ezt
@@ -55,9 +55,9 @@
Any such entries appear as links in the Name column.
</p>
<p>Last updated on: [lastupdate]</p>
-<hr size="1" noshade>
+<hr>
<!--bodyContent-->
-<table border="0">
+<table>
[content]
<hr>
<p>Created from the following versions of the files:</p>
diff --git a/tools/committers.py b/tools/committers.py
index 0e56cba..db797dd 100755
--- a/tools/committers.py
+++ b/tools/committers.py
@@ -235,7 +235,7 @@ if needTr:
g.write("</tr>\n")
g.write("""</table>
-<hr size="1" noshade>\n""")
+<hr>\n""")
# create the individual listings
# put the unix and pmc groups side by side to reduce page length