bibxml-service icon indicating copy to clipboard operation
bibxml-service copied to clipboard

Django-based Web service implementing IETF BibXML APIs

Results 43 bibxml-service issues
Sort by recently updated
recently updated
newest added

### Describe the issue Currently bibxml URLs contain "/rfc/" for entries that are not RFCs. For instance: https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-cfrg-bls-signature.xml https://bib.ietf.org/public/rfc/bibxml4/reference.W3C.xml-events.xml Is having "/rfc/" in the path necessary? ### Code of Conduct...

enhancement

### Description A bibliographic item page provides two formats for bib information for viewing and download: BibXML and Relaton. It would be nice if a viewable and downloadable text format...

enhancement

### Describe the issue Please see https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4885.xml The following author information: `````` Should be: `````` The source data in rfc-index.xml seems to be okay, but maybe there's a issue creating...

bug

### Describe the issue Stefano outlined discrepancies between data sources and `relaton-py` expectations [here](https://github.com/relaton/relaton-py/issues/46#issuecomment-1231503626). The discrepancies arise because (1) previously invalid YAML was updated to match Relaton RNC/LutaML data specification...

bug

Use a github action to vet new internet-draft datatracker bibxml against bib.ietf.orgs bibxml and raise issues if there are differences. If the draft is for a 01 or greater, check...

Sentry Issue: [BIBXML-SERVICE-M](https://sentry.io/organizations/ietf-tools/issues/3495751379/?referrer=github_integration) ``` ValueError: Invalid Datatracker ID: moss-named-ports-v.01 (7 additional frame(s) were not displayed) ... File "django/views/decorators/cache.py", line 56, in _wrapped_view_func response = view_func(request, *args, **kwargs) File "django/views/decorators/http.py", line...

### Description Currently we use 3.3, but we could probably use 3.9+. Perhaps @kesara could outline the possibility of this? I believe the version was downgraded in the first place...

enhancement
⚙️ ops
Waiting

### Description I wonder if indexing XMPP Extension Protocols (XEPs) would be an option for bib.ietf.org. We, i.e., the XMPP Standards Foundation, currently provides bibxml files for all published XEPs...

enhancement

### Describe the issue The RFC schema contains a organization field, and the API documentation implies that this can be used: https://bib.ietf.org/api/v1/#operation/searchBibItems (contributor -> person -> affiliation) From this I'd...

enhancement
question

At #277, @ajeanmahoney requests that the RFC dataset be updated at least once every 12 hours. I'm wondering if the community will want the updates to appear even more rapidly,...