You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
The contents of the navurl field in an MRG entry is specified as the "path, relative to the URL as specified in the website field in the scope section of the SAF (that lives in the scopedir as specified in the scopes section of the MRG), where the rendered version of the curated text is located."
A bit more pragmatically put: the URL that is the concatenation of the website field (from the SAF) and the navurl field (from an MRG entry) must locate the rendered version of the CText that the MRG entry represents.
This is currently not the case: the navurl fields not only contain a full URL, but they also do not point to a rendered version of the CText, but to the actual CText itself.
The text was updated successfully, but these errors were encountered:
The current specs are ambivalent (see essif-lab/framework#135), as the specification of the website field says that it points to the home page of the (rendered) website of the scope. If that were true, concatenation of website and navurl would not produce a link that would (always) work. The documentation of website will be updated so that the concatenation will work.
If you happen to be the person that fixes this issue, and you think it is appropriate to rename the website field, please go ahead and ping me about it, and mention this explicitly in the commit.
The contents of the
navurl
field in an MRG entry is specified as the "path, relative to the URL as specified in thewebsite
field in the scope section of the SAF (that lives in the scopedir as specified in the scopes section of the MRG), where the rendered version of the curated text is located."A bit more pragmatically put: the URL that is the concatenation of the
website
field (from the SAF) and thenavurl
field (from an MRG entry) must locate the rendered version of the CText that the MRG entry represents.This is currently not the case: the
navurl
fields not only contain a full URL, but they also do not point to a rendered version of the CText, but to the actual CText itself.The text was updated successfully, but these errors were encountered: