1
0
mirror of https://github.com/dtaht/unicast-extensions.git synced 2024-05-11 05:55:07 +00:00
Files
unicast-extensions/rfcs
d 3ccfbdc931 Fixed the martian list
However I think the rfcs and real world lists are out of sync
2019-02-14 20:26:02 -08:00
..
2019-01-31 17:41:49 -08:00
2019-02-02 09:49:35 -08:00
2019-02-01 13:18:01 -08:00

# How to build these internet drafts

- Download [mmark](https://github.com/mmarkdown/mmark/releases) for your platform
- Install xml2rfc (apt-get install xml2rfc)
- type make

For correct utf-8 support you will either need to use the [online xml2rfc
v3 converter](https://xml2rfc.tools.ietf.org/) or a [private copy of the latest xml2rfc code](https://pypi.org/project/xml2rfc/) that can be installed via pip or the tarball.

It pays to review the [mmark documentation](https://mmark.nl/) for tricky things like text diagrams
or how to format normative vs informative references.