├── .github └── workflows │ ├── dispatch.yml │ └── test.yml ├── Code of Conduct.md ├── IPR Policy.md ├── Invited Individual Policy.md ├── LICENSE ├── License Sample For Source Code.txt ├── Policies.md ├── Principles.md ├── Privacy Policy.md ├── README.md ├── SG Agreement.md ├── SG Policy.md ├── Stages.md ├── ThirdPartyNotices ├── README.md └── W3CLicenses.md ├── Working Mode.md ├── Workstream Policy.md ├── Workstreams Introduction.md ├── db.json ├── db.py └── policy-link-mapping.txt /.github/workflows/dispatch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/.github/workflows/dispatch.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /Code of Conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Code of Conduct.md -------------------------------------------------------------------------------- /IPR Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/IPR Policy.md -------------------------------------------------------------------------------- /Invited Individual Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Invited Individual Policy.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/LICENSE -------------------------------------------------------------------------------- /License Sample For Source Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/License Sample For Source Code.txt -------------------------------------------------------------------------------- /Policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Policies.md -------------------------------------------------------------------------------- /Principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Principles.md -------------------------------------------------------------------------------- /Privacy Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Privacy Policy.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/README.md -------------------------------------------------------------------------------- /SG Agreement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/SG Agreement.md -------------------------------------------------------------------------------- /SG Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/SG Policy.md -------------------------------------------------------------------------------- /Stages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Stages.md -------------------------------------------------------------------------------- /ThirdPartyNotices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/ThirdPartyNotices/README.md -------------------------------------------------------------------------------- /ThirdPartyNotices/W3CLicenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/ThirdPartyNotices/W3CLicenses.md -------------------------------------------------------------------------------- /Working Mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Working Mode.md -------------------------------------------------------------------------------- /Workstream Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Workstream Policy.md -------------------------------------------------------------------------------- /Workstreams Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/Workstreams Introduction.md -------------------------------------------------------------------------------- /db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/db.json -------------------------------------------------------------------------------- /db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/db.py -------------------------------------------------------------------------------- /policy-link-mapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatwg/sg/HEAD/policy-link-mapping.txt --------------------------------------------------------------------------------