clarin-eric / curation-dashboard

java library for CLARIN's CMDI curation
GNU General Public License v3.0
4 stars 0 forks source link

Use _metadataDirectory field to link to "collection" in the VLO #254

Closed twagoo closed 1 month ago

twagoo commented 3 months ago

This is a follow-up of #13.

Since https://github.com/clarin-eric/VLO/issues/375 implements the addition of a _metadataDirectory field, links using _fileName with wildcards can now be replaced with a link that defines a more precise query.

For example, the link found at https://curation.clarin.eu/collection/The_Language_Archive.html:

Can be replaced with

Note: these links will not work until this feature has been promoted to production, but in the meantime it can be tested in beta.

wowasa commented 2 months ago

changed stylesheet in separate issue_254 branch for it

twagoo commented 2 months ago

Looks good but if you have the ability it would be good to do at least some basic URL encoding. If available, this should do the job: https://www.oreilly.com/library/view/xslt-2nd-edition/9780596527211/re86.html

wowasa commented 2 months ago

pardon - I forgot

wowasa commented 1 month ago

merged to java21 branch