HTML CSS Makefile
Latest commit b2ce25d Aug 31, 2016 @mozfreddyb mozfreddyb committed on GitHub Merge pull request #54 from mozfreddyb/wrong-hash-value-issue-52
Change hash value in Example 5 & 6 (fixes #52)
Permalink
Failed to load latest commit information.
20140318
.travis.yml
CONTRIBUTING.md Adding baseline CONTRIBUTING.md Oct 15, 2015
ECHIDNA Echidna config (new publishing process) Apr 9, 2015
LICENSE.md Adding baseline LICENSE.md Oct 15, 2015
Makefile curl shouldnt succeed on bikeshed errors Aug 31, 2016
README.markdown Mention that `make` requires an active internet connection Jul 22, 2016
default.css Convert to Bikeshed. Should be all formatting changes, which includes… Jan 20, 2016
index.bs
index.html Fix compile Aug 26, 2016
index.kramdown.html Make the bikeshed spec the editors' draft Jun 29, 2016
spec_v1.markdown Make the bikeshed spec the editors' draft Jun 29, 2016
template.erb
w3c.json fix shortname Nov 1, 2015

README.markdown

Subresource Integrity

Editor's draft: https://w3c.github.io/webappsec-subresource-integrity/

The spec text is written in Bikeshed. After editing index.bs, you can generate a new HTML draft by typing make on the command line. Note that this requires an active internet connection to download up-to-date config files.

You can publish a new draft by typing make publish (which simply pushes the local master branch to GitHub's gh-pages branch).

Please do not modify spec_v1.markdown or its compiled file, index.kramdown.html. These are the spec files from version 1 of the spec, which was originally written in Kramdown, but work is now done exclusively in index.bs.

Pull requests happily reviewed.