IETF Internet-Drafts
This directory contains the source for IETF Internet-Drafts extracted from the PoT-O/TW-RPC proposal series. The drafts are written in Markdown with kramdown-rfc2629 YAML front matter and can be converted to XML and then to the canonical .txt format for submission to the IETF Datatracker.
Drafts
| File | Title |
|---|---|
draft-tribewarez-pqc-hybrid-useful-work-00.mkd | Post-Quantum Hybrid Signatures for Useful-Work Proofs |
draft-tribewarez-tor-onion-useful-work-00.mkd | Tor Onion Service Integration for Useful-Work Validator Infrastructure |
Dependencies
- kramdown-rfc2629 (Ruby gem): converts Markdown to XML2RFC XML.bash
gem install kramdown-rfc2629 - xml2rfc (Python): generates .txt (and optionally .html) from XML.bash
pip install xml2rfc
Build steps
From this directory (
docs/public/ietf/), run the build script:bash./build-ietf-drafts.shOr run the commands manually for each draft:
Convert Markdown to XML:
bashkramdown-rfc2629 draft-tribewarez-pqc-hybrid-useful-work-00.mkd > draft-tribewarez-pqc-hybrid-useful-work-00.xml kramdown-rfc2629 draft-tribewarez-tor-onion-useful-work-00.mkd > draft-tribewarez-tor-onion-useful-work-00.xmlGenerate .txt (and optionally .html) with xml2rfc:
bashxml2rfc draft-tribewarez-pqc-hybrid-useful-work-00.xml xml2rfc draft-tribewarez-tor-onion-useful-work-00.xml
The resulting .txt files are suitable for upload to the IETF Datatracker when submitting the drafts.
Submission
Upload the generated .txt files via the IETF Datatracker (submit new Internet-Draft). Ensure the docname in the YAML front matter matches the draft name (e.g. draft-tribewarez-pqc-hybrid-useful-work-00). For IPR and author information, see the IETF Authors and IPR pages.