dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
287 stars 88 forks source link

CLI option to exclude provenance link #710

Closed MikiDi closed 3 months ago

MikiDi commented 3 months ago

Hi,

For a project where we would like to achieve results similar to how the ERA vocabulary is published, we were missing an option to disable the generation of the link to provenance data. I can only assume that the authors of mentioned vocabulary manually commented out unwanted content in the Widoco-generated html. To achieve a similar result in an automated manner, we exposed the excludeProvenance-option (that is available in the GUI?) in the CLI.

dgarijo commented 3 months ago

Thanks, this looks fine to me. I will merge soon

dgarijo commented 3 months ago

@MikiDi can you please push it to the develop branch? It's where we have the latest updates. See: https://github.com/dgarijo/Widoco/blob/master/CONTRIBUTING.md

dgarijo commented 3 months ago

O changed the branch myself, since there was no answer :)

MikiDi commented 3 months ago

Thanks!

MarcKramerInfrabel commented 3 months ago

Hi, normally we use your "latest" release in our environment to generate the documentation of our ontology. Can you tell me when the commit f318551 will be published in a new release?

dgarijo commented 3 months ago

Hi @MarcKramerInfrabel, I wanted to fix a couple of documentation issues in this next release. Will try to have a new one soon

dgarijo commented 3 months ago

Ok, now it should be out, @MarcKramerInfrabel

MarcKramerInfrabel commented 3 months ago

Thanks for the update.