Skip to content

Commit d55cb85

Browse files
domenicannevk
authored andcommitted
Meta: use new WHATWG boilerplate and license
Helps with whatwg/meta#65 too.
1 parent 2ef4c13 commit d55cb85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+440
-292
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- POST_BUILD_STEP='python visualize.py "$DIR/"'
99

1010
script:
11-
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
11+
- make deploy
1212

1313
branches:
1414
only:

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).

LICENSE

+395-116
Large diffs are not rendered by default.

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ local: encoding.bs
33

44
remote: encoding.bs
55
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > encoding.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
6+
7+
deploy: encoding.bs
8+
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg
1616
### Pull requests
1717

1818
In short, change `encoding.bs` and submit your patch, with a
19-
[good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Consider
20-
reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are new here.
19+
[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider
20+
reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
2121

2222
Please add your name to the Acknowledgments section in your first pull request, even for trivial
2323
fixes. The names are sorted lexicographically.
@@ -27,15 +27,12 @@ If you want to preview the spec locally, you can either use a locally installed
2727
running `make remote`.
2828

2929
If you want to do a complete "local deploy" including commit and/or branch snapshots, run
30-
31-
```
32-
./deploy.sh --local
33-
```
30+
`make deploy`.
3431

3532
### Merge policy
3633

3734
If you can commit to this repository, see the
38-
[html repository's TEAM](https://github.com/whatwg/html/blob/master/TEAM.md) for guidelines.
35+
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
3936

4037
### Tests
4138

encoding.bs

+2-19
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,15 @@
11
<pre class=metadata>
2-
Title: Encoding Standard
32
Group: WHATWG
43
H1: Encoding
54
Shortname: encoding
6-
Status: LS
7-
No Editor: true
5+
Text Macro: TWITTER encodings
86
Abstract: The Encoding Standard defines encodings and their JavaScript API.
9-
Logo: https://resources.whatwg.org/logo-encoding.svg
10-
Boilerplate: omit feedback-header, omit conformance, omit idl-index
7+
Translation: ja https://triple-underscore.github.io/Encoding-ja.html
118
Markup Shorthands: css off
12-
!Participate: <a href=https://github.com/whatwg/encoding>GitHub whatwg/encoding</a> (<a href=https://github.com/whatwg/encoding/issues/new>file an issue</a>, <a href=https://github.com/whatwg/encoding/issues>open issues</a>)
13-
!Participate: <a href=https://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a>
14-
!Commits: <a href=https://github.com/whatwg/encoding/commits>GitHub whatwg/encoding/commits</a>
15-
!Commits: [SNAPSHOT-LINK]
16-
!Commits: <a href=https://twitter.com/encodings>@encodings</a>
17-
!Tests: <a href=https://github.com/w3c/web-platform-tests/tree/master/encoding>web-platform-tests encoding/</a> (<a href=https://github.com/w3c/web-platform-tests/labels/encoding>ongoing work</a>)
18-
!Translation (non-normative): <span title=Japanese><a href=https://triple-underscore.github.io/Encoding-ja.html lang=ja hreflang=ja rel=alternate>日本語</a></span>
199
Translate IDs: dictdef-textdecoderoptions textdecoderoptions,dictdef-textdecodeoptions textdecodeoptions,index section-index
2010
</pre>
2111

2212
<link rel=stylesheet href=visualization-colors.css>
23-
<script src=https://resources.whatwg.org/file-issue.js async></script>
24-
<script src=https://resources.whatwg.org/commit-snapshot-shortcut-key.js async></script>
25-
<script src=https://resources.whatwg.org/dfn.js defer></script>
2613

2714
<pre class=link-defaults>
2815
spec:infra; type:dfn;
@@ -2783,7 +2770,3 @@ for being awesome.
27832770
(<a href=https://www.mozilla.org/>Mozilla</a>,
27842771
<a href=mailto:[email protected]>[email protected]</a>). The <a href=#api>API</a> chapter
27852772
was initially written by Joshua Bell (<a href=https://www.google.com/>Google</a>).
2786-
2787-
<p>Per <a rel=license href=https://creativecommons.org/publicdomain/zero/1.0/>CC0</a>, to
2788-
the extent possible under law, the editors have waived all copyright and related or
2789-
neighboring rights to this work.

index-big5.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-big5.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 8dfc771062e7be0810919082c2c06baa2236147909e0ecc235b1cb9ad782ac82
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
942 0x43F0 䏰 (<CJK Ideograph Extension A>)
118
943 0x4C32 䰲 (<CJK Ideograph Extension A>)

index-euc-kr.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-euc-kr.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 1d97134cbf187263585bc8f593ca4196654ed4c7a673f5672eaad4f5d9fdc4ba
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0xAC02 갂 (HANGUL SYLLABLE GAGG)
118
1 0xAC03 갃 (HANGUL SYLLABLE GAGS)

index-gb18030-ranges.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-gb18030-ranges.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: f963aaa1653f630c523e7b04729fb4e4458f35806c45eb5c179445623138f0c0
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080
118
36 0x00A5

index-gb18030.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-gb18030.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 715f084846f5c6fc9dd31046d0a4d604bd2d88bfe3a22833cea048415e413c70
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x4E02 丂 (<CJK Ideograph>)
118
1 0x4E04 丄 (<CJK Ideograph>)

index-ibm866.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-ibm866.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: db6fe14a559d1601a7667338d83704773d5708dbc641e1ad3c5e21405770f05e
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0410 А (CYRILLIC CAPITAL LETTER A)
118
1 0x0411 Б (CYRILLIC CAPITAL LETTER BE)

index-iso-2022-jp-katakana.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-2022-jp-katakana.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 6ffc12c11f6eab1ccb3dada740d9b0db096ef0b0783c3bd5ec951dcb4a44b95e
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x3002 。 (IDEOGRAPHIC FULL STOP)
118
1 0x300C 「 (LEFT CORNER BRACKET)

index-iso-8859-10.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-10.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 02c2b5590d8ccda9931008c471f6ee2c590b2c8fe5e6ccb3b08638115d778507
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-13.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-13.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 40736338e964ab520407cebcb01329f8d450abf6ce12bf88b74b655b60e43300
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-14.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-14.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 2c8651cfc08b1f35b17919ee5379f2fa006af3ec809f11b3b7f470785580542b
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-15.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-15.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: a560aba47bccd7510a6ac77f671fe75dca3800f05cf6d676910c311a8f8ff079
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-16.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-16.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 55676320d2d1b6e6909f5b3d741a7cf0cefc84e920aa4474afc091459111c2e3
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-2.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-2.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 9569c67f22d0b57790e1c407c6eecf227e4562322dc296de43cdab7a0152ec73
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-3.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-3.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: af8f1e12df79b768322b5e83613698cdc619438270a2fc359554331c805054a3
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-4.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-4.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 72f29c92344d351fe9e74a946e7e0468d76d542c6894ff82982cb652ebe0feb7
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-5.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-5.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: fa9b1f3f5242df43e2e7bca80e9b6997c67944f20a4af91ee06bacc4e132d9c9
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-6.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-6.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 85bb7b5c2dc75975afebe5743935ba4ed5a09c1e9e34e9bfb2ff80293f5d8bbc
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-7.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-7.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: f53d8aeba36314ef950eef02ffcf11dff540638ce27dfe7a86b6ccc6875afb24
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-iso-8859-8.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-iso-8859-8.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 7657a9ca3fa875990da960d3f812eea28dcd0ae6ed55a18d5394303c86f5484b
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x0080 € (<control>)
118
1 0x0081  (<control>)

index-jis0208.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-jis0208.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: cbaa91f3deb7d0841faf5c33041fc15a285da0e87e64ab802c4bf04b7c4da861
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x3000   (IDEOGRAPHIC SPACE)
118
1 0x3001 、 (IDEOGRAPHIC COMMA)

index-jis0212.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-jis0212.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 83bf90dd1c591a4355730d8c4567efc499d74da7490531019ef22a879991cfb7
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
108 0x02D8 ˘ (BREVE)
118
109 0x02C7 ˇ (CARON)

index-koi8-r.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-koi8-r.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: c5497cd9071cb352c0e56b219154e539badf63de40b71578f09e2e11fe7d50ae
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x2500 ─ (BOX DRAWINGS LIGHT HORIZONTAL)
118
1 0x2502 │ (BOX DRAWINGS LIGHT VERTICAL)

index-koi8-u.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-koi8-u.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 19a4da2c3f245118bbc8019326f45a07832949938ff903f03d62ac4da1f61f40
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x2500 ─ (BOX DRAWINGS LIGHT HORIZONTAL)
118
1 0x2502 │ (BOX DRAWINGS LIGHT VERTICAL)

index-macintosh.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-macintosh.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: f2c6a4f6406b3e86a50a5dba4d2b7dd48e2e33c0d82aefe764535c934ec11764
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x00C4 Ä (LATIN CAPITAL LETTER A WITH DIAERESIS)
118
1 0x00C5 Å (LATIN CAPITAL LETTER A WITH RING ABOVE)

index-windows-1250.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Any copyright is dedicated to the Public Domain.
2-
# https://creativecommons.org/publicdomain/zero/1.0/
3-
#
41
# For details on index index-windows-1250.txt see the Encoding Standard
52
# https://encoding.spec.whatwg.org/
63
#
74
# Identifier: 0669455a7a1c70ba6003ea737991e8ee9adc455125c13cfe6705a361358de5fa
8-
# Date: 2017-05-06
5+
# Date: 2018-01-06
96

107
0 0x20AC € (EURO SIGN)
118
1 0x0081  (<control>)

0 commit comments

Comments
 (0)