This repository contains work on updating RFC 4180 - MIME Type for CSV Files.
The Internet draft can be found at the IETF: https://tools.ietf.org/html/draft-shafranovich-rfc4180-bis
You can contribute to development of this draft via standard GitHub processes (pull requests and opening issues).
Discussion of this draft takes place on the IETF's Applications and Real-Time Area (art) discussion list: https://www.ietf.org/mailman/listinfo/art
All content in this repository is subject to IETF IPR terms. See RFC 8179 for details.
To build the text and HTML drafts, use the following make command.
$ make clean
$ make txt
$ make html
This requires that you have the necessary software installed. See the instructions.