acdh-oeaw / arche-core

MIT License
0 stars 1 forks source link

API option to display resources like XML in browser instead of triggering download file to directy #37

Closed linxOD closed 1 week ago

linxOD commented 3 months ago

currently the URI and API option (url parameter format=raw): https://id.acdh.oeaw.ac.at/digitarium/ed__1703-08-08.xml?format=raw will trigger a download. Maybe we could use this parameter to show the source file in the browser instead.

Like we do it with the RDF metadata: https://id.acdh.oeaw.ac.at/digitarium/ed__1703-08-08.xml?format=metadata

zozlak commented 1 week ago

Released in 5.3.0

zozlak commented 1 week ago

See https://id.acdh.oeaw.ac.at/digitarium/ed__1703-08-08.xml?format=rawInline

linxOD commented 6 days ago

awesome thanks!