Re: Consistent reference to RFCs in the documentation

2020-12-02 Thread Bruce Momjian
On Tue, Dec 1, 2020 at 02:39:04PM +0200, Heikki Linnakangas wrote: > On 05/11/2020 17:09, Daniel Gustafsson wrote: > > When referencing RFC's, we have a mix of ulinking to the ietf.org entry and > > not. Also, for subsequent mentions of the same RFC on the same page we have > > some as while oth

Re: Consistent reference to RFCs in the documentation

2020-12-01 Thread Daniel Gustafsson
> On 1 Dec 2020, at 13:39, Heikki Linnakangas wrote: > On 05/11/2020 17:09, Daniel Gustafsson wrote: >> The attached patch adds ulinks for all >> RFC's and marks subsequent mentions as acronym to make the docs consistent. >> It >> also spells all as "RFC " with a whitespace as that was the most

Re: Consistent reference to RFCs in the documentation

2020-12-01 Thread Heikki Linnakangas
On 05/11/2020 17:09, Daniel Gustafsson wrote: When referencing RFC's, we have a mix of ulinking to the ietf.org entry and not. Also, for subsequent mentions of the same RFC on the same page we have some as while others are not. I'm not sure how sensible the tag is for these. I mean, yeah,

Consistent reference to RFCs in the documentation

2020-11-05 Thread Daniel Gustafsson
When referencing RFC's, we have a mix of ulinking to the ietf.org entry and not. Also, for subsequent mentions of the same RFC on the same page we have some as while others are not. The attached patch adds ulinks for all RFC's and marks subsequent mentions as acronym to make the docs consistent.