Skip to content

Commit 9ab6cde

Browse files
committed
Add template from martinthomson
1 parent 4e3c45e commit 9ab6cde

File tree

4 files changed

+79
-59
lines changed

4 files changed

+79
-59
lines changed

Gemfile.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,9 @@ GEM
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.17.2-arm64-darwin)
14-
ffi (1.17.2-x86_64-darwin)
15-
ffi (1.17.2-x86_64-linux-gnu)
13+
ffi (1.17.2)
1614
forwardable-extended (2.6.0)
17-
google-protobuf (4.31.0-arm64-darwin)
18-
bigdecimal
19-
rake (>= 13)
20-
google-protobuf (4.31.0-x86_64-darwin)
21-
bigdecimal
22-
rake (>= 13)
23-
google-protobuf (4.31.0-x86_64-linux-gnu)
15+
google-protobuf (4.31.0)
2416
bigdecimal
2517
rake (>= 13)
2618
http_parser.rb (0.8.0)
@@ -65,12 +57,9 @@ GEM
6557
rexml (3.4.1)
6658
rouge (4.5.2)
6759
safe_yaml (1.0.5)
68-
sass-embedded (1.89.0-arm64-darwin)
69-
google-protobuf (~> 4.31)
70-
sass-embedded (1.89.0-x86_64-darwin)
71-
google-protobuf (~> 4.31)
72-
sass-embedded (1.89.0-x86_64-linux-gnu)
60+
sass-embedded (1.89.1)
7361
google-protobuf (~> 4.31)
62+
rake (>= 13)
7463
terminal-table (3.0.2)
7564
unicode-display_width (>= 1.1.1, < 3)
7665
unicode-display_width (2.6.0)

_data/menu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ items:
77
url: '/validator/'
88
- label: 'On the web'
99
url: '/on_the_web/'
10+
- label: 'Internet Draft'
11+
url: '/rfc/draft-jsonlines-standard_mime_type.html'
1012
- label: 'json.org'
1113
url: 'https://json.org'
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: default
3+
title: Internet Draft
4+
---
5+
title: "application/jsonl Standard MIME type"
6+
7+
category: info
8+
9+
docname: draft-todo-yourname-protocol-latest
10+
submissiontype: IETF # also: "independent", "editorial", "IAB", or "IRTF"
11+
number:
12+
date:
13+
consensus: true
14+
v: 3
15+
area: AREA
16+
workgroup: WG Working Group
17+
keyword:
18+
- next generation
19+
- unicorn
20+
- sparkling distributed ledger
21+
venue:
22+
group: WG
23+
type: Working Group
24+
25+
arch: https://example.com/WG
26+
github: USER/REPO
27+
latest: https://example.com/LATEST
28+
29+
author:
30+
-
31+
fullname: Your Name Here
32+
organization: Your Organization Here
33+
34+
35+
normative:
36+
37+
informative:
38+
39+
...
40+
41+
--- abstract
42+
43+
TODO Abstract
44+
45+
46+
--- middle
47+
48+
# Introduction
49+
50+
TODO Introduction
51+
52+
53+
# Conventions and Definitions
54+
55+
{::boilerplate bcp14-tagged}
56+
57+
58+
# Security Considerations
59+
60+
TODO Security
61+
62+
63+
# IANA Considerations
64+
65+
This document has no IANA actions.
66+
67+
68+
--- back
69+
70+
# Acknowledgments
71+
{:numbered="false"}
72+
73+
TODO acknowledge.

rfc/index.html

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

0 commit comments

Comments
 (0)