You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I absolutely agree that rfc-editor.org/info/rfcXXXX is a much better reference to use than rfc-editor.org/rfc/rfcXXXX as it saves everyone clicks. Using these tools for AUTH48 though, it creates a visible diff between the output of this tool and the output from the RFC Editor.
Proposed solution: if the number: field is filled in, then switch back to rfc-editor.org/info/rfcXXXX. Alternatively, we could define a new separate field that toggles this behavior.
How do you feel about this? I was going to write a PR for it but I noticed that XML2RFC_RFC_BASE_URL was set in config.mk and that file can't access any draft-specific information. So I figured I'd ask for your opinion and guidance before I started making changes.
The text was updated successfully, but these errors were encountered:
make also has this thing where you can assign pattern-specific variables, but I've never managed to make it work properly. You could try that, but I you might still end up with the above split (because %.txt: VAR = x is a different pattern than rfc%.txt: VAR = y; though the documentation suggests that maybe this could work).
The latter might be more elegant if you can make it work.
The filename-based approach doesn't work amazingly for me since I generally don't rename the file in the AUTH48 PR.
But if it's a lot of work then maybe we give up. I was initially assuming I could tweak this in a few minutes but the code architecture might not lend itself to that.
Feel free to keep this issue in the backlog of future features or to close it if you prefer.
I absolutely agree that
rfc-editor.org/info/rfcXXXX
is a much better reference to use thanrfc-editor.org/rfc/rfcXXXX
as it saves everyone clicks. Using these tools for AUTH48 though, it creates a visible diff between the output of this tool and the output from the RFC Editor.Proposed solution: if the
number:
field is filled in, then switch back torfc-editor.org/info/rfcXXXX
. Alternatively, we could define a new separate field that toggles this behavior.How do you feel about this? I was going to write a PR for it but I noticed that
XML2RFC_RFC_BASE_URL
was set inconfig.mk
and that file can't access any draft-specific information. So I figured I'd ask for your opinion and guidance before I started making changes.The text was updated successfully, but these errors were encountered: