dracor-org / fredracor

French Drama Corpus
5 stars 1 forks source link

Fix digital source URL #23

Open cmil opened 1 year ago

cmil commented 1 year ago

For each play we currently provide two URLs for the digital source, one is an HTML page and the other one is the actual TEI from Théâtre Classique. See for instance:

https://github.com/dracor-org/fredracor/blob/a9fa55c94986eb5a7c58b099d8e8cae60abe081c/tei/abeille-argelie.xml#L28-L31

While the issue #22 caused by this has been fixed on the API level, we should still stick to only one source URL. I would suggest to loose the reference to the HTML page and just keep the TEI URL, since these are actually the documents we use for the import to FreDraCor. What do you think @lehkost?

See original post by @cmil in https://github.com/dracor-org/fredracor/issues/22#issuecomment-1660065197