File tree Expand file tree Collapse file tree 5 files changed +52
-5
lines changed Expand file tree Collapse file tree 5 files changed +52
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Code of Conduct
2
+
3
+ All documentation, code and communication under this repository are covered by
4
+ the
5
+ [ W3C Code of Ethics and Professional Conduct] ( https://www.w3.org/Consortium/cepc/ ) .
Original file line number Diff line number Diff line change
1
+ # Web Crypto Streams proposal
2
+
3
+ ## Building the spec
4
+
1
5
To build the spec locally first install bikeshed:
2
6
3
7
``` sh
@@ -14,3 +18,29 @@ bikeshed spec # build once
14
18
15
19
bikeshed watch # rebuild on changes
16
20
```
21
+
22
+ ## IPR policy
23
+
24
+ This repository is being used for work in the W3C Web-Interoperable Runtimes
25
+ Community Group, governed by the
26
+ [ W3C Community License Agreement (CLA)] ( http://www.w3.org/community/about/agreements/cla/ ) .
27
+ To make substantive contributions, you must join the CG.
28
+
29
+ If you are not the sole contributor to a contribution (pull request), please
30
+ identify all contributors in the pull request comment.
31
+
32
+ To add a contributor (other than yourself, that's automatic), mark them one per
33
+ line as follows:
34
+
35
+ ```
36
+ +@github_username
37
+ ```
38
+
39
+ If you added a contributor by mistake, you can remove them in a comment with:
40
+
41
+ ```
42
+ -@github_username
43
+ ```
44
+
45
+ If you are making a pull request on behalf of someone else but you had no part
46
+ in designing the feature, you can remove yourself with the above syntax.
Original file line number Diff line number Diff line change
1
+ All Reports in this Repository are licensed by Contributors under the
2
+ [ W3C Software and Document License] ( http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document ) .
3
+
4
+ Contributions to Specifications are made under the
5
+ [ W3C CLA] ( https://www.w3.org/community/about/agreements/cla/ ) .
6
+
7
+ Contributions to Test Suites are made under the
8
+ [ W3C 3-clause BSD License] ( https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html )
Original file line number Diff line number Diff line change 1
1
# What is this?
2
2
3
- This is the beginning of a proposal to define streaming support for Web Crypto. The
4
- idea is to develop the ideas for a bit then submit those to the WICG for consideration
5
- once the effort to kick off another round of Web Crypto related work is officially
6
- chartered. We want to do this bit of work in open.
7
-
3
+ This is the beginning of a proposal to define streaming support for Web Crypto.
4
+ The idea is to develop the ideas for a bit then submit those to the WICG for
5
+ consideration once the effort to kick off another round of Web Crypto related
6
+ work is officially chartered. We want to do this bit of work in open.
Original file line number Diff line number Diff line change
1
+ {
2
+ "group" : " cg/wintercg" ,
3
+ "contacts" : [" lucacasonato" ],
4
+ "repo-type" : " cg-report"
5
+ }
You can’t perform that action at this time.
0 commit comments