|
a/tool/run/plugins/spdx/spdxDialog.html |
|
b/tool/run/plugins/spdx/spdxDialog.html |
|
... |
|
... |
2 |
<html><head>
|
2 |
<html><head>
|
3 |
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"><title>Create an SPDX document</title></head>
|
3 |
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"><title>Create an SPDX document</title></head>
|
4 |
<body>
|
4 |
<body>
|
5 |
<form action="create?x=start" method="post">
|
5 |
<form action="create?x=start" method="post">
|
6 |
<div style="margin-left: 10px;">
|
6 |
<div style="margin-left: 10px;">
|
7 |
<h2><img src="wooden-box-label.png" align="middle;" hspace="3"> Create a new SPDX</h2>
|
7 |
<h2><img src="wooden-box-label.png" align="middle;" hspace="3"> Create new SPDX</h2>
|
8 |
This tool allows creates SPDX document from a given zipped file
|
8 |
This tool creates an SPDX document from a given zip file with source code.<br><br>
|
9 |
containing an open source component. You can create an SPDX document
|
|
|
10 |
from either:<br>
|
|
|
11 |
<br>
|
9 |
<br>
|
12 |
- A folder or zip file on your local
|
10 |
<div style="margin-left: 10px;">URL to a zip (or tar.gz) file with
|
13 |
disk where all source code files are located<br>
|
11 |
the source code<br><input value="http://switch.dl.sourceforge.net/project/jfreechart/1.%20JFreeChart/1.0.17/jfreechart-1.0.17.tar.gz" size="40" name="source">
|
14 |
- A URL from where a zip file with the
|
12 |
<br><br><span style="font-style: italic;">An URL is included on the box as example</span><br></div><br>
|
15 |
source code will be downloaded<br>
|
|
|
16 |
<br>
|
13 |
<br>
|
17 |
This software has support to the following extensions: 7z,
|
14 |
Ready?<br>
|
18 |
zip and tar.gz.<br>
|
|
|
19 |
<br>
|
|
|
20 |
<div style="margin-left: 10px;">URL to the zip file with
|
|
|
21 |
source code files<br><input value="http://switch.dl.sourceforge.net/project/jfreechart/1.%20JFreeChart/1.0.17/jfreechart-1.0.17.tar.gz" size="40" name="source">
|
|
|
22 |
<br><br>An example is provided to demonstrate the tool, feel free to replace with your own URL. <br></div><br>
|
|
|
23 |
<br>
|
|
|
24 |
Ready? After clicking on the button below you should see available the
|
|
|
25 |
new SPDX on the product list tree view <br>
|
|
|
26 |
<br>
|
|
|
27 |
<img src="wand.png" align="middle;" hspace="3"> <input value="Create SPDX" name="SubmitButton" type="submit"><br>
|
15 |
<img src="wand.png" align="middle;" hspace="3"> <input value="Create SPDX" name="SubmitButton" type="submit"><br>
|
28 |
</div>
|
16 |
</div>
|
29 |
</form>
|
17 |
</form>
|
30 |
</body></html>
|
18 |
</body></html> |