Skip to content

Commit 9cea735

Browse files
committed
Moved to XML based draft as authoritative version
1 parent 9ca8dc4 commit 9cea735

File tree

4 files changed

+3196
-573
lines changed

4 files changed

+3196
-573
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
This repo is for ideas and work for the NRTM v4 protocol and implementations.
22

3-
See [nrtmv4.md](nrtmv4.md) for the protocol design, [TODO.md](TODO.md) for
3+
See [draft-spaghetti-grow-nrtm-v4.html](draft-spaghetti-grow-nrtm-v4.html) for
4+
the protocol design, [TODO.md](TODO.md) for
45
open TODOs, and [background.md](background.md) for some more background and
56
implementation notes.
67

8+
Do check that the XML version is not newer than the HTML version. The XML version
9+
is authoritative.
10+
711
Authoring Conventions
812
---------------------
913

10-
The three golden rules:
14+
The four golden rules:
1115

1216
* One sentence per line, this makes XML diff reading easier.
1317
* Only edit the .xml file (the .txt and .html files are computer generated).
1418
* Be sure to keep track of the names of contributors through the Acknowledgements section and the git log.
19+
* Before committing, generate a new txt/html by running `make`. Also will help you catch syntax errors.
1520

1621
Note Well
1722
------
@@ -30,4 +35,3 @@ repository constitutes Contributions to the IETF Standards Process
3035
You agree to comply with all applicable IETF policies and procedures,
3136
including, BCP 78, 79, the TLP, and the TLP rules regarding code components
3237
(e.g. being subject to a Simplified BSD License) in Contributions.
33-

0 commit comments

Comments
 (0)