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

Fix digital source URL #23

Open
cmil opened this issue Aug 1, 2023 · 1 comment
Open

Fix digital source URL #23

cmil opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@cmil
Copy link
Member

cmil commented Aug 1, 2023

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:

<bibl type="digitalSource">
<name>Théâtre Classique</name>
<idno type="URL">http://theatre-classique.fr/pages/programmes/edition.php?t=../documents/ABEILLE_ARGELIE.xml</idno>
<idno type="URL">http://theatre-classique.fr/pages/documents/ABEILLE_ARGELIE.xml</idno>

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 #22 (comment)

@cmil cmil self-assigned this Aug 1, 2023
@lehkost
Copy link
Member

lehkost commented Aug 29, 2024

The HTML reference has the advantage to show a fully rendered page, but I admit, there is no real use case for this, so yes, let's stick to just one source url, the one being the XML-TEI version.

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

2 participants