Meta: update repository files · whatwg/url@8f0372b
annevk
·
2026-03-15
·
via Recent Commits to url:main
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,13 +2,15 @@ SHELL=/bin/bash -o pipefail
|
2 | 2 | .PHONY: local remote deploy |
3 | 3 | |
4 | 4 | remote: url.bs |
5 | | - @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ |
| 5 | + @ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \ |
6 | 6 | --output url.html \ |
7 | 7 | --write-out "%{http_code}" \ |
8 | 8 | --header "Accept: text/plain, text/html" \ |
9 | 9 | -F die-on=warning \ |
10 | 10 | -F md-Text-Macro="COMMIT-SHA LOCAL COPY" \ |
11 | | - -F file=@url.bs) && \ |
| 11 | + -F file=@url.bs \ |
| 12 | + -F type=bikeshed-spec \ |
| 13 | + -F output=html) && \ |
12 | 14 | [[ "$$HTTP_STATUS" -eq "200" ]]) || ( \ |
13 | 15 | echo ""; cat url.html; echo ""; \ |
14 | 16 | rm -f url.html; \ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -121,8 +121,8 @@ A complete C++ implementation of the standard can be found at
|
121 | 121 | with the standard and tests, and is currently used in [Node.js](https://github.com/nodejs/node). |
122 | 122 | |
123 | 123 | A complete Python implementation of the standard can be found at |
124 | | -[pywhatwgurl/pywhatwgurl](https://github.com/pywhatwgurl/pywhatwgurl). This implementation is kept synchronized |
125 | | -with the standard and tests. |
| 124 | +[pywhatwgurl/pywhatwgurl](https://github.com/pywhatwgurl/pywhatwgurl). This implementation is kept |
| 125 | +synchronized with the standard and tests. |
126 | 126 | |
127 | 127 | The [Live URL Viewer](https://jsdom.github.io/whatwg-url/) lets you manually test-parse any URL, |
128 | 128 | comparing your browser's URL parser to that of |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,6 +8,10 @@ A complete C++ implementation of the standard can be found at
|
8 | 8 | [ada-url/ada](https://github.com/ada-url/ada). This implementation is kept synchronized |
9 | 9 | with the standard and tests, and is currently used in [Node.js](https://github.com/nodejs/node). |
10 | 10 | |
| 11 | +A complete Python implementation of the standard can be found at |
| 12 | +[pywhatwgurl/pywhatwgurl](https://github.com/pywhatwgurl/pywhatwgurl). This implementation is kept |
| 13 | +synchronized with the standard and tests. |
| 14 | + |
11 | 15 | The [Live URL Viewer](https://jsdom.github.io/whatwg-url/) lets you manually test-parse any URL, |
12 | 16 | comparing your browser's URL parser to that of |
13 | 17 | [jsdom/whatwg-url](https://github.com/jsdom/whatwg-url). |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。