Skip to content

Commit

Permalink
Update report.json, rec-track-repos.json, hr-repos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w3c-validate-repos-bot committed Nov 30, 2024
1 parent 35d2064 commit c641f8d
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,6 @@
"w3c/vc-extensions",
"w3c/vc-imp-guide",
"w3c/vc-use-cases",
"w3c/vibration",
"w3c/vsso",
"w3c/wcag",
"w3c/wcag-eo",
Expand Down Expand Up @@ -3664,7 +3663,6 @@
"w3c/w3cdevs",
"w3c/W3CLifecycleEventsBundle",
"w3c/W3CPasswordStrengthBundle",
"w3c/wai-accessibility-principles",
"w3c/wai-aria-intro",
"w3c/wai-aria-practices",
"w3c/wai-arrm",
Expand Down Expand Up @@ -6670,7 +6668,6 @@
"w3c/voiceinteraction",
"w3c/w3c-track-2019",
"w3c/w3c-website-redesign-html",
"w3c/wai-accessibility-principles",
"w3c/wai-arrm",
"w3c/wai-authoring-tools-list",
"w3c/wai-authoring-tools-service",
Expand Down Expand Up @@ -9892,7 +9889,7 @@
}
]
},
"timestamp": "2024-11-28T00:25:24.408Z",
"timestamp": "2024-11-30T00:21:52.589Z",
"repos": [
{
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
Expand Down Expand Up @@ -21383,7 +21380,7 @@
"license": null,
"codeOfConduct": null,
"readme": {
"text": "# AB-public\nAdvisory Board repository for materials not meant to be restricted to W3C Members\n\nThe source of the Vision and Principles work is at [https://github.com/w3c/AB-public/tree/main/Vision](https://github.com/w3c/AB-public/tree/main/Vision).\n\n## Live Editor Drafts\n\n* Vision for W3C: [https://w3c.github.io/AB-public/Vision](https://w3c.github.io/AB-public/Vision)\n* W3C Glossary: [https://w3c.github.io/AB-public/Glossary](https://w3c.github.io/AB-public/Glossary)\n\n## Latest Published Draft\n* Vision for W3C: [https://www.w3.org/TR/w3c-vision/](https://www.w3.org/TR/w3c-vision/)\n\n## Goals And Workmodes\n* Vision Task Force goals & workmode: https://www.w3.org/wiki/AB/VisionTF\n"
"text": "# AB-public\nAdvisory Board repository for materials not meant to be restricted to W3C Members\n\nThe source of the Vision and Principles work is at [https://github.com/w3c/AB-public/tree/main/Vision](https://github.com/w3c/AB-public/tree/main/Vision).\n\n## Live Editor Drafts\n\n* Vision for W3C: [https://w3c.github.io/AB-public/Vision](https://w3c.github.io/AB-public/Vision)\n* W3C Glossary: [https://w3c.github.io/AB-public/Glossary](https://w3c.github.io/AB-public/Glossary)\n\n## Latest Published Draft\n* Vision for W3C: [https://www.w3.org/TR/w3c-vision/](https://www.w3.org/TR/w3c-vision/)\n\n## Goals And Workmodes\n* Vision Task Force goals & workmode: https://www.w3.org/wiki/AB/VisionTF\n\n## Templates for W3C Council Reports\n* Council report template: [https://w3c.github.io/AB-public/council-report-template](https://w3c.github.io/AB-public/council-report-template)\n* Council supplemental report template: [https://w3c.github.io/AB-public/ouncil-supplemental-report-template](https://w3c.github.io/AB-public/ouncil-supplemental-report-template)\n"
},
"prpreview": {
"src_file": "Vision/Vision.bs",
Expand Down Expand Up @@ -81486,7 +81483,7 @@
"text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n"
},
"autoPublish": {
"text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n#\n# Custom code added to generate the CDDL messages appendix for inclusion in the\n# generated specification file.\n\nname: Build, Validate, and Deploy\n\non:\n # Worflow runs on pull requests where it makes sure that the spec can still be\n # generated, that markup is valid and that there are no broken links, as\n # well as on pushes to the default branch where it also deploys the generated\n # spec to the gh-pages branch. The \"workflow_dispatch\" hook allows admins to\n # also trigger the workflow manually from GitHub's UI.\n pull_request: {}\n push:\n branches: [main]\n workflow_dispatch:\n\njobs:\n main:\n runs-on: ubuntu-20.04\n steps:\n # See doc at https://github.com/actions/checkout#checkout-v2\n - name: Checkout repository\n uses: actions/checkout@v2\n\n # See doc at https://github.com/actions/setup-python/#setup-python-v2\n - name: Setup Python\n uses: actions/setup-python@v2\n with:\n python-version: 3.9\n\n - name: Install Python dependencies\n run: |\n python -m pip install --upgrade pip\n pip install Pygments\n\n # Note: the step actually generates all CDDL message pages, but the\n # w3c/spec-prod action cleans these files after each build, so we'll\n # have to generate them again each time.\n - name: Generate messages_appendix.html\n run: python scripts/pygmentize_dir.py\n\n # See doc at https://github.com/w3c/spec-prod/#spec-prod\n # The action only deploys the generated spec to the gh-pages branch when\n # the workflow was triggered by a push to the default branch.\n - name: Build and validate index.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html\n W3C_BUILD_OVERRIDE: |\n status: WD\n\n - name: Generate application_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate application.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: application.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }}\n\n - name: Generate network_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate network.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: network.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }}\n"
"text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n#\n# Custom code added to generate the CDDL messages appendix for inclusion in the\n# generated specification file.\n\nname: Build, Validate, and Deploy\n\non:\n # Worflow runs on pull requests where it makes sure that the spec can still be\n # generated, that markup is valid and that there are no broken links, as\n # well as on pushes to the default branch where it also deploys the generated\n # spec to the gh-pages branch. The \"workflow_dispatch\" hook allows admins to\n # also trigger the workflow manually from GitHub's UI.\n pull_request: {}\n push:\n branches: [main]\n workflow_dispatch:\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n # See doc at https://github.com/actions/checkout/\n - name: Checkout repository\n uses: actions/checkout@v4\n\n # See doc at https://github.com/actions/setup-python/\n - name: Setup Python\n uses: actions/setup-python@v5\n with:\n python-version: 3.9\n\n - name: Install Python dependencies\n run: |\n python -m pip install --upgrade pip\n pip install Pygments\n\n # Note: the step actually generates all CDDL message pages, but the\n # w3c/spec-prod action cleans these files after each build, so we'll\n # have to generate them again each time.\n - name: Generate messages_appendix.html\n run: python scripts/pygmentize_dir.py\n\n # See doc at https://github.com/w3c/spec-prod/#spec-prod\n # The action only deploys the generated spec to the gh-pages branch when\n # the workflow was triggered by a push to the default branch.\n - name: Build and validate index.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html\n W3C_BUILD_OVERRIDE: |\n status: WD\n\n - name: Generate application_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate application.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: application.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }}\n\n - name: Generate network_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate network.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: network.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }}\n"
},
"travis": null,
"contributing": {
Expand Down Expand Up @@ -86435,7 +86432,7 @@
"text": "{\n \"src_file\": \"index.html\",\n \"type\": \"respec\"\n}\n"
},
"autoPublish": {
"text": "# .github/workflows/pr-push.yml\nname: CI\non:\n pull_request: {}\n push:\n branches: [gh-pages]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v2\n - uses: w3c/spec-prod@v2\n with:\n W3C_ECHIDNA_TOKEN: ${{ secrets.LEVEL4_TR_TOKEN }}\n W3C_WG_DECISION_URL: https://github.com/w3c/pointerevents/pull/330#issuecomment-692924562\n W3C_BUILD_OVERRIDE: |\n shortName: pointerevents4\n specStatus: WD\n"
"text": "# .github/workflows/pr-push.yml\nname: CI\non:\n pull_request: {}\n push:\n branches: [gh-pages]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: w3c/spec-prod@v2\n with:\n W3C_ECHIDNA_TOKEN: ${{ secrets.LEVEL4_TR_TOKEN }}\n W3C_WG_DECISION_URL: https://github.com/w3c/pointerevents/pull/330#issuecomment-692924562\n W3C_BUILD_OVERRIDE: |\n shortName: pointerevents4\n specStatus: WD\n"
},
"travis": null,
"contributing": {
Expand Down Expand Up @@ -88615,6 +88612,14 @@
"name": "a11y-display-guide",
"color": "2249AF"
},
{
"name": "a11y-display-techniques-epub",
"color": "c5def5"
},
{
"name": "a11y-display-techniques-onix",
"color": "c5def5"
},
{
"name": "a11y-needs-resolution",
"color": "ea7472"
Expand Down Expand Up @@ -121795,7 +121800,7 @@
"login": "w3c"
},
"isArchived": false,
"homepageUrl": "https://w3c.github.io/vibration/",
"homepageUrl": "https://www.w3.org/TR/vibration/",
"description": "Vibration API",
"isPrivate": false,
"createdAt": "2016-02-09T13:53:34Z",
Expand Down Expand Up @@ -121901,7 +121906,9 @@
"prpreviewjson": {
"text": "{\n \"src_file\": \"index.html\",\n \"type\": \"respec\"\n}\n"
},
"autoPublish": null,
"autoPublish": {
"text": "# https://github.com/w3c/spec-prod/blob/main/docs/examples.md#use-different-respecconfig-when-deploying-to-w3c\n\nname: CI\non:\n pull_request: {}\n push:\n branches: [gh-pages]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v2\n - uses: w3c/spec-prod@v2\n with:\n TOOLCHAIN: respec\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html\n # Publish to w3.org/TR as a Candidate Recommendation Draft (CRD)\n W3C_BUILD_OVERRIDE: |\n specStatus: CRD\n shortName: vibration"
},
"travis": null,
"contributing": {
"text": "Contributions to this repository are intended to become part of Recommendation-track documents governed by the\n[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and\n[Document License](http://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate\nin the relevant W3C Working Group or make a non-member patent licensing commitment.\n\nIf you are not the sole contributor to a contribution (pull request), please identify all \ncontributors in the pull request comment.\n\nTo add a contributor (other than yourself, that's automatic), mark them one per line as follows:\n\n```\n+@github_username\n```\n\nIf you added a contributor by mistake, you can remove them in a comment with:\n\n```\n-@github_username\n```\n\nIf you are making a pull request on behalf of someone else but you had no part in designing the \nfeature, you can remove yourself with the above syntax.\n\n# Tests\n\nFor normative changes, a corresponding\n[web-platform-tests](https://github.com/web-platform-tests/wpt) PR is highly appreciated. Typically,\nboth PRs will be merged at the same time. Note that a test change that contradicts the spec should\nnot be merged before the corresponding spec change. If testing is not practical, please explain why\nand if appropriate [file a web-platform-tests issue](https://github.com/web-platform-tests/wpt/issues/new)\nto follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.\n"
Expand Down Expand Up @@ -123961,9 +123968,9 @@
"owner": {
"login": "w3c"
},
"isArchived": false,
"isArchived": true,
"homepageUrl": "",
"description": "This repository is inactive and will soon be archived. The content is now edited in w3c/wai-website repository.",
"description": null,
"isPrivate": false,
"createdAt": "2017-11-22T13:36:28Z",
"labels": [
Expand Down Expand Up @@ -124072,18 +124079,7 @@
"body": "# Code of Conduct\n\nAll documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).\n"
},
"readme": {
"text": "> [!IMPORTANT]\n> This repository has been archived 25 November 2024.\n>\n> [Accessibility Principles](https://www.w3.org/WAI/fundamentals/accessibility-principles/) is now edited in the [wai-website](https://github.com/w3c/wai-website) repository.\n"
},
"w3c": {
"group": 35532,
"contacts": [
"slhenry"
],
"shortName": "wai-accessibility-principles",
"repo-type": [
"article"
],
"policy": "open"
"text": "> [!IMPORTANT]\n> This repository has been archived 28 November 2024.\n>\n> [Accessibility Principles](https://www.w3.org/WAI/fundamentals/accessibility-principles/) is now edited in the [wai-website](https://github.com/w3c/wai-website) repository.\n"
}
},
{
Expand Down Expand Up @@ -158379,6 +158375,10 @@
"name": "s:battery-status",
"color": "6bc5c6"
},
{
"name": "s:clipboard-apis",
"color": "6bc5c6"
},
{
"name": "s:clipboard-pickling",
"color": "6bc5c6"
Expand Down

0 comments on commit c641f8d

Please sign in to comment.