Skip to content
HTML Makefile
Find file
Latest commit c565396 May 4, 2016 @wseltzer wseltzer fix formatting

README.md

Web Authentication Specification

This is the repository for the W3C WebAuthn Working Group, producing the draft "Web Authentication"

Contributing

Before submitting feedback, please familiarize yourself with our current issues list and review the mailing list discussion.

Building the Draft

Formatted HTML for the draft can be built using make or gmake:

$ make

Installation and Setup

You will need to have the Python tools pygments and bikeshed to build the draft. Pygments can be obtained via pip, but Bikeshed will need to be downloaded with git:

git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
pip install pygments
pip install --editable ./bikeshed
bikeshed update

Continuous Integration & Branches

This repository uses a variation on martinthomson/i-d-template to generate the Editor's Draft on the gh-pages branch upon every merge to master. In order to prevent failed merges during continuous integration, the formatted Editor's Draft should not be checked in to master, and it is in the .gitignore file.

Something went wrong with that request. Please try again.