From a668b2a5e8ad72f3be275f87a521295a81588bdd Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Mon, 16 May 2016 15:14:58 -0500 Subject: [PATCH] Fix the updating an XEP section of the README --- xep-README.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/xep-README.xml b/xep-README.xml index 93482065..ad3e623b 100644 --- a/xep-README.xml +++ b/xep-README.xml @@ -22,6 +22,12 @@ N/A &stpeter; + + 0.2 + 2016-05-16 + ssw +

Make the updating an XEP section match current process.

+
0.10 2016-01-21 @@ -145,9 +151,21 @@
  • Verify that the version number, status, and other information are correct.
  • Compile the file locally and check the content for accuracy (including the correct date and version number).
  • Check the changes into source control.
  • -
  • Log into the webserver, change directories to /home/xsf/xmpp-hg/extensions, run the "archive.sh" script to copy the previous XEP version to the "attic" (just in case the last editor team member forgot), type 'hg pull' and 'hg update', and run the "gen.py" script to generate HTML and PDF files.
  • +
  • Log into the webserver as the 'xsf' user, change directories to /home/xsf/xmpp-hg/extensions, run the "archive.sh" script to copy the previous XEP version to the "attic" (just in case the last editor team member forgot), type 'hg pull' and 'hg update', and run the "gen.py" script to generate HTML and PDF files.
  • Run the "announce.py" script on the webserver (see note about List Administration).
  • + +

    For example, to update XEP-0353 from version 0.1 to 0.2, you might do something like the following:

    +