Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual Internet Draft bibitem access and legacy paths #1

Open
ronaldtse opened this issue Nov 25, 2021 · 0 comments
Open

Individual Internet Draft bibitem access and legacy paths #1

ronaldtse opened this issue Nov 25, 2021 · 0 comments

Comments

@ronaldtse
Copy link

[...] we do want to use the datatracker. You can either use the bibxml3 endpoint it provides, or learn from its code and take the constituent data from the datatracker's API.

The bibxml3 endpoint matches URLs this way:

    url(r'^bibxml3/%(name)s(?:-%(rev)s)?.xml$' % settings.URL_REGEXPS, views_doc.document_bibxml),

(though an upcoming release will likely escape the . before xml.)

so, yes, you want to be looking at names that look like https://datatracker.ietf.org/doc/bibxml3/draft-ietf-stir-passport-rcd-09.xml

Once you've generated something with a version, it won't change, but you will also need to be able to respond to version-less requests, such as:

https://datatracker.ietf.org/doc/bibxml3/draft-ietf-stir-passport-rcd.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant