Skip to content

w3c/groups

Repository files navigation

Group repositories for /groups

This repository holds the list of GitHub repositories used on w3.org/groups/*/*/tools/ pages, such as the CSS WG tools page.

The following files are automatically generated by the server:

Server

The list of repositories is generated by the code in w3c/groups-server

settings.json contains configuration settings used by the server. It may be edited manually. The current setting options are:

  • refreshCycle : how many hours between each refresh cycle from GitHub
  • owners : an Array of the GitHub owner objects, as follows:
    • login : a string, identifying a GitHub owner, eg. w3c
    • group : an array of zero or more group string identifiers, eg "cg/wicg". If a repository owned by the GitHub owner does not contain a w3c.json file, those group identifiers will be used to associate the repository with a W3C Group.

Note: the server code is currently running within labs.w3.org.

Others

repositories-schema.json and validator.js are used to guarantee and check the validity of repositories.json.

settings-schema.json is used to guarantee and check the validity of settings.json.

Sanitized w3c.json

Defined in ./lib/utils.js, it will process the raw w3c.json files, by omitting any property not listed in w3c.json documentation and normalizing the valid properties.