Skip to content

Commit

Permalink
Merge pull request #2621 from w3c/rfcs
Browse files Browse the repository at this point in the history
Prepare final RFC references
  • Loading branch information
dontcallmedom committed Jan 21, 2021
2 parents 2d8e806 + f27172f commit 1f335b3
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 180 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2
- uses: w3c/respec-w3c-auto-publish@v1 # use the action
with:
ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
ECHIDNA_MANIFEST_URL: "https://w3c.github.io/webrtc-pc/W3CTRMANIFEST"
#ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
#ECHIDNA_MANIFEST_URL: "https://w3c.github.io/webrtc-pc/W3CTRMANIFEST"
# Please use the URL that's appropriate for your working group!
WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
CC: "dom@w3.org"
#WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
#CC: "dom@w3.org"
INPUT_FILE: webrtc.html
CHECK_LINKS: false
13 changes: 6 additions & 7 deletions jsep-mapping/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"sec.ice-candidate-format": "3.5.2.1.",
"sec.ice-candidate-policy": "3.5.3.",
"sec.ice-candidate-pool": "3.5.4.",
"undefined": "5.8.3.",
"sec.imageattr": "3.6.",
"sec.creating-imageattr": "3.6.1.",
"sec.interpreting-imageattr": "3.6.2.",
Expand All @@ -27,7 +28,7 @@
"sec.parallel-forking": "3.8.2.",
"sec.interface": "4.",
"sec.peerconnection": "4.1.",
"sec.constructor": "4.1.1.",
"sec.pc-constructor": "4.1.1.",
"sec.addTrack": "4.1.2.",
"sec.removeTrack": "4.1.3.",
"sec.addTransceiver": "4.1.4.",
Expand All @@ -47,8 +48,8 @@
"sec.setconfiguration": "4.1.16.",
"sec.addicecandidate": "4.1.17.",
"sec.transceiver": "4.2.",
"sec.stop": "4.2.1.",
"sec.stopped": "4.2.2.",
"sec.transceiver-stop": "4.2.1.",
"sec.transceiver-stopped": "4.2.2.",
"sec.transceiver-set-direction": "4.2.3.",
"sec.transceiver-direction": "4.2.4.",
"sec.transceiver-current-direction": "4.2.5.",
Expand All @@ -75,7 +76,6 @@
"sec.parsing-a-desc": "5.8.",
"sec.session-level-parse": "5.8.1.",
"sec.media-level-parse": "5.8.2.",
"undefined": "5.8.3.",
"sec.applying-a-local-desc": "5.9.",
"sec.applying-a-remote-desc": "5.10.",
"sec.applying-an-answer": "5.11.",
Expand All @@ -89,12 +89,11 @@
"sec.acknowledgements": "10."
},
"metadata": {
"date": "22 October 2018",
"version": "25",
"version": "26",
"authors": [
"Justin Uberti",
"Cullen Jennings",
"Eric Rescorla"
]
}
}
}
2 changes: 1 addition & 1 deletion jsep-mapping/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ request({url: url, headers: { 'User-Agent': 'W3C JSEP Mapper'}},
map.metadata.date = rfcDate['day'] + ' ' + rfcDate['month'] + ' ' + rfcDate['year'];
}
res.rfc.middle[0].section.forEach(sectionMapper("", map));
fs.writeFile("map.json", JSON.stringify(map, null, 2));
fs.writeFileSync("map.json", JSON.stringify(map, null, 2));
});
});
Loading

0 comments on commit 1f335b3

Please sign in to comment.