Skip to content

Commit

Permalink
Cleanup README and how to submit corrections, as well as remove unnee…
Browse files Browse the repository at this point in the history
…ded files and connect in dependabot (#38)

Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Oct 17, 2024
1 parent fa6f81e commit 752b47f
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 147 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Update project or member organization information
url: https://members.linuxfoundation.org
about: Make a request to have project or member organization information updated directly with the LF staff
70 changes: 0 additions & 70 deletions .github/ISSUE_TEMPLATE/new-landscape-entry.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/update-landscape-entry.yml

This file was deleted.

16 changes: 1 addition & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
### Pre-submission checklist:

*Please check each of these after submitting your pull request:*

* [ ] Are you including a `repo_url`? You need to pick the single best GitHub repository for your project, not a GitHub organization.
* [ ] Is your project open source?
* [ ] 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?
* [ ] 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)?
* [ ] Have you picked the single best (existing) category for your project?
* [ ] Does it follow the other guidelines from the [new entries](https://github.com/AcademySoftwareFoundation/aswf-landscape#new-entries) section?
* [ ] Have you added the SVG for your logo to `hosted_logos` and referenced it in the entry in `landscape.yml`?
* [ ] Does your logo clearly state the name of the project/product and follow the other logo [guidelines](https://github.com/AcademySoftwareFoundation/aswf-landscape#logos)?
* [ ] Does your project name match the text on the logo?
* [ ] Have you verified that the Crunchbase data for your organization is correct (including headquarters and LinkedIn)?
* [ ] ~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"?
# **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).
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
all:
dependency-type: "production"
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: jmertic/lfx-landscape-tools@main
with:
project_processing: skip
Expand Down
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
logs
*.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

#dist folder
dist

# IDEA/Webstorm project files
.idea
*.iml

#VSCode metadata
.vscode

# Mac files
.DS_Store

tmp
data.json
preview.json
lookup.json
landscapeapp
missing.csv
landscape.sqlite
githubapi.sqlite
missing-projects.csv
build/

# data files used by scripts
tooling/*.csv
tooling/*.yml
tooling/*.yaml
tooling/*.txt
tooling/*.json

build/
landscape.sqlite
githubapi.sqlite
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

We follow the [LF Events Code of Conduct](https://events.linuxfoundation.org/about/code-of-conduct/).
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Alliance of OpenUSD (AOUSD) Landscape

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

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.

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.

## New Entries and Corrections

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.

- For member entries, you can make these changes in [LFX Organization Dashboard](https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-profile).

If you cannot access the above resources, please [create a helpdesk ticket](https://members.linuxfoundation.org) to request those changes.

## License

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.

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/).
40 changes: 0 additions & 40 deletions guide.yml

This file was deleted.

2 changes: 0 additions & 2 deletions missing.csv

This file was deleted.

0 comments on commit 752b47f

Please sign in to comment.