https://github.com/mnot/i-d
My Internet-Drafts
https://github.com/mnot/i-d
ietf internet-draft rfc standards
Last synced: 6 months ago
JSON representation
My Internet-Drafts
- Host: GitHub
- URL: https://github.com/mnot/i-d
- Owner: mnot
- License: other
- Created: 2010-08-05T04:35:03.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T00:19:38.000Z (over 1 year ago)
- Last Synced: 2024-05-28T09:51:17.932Z (over 1 year ago)
- Topics: ietf, internet-draft, rfc, standards
- Language: HTML
- Homepage: https://mnot.github.io/I-D/
- Size: 16.1 MB
- Stars: 98
- Watchers: 24
- Forks: 38
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MEDIAMAN Drafts
This is the working area for IETF [MEDIAMAN Working Group](https://datatracker.ietf.org/wg/mediaman/documents/) Internet-Drafts.
## Allowing Community Registrations in the Standards Tree
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-ietf-mediaman-standards-tree.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-mediaman-standards-tree)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-mediaman-standards-tree)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-ietf-mediaman-standards-tree.diff)## Binary Structured HTTP Field Values
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-binary-structured-headers.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-binary-structured-headers)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-binary-structured-headers)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-binary-structured-headers.diff)## Best Practices for Blocking Clients by IP Address
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-blocking-best-practices.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-blocking-best-practices)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-blocking-best-practices)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-blocking-best-practices.diff)## HTTP Gateway Description Format
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-gateway-description.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-gateway-description)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-gateway-description)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-gateway-description.diff)## HTTP Availability Hints
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-http-availability-hints.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-http-availability-hints)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-http-availability-hints.diff)## An HTTP Cache Invalidation API
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-http-invalidation.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-http-invalidation)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-http-invalidation)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-http-invalidation.diff)## Home Documents for HTTP APIs
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-json-home.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-json-home)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-json-home)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-json-home.diff)## HTTP Link Hints
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-link-hint.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-link-hint)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-link-hint)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-link-hint.diff)## Public API Principles
* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-public-apis.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-public-apis)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-public-apis)
* [Compare Editor's Copy to Working Group Draft](https://mnot.github.io/I-D/#go.draft-nottingham-public-apis.diff)## Contributing
See the
[guidelines for contributions](https://github.com/mnot/I-D/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).