From a2964c3a9fa6bf5c753830db12a3ca725b43cf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 16 Apr 2024 10:04:20 +0200 Subject: [PATCH] Add logos viewbox setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- aswf/settings.yml | 16 ++++++++++++++++ camara/settings.yml | 15 +++++++++++++++ cdf/settings.yml | 16 ++++++++++++++++ cncf/settings.yml | 29 +++++++++++++++++++++++++++++ dlt/settings.yml | 16 ++++++++++++++++ graphql/settings.yml | 15 +++++++++++++++ lfai/settings.yml | 16 ++++++++++++++++ lfenergy/settings.yml | 16 ++++++++++++++++ lfnetworking/settings.yml | 16 ++++++++++++++++ omp/settings.yml | 16 ++++++++++++++++ openssf/settings.yml | 16 ++++++++++++++++ ospo/settings.yml | 16 ++++++++++++++++ presto/settings.yml | 16 ++++++++++++++++ riscv/settings.yml | 16 ++++++++++++++++ spdx/settings.yml | 16 ++++++++++++++++ 15 files changed, 251 insertions(+) diff --git a/aswf/settings.yml b/aswf/settings.yml index b748bc7..cfada7b 100644 --- a/aswf/settings.yml +++ b/aswf/settings.yml @@ -222,6 +222,22 @@ images: favicon: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png" open_graph: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/camara/settings.yml b/camara/settings.yml index b9567dc..9b542a9 100644 --- a/camara/settings.yml +++ b/camara/settings.yml @@ -184,6 +184,21 @@ images: favicon: "https://camaraproject.org/wp-content/uploads/sites/12/2022/10/network-iconpng.png" open_graph: "https://camaraproject.org/wp-content/uploads/sites/12/2022/09/camara-logo-1.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# # Name of the members category (optional) # diff --git a/cdf/settings.yml b/cdf/settings.yml index d78e4d3..24a888c 100644 --- a/cdf/settings.yml +++ b/cdf/settings.yml @@ -220,6 +220,22 @@ images: favicon: "https://raw.githubusercontent.com/cdfoundation/cdf-landscape/main/images/favicon.png" open_graph: "https://github.com/cdfoundation/cdf-landscape/blob/main/images/social.png?raw=true" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/cncf/settings.yml b/cncf/settings.yml index 510feae..47f2eff 100644 --- a/cncf/settings.yml +++ b/cncf/settings.yml @@ -244,6 +244,35 @@ images: favicon: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/icon/color/cncf-landscape-icon-color.png" open_graph: "https://landscape.cncf.io/images/social.jpg" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# +logos_viewbox: + adjust: true + exclude: + - authing.svg + - calyptia.svg + - cloudlink.svg + - clusterpedia.svg + - docker-member.svg + - krustlet.svg + - kui.svg + - kusk.svg + - spiderpool.svg + - unryo.svg + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/dlt/settings.yml b/dlt/settings.yml index b75e31b..ae69b40 100644 --- a/dlt/settings.yml +++ b/dlt/settings.yml @@ -225,6 +225,22 @@ images: favicon: "https://www.hyperledger.org/hubfs/hyperledgerfavicon.png" open_graph: "https://www.hyperledger.org/hubfs/Hyperledger%20Foundation%20new%20look.jpeg#keepProtocol" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/graphql/settings.yml b/graphql/settings.yml index 19b69c0..18aa1fd 100644 --- a/graphql/settings.yml +++ b/graphql/settings.yml @@ -185,6 +185,21 @@ images: favicon: "https://raw.githubusercontent.com/graphql/graphql-landscape/main/images/favicon.png" open_graph: "https://graphql.org/img/og-image.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# # Name of the members category (optional) # diff --git a/lfai/settings.yml b/lfai/settings.yml index f6e81b1..a02a22d 100644 --- a/lfai/settings.yml +++ b/lfai/settings.yml @@ -231,6 +231,22 @@ images: favicon: "https://landscape.lfai.foundation/favicon.png" open_graph: "https://landscape.lfai.foundation/favicon.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/lfenergy/settings.yml b/lfenergy/settings.yml index 551aaba..d4d6048 100644 --- a/lfenergy/settings.yml +++ b/lfenergy/settings.yml @@ -251,6 +251,22 @@ images: favicon: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/favicon.png" open_graph: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/favicon.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/lfnetworking/settings.yml b/lfnetworking/settings.yml index 16c492d..53107b1 100644 --- a/lfnetworking/settings.yml +++ b/lfnetworking/settings.yml @@ -207,6 +207,22 @@ images: favicon: "https://raw.githubusercontent.com/lfnetworking/member_landscape/main/images/favicon.png" open_graph: "https://raw.githubusercontent.com/lfnetworking/member_landscape/main/images/favicon.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/omp/settings.yml b/omp/settings.yml index 18289e8..f2ad338 100644 --- a/omp/settings.yml +++ b/omp/settings.yml @@ -229,6 +229,22 @@ images: favicon: "https://raw.githubusercontent.com/openmainframeproject/omp-landscape/main/images/favicon.png" open_graph: "https://raw.githubusercontent.com/openmainframeproject/artwork/main/other/open-mainframe-project/horizontal/color/open-mainframe-project-horizontal-color.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/openssf/settings.yml b/openssf/settings.yml index 8b53a6f..26559cb 100644 --- a/openssf/settings.yml +++ b/openssf/settings.yml @@ -207,6 +207,22 @@ images: favicon: "https://raw.githubusercontent.com/ossf/artwork/master/openssf/icon/color/openssf-icon-color.png" open_graph: "https://raw.githubusercontent.com/ossf/artwork/master/openssf/horizontal/color/openssf-horizontal-color.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/ospo/settings.yml b/ospo/settings.yml index ca47085..0171d05 100644 --- a/ospo/settings.yml +++ b/ospo/settings.yml @@ -193,6 +193,22 @@ images: favicon: "https://raw.githubusercontent.com/todogroup/ospolandscape/master/images/favicon.png" open_graph: "https://raw.githubusercontent.com/todogroup/ospolandscape/master/images/favicon.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/presto/settings.yml b/presto/settings.yml index e4201f8..f15cea6 100644 --- a/presto/settings.yml +++ b/presto/settings.yml @@ -186,6 +186,22 @@ images: favicon: "https://raw.githubusercontent.com/prestodb/presto-landscape/master/images/favicon.png" open_graph: "https://prestodb.io/static/presto-og.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/riscv/settings.yml b/riscv/settings.yml index 5a5c219..770d508 100644 --- a/riscv/settings.yml +++ b/riscv/settings.yml @@ -220,6 +220,22 @@ images: favicon: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/favicon.png" open_graph: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/social.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the diff --git a/spdx/settings.yml b/spdx/settings.yml index ab8a21b..16bceab 100644 --- a/spdx/settings.yml +++ b/spdx/settings.yml @@ -185,6 +185,22 @@ images: favicon: "https://spdx.dev/wp-content/uploads/sites/31/2023/08/favicon-150x150.png" open_graph: "https://spdx.dev/wp-content/uploads/sites/31/2023/08/favicon.png" +# Logos viewbox (optional) +# +# In order to display the logos as large as possible in the landscape, during +# the build process we try to update their viewbox if `adjust` is set to true +# (by default it is when this setting is not provided). However, sometimes this +# does not help and logos may not be displayed correctly. In those cases, it is +# possible to exclude some of them from being adjusted by adding the logo(s) +# file name to the `exclude` list. +# +# logos_viewbox: +# adjust: true +# exclude: +# - logo1.svg +# - logo2.svg +# + # Name of the members category (optional) # # Landscapes usually have a special category dedicated to the members of the