├── .github ├── CODEOWNERS └── workflows │ ├── archive.yml │ ├── update.yml │ ├── publish.yml │ └── ghpages.yml ├── LICENSE.md ├── .editorconfig ├── editor-files ├── sed-css-replace.md ├── UUIDv3-v5-Testing.md ├── rfc4122bis.md └── draft-peabody-dispatch-new-uuid-format-04.md ├── Makefile ├── .gitignore ├── .note.xml ├── CONTRIBUTING.md ├── README.md ├── .circleci └── config.yml └── docs └── better-rfc.css /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | # Automatically generated CODEOWNERS 2 | # Regenerate with `make update-codeowners` 3 | draft-ietf-uuidrev-rfc4122bis.md 4 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | # License 2 | 3 | See the 4 | [guidelines for contributions](https://github.com/ietf-wg-uuidrev/rfc4122bis/blob/main/CONTRIBUTING.md). 5 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # See http://editorconfig.org 2 | 3 | root = true 4 | 5 | [*.{md,xml,org}] 6 | charset = utf-8 7 | insert_final_newline = true 8 | trim_trailing_whitespace = true 9 | -------------------------------------------------------------------------------- /editor-files/sed-css-replace.md: -------------------------------------------------------------------------------- 1 | ### Replace inline CSS with css from /docs/better-rfc.css 2 | ``` 3 | cat draft-ietf-uuidrev-rfc4122bis.html | sed '/