I found @@@text@@@ forms in our SOTD template:
It seems they are not processed by handlebars or anything, what does handle them?
Heh, I think because we never have member submissions (isMemberSubmission being true) in practice, no one has ever seen this bug :)
I think we should just remove support for this from ReSpec. We have better ways to do incubation than relying on member submissions (e.g., regular CGs and the WICG). I've also checked all of Github, and there are zero instances of isMemberSubmission set to true.
@marcoscaceres Does the same applies to isTeamSubmission?
Yeah, I believe so. I will check with W3C staff tho.
@dontcallmedom, @plehegar, doing some archeology, it seems like isTeamSubmission and isMemberSubmission have never been used... how about we remove them from ReSpec?
I know that at least some Member submissions were written with ReSpec, so I think we should keep it; Team submissions may be rare enough that they could be removed
@dontcallmedom is right... there are quite a few ReSpec based member submissions: https://www.w3.org/Submission/
Hmm, so it seems something processes those @@@, no idea what it is...
They are probably just changed manually before the submission gets published... we can definitely fix that. It looks like we need a publish date to generate the submission URL.
@OrionStar25, this could be a good one. What needs to be done:
@@@whatever get replaces with actual configuration options.See how other things in that file are done... should hopefully be straight forward.
sotd.html is present in a different tree and not in develop. Can you please explain why is that? @marcoscaceres
oh, @saschanaz refactored all those :) So it's now here (src/w3c/templates/sotd.js):
https://github.com/w3c/respec/blob/develop/src/w3c/templates/sotd.js#L40
Most helpful comment
They are probably just changed manually before the submission gets published... we can definitely fix that. It looks like we need a publish date to generate the submission URL.