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 20 forks source link

Create mappings for all legacy data sets to new data #129

Open ronaldtse opened 2 years ago

ronaldtse commented 2 years ago

These are the legacy data mappings we need to complete:

strogonoff commented 2 years ago

Note that this is the supported format: bibxml-service-xml2rfc-path-map.json.zip

As is obvious from contents, paths specified must be relative to /public/rfc/, and it is preferable to have all mappings in the same file.

cc @ronaldtse

ronaldtse commented 2 years ago

@strogonoff what's the status of compiling the mappings into the desired format? Thanks.

strogonoff commented 2 years ago

@ronaldtse sure, discussing with @mico https://github.com/ietf-ribose/bibxml-service/issues/134 and other issues today, I think they must’ve slipped through the cracks

strogonoff commented 2 years ago

@ronaldtse, right now @mico is busy with unrelated Relaton task where he is finalizing IEEE identifier parsing, he says this should be ready in a couple days (definitely this week) and after that he’ll prepare a single JSON file with all mappings that will be importable using xml2rfc compatibility management console.

strogonoff commented 2 years ago

https://github.com/ietf-ribose/xml2rfc-mapping-convertor can convert given YAML to JSON with mappings importable by BibXML service. It can also be used in append mode to create a single JSON file with all mappings converted from YAML.

rjsparks commented 2 years ago

Nudge - particularly for getting a better picture of the status of #222?