GitHunt
IETF Author Tools

Release
License

IETF Author Tools

Documentation

Running Author Tools service

docker compose up --build -d

Testing Web UI

Testing API

  • Test XML RFC generation
curl localhost:8888/api/render/xml -X POST -F "file=@<xml2rfc draft (.xml) | Kramdown/mmark draft (.md, .mkd) | Text draft (.txt)>"
  • Test HTML RFC generation
curl localhost:8888/api/render/html -X POST -F "file=@<xml2rfc draft (.xml) | Kramdown/mmark draft (.md, .mkd) | Text draft (.txt)>"
  • Test text RFC generation
curl localhost:8888/api/render/text -X POST -F "file=@<xml2rfc draft (.xml) | Kramdown/mmark draft (.md, .mkd) | Text draft (.txt)>"
  • Test PDF RFC generation
curl localhost:8888/api/render/pdf -X POST -F "file=@<xml2rfc draft (.xml) | Kramdown/mmark draft (.md, .mkd) | Text draft (.txt)>" -o draft-output.pdf
  • Test validation
curl localhost:8888/api/validate -X POST -F "file=@<xml2rfc draft (.xml) | Kramdown/mmark draft (.md, .mkd) | Text draft (.txt)>"

Contributing

See contributing guide.

License

Languages

Python55.2%HTML29.5%JavaScript11.3%Dockerfile3.0%CSS1.0%Ruby0.0%

Contributors

BSD 3-Clause "New" or "Revised" License
Created July 26, 2021
Updated March 3, 2026