Skip to content

Commit 2ca2b92

Browse files
committed
Add warning about the accuracy of bibliographic information for Legacy RFCs.
Commit ready for merge. - Legacy-Id: 10684
1 parent 733532e commit 2ca2b92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ietf/templates/doc/document_bibtex.bib

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
{% load ietf_filters %}
44
55
{% if doc.get_state_slug == "rfc" %}
6+
{% if doc.stream|slugify == "legacy" %}
7+
% Datatracker information for RFCs on the Legacy Stream is unfortunately often
8+
% incorrect. Please correct the bibtex below based on the information in the
9+
% actual RFC at https://rfc-editor.org/rfc/rfc{{ doc.rfc_number }}.txt
10+
{% endif %}
611
@misc{% templatetag openbrace %}rfc{{ doc.rfc_number }},
712
series = {Request for Comments},
813
number= {{ doc.rfc_number }},

0 commit comments

Comments
 (0)