Skip to content

Commit

Permalink
github, + pubrules link, + edit dates for echidna publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Oct 12, 2016
1 parent c0c6c34 commit fb81174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guidelines/github.html
Expand Up @@ -502,8 +502,9 @@ <h3><a href="#echidna_publication">Actually publishing</a></h3>
<li>Check that all links work using the W3C <a href="https://validator.w3.org/checklink">Link Checker</a>.</li>
<li> Run a spell checker over the document. </li>
<li>Update the config file for the document so that it lists all images and other dependant files.</li>
<li>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:<br>
<li>Run the document through the <a href="https://labs.w3.org/pubrules/">Pubrules checker</a> 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:<br>
<code>https://labs.w3.org/spec-generator/?type=respec&amp;url=https://w3c.github.io/<span style="color: orange">linkToYourSpec</span>/?specStatus=WD;shortName=<span style="color:orange">theShortName</span></code></li>
<li>Edit the Javascript assignments at the top of the file, updating <code class="kw" translate="no">publishDate</code>, <code class="kw" translate="no">previouspublishDate</code> and, if needed, <code class="kw" translate="no">previousMaturity</code>.</li>
<li>Open a terminal window and run the following Curl statement:<br>
<code>curl 'https://labs.w3.org/echidna/api/request' --data 'url=<span style="color:orange">echidnaConfigURL</span>&amp;decision=<span style="color:orange">decisionUrlOnMailingList</span>&amp;token=<span style="color:orange">documentToken'</span></code> </li>
<li>Go to the <a href="https://lists.w3.org/Archives/Public/public-tr-notifications/">TR-Notification list</a> to check whether the document was successfully published.</li>
Expand Down

0 comments on commit fb81174

Please sign in to comment.