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

44 files changed

Lines changed: 440 additions & 292 deletions

Some content is hidden

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

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 395 additions & 116 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 3 additions & 0 deletions
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 file=@encoding.bs > 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

Lines changed: 4 additions & 7 deletions
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

Lines changed: 2 additions & 19 deletions
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:annevk@annevk.nl>annevk@annevk.nl</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

Lines changed: 1 addition & 4 deletions
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

Lines changed: 1 addition & 4 deletions
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

Lines changed: 1 addition & 4 deletions
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

Lines changed: 1 addition & 4 deletions
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>)

0 commit comments

Comments
 (0)