summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-04-10 16:57:50 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-04-10 16:57:50 -0400
commit46a99219c9d949bb2c628b033adebcac78ccd67a (patch)
treeeccba8f5e16624db1ba9c7d12738d890c089bac8
parent68f5485ce1a5717001a6a5194bbf5c8d9dec35fd (diff)
downloadwebsite-46a99219c9d949bb2c628b033adebcac78ccd67a.tar.gz
Add an admonition for people parsing the releases tablev2024-04-10-01
I don't know how to make it any more obvious that we have a releases.json. Link: https://fosstodon.org/@lmb/112247580664885891 Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--korgi/templates/releases.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/korgi/templates/releases.html b/korgi/templates/releases.html
index 4a4f43a..3d7a769 100644
--- a/korgi/templates/releases.html
+++ b/korgi/templates/releases.html
@@ -36,7 +36,12 @@
</td>
</tr>
</table>
-
+ <!--//
+ // Wait! Are you looking at the source because you are trying to parse the releases table?
+ // Save yourself a lot of effort and use these instead:
+ // - https://www.kernel.org/releases.json
+ // - https://www.kernel.org/finger_banner
+ //-->
<table id="releases">
{% for (label, version, iseol, timestamp, isodate, source, sign, patch, incr, changelog, gitweb, diffview) in current_releases %}
<tr align="left">