italia / daf-ontologie-vocabolari-controllati

Elenco di ontologie e vocabolari controllati. Per maggiori informazioni, si veda il readme principale e quello di singoli vocabolari/ontologie, ove presente, e la seguente documentazione
https://github.com/italia/daf-ontologie-vocabolari-controllati/wiki
Creative Commons Attribution 4.0 International
80 stars 52 forks source link

refactor: use a symlink for latest version #256

Closed bfabio closed 6 months ago

bfabio commented 8 months ago

This commit applies only to ontologies where the latest directory is identical to the latest versioned directory. There are still some ontologies where this is not the case, and they need to be fixed

See #107.

giorgialodi commented 8 months ago

ok @bfabio I will have a look at the rest. In the meantime I will approve this.

ioggstream commented 7 months ago

@bfabio are symlinks compatible with raw.githubusercontent.com/.... ?

bfabio commented 7 months ago

@ioggstream they are not resolved to the pointed file, we need to find another way

ioggstream commented 7 months ago

Another way could be to always copy the latest directory to latest/ via the CI, or to design a way to publish files via gh-pages instead of using raw.ghuc_com

Wdyt?

The issue with using gh-pages could be the ability to reference specific tags.

It is reasonable that raw.ghuc_com is not

bfabio commented 6 months ago

Potentially obsoleted by #269.