Added notes to remove <interim/> elements when accepting or advancing a XEP

This commit is contained in:
Ash Ward 2016-01-22 09:38:01 +00:00 committed by Matthew A. Miller
parent f496bcda0e
commit 41de2441a3
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,12 @@
<supersededby/>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>0.10</version>
<date>2016-01-21</date>
<initials>asw</initials>
<remark><p>Added reminders to remove &lt;interim&gt; elements.</p></remark>
</revision>
<revision>
<version>0.9</version>
<date>2014-02-25</date>
@ -120,6 +126,7 @@
<li>Assign the XEP the next available number in the XEP series.</li>
<li>Modify the &lt;number/&gt; element in the XML file.</li>
<li>Set the version to 0.1 and the initials to "XEP Editor (psa)" where "psa" would be changed to your personal initials.</li>
<li>Remove the &lt;interim/&gt; element from the XML file if it's included</li>
<li>Set the status to Experimental.</li>
<li>Check the file for egregious errors.</li>
<li>Add a reference for the new XEP in the xep.ent file and check those changes into source control.</li>
@ -194,6 +201,7 @@
<ol>
<li>Change the &lt;status/&gt; element to "Active" or "Draft" as appropriate.</li>
<li>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).</li>
<li>Remove the &lt;interim/&gt; element from the XML file if it's included</li>
<li>If there are any XML schemas associated with the XEP, do the following:
<ol>
<li>Add an annotation to each schema (see existing examples).</li>