Skip to content

Commit 6ce2c1d

Browse files
authored
Clean up veribage (#54)
# **NOTE: If you are requesting updates to project or member organization information, please [follow the instructions in the README.md file](https://github.com/jmertic/lf-landscape/blob/main/README.md). Signed-off-by: John Mertic <[email protected]>
1 parent db525eb commit 6ce2c1d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
![Landscape Logo](https://landscape.aousd.org/images/logo-horizontal-color.svg)
44

5-
This landscape is intended as a map to explore the member companies of the Alliance of OpenUSD (AOUSD). It is modeled after the Cloud Native Computing Foundation (CNCF) [landscape](https://landscape.cncf.io) and based on the same open-source code.
5+
This landscape is intended as a map to explore the Alliance of OpenUSD (AOUSD) member companies. It is modeled after the Cloud Native Computing Foundation (CNCF) [landscape](https://landscape.cncf.io) and based on the same open-source code.
66

7-
This repository contains the data files and images required to generate the [CNCF landscape](https://landscape.cncf.io). The software that generates it can be found at the [cncf/landscape2](https://github.com/cncf/landscape2) repository. Please see its [README file](https://github.com/cncf/landscape2#landscape2) for more information about how it works.
7+
This repository contains the data files and images required to generate the [AOUSD landscape](https://landscape.aosud.org). The software that generates it can be found at the [cncf/landscape2](https://github.com/cncf/landscape2) repository. Please see its [README file](https://github.com/cncf/landscape2#landscape2) for more information about how it works.
88

9-
## New Entries and Corrections
9+
## Local Build and Install
1010

11-
All the data in this repository is built nightly using the [LFX Landscape Tools](https://github.com/jmertic/lfx-landscape-tools). Any changes made directly in the data files in this repository will be overwritten.
11+
You can build the landscape locally on your machine using the [landscape2](https://github.com/cncf/landscape2) tool. Once [installed](https://github.com/cncf/landscape2?tab=readme-ov-file#installation), you can use the commands below to build the landscape and serve it locally.
1212

13-
- For member entries, you can make these changes in [LFX Organization Dashboard](https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-profile).
14-
15-
If you cannot access the above resources, please [create a helpdesk ticket](https://members.linuxfoundation.org) to request those changes.
13+
```shell
14+
landscape2 build --data-file landscape.yml --settings-url https://raw.githubusercontent.com/cncf/landscape2-sites/refs/heads/main/aousd/settings.yml --logos-path hosted_logos --output-dir build
15+
landscape2 serve --landscape-dir build
16+
```
1617

1718
## License
1819

19-
The generated landscape contains data received from [Crunchbase](http://www.crunchbase.com). This data is not licensed pursuant to the Apache License. It is subject to Crunchbase’s Data Access Terms, available at [https://data.crunchbase.com/docs/terms](https://data.crunchbase.com/docs/terms), and is only permitted to be used with Linux Foundation landscape projects.
20+
The generated landscape contains data received from [Crunchbase](http://www.crunchbase.com). This data is not licensed pursuant to the Apache License. It is subject to Crunchbase’s Data Access Terms, available at [https://data.crunchbase.com/docs/terms](https://data.crunchbase.com/docs/terms), and is only permitted to be used with AOUSD Landscape projects.
2021

21-
Everything else is under the Apache License, Version 2.0, except for projects and products logos, which are generally copyrighted by the company that created them, and are simply cached here for reliability. The generated landscape and the [landscape.yml](landscape.yml) file are alternatively available under the [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/).
22+
Everything else is under the Apache License, Version 2.0, except for projects and product logos, which are generally copyrighted by the company that created them and are simply cached here for reliability. The generated landscape and the [landscape.yml](landscape.yml) file are alternatively available under the [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/).

0 commit comments

Comments
 (0)