Child: [r4] (diff)

Download this file

spdxDialog.html    31 lines (30 with data), 1.4 kB

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