-
Notifications
You must be signed in to change notification settings - Fork 161
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
Infrastructure for joint W3C-WHATWG publication #161
Comments
I think we should also extract https://github.com/whatwg/dom/tree/review-drafts-w3c-additions somehow if we want to preserve that. I'd rather not have to keep non-master branches around. |
Yes, we should transplant that history onto whatever solution we end up with and then delete the branch. I'll add a step. |
Some stats on /var/www on the whatwg.org server (named "marquee") to inform how what we could/should do for version control:
By comparison, the review-drafts directories have only ~500 files. Putting only those under version control would be no problem at all. |
Has hosting static files on GitHub Pages been considered? It doesn't sound like it would be too much effort, and we get (essentially) free storage. |
The Memorandum of Understanding Between W3C and WHATWG lays out the process for WHATWG Review Drafts going through the REC process to be endorsed by the W3C, after which the Review Draft is updated to reflect this.
This has happened for the first time now with DOM, see https://dom.spec.whatwg.org/review-drafts/2019-06/. The details of how it was produced are in https://github.com/whatwg/dom/tree/review-drafts-w3c-additions, and updates were also posted in whatwg/dom#767.
Remaining work to make this smoother for future publications:
Related issues:
@sideshowbarker @whatwg/editors @whatwg/sg
The text was updated successfully, but these errors were encountered: