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

Remove the buttons to download BibXML as JSON & XML from UI #445

Closed kesara closed 4 months ago

kesara commented 4 months ago

Description

The buttons:

Screenshot 2024-07-22 at 15 37 40

are generating XML and JSON directly from the relaton source and they do not have the customizations provided by the xml2rfc_compact adapter. To avoid confusion only provide the ability to get BibXML data from https://bib.ietf.org/public/rfc/bibxml*/ URLs. The UI already shows the BibXML URL:

Screenshot 2024-07-22 at 15 44 40

Code of Conduct

kesara commented 4 months ago

Probably better to keep the download relaton button and feature.

As per @rjsparks's suggestion route the download bibxml to the output from xml2rfc_compact adapter.