Skip to content

Commit a9ce6f4

Browse files
committed
Revert "DCO signoff"
This reverts commit 7842a3c. Signed-off-by: Srihari Thyagarajan <[email protected]>
1 parent 2b41c17 commit a9ce6f4

File tree

13 files changed

+649
-9
lines changed

13 files changed

+649
-9
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CIP build and deploy
2+
3+
on:
4+
schedule:
5+
- cron: "30 0 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
build-landscape:
10+
uses: cncf/landscape2-sites/.github/workflows/build-and-deploy.yml@main
11+
with:
12+
foundation: cip
13+
repository: civil-infrastructure-platform/cip-landscape
14+
secrets: inherit
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CIP validate settings
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
paths:
8+
- cip/settings.yml
9+
10+
jobs:
11+
validate-landscape-settings:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: cncf/landscape2-validate-action@v2
16+
with:
17+
target_kind: settings
18+
target_path: cip/settings.yml

aswf/settings.yml

+326
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,326 @@
1+
# Landscape2 settings
2+
#
3+
# This settings file allows customizing some aspects of the landscape.
4+
5+
# Foundation (required)
6+
#
7+
# Name of the foundation. This value is used in some labels, so we recommended
8+
# to keep it as short as possible.
9+
#
10+
# foundation: <FOUNDATION_NAME>
11+
#
12+
foundation: ASWF
13+
14+
# Url (required)
15+
#
16+
# Url where the landscape will be hosted.
17+
#
18+
# url: <LANDSCAPE_URL>
19+
#
20+
url: https://landscape.aswf.io
21+
22+
# Analytics (optional)
23+
#
24+
# Analytics providers configuration. When an analytics provider is set up, some
25+
# additional code from the provider will be injected into the web application.
26+
#
27+
# analytics:
28+
# gtm: # Google Tag Manager configuration
29+
# container_id: <CONTAINER_ID> # Landscape web application container ID
30+
#
31+
32+
# Base path (optional)
33+
#
34+
# Base path where the landscape will be hosted. By default the generated
35+
# landscape is prepared to be hosted at the root of the domain. However, if the
36+
# landscape will be hosted in a subpath, this value must be set accordingly.
37+
#
38+
# base_path: /<BASE_PATH>
39+
#
40+
41+
# Categories (optional)
42+
#
43+
# Categories information is read from the `landscape.yml` data file. The way
44+
# categories are displayed in the web application is computed dynamically based
45+
# on the number of categories and subcategories, as well as the number of items
46+
# on each. Sometimes, however, we may want subcategories to be displayed in a
47+
# specific order within a category (this happens often in the Members category).
48+
# In those cases, it is possible to define that order by overriding a category.
49+
#
50+
# This option can also be used to not display one or more subcategories in some
51+
# sections of the landscape [*]. To achieve that, we only need to exclude the
52+
# subcategory from the subcategories list when overriding a category.
53+
#
54+
# [*]
55+
# - Grid mode: excluded subcategories won't be displayed
56+
# - Card mode: items in excluded subcategories won't be displayed when
57+
# filtering by group or classifying by category
58+
#
59+
# categories:
60+
# - name: <CATEGORY_NAME>
61+
# subcategories:
62+
# - <SUBCATEGORY1_NAME>
63+
# - <SUBCATEGORY2_NAME>
64+
#
65+
categories:
66+
- name: ASWF Member Company
67+
subcategories:
68+
- Premier
69+
- General
70+
- Associate
71+
72+
# Colors (optional)
73+
#
74+
# Colors used across the landscape UI. The colors section is optional but, when
75+
# provided, *all colors must be provided*. Colors must be specified using the
76+
# following format: "rgba(<RED>, <GREEN>, <BLUE>, <ALPHA>)".
77+
#
78+
# colors:
79+
# color1: <COLOR1> # Buttons, groups, links
80+
# color2: <COLOR2> # Some highlighted items like filters button, search icon
81+
# color3: <COLOR3> # Participation stats bars, spinners, modal titles
82+
# color4: <COLOR4> # Categories titles in filters, fieldset in filters modal
83+
# color5: <COLOR5> # Categories and subcategories frames (odd)
84+
# color6: <COLOR6> # Categories and subcategories frames (even)
85+
# color7: <COLOR7> # Borders, shadows and options boxes in games
86+
#
87+
colors:
88+
color1: "rgba(54, 176, 201, 1)"
89+
color2: "rgba(186, 157, 93, 1)"
90+
color3: "rgba(54, 176, 201, 1)"
91+
color4: "rgba(37, 37, 37, 0.7)"
92+
color5: "rgba(43, 140, 160, 0.7)"
93+
color6: "rgba(148, 125, 74, 0.7)"
94+
color7: "rgba(223, 235, 236, 1)"
95+
96+
# End user (optional)
97+
#
98+
# This section allows defining what items should be marked as `end user` based
99+
# on the category and subcategory they belong to. If the `enduser` field has
100+
# been set on a given item, that value will take precedence.
101+
#
102+
# enduser:
103+
# - category: <CATEGORY1> (required)
104+
# subcategories: (optional)
105+
# - <SUBCATEGORY1>
106+
# - category: <CATEGORY2>
107+
#
108+
109+
# Featured items (optional)
110+
#
111+
# This section allows highlighting items that match certain criteria. You can
112+
# define a list of rules and the matching items will be featured in a special
113+
# way in the landscape.
114+
#
115+
# Each rule must define a field for the check as well as the values that will
116+
# trigger a match. At the moment the fields supported are:
117+
#
118+
# - maturity
119+
# - subcategory
120+
#
121+
# When a given item's field matches any of the values provided, it will be
122+
# considered a featured item. For each option, it is possible to also define an
123+
# order (which item would be displayed first) and a label for the item.
124+
#
125+
# featured_items:
126+
# - field: subcategory
127+
# options:
128+
# - value: <SUBCATEGORY1_NAME>
129+
# - value: <SUBCATEGORY2_NAME>
130+
#
131+
featured_items:
132+
- field: maturity
133+
options:
134+
- value: graduated
135+
order: 1
136+
label: ASWF Adopted
137+
- value: incubating
138+
order: 2
139+
label: ASWF Incubation
140+
- value: sandbox
141+
order: 3
142+
label: ASWF Sandbox
143+
- value: working-group
144+
order: 4
145+
label: ASWF Working Group
146+
- field: subcategory
147+
options:
148+
- value: Premier
149+
- value: General
150+
- value: Associate
151+
152+
# Footer (optional)
153+
#
154+
# This section allows customizing some aspects of the footer.
155+
#
156+
# footer:
157+
# links:
158+
# facebook: <FACEBOOK_URL>
159+
# flickr: <FLICKR_URL>
160+
# github: <GITHUB_URL>
161+
# homepage: <HOMEPAGE_URL>
162+
# instagram: <INSTAGRAM_URL>
163+
# linkedin: <LINKEDIN_URL>
164+
# slack: <SLACK_URL>
165+
# twitch: <TWITCH_URL>
166+
# twitter: <TWITTER_URL>
167+
# wechat: <WECHAT_URL>
168+
# youtube: <YOUTUBE_URL>
169+
# logo: <LOGO_URL> # Foundation logo featured on the footer
170+
# text: <TEXT> # Copyright notice, for example
171+
#
172+
footer:
173+
links:
174+
github: "https://github.com/AcademySoftwareFoundation"
175+
homepage: "https://aswf.io"
176+
linkedin: "https://www.linkedin.com/company/academysoftwarefoundation/"
177+
slack: "https://slack.aswf.io/"
178+
twitter: "https://twitter.com/AcademySwf"
179+
youtube: "https://www.youtube.com/academysoftwarefoundation"
180+
logo: "https://artwork.aswf.io/other/aswf/logo/white/aswf-logo-white.svg"
181+
text: |
182+
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.
183+
184+
# Grid items size (optional)
185+
#
186+
# Defines the preferred size of the landscape items in the grid mode. When the
187+
# landscape contains many items, it is recommended to use the `small` size.
188+
# However, if there aren't many items, choosing `medium` or `large` may make
189+
# the landscape look nicer. Users will still be able to adjust the items size
190+
# from the UI using the zoom controls.
191+
#
192+
# grid_items_size: <small|medium|large>
193+
#
194+
grid_items_size: medium
195+
196+
# Groups (optional)
197+
#
198+
# In some cases, specially when a landscape contains lots of items, it may be
199+
# interesting to organize them in groups. Each group will be displayed on a
200+
# different tab in the landscape web application. Each entry must contain the
201+
# name of the group (it will be displayed as is) and a list with the categories
202+
# (as defined in the landscape.yml data file) that will be part of this group.
203+
#
204+
# When groups are used, categories not listed in any group won't be displayed
205+
# in the grid mode.
206+
#
207+
# groups:
208+
# - name: <GROUP_NAME>
209+
# categories:
210+
# - <CATEGORY1_NAME>
211+
# - <CATEGORY2_NAME>
212+
#
213+
groups:
214+
- name: Open Source Projects
215+
categories:
216+
- Imaging and Color
217+
- Assets and Workflow
218+
- Rendering and Queueing
219+
- Math and Simulation
220+
- Other
221+
- name: ASWF Members
222+
categories:
223+
- ASWF Member Company
224+
- name: ASWF Projects
225+
categories:
226+
- ASWF Projects
227+
228+
# Header (optional)
229+
#
230+
# This section allows customizing some aspects of the header.
231+
#
232+
# header:
233+
# links:
234+
# github: <GITHUB_URL>
235+
# logo: <LOGO_URL> # Foundation logo featured on the header
236+
#
237+
header:
238+
links:
239+
github: "https://github.com/AcademySoftwareFoundation/aswf-landscape"
240+
logo: "https://raw.githubusercontent.com/AcademySoftwareFoundation/aswf-landscape/main/images/left-logo.svg"
241+
242+
# Images (optional)
243+
#
244+
# Urls of some images used in the landscape UI.
245+
#
246+
# images:
247+
# favicon: <FAVICON_URL>
248+
# open_graph: <OPEN_GRAPH_IMAGE_URL>
249+
#
250+
images:
251+
favicon: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"
252+
open_graph: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"
253+
254+
# Logos viewbox (optional)
255+
#
256+
# In order to display the logos as large as possible in the landscape, during
257+
# the build process we try to update their viewbox if `adjust` is set to true
258+
# (by default it is when this setting is not provided). However, sometimes this
259+
# does not help and logos may not be displayed correctly. In those cases, it is
260+
# possible to exclude some of them from being adjusted by adding the logo(s)
261+
# file name to the `exclude` list.
262+
#
263+
# logos_viewbox:
264+
# adjust: true
265+
# exclude:
266+
# - logo1.svg
267+
# - logo2.svg
268+
#
269+
270+
# Name of the members category (optional)
271+
#
272+
# Landscapes usually have a special category dedicated to the members of the
273+
# corresponding foundation. It is possible to use any name for that category,
274+
# but it is important that we define it here as there are some special
275+
# operations that depend on it.
276+
#
277+
# members_category: <CATEGORY_NAME>
278+
#
279+
members_category: ASWF Members
280+
281+
# Osano (optional)
282+
#
283+
# Osano cookies consent form configuration. When the Osano configuration is
284+
# provided, some additional code will be injected into the web application.
285+
#
286+
# The `customer_id` and `customer_configuration_id` fields values can be
287+
# obtained from the url in the configuration script code available on the Osano
288+
# site:
289+
#
290+
# https://cmp.osano.com/<CUSTOMER_ID>/<CUSTOMER_CONFIGURATION_ID>/osano.js
291+
#
292+
# osano:
293+
# customer_id: <CUSTOMER_ID>
294+
# customer_configuration_id: <CUSTOMER_CONFIGURATION_ID>
295+
#
296+
297+
# Screenshot width (optional)
298+
#
299+
# Width of the landscape screenshots automatically generated (in pixels).
300+
# Screenshots won't be taken if this value is not provided.
301+
#
302+
# screenshot_width: <WIDTH_IN_PIXELS>
303+
#
304+
screenshot_width: 1500
305+
306+
# Upcoming event (optional)
307+
#
308+
# This section allows configuring an upcoming event that will be featured on
309+
# the landscape web application. Expired events won't be displayed.
310+
#
311+
# upcoming_event:
312+
# name: <NAME> # Event name (required)
313+
# start: <START_DATE> # Start date: (required, format: YYYY-MM-DD)
314+
# end: <END_DATE> # End date: (required, format: YYYY-MM-DD)
315+
# banner_url: <URL> # Event banner image url (required, recommended dimensions: 2400x300)
316+
# details_url: <URL> # Event details URL (required)
317+
#
318+
319+
# View mode (optional)
320+
#
321+
# This section allows customizing the default view mode of the landscape web
322+
# application. The view mode can be set to either `grid` or `card`. When
323+
# omitted, the default view mode is `grid`.
324+
#
325+
# view_mode: <grid|card>
326+
#

ccc/settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ screenshot_width: 1500
275275
# Projects items can specify which TAG owns them in the `landscape.yml` file
276276
# (by using the `tag` field in the `extra` item's section). However, sometimes
277277
# this information is not available at the item level. This configuration
278-
# section provides a mechanism to automatically assign a TAG to projects items
278+
# section provides a mechanism to automatically asign a TAG to projects items
279279
# based on the categories and subcategories they belong to.
280280
#
281281
# For example, we can define that all projects in the category <CATEGORY1> are

0 commit comments

Comments
 (0)