Skip to content

Commit

Permalink
Clean up ASWF settings (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Jan 8, 2025
1 parent ac286a4 commit 02c98fc
Showing 1 changed file with 12 additions and 6 deletions.
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

0 comments on commit 02c98fc

Please sign in to comment.