Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR[editorial] uses Echdina #71

Merged
merged 1 commit into from
Apr 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4>Tools</h4>
</optgroup>
</select>
</p>
<ul id='echidna-selection' style="margin-left: 3em" data-profile="WD|WG-NOTE|IG-NOTE">
<ul id='echidna-selection' style="margin-left: 3em" data-cr="editorial" data-profile="WD|WG-NOTE|IG-NOTE|CR">
<li style="list-style: none">
<input type="checkbox" id="echidna-checkbox" name="echidna-checkbox"/>
<label for="echidna-checkbox">With the <a href="https://github.com/w3c/echidna/wiki">W3C automatic publishing system</a>
Expand Down Expand Up @@ -465,7 +465,7 @@ <h2 id="steps">Steps for
<dt data-profile="FPWD|CR|PR|FPIG-NOTE|FPWG-NOTE|REC|OBSL|RSCND" data-cr="new|substantive|rec-update|rec-amended" data-notehistory="first">Publication and Transition Planning</dt>
<dt data-profile="FPWG-NOTE|FPIG-NOTE" data-notehistory="none|closure|notchartered">Publication Planning</dt>
<dt id="publication-planning" data-profile="WD|CR|WG-NOTE|IG-NOTE" data-cr="editorial">Publication Planning</dt>
<dd class="docpreparation" data-profile="WD|WG-NOTE|IG-NOTE" data-echidna="true">
<dd class="docpreparation" data-profile="WD|CR|WG-NOTE|IG-NOTE" data-cr="editorial" data-echidna="true">
<ul>
<li>The <a href="https://www.w3.org/2005/08/01-transitions-about#DocContact">Document Contact</a> prepares the
document in accordance with <a
Expand All @@ -482,7 +482,7 @@ <h2 id="steps">Steps for
optionally cc'ing [email protected] (which has a Member-visible archive).
</li>

<li id="pubreqmail">
<li id="pubreqmail" data-profile="WD|CR" data-cr="new|substantive">
If the publication is the result
of returning a document to a Working Group for further work, the Team Contact
alerts the W3C Communications Team by sending to [email protected] a draft
Expand Down Expand Up @@ -590,7 +590,7 @@ <h2 id="steps">Steps for
alerts the W3C Communications Team.</span>
</li>

<li class="publication-announcement" data-profile="WD|WG-NOTE|IG-NOTE" data-echidna="true">The <a href="https://www.w3.org/2005/08/01-transitions-about#DocContact">Document Contact</a>
<li class="publication-announcement" data-profile="WD|CR|WG-NOTE|IG-NOTE" data-echidna="true">The <a href="https://www.w3.org/2005/08/01-transitions-about#DocContact">Document Contact</a>
publishes the document using the <a href="https://github.com/w3c/echidna/wiki">W3C automatic system</a>.
</li>

Expand Down Expand Up @@ -1293,7 +1293,7 @@ <h2 id="pubreq">Publication Request</h2>
<h2><a id="schedule-pubreq" name="schedule-pubreq">Scheduling
Publication</a></h2>

<p data-profile="WD|WG-NOTE|IG-NOTE">
<p data-profile="WD|CR|WG-NOTE|IG-NOTE">
<strong>Note:</strong> <span class="status-name">STATUS</span>s published through the <a href="https://github.com/w3c/echidna/wiki">W3C automatic system</a> do not need to get scheduled with the Webmaster and are not subjected to <a href="https://www.w3.org/Guide/#current">publishing moratoria</a>.
</p>

Expand Down Expand Up @@ -1571,7 +1571,6 @@ <h2 id="call-for-exclusions">Call for Exclusions</h2>
<script>
(function() {
// For debugging
var API_KEY = "sdqupwhg51c0o4ww488w40og4kkog8s";
var trace = function () {};
if (window.location.href.includes("file:")) {
trace = function trace(msg) {
Expand All @@ -1591,7 +1590,8 @@ <h2 id="call-for-exclusions">Call for Exclusions</h2>
function hasEchidna(profile) {
return (config.profile === "WD"
|| config.profile === "WG-NOTE"
|| config.profile === "IG-NOTE");
|| config.profile === "IG-NOTE"
|| config.profile === "CR");
}

// State and browser history handling
Expand Down