Skip to content

Commit 76c3037

Browse files
committed
2 parents 3e2bd9d + d9107d5 commit 76c3037

File tree

9 files changed

+96
-117
lines changed

9 files changed

+96
-117
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Automatically generated CODEOWNERS
2+
# Regenerate with `make update-codeowners`
3+
draft-goldman-tid.md aarongoldman at gmail dot com bumblefudge at learningproof dot xyz

.github/workflows/setup.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*.html
2+
*.pdf
3+
*.redxml
4+
*.swp
5+
*.txt
6+
*.upload
7+
*~
8+
.tags
9+
/*-[0-9][0-9].xml
10+
/.gems/
11+
/.refcache
12+
/.targets.mk
13+
/.venv/
14+
/.vscode/
15+
/lib
16+
/node_modules/
17+
/versioned/
18+
Gemfile.lock
19+
archive.json
20+
draft-goldman-tid.xml
21+
package-lock.json
22+
report.xml
23+
!requirements.txt

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing
2+
3+
This repository relates to activities in the Internet Engineering Task Force
4+
([IETF](https://www.ietf.org/)). All material in this repository is considered
5+
Contributions to the IETF Standards Process, as defined in the intellectual
6+
property policies of IETF currently designated as
7+
[BCP 78](https://www.rfc-editor.org/info/bcp78),
8+
[BCP 79](https://www.rfc-editor.org/info/bcp79) and the
9+
[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html).
10+
11+
Any edit, commit, pull request, issue, comment or other change made to this
12+
repository constitutes Contributions to the IETF Standards Process
13+
(https://www.ietf.org/).
14+
15+
You agree to comply with all applicable IETF policies and procedures, including,
16+
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
17+
subject to a Simplified BSD License) in Contributions.

LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License
2+
3+
See the
4+
[guidelines for contributions](https://github.com/learningproof/tid-i-d/blob//CONTRIBUTING.md).

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LIBDIR := lib
2+
include $(LIBDIR)/main.mk
3+
4+
$(LIBDIR)/main.mk:
5+
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
6+
git submodule sync
7+
git submodule update $(CLONE_ARGS) --init
8+
else
9+
git clone -q --depth 10 $(CLONE_ARGS) \
10+
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
11+
endif

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
# Internet-Draft Template Repository
1+
# The Time-Ordered ID and b32tid Binary Encoding
22

3-
Use this repository as a template if you want to start working on
4-
[IETF](https://www.ietf.org/) documents. [Click here to create a new repository using the
5-
template](https://github.com/martinthomson/internet-draft-template/generate).
6-
Make sure to check "Include all branches", or you will need to enable GitHub Pages manually.
3+
This is the working area for the individual Internet-Draft, "The Time-Ordered ID and b32tid Binary Encoding".
74

8-
[Read the
9-
instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/TEMPLATE.md)
10-
for more information.
5+
* [Editor's Copy](https://learningproof.github.io/tid-i-d/#go.draft-goldman-tid.html)
6+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-goldman-tid)
7+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-goldman-tid)
8+
* [Compare Editor's Copy to Individual Draft](https://learningproof.github.io/tid-i-d/#go.draft-goldman-tid.diff)
119

12-
Once you have created your own repository, start work by:
1310

14-
1. Set "Workflow permissions" to "Read and write permissions"
15-
[in the repository settings](../../settings/actions#actions_default_workflow_permissions_write).
11+
## Contributing
12+
13+
See the
14+
[guidelines for contributions](https://github.com/learningproof/tid-i-d/blob//CONTRIBUTING.md).
15+
16+
Contributions can be made by creating pull requests.
17+
The GitHub interface supports creating pull requests using the Edit (✏) button.
18+
19+
20+
## Command Line Usage
21+
22+
Formatted text and HTML versions of the draft can be built using `make`.
23+
24+
```sh
25+
$ make
26+
```
27+
28+
Command line usage requires that you have the necessary software installed. See
29+
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
1630

17-
2. Rename the `draft-todo-yourname-protocol.md` file
18-
[here](../../edit/main/draft-todo-yourname-protocol.md).

draft-goldman-tid.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "The Time-Ordered ID and b32tid Binary Encoding"
33
abbrev: "TID-I-D"
4-
docname: tid-i-d
4+
docname: draft-goldman-tid-latest
55
date:
66
category: info
77
ipr: trust200902
8-
area: ART
8+
# area: ART
99
wg: Multiformats (proposed)
1010
submissiontype: IRTF
1111
v: 3
@@ -16,9 +16,9 @@ keyword:
1616
- distributed systems
1717
pi: [toc, tocindent, sort refs, symrefs, strict, compact, inline]
1818
venue:
19-
group: Multiformats (proposed)
20-
github: AaronGoldman/tid
21-
mail: multiformats@ietfa.amsl.com
19+
# group: Multiformats (proposed)
20+
github: "learningproof/tid-i-d"
21+
# mail: multiformats@ietfa.amsl.com
2222
author:
2323
- name: A. Goldman
2424
org: 3box Labs

0 commit comments

Comments
 (0)