For rubyists, the addressable gem has support for it: https://github.com/sporkmonger/addressable/tree/#uri-templat...
URI Template
11–20 of 21 posts
Re: URI Template
#12Re: URI Template
#13Why do RFC's have to be so ugly?
Because they originate from a time where plain text was what you had, and the format was created to be consistent and easy to format by hand. I still prefer my specifications to be in plain text so that I can view them easily and quickly.
Re: URI Template
#14Re: URI Template
#15Re: URI Template
#16Why do RFC's have to be so ugly?
Re: URI Template
#17Why do RFC's have to be so ugly?
Because they originate from a time where plain text was what you had, and the format was created to be consistent and easy to format by hand. I still prefer my specifications to be in plain text so that I can view them easily and quickly.
I mean, they are formatted in HTML now, but as a giant block of monospace text. They could use s for the headers, let the text flow with browser resize for small screens, heck use bootstrap for good readable web typesetting, etc.
I am not sure why the IETF isn't interested in better web typesetting for em.
At one point someone had a site that did that, I think it was advertised and discussed here on HN, but I forget what it was called, and I think it faded into non-supported obscurity (since it was obviously a labor of love, unpaid).
Re: URI Template
#18Re: URI Template
#19Re: URI Template
#20Earlier quoted context omitted.
It's just a formating issue. Nothing prevent you to reformat them: http://pretty-rfc.herokuapp.com/RFC2616
This is very cool. Why is the RFC source not available and what does it take to get it?
Note: most RFCs can't be prettified at the moment, as their
source files are unavailable to the public and need to be
requested from rfc-editor.org. I'm working on this.
I suppose that it's just a matter of time.