From 554b8971ef3afd0bb9953d9fcda3c2126308c3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Mon, 23 Nov 2020 10:21:35 +0100 Subject: [PATCH] Update references to Reffy following transfer to w3c (#73) Reffy was transferred to the w3c organization. This updates the references to Reffy to use `w3c/reffy` instead of `tidoust/reffy`. See https://github.com/tidoust/reffy/issues/449 --- .github/workflows/update-ed.yml | 2 +- .github/workflows/update-tr.yml | 2 +- README.md | 4 ++-- index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index f21448fb830e..f3157235d125 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout reffy uses: actions/checkout@master with: - repository: tidoust/reffy + repository: w3c/reffy ref: master fetch-depth: 1 path: reffy diff --git a/.github/workflows/update-tr.yml b/.github/workflows/update-tr.yml index c9226b01fb2c..f5f99113805a 100644 --- a/.github/workflows/update-tr.yml +++ b/.github/workflows/update-tr.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout reffy uses: actions/checkout@master with: - repository: tidoust/reffy + repository: w3c/reffy ref: master fetch-depth: 1 path: reffy diff --git a/README.md b/README.md index 089fc1754237..8a86ff4d6116 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Individual files are named after the shortname of the specification, or after th The [ed/index.json](ed/index.json) and [tr/index.json](tr/index.json) files contain the index of specifications that have been crawled, and relative links to individual files that have been created. -This repository uses [Reffy](https://github.com/tidoust/reffy), a Web spec exploration tool, to crawl the specifications and generate the data. In particular, the data it contains is the result of running Reffy. The repository does not contain any more data. +This repository uses [Reffy](https://github.com/w3c/reffy), a Web spec exploration tool, to crawl the specifications and generate the data. In particular, the data it contains is the result of running Reffy. The repository does not contain any more data. Raw WebIDL extracts are used in [web-platform-tests](https://github.com/web-platform-tests/wpt), please see their [interfaces/README.md](https://github.com/web-platform-tests/wpt/blob/master/interfaces/README.md) for details. @@ -34,7 +34,7 @@ On top of data extracted from the specifications, this repository also contains Feel free to raise [issues in this repository](https://github.com/w3c/webref/issues) as needed. Note that most issues likely more directly apply to underlying tools: -- Errors in the data are most likely caused by bugs or missing features in [Reffy](https://github.com/tidoust/reffy), which is the tool that crawls and parses specifications under the hoods. If you spot an error, please report it in [Reffy's issue tracker](https://github.com/tidoust/reffy/issues/new). +- Errors in the data are most likely caused by bugs or missing features in [Reffy](https://github.com/w3c/reffy), which is the tool that crawls and parses specifications under the hoods. If you spot an error, please report it in [Reffy's issue tracker](https://github.com/w3c/reffy/issues/new). - If you believe that a spec is missing from the list, please check [browser-specs](https://github.com/w3c/browser-specs/#how-to-addupdatedelete-a-spec) and report it [there](https://github.com/w3c/browser-specs/issues/new). diff --git a/index.html b/index.html index 2877dbccb322..ad6abf3c344a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Web Platform exploration with Reffy

-

Reffy is a spec exploration tool. It takes a list of specifications as input and:

+

Reffy is a spec exploration tool. It takes a list of specifications as input and:

  1. retrieves information about them (e.g. the URL of the latest Editor's Draft);
  2. fetches and parses latest Editor's Drafts to extract WebIDL content, links and references;
  3. @@ -40,7 +40,7 @@

    Published reports

    About Reffy

    -

    Reffy was initially created by François Daoust and Dominique Hazaël-Massieux during the 2016 edition of the W3C Geek Week, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on GitHub. Feel free to report bugs The code is available under an MIT license.

    +

    Reffy was initially created by François Daoust and Dominique Hazaël-Massieux during the 2016 edition of the W3C Geek Week, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on GitHub. Feel free to report bugs The code is available under an MIT license.