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

VersionMeta tag used on websites is not an URI #8

Closed
grv87 opened this issue Aug 18, 2019 · 5 comments
Closed

VersionMeta tag used on websites is not an URI #8

grv87 opened this issue Aug 18, 2019 · 5 comments
Labels

Comments

@grv87
Copy link

grv87 commented Aug 18, 2019

http://versionschema.org says:

The subtitle and browser window/tab title of this page; both contain a URI within curly braces that is a Version Meta tag

If I see it correctly then the VersionMeta tag is VSchemaInDev.0.

But it is not a valid URI according to RFC 3986:

The scheme and path components are required, though the path may be empty (no characters)

@jwdonahue
Copy link
Collaborator

Thanks, I'll look into it as soon as I have some spare cycles. I think I am going to have to come up with a different name for it. The goal is that tooling would know how to look up names that aren't fully qualified URI's. In fact, I was planning on offering a free service for that purpose, but their would be an extremely limited number of short-names. SemVer-2.0.0 would of course be one of them.

@grv87
Copy link
Author

grv87 commented Aug 19, 2019

How about registry of version schemas, using SPDX License List as an example?

@jwdonahue
Copy link
Collaborator

Ya, all we really need is a very simple key value pair service. Hmmm... I wrote one of those once ;).

@jwdonahue
Copy link
Collaborator

I wonder if we shouldn't resurrect the URN concept?

We might even be able to get rid of the curly braces, or at least make them optional:

urn:vs:name_of_scheme

@jwdonahue jwdonahue mentioned this issue Feb 5, 2020
@jwdonahue
Copy link
Collaborator

I believe I fixed this in PR #9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants