- From: Marcos Caceres <marcosc@w3.org>
- Date: Tue, 1 Feb 2022 15:20:20 +1100
- To: spec-prod <spec-prod@w3.org>
Hi ReSpec users, Just as a follow up, this effectively means the "group" configuration option is now required for all "official" W3C documents (i.e., anything that will live on /TR/). Here is what you need to do if ReSpec is showing you a warning about this: 1. Find your Working/Community Group at http://respec.org/w3c/groups/ 2. Copy the short name for your group (e.g., "webapps") 3. Add the name of the "group" configuration option to your `respecConfig`. For example: ``` var respecConfig = { // Web Applications Working Group group: "webapps", // other config options... } ``` For more details, and how to specify "group" for a joint deliverables, please see: https://respec.org/docs/#group Kind regards, Marcos > On 1 Feb 2022, at 2:09 am, Philippe Le Hegaret <plh@w3.org> wrote: > > All, > > As part of making sure we're clear on what documents are part of the W3C standardization track, Marcos (with Sid) modified ReSpec [1] to prevent using the W3C Rec-track template unless you also specify a W3C Working Group. > > When one copies an existing ReSpec document and modify it for their purpose, they will remove the mention of the Working Group but forget to change the template being used. > > Thanks to Marcos and Sid for the change. > > Philippe > > > > [1] https://github.com/w3c/respec/issues/3965 >
Received on Tuesday, 1 February 2022 04:20:28 UTC