From aaee098d70816b5a6ce439fe53c439c029e6feed Mon Sep 17 00:00:00 2001 From: Jonas Wielicki Date: Wed, 29 Nov 2017 13:44:28 +0100 Subject: [PATCH] Add note about XEP index staleness --- tools/send-updates.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/send-updates.py b/tools/send-updates.py index a854baeb..cd6df923 100755 --- a/tools/send-updates.py +++ b/tools/send-updates.py @@ -86,6 +86,12 @@ requirements? Your feedback is appreciated! """ +STALENOTE = """ + +Note: The information in the XEP list at https://xmpp.org/extensions/ is \ +updated by a separate automated process and may be stale at the time this \ +email is sent. The XEP documents linked herein are up-to-date.""" + MAIL_NONPROTO_TEMPLATE = """\ Version {info[last_revision][version]} of XEP-{info[number]:04d} \ @@ -97,7 +103,7 @@ Abstract: Changelog: {changelog} -URL: {url}""" +URL: {url}"""+STALENOTE MAIL_DEFER_TEMPLATE = """\ @@ -109,8 +115,7 @@ Abstract: URL: {url} If and when a new revision of this XEP is published, its status will be \ -changed back to Experimental. -""" +changed back to Experimental."""+STALENOTE SUBJECT_NONPROTO_TEMPLATE = \