Skip to content

Commit 8d35a75

Browse files
committed
update fosslight hub
1 parent af4296f commit 8d35a75

10 files changed

+30
-20
lines changed

_config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ title: FOSSLight
2424
# A short description (~150 chars) of the page used for the meta description tag.
2525
# Can use markdown, but no more than one paragraph (enforced by `>`)
2626
description: >
27-
Open Source Project for Open Source Compliance Management.
27+
Open Source Governance with FOSSLight
2828
2929
# A shorter description for the sidebar.
3030
tagline: >
31-
Open Source Project for Open Source Compliance Management
31+
Open Source Governance with FOSSLight
3232
3333
# A list of keywords for your blog
3434
keywords: []
@@ -50,13 +50,13 @@ author:
5050

5151
# Add links to the sidebar.
5252
menu:
53-
- title: FOSSLight
53+
- title: HUB
5454
url: /fosslight/
55-
- title: Scanner
55+
- title: SCANNER
5656
url: /scanner/
57-
- title: Guide
57+
- title: GUIDE
5858
url: https://fosslight.github.io/fosslight-guide-en/
59-
- title: Demo
59+
- title: DEMO
6060
url: /demo/
6161

6262
# Add links to the footer.

assets/img/fosslight_hub.png

81.1 KB
Loading

assets/img/fosslight_project.png

54.8 KB
Loading

assets/img/fosslight_scanner.jpg

-34.6 KB
Binary file not shown.

assets/img/fosslight_scanner.png

53.5 KB
Loading

assets/img/fosslight_system.jpg

-28.4 KB
Binary file not shown.

demo/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ sitemap: false
66
permalink: /demo/
77
---
88

9-
## FOSSLight Demo
9+
* toc
10+
{:toc}
1011

11-
You can experience FOSSLight through the [Demo site](https://demo.fosslight.org/).
12+
## FOSSLight Hub Demo
13+
14+
You can experience **FOSSLight Hub** through the [Demo site](https://demo.fosslight.org/).
1215
Please visit the Demo site and try out the many features of the FOSSLight first-hand!
1316

1417
### 0) Demo URL

fosslight/README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
layout: page
3-
title: FOSSLight
3+
title: FOSSLight Hub
44
hide_description: true
55
sitemap: false
66
permalink: /fosslight/
77
---
88

9-
## What is FOSSLight?
9+
* toc
10+
{:toc}
1011

11-
<img src="../assets/img/fosslight_system.jpg" alt="FOSSLight System"><br>
12-
To develop and distribute software containing open source software, you need to follow the OSC(Open Source Compliance) process. FOSSLight is an integrated system that can process the OSC process sequentially.
12+
## What is FOSSLight Hub?
1313

14-
You can refer <a href="https://oss.lge.com/guide/process/osc_process/"><b>https://oss.lge.com/guide/process/osc_process/</b></a> for the OSC process.
14+
<img src="../assets/img/fosslight_hub.png" alt="FOSSLight Hub"><br>
15+
FOSSLight Hub helps you use the open source software compliantly and securely by managing open source, license and also vulnerability. Also it can process the OSC (Open Source Compliance) process by managing BOM for each project and track issues on open source license obligations and vulnerabilities. <br>
16+
If you want to know more information about open source compliance, then you can refer the **OSC process guide**(<a href="https://oss.lge.com/guide/process/osc_process/"><b>https://oss.lge.com/guide/process/osc_process/</b></a>).
1517

1618
## Features
1719

@@ -61,6 +63,7 @@ You can refer <a href="https://oss.lge.com/guide/process/osc_process/"><b>https:
6163

6264
## Documentation
6365

66+
We provide the guide for the installation and how to use it.
6467
Please refer the <a href="https://fosslight.github.io/fosslight-guide-en/"><b>FOSSLight Guide</b></a>.
6568

6669
## Source Code
@@ -69,9 +72,9 @@ Github Repository : <a href="https://github.com/fosslight/fosslight"><b>https://
6972

7073
## License
7174

72-
FOSSLight System is licensed under <a href="https://opensource.org/licenses/AGPL-3.0"><b>AGPL-3.0 License</b></a>.
75+
FOSSLight Hub is licensed under <a href="https://opensource.org/licenses/AGPL-3.0"><b>AGPL-3.0 License</b></a>.
7376

7477
## Contact
7578

7679
Join to FOSSLight Community on slak! : [**https://fosslight.slack.com**](https://fosslight.slack.com)
77-
You can also post bug reports and feature requests in [**Github issues**](https://github.com/fosslight/fosslight/issues).
80+
You can also post bug reports and feature requests in [**Github issues**](https://github.com/fosslight/fosslight/issues).

index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
<div style="text-align: center;">
88

99
<h2 style="font-size: 500%"><img src="../assets/img/logo2.png" title="FOSSLight Logo" width="60px"> FOSSLight </h2>
10-
11-
<a href="/fosslight"><img src="../assets/img/fosslight_system.jpg" title="FOSSLight"></a>
12-
<h4>To develop and distribute software containing open source software,<br>you need to follow the OSC(Open Source Compliance) process.<br>FOSSLight is an integrated system that can process the OSC process sequentially.</h4>
10+
<h5>When you develop and distribute software using open source software,<br>you can use FOSSLight for governing open source.</h5>
11+
<a href="/fosslight"><img src="../assets/img/fosslight_project.png" title="FOSSLight"></a>
12+
<h5>FOSSLight Scanner can perform the open source analysis of source code, binary and dependency and generate the report that contains the open source information that can be extracted.
13+
<br>FOSSLight Hub helps you use the open source software compliantly and securely by managing open source, license and also vulnerability.
14+
Also it can process the OSC (Open Source Compliance) process by managing BOM for each project and track issues on open source license obligations and vulnerabilities.
15+
</h5>
1316
<br/>
1417
<div class="home_buntton">
1518
<button class="learn-more" onclick="location.href='/fosslight'">

scanner/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ sitemap: false
88
permalink: /scanner/
99
---
1010

11+
* toc
1112
{:toc}
1213

1314
## Introduction
1415

15-
![](../assets/img/fosslight_scanner.jpg)
16+
![](../assets/img/fosslight_scanner.png)
1617

17-
FOSSLight Scanner can perform an analysis for open source compliance at once. It can perform open source analysis of source code, binary and dependency. Also, it can check whether an open source complies with the copyright/license writing rule.
18+
FOSSLight Scanner can perform an analysis for open source compliance at once. It can perform open source analysis of source code, binary and dependency and generate the report that contains the open source information that can be extracted. You can use the report file with [FOSSLight Hub](/fosslight). Also, it can check whether an open source complies with the copyright/license writing rule.
1819

1920
## Features
2021

0 commit comments

Comments
 (0)