From 69d43761e987753f1c5ea6222477f02168151f07 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 3 Jul 2024 13:52:25 +0200 Subject: [PATCH] Show only changes in .md --- .github/CODEOWNERS | 2 +- .github/workflows/ghpages.yml | 4 +- .gitignore | 2 +- Makefile | 2 +- README.md | 8 +- draft-nlnetlabs-deleg-incremental-deleg.md | 96 ---------------------- 6 files changed, 9 insertions(+), 105 deletions(-) delete mode 100644 draft-nlnetlabs-deleg-incremental-deleg.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f6cb545..1fedd3b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Automatically generated CODEOWNERS # Regenerate with `make update-codeowners` -draft-nlnetlabs-deleg-incremental-deleg.md philip@nlnetlabs.nl Jesse.vanZutphen@os3.nl willem@nlnetlabs.nl +draft-homburg-deleg-incremental-deleg.md philip@nlnetlabs.nl Jesse.vanZutphen@os3.nl willem@nlnetlabs.nl diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index ed9b441..34a3815 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -39,12 +39,12 @@ jobs: restore-keys: i-d- - name: "Build Drafts" - uses: martinthomson/i-d-template@v1 + uses: wtoorop/i-d-template@vWillem with: token: ${{ github.token }} - name: "Update GitHub Pages" - uses: martinthomson/i-d-template@v1 + uses: wtoorop/i-d-template@vWillem if: ${{ github.event_name == 'push' }} with: make: gh-pages diff --git a/.gitignore b/.gitignore index 3b8ad00..b0f2c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *~ /*-[0-9][0-9].xml archive.json -draft-nlnetlabs-deleg-incremental-deleg.xml +draft-homburg-deleg-incremental-deleg.xml Gemfile.lock /.gems/ *.html diff --git a/Makefile b/Makefile index de46d56..4a01c72 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) git submodule update $(CLONE_ARGS) --init else git clone -q --depth 10 $(CLONE_ARGS) \ - -b main https://github.com/martinthomson/i-d-template $(LIBDIR) + -b xml2rfc-sans-css https://github.com/wtoorop/i-d-template $(LIBDIR) endif diff --git a/README.md b/README.md index b94896e..1dc379f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This is the working area for the individual Internet-Draft, "Incrementally Deployable Extensible Delegation for DNS". -* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-nlnetlabs-deleg-incremental-deleg.html) -* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nlnetlabs-deleg-incremental-deleg) -* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nlnetlabs-deleg-incremental-deleg) -* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-nlnetlabs-deleg-incremental-deleg.diff) +* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.html) +* [Datatracker Page](https://datatracker.ietf.org/doc/draft-homburg-deleg-incremental-deleg) +* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-homburg-deleg-incremental-deleg) +* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.diff) ## Contributing diff --git a/draft-nlnetlabs-deleg-incremental-deleg.md b/draft-nlnetlabs-deleg-incremental-deleg.md deleted file mode 100644 index 5a81ed1..0000000 --- a/draft-nlnetlabs-deleg-incremental-deleg.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -### -# Internet-Draft Markdown Template -# -# Rename this file from draft-todo-yourname-protocol.md to get started. -# Draft name format is "draft---.md". -# -# For initial setup, you only need to edit the first block of fields. -# Only "title" needs to be changed; delete "abbrev" if your title is short. -# Any other content can be edited, but be careful not to introduce errors. -# Some fields will be set automatically during setup if they are unchanged. -# -# Don't include "-00" or "-latest" in the filename. -# Labels in the form draft----latest are used by -# the tools to refer to the current version; see "docname" for example. -# -# This template uses kramdown-rfc: https://github.com/cabo/kramdown-rfc -# You can replace the entire file if you prefer a different format. -# Change the file extension to match the format (.xml for XML, etc...) -# -### -title: "Incrementally Deployable Extensible Delegation for DNS" -abbrev: "incremental-deleg" -category: std - -docname: draft-nlnetlabs-deleg-incremental-deleg-latest -submissiontype: IETF # also: "independent", "editorial", "IAB", or "IRTF" -number: -date: 2024-06-25 -consensus: true -v: 3 -area: int -workgroup: DNS Delegation -keyword: - - DNS - - delegation - - Internet-Draft -venue: - group: deleg - type: Working Group - mail: dd@ietf.org - arch: https://mailarchive.ietf.org/arch/browse/dd/ - github: NLnetLabs/incremental-deleg - -author: - - - fullname: Philip Homburg - organization: NLnet Labs - email: philip@nlnetlabs.nl - - - fullname: Jesse van Zutphen - organization: University of Amsterdam - email: Jesse.vanZutphen@os3.nl - - - fullname: Willem Toorop - organization: NLnet Labs - email: willem@nlnetlabs.nl - -normative: - -informative: - - ---- abstract - -TODO Abstract - - ---- middle - -# Introduction - -TODO Introduction - - -# Conventions and Definitions - -{::boilerplate bcp14-tagged} - - -# Security Considerations - -TODO Security - - -# IANA Considerations - -This document has no IANA actions. - - ---- back - -# Acknowledgments -{:numbered="false"} - -TODO acknowledge.