From bea4abe07c0e3de530a1ddf5f341a05af45ac216 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Fri, 18 Feb 2022 10:11:41 -0500 Subject: [PATCH] Make XEP superseded more visible in HTML output When a XEP has been superseded (or supersedes something else) it's not always immediately obvious in the HTML output. It exists at the bottom of the page in the appendices, but this requires a lot of digging, and in the status message, but this is a big red blob of text that we don't expect to differ from XEP to XEP and is harder to parse through than the information we want being in a table. This adds the information to a third place, the table in the header to make it more obvious. --- xep.xsl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/xep.xsl b/xep.xsl index 127607f6..231d8aa4 100644 --- a/xep.xsl +++ b/xep.xsl @@ -271,6 +271,28 @@ content: "XEP-"; + + + +
Supersedes
+
+ + + +
+
+
+ + + +
Superseded By
+
+ + + +
+
+
Type
Version