Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up ASWF settings #140

Merged
merged 4 commits into from
Jan 8, 2025
Merged
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
18 changes: 12 additions & 6 deletions aswf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ foundation: ASWF
#
# url: <LANDSCAPE_URL>
#
url: https://aswf.landscape2.io
url: https://landscape.aswf.io

# Analytics (optional)
#
Expand Down Expand Up @@ -131,7 +131,7 @@ colors:
featured_items:
- field: maturity
options:
- value: adopted
- value: graduated
order: 1
label: ASWF Adopted
- value: incubating
Expand All @@ -140,6 +140,9 @@ featured_items:
- value: sandbox
order: 3
label: ASWF Sandbox
- value: working-group
order: 4
label: ASWF Working Group
- field: subcategory
options:
- value: Premier
Expand Down Expand Up @@ -176,7 +179,7 @@ footer:
youtube: "https://www.youtube.com/academysoftwarefoundation"
logo: "https://artwork.aswf.io/other/aswf/logo/white/aswf-logo-white.svg"
text: |
Copyright © 2024 The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage). Linux is a registered trademark of Linus Torvalds. [Privacy Policy](https://www.linuxfoundation.org/privacy) and [Terms of Use](https://www.linuxfoundation.org/terms). This website contains data received from Crunchbase. 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>, and is only permitted to be used with Linux Foundation landscape projects.
Copyright © The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage). Linux is a registered trademark of Linus Torvalds. [Privacy Policy](https://www.linuxfoundation.org/privacy) and [Terms of Use](https://www.linuxfoundation.org/terms). This website contains data received from Crunchbase. 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>, and is only permitted to be used with Linux Foundation landscape projects.

# Grid items size (optional)
#
Expand Down Expand Up @@ -208,16 +211,19 @@ grid_items_size: medium
# - <CATEGORY2_NAME>
#
groups:
- name: Projects and products
- name: Open Source Projects
categories:
- Imaging and Color
- Assets and Workflow
- Rendering and Queueing
- Math and Simulation
- Other
- name: Members
- name: ASWF Members
categories:
- ASWF Member Company
- name: ASWF Projects
categories:
- ASWF Projects

# Header (optional)
#
Expand All @@ -231,7 +237,7 @@ groups:
header:
links:
github: "https://github.com/AcademySoftwareFoundation/aswf-landscape"
logo: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.svg"
logo: "https://raw.githubusercontent.com/AcademySoftwareFoundation/aswf-landscape/main/images/left-logo.svg"

# Images (optional)
#
Expand Down
Loading