From aff8df4541e34c15956970125d6f544fbc96b64b Mon Sep 17 00:00:00 2001 From: Cornelius Schumacher Date: Thu, 29 Aug 2024 16:54:21 +0200 Subject: [PATCH] Reference publiccode files from landscape repo --- data/projects.yml | 8 ++++++-- themes/openrail/layouts/partials/projects.html | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/data/projects.yml b/data/projects.yml index 0c6c730..8548a64 100644 --- a/data/projects.yml +++ b/data/projects.yml @@ -8,5 +8,9 @@ introduction: | listclass: style1 medium less-bottom-margin less-top-margin projects: - - publiccode: https://gist.githubusercontent.com/cornelius/8908bec8c69d1fe149fd95d0a4f3c395/raw/15ecec4d0661c6d3dd33bb002a8f0bb432e96404/openrail-project-1.yml - - publiccode: https://gist.githubusercontent.com/cornelius/372e4c645bb06bbbfc016361669e6f88/raw/aca2451e48c5a4c82752da7d04e9ea816192b646/openrail-project-2.yml + - publiccode: https://raw.githubusercontent.com/OpenRailAssociation/landscape/main/data/openrail/osrd.yml + - publiccode: https://github.com/OpenRailAssociation/landscape/raw/main/data/openrail/rcm-oss.yml + - publiccode: https://github.com/OpenRailAssociation/landscape/raw/main/data/openrail/dac-migration-dss.yml + - publiccode: https://github.com/OpenRailAssociation/landscape/raw/main/data/openrail/nge.yml + - publiccode: https://github.com/OpenRailAssociation/landscape/raw/main/data/openrail/liblrs.yml + diff --git a/themes/openrail/layouts/partials/projects.html b/themes/openrail/layouts/partials/projects.html index 4bcc9eb..76a956c 100644 --- a/themes/openrail/layouts/partials/projects.html +++ b/themes/openrail/layouts/partials/projects.html @@ -23,7 +23,9 @@

{{ .title }}

{{ with $data }}

{{ .name }}

{{ .description.en.shortDescription }}

- GitHub + {{ with .url }} + GitHub + {{ end }}

Status: {{ .developmentStatus }}

{{ end }}