TC39 used a wiki for design docs and development through the ES6 era, before moving to GitHub. For a while, the ECMAScript wiki at http://wiki.ecmascript.org has been available just through Internet Archive. The wiki is very important for understanding the design decisions of the JavaScript language we have today. Is anyone interested in archiving it and placing it on GitHub?
@dherman is probably the best source of info on prior work in this regard.
I've found that once I got into the habit of using it, the Internet Archive has proven to work really well for accessing wiki.ecmascript.org.
I'm actually more concern about preserving the content of bugs.ecmascript.org as that isn't replicated in the Internet Archive.
My biggest complaint about using Internet Archive, apart from my fear about future unavailability, is that I don't know how to search it. Anyway, it sounds really urgent to archive bugs.ecmascript.org!
It should be archived. Why is this a 262 bug, though?
@bterlson Where else should I file it? I don't want to put it in the Reflector, as this would be a good project for an external volunteer.
How about as an issue on the archives repository https://github.com/tc39/archives
So, it can be out of the way and ignored. 馃槣
@allenwb seems good to me. Out of the way and ignored is bad but doesn't everyone subscribe to all notifications from the tc39 org?? :-P
I just don't want to use these issues for general discussion is why I asked. @littledan if you want it to remain open here, that's fine.
@bterlson
Out of the way and ignored is bad but doesn't everyone subscribe to all notifications from the tc39 org?? :-P
Offtopic, but how do you do that? (Good thing to put in a how-we-work document...)
You need to be a member of the org as far as I know. Non-members need to look if new repositories get added and then watch them. Looking for new public repositories can probably be automated in some fashion, but I don't think there's a service for it.
@littledan
There's API to list them: https://developer.github.com/v3/repos/#list-organization-repositories
I guess you would basically have to set up a cronjob to fetch https://api.github.com/orgs/tc39/repos and check for repositories it hadn't seen before, then either email you a list of them or use this API: https://developer.github.com/v3/activity/watching/#set-a-repository-subscription
Or you could try out that new GraphQL API they have, but the pagination stuff seems a bit tricky to deal with...
Most helpful comment
@dherman is probably the best source of info on prior work in this regard.
I've found that once I got into the habit of using it, the Internet Archive has proven to work really well for accessing wiki.ecmascript.org.
I'm actually more concern about preserving the content of bugs.ecmascript.org as that isn't replicated in the Internet Archive.