From 9d41c416f96c920a3437adc29ec02c5e19802a4d Mon Sep 17 00:00:00 2001 From: ysheffer Date: Wed, 14 Aug 2024 00:47:05 +0300 Subject: [PATCH] Automatic update of README.md --- LICENSE.md | 2 +- README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md index 20b6cf4..a1dfdb9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ # License See the -[guidelines for contributions](https://github.com/yaronf/wimse-s2s/blob/main/CONTRIBUTING.md). +[guidelines for contributions](https://github.com/ietf-wg-wimse/draft-ietf-wimse-s2s-protocol/blob/main/CONTRIBUTING.md). diff --git a/README.md b/README.md new file mode 100644 index 0000000..a884248 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# WIMSE Service to Service Authentication + +This is the working area for the IETF [WIMSE Working Group](https://datatracker.ietf.org/wg/wimse/documents/) Internet-Draft, "WIMSE Service to Service Authentication". + +* [Editor's Copy](https://ietf-wg-wimse.github.io/draft-ietf-wimse-s2s-protocol/#go.draft-ietf-wimse-s2s-protocol.html) +* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-wimse-s2s-protocol) +* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-wimse-s2s-protocol) +* [Compare Editor's Copy to Working Group Draft](https://ietf-wg-wimse.github.io/draft-ietf-wimse-s2s-protocol/#go.draft-ietf-wimse-s2s-protocol.diff) + + +## Contributing + +See the +[guidelines for contributions](https://github.com/ietf-wg-wimse/draft-ietf-wimse-s2s-protocol/blob/main/CONTRIBUTING.md). + +Contributions can be made by creating pull requests. +The GitHub interface supports creating pull requests using the Edit (✏) button. + + +## Command Line Usage + +Formatted text and HTML versions of the draft can be built using `make`. + +```sh +$ make +``` + +Command line usage requires that you have the necessary software installed. See +[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md). +