-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi there, I'm just trying to understand the technology stack of this project/cms a little better
I was wondering if it is possible to tell me where the encoded TEI XML text files "live" and how they are accessed by the application? I don't see the TEI XML within this repository itself, so I wonder whether they live in another github repository to which the web application points and then retrieves when it builds?
Or are the TEI XML files created directly in the application itself and stored directly in the running database?
Is it possible to view the XML files through the webapp? I don't see any links/info on the website point to the accessible XML text (https://cotr.ac.uk/). The only thing I can find is the json text api: https://cotr.ac.uk/api/texts/36/transcription/whole/whole/ which is obviously some kind of derivative export.
I would be extremely grateful for any thoughts, explanations, or clarification.