From fb81174ccf46fefac52876db10387ffb9e5b683c Mon Sep 17 00:00:00 2001 From: r12a Date: Wed, 12 Oct 2016 17:08:31 +0100 Subject: [PATCH] github, + pubrules link, + edit dates for echidna publishing --- guidelines/github.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guidelines/github.html b/guidelines/github.html index 3428e08..cb3a99a 100644 --- a/guidelines/github.html +++ b/guidelines/github.html @@ -502,8 +502,9 @@

Actually publishing

  • Check that all links work using the W3C Link Checker.
  • Run a spell checker over the document.
  • Update the config file for the document so that it lists all images and other dependant files.
  • -
  • Run the document through the Pubrules checker and fix anything that's needed. Since the pubrules checker doesn't work on raw respec files, you need to run the checker against the following:
    +
  • Run the document through the Pubrules checker and fix anything that's needed. Since the pubrules checker doesn't work on raw respec files, you need to run the checker against the following:
    https://labs.w3.org/spec-generator/?type=respec&url=https://w3c.github.io/linkToYourSpec/?specStatus=WD;shortName=theShortName
  • +
  • Edit the Javascript assignments at the top of the file, updating publishDate, previouspublishDate and, if needed, previousMaturity.
  • Open a terminal window and run the following Curl statement:
    curl 'https://labs.w3.org/echidna/api/request' --data 'url=echidnaConfigURL&decision=decisionUrlOnMailingList&token=documentToken'
  • Go to the TR-Notification list to check whether the document was successfully published.