Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: add info on starting a bis document #56

Open
ajeanmahoney opened this issue Mar 3, 2023 · 1 comment
Open

Enhancement: add info on starting a bis document #56

ajeanmahoney opened this issue Mar 3, 2023 · 1 comment
Assignees

Comments

@ajeanmahoney
Copy link
Contributor

ajeanmahoney commented Mar 3, 2023

Steps include:

  • finding the original RFC file on rfc-editor.org
  • converting to v3 XML using author-tools
    • or if you want to use xi:includes, convert using the command line: xml2rfc --v2v3 --add-xinclude filename
  • making edits to the XML:
    • removing number="NNNN" from the <rfc> element
    • adding a docName attribute to the <rfc> element (e.g., docName="draft-foo-rfcNNNNbis-00")
    • updating the obsoletes attribute in the <rfc> element (e.g., obsoletes="NNNN")
    • removing <seriesInfo name="RFC" value="NNNN"/>
    • adding a day attribute to the <date> element (e.g., <date year="2023" month="April" day="30"/>)
  • (optionally) converting XML to markdown
@ajeanmahoney
Copy link
Contributor Author

Steps also need to cover checking the URLs used in xi:includes

@ietf ietf deleted a comment from Nplacentino1 Aug 9, 2023
@ietf ietf deleted a comment from Nplacentino1 Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant