From 7230592bc940b954a62aed92fa486debfc83a116 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 10 Nov 2023 07:32:47 +0100 Subject: [PATCH 1/3] Create openCatalogi.yaml --- .github/workflows/openCatalogi.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/openCatalogi.yaml diff --git a/.github/workflows/openCatalogi.yaml b/.github/workflows/openCatalogi.yaml new file mode 100644 index 00000000..d6cbed73 --- /dev/null +++ b/.github/workflows/openCatalogi.yaml @@ -0,0 +1,19 @@ +name: My Open Catalogi Workflow + +on: + workflow_dispatch: + push: + branches: + - main + +permissions: + contents: write + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Create or Update publiccode.yaml + uses: OpenCatalogi/publiccode-action@1.1.1 + - name: Create een Productpagina + uses: OpenCatalogi/productpage-action@1.0.0 From 361c29a31c4a943e244cdfd850ddc6f1d033df6f Mon Sep 17 00:00:00 2001 From: Open Catalogi bot Date: Fri, 10 Nov 2023 06:33:48 +0000 Subject: [PATCH 2/3] https://github.com/ConductionNL/conduction-theme --- publiccode.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 publiccode.yaml diff --git a/publiccode.yaml b/publiccode.yaml new file mode 100644 index 00000000..073a73fe --- /dev/null +++ b/publiccode.yaml @@ -0,0 +1,49 @@ +categories: +- it-development +description: + en: + apiDocumentation: '' + awards: [] + documentation: '' + features: [] + genericName: Conduction's design tokens theme + localisedName: '' + longDescription: '' + screenshots: [] + shortDescription: '' + videos: [] +developmentStatus: development +landingURL: '' +legal: + authorsFile: '' + license: '' + mainCopyrightOwner: '' + repoOwner: '' +localisation: + availableLanguages: + - en + localisationReady: false +maintenance: + contacts: [] + contractors: [] + type: none +name: conduction-theme +nl: + vng: + commonground: [] + gemma: [] +organisation: + description: At Conduction, we are driven by a vision that sees the digitization + of the world as an extraordinary opportunity. It's a chance to transform our world. + logo: https://avatars.githubusercontent.com/u/46676163?v=4 + name: ConductionNL + url: ConductionNL +platforms: +- web +publiccodeYmlVersion: '0.2' +releaseDate: '2023-11-10' +roadmap: '' +softwareType: standalone/web +softwareVersion: '' +url: https://github.com/ConductionNL/conduction-theme +usedBy: [] From 5a6f45be33c0f75dfdabbe1a002f100cd229fd10 Mon Sep 17 00:00:00 2001 From: Barry Brands Date: Thu, 14 Dec 2023 15:15:22 +0100 Subject: [PATCH 3/3] publiccode improvements --- publiccode.yaml | 119 +++++++++++++++++++++++++++++++----------------- 1 file changed, 77 insertions(+), 42 deletions(-) diff --git a/publiccode.yaml b/publiccode.yaml index 073a73fe..438ba7e3 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -1,49 +1,84 @@ -categories: -- it-development +publiccodeYmlVersion: '0.1' +name: conduction-theme +applicationSuite: null +url: https://github.com/ConductionNL/conduction-theme +landingURL: null +isBasedOn: null +softwareVersion: null +logo: https://avatars.githubusercontent.com/u/106860777?v=4 +monochromeLogo: null +platforms: + - web +releaseDate: '2023-11-10' +categories: + - it-development +developmentStatus: beta +softwareType: softwareAddon description: en: - apiDocumentation: '' - awards: [] - documentation: '' + localisedName: null + genericName: Conduction's design tokens theme + shortDescription: conduction-theme + longDescription: Conduction's design tokens theme + documentation: null + apiDocumentation: null features: [] + screenshots: [] + videos: [] + awards: [] + nl: + localisedName: null genericName: Conduction's design tokens theme - localisedName: '' - longDescription: '' + shortDescription: conduction-theme + longDescription: Conduction's design tokens theme + documentation: null + apiDocumentation: null + features: [] screenshots: [] - shortDescription: '' videos: [] -developmentStatus: development -landingURL: '' -legal: - authorsFile: '' - license: '' - mainCopyrightOwner: '' - repoOwner: '' + awards: [] +intendedaudience: + countries: + - nl + unsupportedCountries: [] + scope: [] +legal: + license: EUPL-1.2-or-later + mainCopyrightOwner: legal/authorsFile + repoOwner: ConductionNL + authorsFile: null +maintenance: + type: internal + contractors: + - name: Conduction + until: 2035-01-01 + email: info\x64conduction.nl + website: https://www.conduction.nl + contacts: + - name: Ruben van der Linde + email: info\x64conduction.nl + phone: 085 303 6840 + affiliation: Conduction localisation: - availableLanguages: - - en - localisationReady: false -maintenance: - contacts: [] - contractors: [] - type: none -name: conduction-theme -nl: - vng: - commonground: [] - gemma: [] -organisation: - description: At Conduction, we are driven by a vision that sees the digitization - of the world as an extraordinary opportunity. It's a chance to transform our world. - logo: https://avatars.githubusercontent.com/u/46676163?v=4 - name: ConductionNL - url: ConductionNL -platforms: -- web -publiccodeYmlVersion: '0.2' -releaseDate: '2023-11-10' -roadmap: '' -softwareType: standalone/web -softwareVersion: '' -url: https://github.com/ConductionNL/conduction-theme -usedBy: [] + localisationReady: true + availableLanguages: + - en + - nl +dependsOn: null +roadmap: null +inputTypes: null +outputTypes: null +nl: + countryExtensionVersion: null + commonground: + intendedOrganisations: [] + installationType: null + layerType: interface + gemma: + bedrijfsfuncties: [] + bedrijfsservices: [] + applicatiefunctie: null + model: null + upl: [] +downloadUrls: + - https://github.com/ConductionNL/conduction-theme/archive/refs/heads/main.zip \ No newline at end of file