From 41de2441a32117863529d05d61c9202392c87e24 Mon Sep 17 00:00:00 2001 From: Ash Ward Date: Fri, 22 Jan 2016 09:38:01 +0000 Subject: [PATCH] Added notes to remove elements when accepting or advancing a XEP --- xep-README.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xep-README.xml b/xep-README.xml index 4e55af31..93482065 100644 --- a/xep-README.xml +++ b/xep-README.xml @@ -22,6 +22,12 @@ N/A &stpeter; + + 0.10 + 2016-01-21 + asw +

Added reminders to remove <interim> elements.

+
0.9 2014-02-25 @@ -120,6 +126,7 @@
  • Assign the XEP the next available number in the XEP series.
  • Modify the <number/> element in the XML file.
  • Set the version to 0.1 and the initials to "XEP Editor (psa)" where "psa" would be changed to your personal initials.
  • +
  • Remove the <interim/> element from the XML file if it's included
  • Set the status to Experimental.
  • Check the file for egregious errors.
  • Add a reference for the new XEP in the xep.ent file and check those changes into source control.
  • @@ -194,6 +201,7 @@
    1. Change the <status/> element to "Active" or "Draft" as appropriate.
    2. Add a new revision block; set the version number to "1.0" and the initials to "XEP Editor (psa)" where "psa" would be changed to your personal initials (see existing XEPs for appropriate remarks).
    3. +
    4. Remove the <interim/> element from the XML file if it's included
    5. If there are any XML schemas associated with the XEP, do the following:
      1. Add an annotation to each schema (see existing examples).