ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

bibxml-rfcs: target attribute of the reference element must be explicitly set #339

Closed ajeanmahoney closed 1 year ago

ajeanmahoney commented 1 year ago

Describe the issue

Now that the <format> element has been removed from bibxml entries, the target attribute for the <reference> element needs to be explicitly set and have the following construction for RFC URLs: https://www.rfc-editor.org/info/rfcNNNN

For example ``

`` ### Code of Conduct - [X] I agree to follow the [IETF's Code of Conduct](https://github.com/ietf-tools/.github/blob/main/CODE_OF_CONDUCT.md)
rjsparks commented 1 year ago

The fix for this should focus only on bibxml-rfc.

ajeanmahoney commented 1 year ago

Although it seems trivial, this issue is blocking the publication of RFCs

cabo commented 1 year ago

kramdown-rfc will continue to delete target attributes for RFC and I-D references, which will cause xml2rfc to generate useful links in the renderings used during work on I-Ds. Please make sure that we don't make changes that would break this.

stefanomunarini commented 1 year ago

This issue was fixed with https://github.com/ietf-tools/bibxml-service/pull/340 . However, there seems to be additional changes requested at #341 . I will close this but feel free to reopen if you think it shouldn't be closed just yet.

Brunojoe1994 commented 2 months ago

Describe the issue

Now that the <format> element has been removed from bibxml entries, the target attribute for the <reference> element needs to be explicitly set and have the following construction for RFC URLs: https://www.rfc-editor.org/info/rfcNNNN

For example <reference anchor="RFC5882" target="https://www.rfc-editor.org/info/rfc5882">

Code of Conduct