Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Update project or member organization information
url: https://members.linuxfoundation.org
url: https://members.aousd.org
about: Make a request to have project or member organization information updated directly with the LF staff
111 changes: 64 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,78 @@
logs
*.log*
debug.log
build/
missing.csv
http_cache.sqlite
*.json
dist/

# Runtime data
pids
*.pid
*.seed
### MacOS - https://github.com/github/gitignore/blob/main/Global/macOS.gitignore ###

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# General
.DS_Store
.AppleDouble
.LSOverride

# Coverage directory used by tools like istanbul
coverage
# Icon must end with two \r
Icon

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

# node-waf configuration
.lock-wscript
# Thumbnails
._*

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

#dist folder
dist
### Linux - https://github.com/github/gitignore/blob/main/Global/Linux.gitignore ###
*~

# IDEA/Webstorm project files
.idea
*.iml
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

#VSCode metadata
.vscode
# KDE directory preferences
.directory

# Mac files
.DS_Store
# Linux trash folder which might appear on any partition or disk
.Trash-*

tmp
data.json
preview.json
lookup.json
landscapeapp
missing.csv
landscape.sqlite
githubapi.sqlite
missing-projects.csv
build/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# data files used by scripts
tooling/*.csv
tooling/*.yml
tooling/*.yaml
tooling/*.txt
tooling/*.json
### Windows - https://github.com/github/gitignore/blob/main/Global/Windows.gitignore ###

build/
landscape.sqlite
githubapi.sqlite
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ landscape2 serve --landscape-dir build

## 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 AOUSD Landscape projects.
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 Alliance of OpenUSD (AOUSD) Landscape entries.

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/).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions hosted_logos/intrinsic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/ptc_inc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading