Skip to content

Commit 612d143

Browse files
committed
Changes after review by Olaf
MLAB-6216 MLAB-6212 MLAB-6201
1 parent 55f0353 commit 612d143

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

mevislab.github.io/content/tutorials/dataobjects/curves.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ menu:
1919
Curves can be used in MeVisLab to print the results of a function as two-dimensional mathematical curves into a diagram.
2020

2121
![Curves in MeVisLab](images/tutorials/dataobjects/curves/Curves.png "Curves in MeVisLab")
22-
23-
In the given example, only modules available in commercial **MeVisLab Professional SDK** have been used. The non-commercial **MeVisLab Standard SDK** provides more modules for curves.

mevislab.github.io/content/tutorials/summary/summary2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Select your *.mlab* file from [Step 1](tutorials/summary/summary1/) and check *A
4545

4646
![Macro module wizard](images/tutorials/summary/Example2_4.png "Macro module wizard")
4747

48-
You do not have to define fields of your macro module now, we will do that later. Click *Create*. The Windows Explorer opens showing the directory of your macro module. It should be the same directory you selected for your Package.
48+
You do not have to define fields of your macro module now, we will do that later. Click *Create*. The file explorer opens showing the directory of your macro module. It should be the same directory you selected for your Package.
4949

5050
### Directory Structure of a Macro Module
5151
The directory structure for a macro module is as follows:

mevislab.github.io/content/tutorials/summary/summary5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The directory contains the following files (and some more maybe):
7777
* Installer (*.exe*) file
7878
* MeVisLab Install (*.mlinstall*) file
7979
* Shell (*.sh*) script
80-
* Third-party list (*.csv*)
80+
* Software Bill of Materials [SBOM] (*_sbom.json*)
8181

8282
#### Batch File
8383
The batch file allows you to generate the executable again via a Windows batch file. You do not need the Project Wizard anymore now.
@@ -93,8 +93,8 @@ The file is initially generated by the Project Wizard. Having a valid file alrea
9393
#### Shell Skript
9494
The shell skript allows you to generate the executable again via a Unix shell like bash. You do not need the Project Wizard anymore now.
9595

96-
#### Third-party File
97-
The third-party file contains all third-party software tools MeVisLab integrated into your installer from dependency analysis. The file contains the tool name, version, license, and general information about the tool.
96+
#### Software Bill of Materials [SBOM]
97+
The SBOM file includes a list of all third-party components, libraries and dependencies included into your installer by MeVisLab. We use the standard format *CycloneDX* which allows to import this file to standard evaluation tools like [Dependency-Track](https://dependencytrack.org).
9898

9999
### Install Your Executable
100100
You can now execute the installer of your application.

0 commit comments

Comments
 (0)