Skip to content

Commit 752b47f

Browse files
authored
Cleanup README and how to submit corrections, as well as remove unneeded files and connect in dependabot (#38)
Signed-off-by: John Mertic <[email protected]>
1 parent fa6f81e commit 752b47f

File tree

11 files changed

+99
-147
lines changed

11 files changed

+99
-147
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
blank_issues_enabled: false
2+
contact_links:
3+
- name: Update project or member organization information
4+
url: https://members.linuxfoundation.org
5+
about: Make a request to have project or member organization information updated directly with the LF staff

.github/ISSUE_TEMPLATE/new-landscape-entry.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/update-landscape-entry.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
### Pre-submission checklist:
2-
3-
*Please check each of these after submitting your pull request:*
4-
5-
* [ ] Are you including a `repo_url`? You need to pick the single best GitHub repository for your project, not a GitHub organization.
6-
* [ ] Is your project open source?
7-
* [ ] Has this project been used successfully in the production of a film, television program, animated content or other projects within the scope of the ASWF. Was it designed specifically for the entertainment industry?
8-
* [ ] Is the project currently and actively maintained (e.g., accepts pull requests, replies to issues, has been tested against / builds properly with the compilers for this year's VFX platform)?
9-
* [ ] Have you picked the single best (existing) category for your project?
10-
* [ ] Does it follow the other guidelines from the [new entries](https://github.com/AcademySoftwareFoundation/aswf-landscape#new-entries) section?
11-
* [ ] Have you added the SVG for your logo to `hosted_logos` and referenced it in the entry in `landscape.yml`?
12-
* [ ] Does your logo clearly state the name of the project/product and follow the other logo [guidelines](https://github.com/AcademySoftwareFoundation/aswf-landscape#logos)?
13-
* [ ] Does your project name match the text on the logo?
14-
* [ ] Have you verified that the Crunchbase data for your organization is correct (including headquarters and LinkedIn)?
15-
* [ ] ~5 minutes after opening the pull request, the CNCF-Bot will post the URL for your staging server. Have you confirmed that it looks good to you and then added a comment to the PR saying "LGTM"?
1+
# **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).

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
all:
9+
dependency-type: "production"

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
12-
- name: Harden Runner
13-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
14-
with:
15-
egress-policy: audit
1612
- uses: jmertic/lfx-landscape-tools@main
1713
with:
1814
project_processing: skip

.gitignore

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,61 @@
1+
logs
2+
*.log*
3+
4+
# Runtime data
5+
pids
6+
*.pid
7+
*.seed
8+
9+
# Directory for instrumented libs generated by jscoverage/JSCover
10+
lib-cov
11+
12+
# Coverage directory used by tools like istanbul
13+
coverage
14+
15+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
16+
.grunt
17+
18+
# node-waf configuration
19+
.lock-wscript
20+
21+
# Compiled binary addons (http://nodejs.org/api/addons.html)
22+
build/Release
23+
24+
# Dependency directory
25+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
26+
node_modules
27+
28+
#dist folder
29+
dist
30+
31+
# IDEA/Webstorm project files
32+
.idea
33+
*.iml
34+
35+
#VSCode metadata
36+
.vscode
37+
38+
# Mac files
39+
.DS_Store
40+
41+
tmp
42+
data.json
43+
preview.json
44+
lookup.json
45+
landscapeapp
46+
missing.csv
47+
landscape.sqlite
48+
githubapi.sqlite
49+
missing-projects.csv
150
build/
51+
52+
# data files used by scripts
53+
tooling/*.csv
54+
tooling/*.yml
55+
tooling/*.yaml
56+
tooling/*.txt
57+
tooling/*.json
58+
59+
build/
60+
landscape.sqlite
61+
githubapi.sqlite

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
We follow the [LF Events Code of Conduct](https://events.linuxfoundation.org/about/code-of-conduct/).

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Alliance of OpenUSD (AOUSD) Landscape
2+
3+
![Landscape Logo](https://landscape.aousd.org/images/logo-horizontal-color.svg)
4+
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.
6+
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.
8+
9+
## New Entries and Corrections
10+
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.
12+
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.
16+
17+
## License
18+
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+
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/).

guide.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)