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

Django-based Web service implementing IETF BibXML APIs

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

### Describe the issue As previously discussed in the thread, , revisit how the author's `fullname` is generated when `completename` is not provided. ``` python author_el.set('fullname', ('%s%s%s%s%s' % ( f"{name.prefix.content}...

bug

### Describe the issue https://www.rfc-editor.org/errata/eid8018 An author list can be made up of people, or of (usually one) organization, but not both. ### Code of Conduct - [X] I agree...

bug

### Description As mentioned in https://github.com/ietf-tools/bibxml-service/pull/437#issuecomment-2215457453, revisit how the `SNAPSHOT` environment variable is computed at runtime. ### Code of Conduct - [X] I agree to follow the [IETF's Code of...

enhancement

### Describe the issue Seen in https://www.rfc-editor.org/refs/bibxml2/reference.ANSI.X3-4.1986.xml: ~~~ Coded Character Set - 7-bit American Standard Code for Information Interchange American National Standards Institute ~~~ If the month is not known,...

bug

### Description Changing to relaton `v1.19.2` seem to have the following updates: ### `doctype` Previous: ``` doctype: ``` New: ``` doctype: type: ``` Previous: ``` place: - ``` ### `place`...

enhancement

This fixes https://github.com/ietf-tools/relaton-data-nist/issues/18 because `Gemfile` is referenced by the crawlers.

### Description At the moment, after a deployment, each data-set indexer has to be kick-started. This can be improved by adding a step to start indexing for each data-set after...

enhancement