Alexios Zavras (zvr)
Alexios Zavras (zvr)
We have to have a file describing the SHACL that is being generated from the model.
Each time the publishing process is being run, the generated (latest) ontology should also be saved and published somewhere, like there was in SPDXv2 a directory https://github.com/spdx/spdx-spec/tree/development/v2.3/ontology Relevant past comment:...
@bact a heads-up! The spec-parser now outputs the generated files in a different directory structure. If it is run via `python3 /some/dir/spec-parser/main.py /somewhere/spdx-3-model/model /generate/outputdir` it will generate `outputdir` and its...
Annex A (as it will appear in the updated ISO standard) should contain the differences between this version (3.0.1) and the previous ISO version (2.2.1). Content of differences between older...
@ZhengZhenyu can you also provide me the Chinese translation of the section names? I mean, how would the following sections be named in the generated pages in Chinese? - Description...
@NorioKobota can you also provide me the Japanese translation of the section names? I mean, how would the following sections be named in the generated pages in Japanese? - Description...
This introduces the idea of "Software Components", an abstract view of pieces of software. The existing `Package` class records information about specific software packages, such as "OpenSSL v3.0.1 distributed by...
Since xxd(1) proved to be difficult to work with (it might not exist, or not support the `-n` command-line option), its single use can be replaced by a single sed(1)...
The `awk` command already includes the functionality of `grep` and `cut`, so there is no need to have four processes when two are enough... Feel free to try: ```sh ss...