From 2ca2b92c243df0d7885779ec36e84bae58bbec90 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 14 Jan 2016 10:22:55 +0000 Subject: [PATCH] Add warning about the accuracy of bibliographic information for Legacy RFCs. Commit ready for merge. - Legacy-Id: 10684 --- ietf/templates/doc/document_bibtex.bib | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ietf/templates/doc/document_bibtex.bib b/ietf/templates/doc/document_bibtex.bib index 7431876fe..1d07959e0 100644 --- a/ietf/templates/doc/document_bibtex.bib +++ b/ietf/templates/doc/document_bibtex.bib @@ -3,6 +3,11 @@ {% load ietf_filters %} {% if doc.get_state_slug == "rfc" %} +{% if doc.stream|slugify == "legacy" %} +% Datatracker information for RFCs on the Legacy Stream is unfortunately often +% incorrect. Please correct the bibtex below based on the information in the +% actual RFC at https://rfc-editor.org/rfc/rfc{{ doc.rfc_number }}.txt +{% endif %} @misc{% templatetag openbrace %}rfc{{ doc.rfc_number }}, series = {Request for Comments}, number= {{ doc.rfc_number }},