17

I am just wondering how much effort is required to write a text file like that with page numbers, table of contents, headers, footers etc. Is there any editor or some thing like TeX that is used for writing the RFC documents?

unwind
  • 391,730
  • 64
  • 469
  • 606
asyncwait
  • 4,457
  • 4
  • 40
  • 53
  • 1
    I was looking for good rfc viewer. I found this to chrome: RFCRestyle. Hope help someone. – macm Nov 18 '14 at 17:06

4 Answers4

8

According to RFC 2223:

Most of the RFCs are processed by the RFC Editor with the unix "nroff" program using a very simple set of the formatting commands (or "requests") from the "ms" macro package (see the Appendix).

There is an RFC that details how they can be written using Microsoft Word: RFC 3285: Using Microsoft Word to create Internet Drafts and RFCs :-)

Joey
  • 344,408
  • 85
  • 689
  • 683
3

I have written a couple of RFC-like documents in XML using the format described in RFC2629 and converting them using xml2rfc. There is also a XSLT available for doing the conversion.

Community
  • 1
  • 1
Konamiman
  • 49,681
  • 17
  • 108
  • 138
0

Older RFCs were probably written with nroff or one of its relatives (troff, roff, groff).

Laurence Gonsalves
  • 137,896
  • 35
  • 246
  • 299
-1

Write in some other format, like HTML/PDF/DOC and then export to text format. I guess that should be easier.

Priyank Bolia
  • 14,077
  • 14
  • 61
  • 82