w3c / vc-bitstring-status-list

A privacy-preserving mechanism to publish status information for Verifiable Credentials.
https://w3c.github.io/vc-bitstring-status-list/
Other
22 stars 19 forks source link

Make the generated vocabulary file available for preview #157

Closed iherman closed 7 months ago

iherman commented 8 months ago

On the data model and DI repositories it is possible to see the generated vocabulary file via, say,

https://w3c.github.io/vc-data-model/vocab/credentials/v2/vocabulary.html

This is done via some github action magic. The same should be done in this repository to see the generated voabulary file via

https://w3c.github.io/vc-bitstring-status-list/vocab/vocabulary.html

iherman commented 7 months ago

@msporny, you assigned me to this issue, but I would prefer you do the changes, because changing actions is a sensitive area, and I am not sure to have the right experience. I have compared the repo with the data integrity repository, and I see two differences that, most probably, make account for the problem. These are:

Would you do these changes if you agree with them?

Also: once this is done, we also have to set up an alias for https://www.w3.org/ns/credentials/status to point to the vocabulary. I hope that will happen without problems as it is, although it may be easier to do it with https://www.w3.org/ns/credentials/status/...

msporny commented 7 months ago

PR #165 has been merged. Applying the vocabulary generation stuff via Github Actions now.

msporny commented 7 months ago

The publication via workflow works now:

https://w3c.github.io/vc-bitstring-status-list/vocab/vocabulary.html

Closing.

iherman commented 7 months ago

For the records, the URL redirections mentioned in https://github.com/w3c/vc-bitstring-status-list/issues/157#issuecomment-2031760132 have been set up in www.w3.org/ns/credentials.

cc @msporny