Skip to content

Commit

Permalink
feat: add initial publiccode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Oct 11, 2022
0 parents commit 37e0353
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publiccode-yml-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: [push, pull_request]

jobs:
publiccode_yml_validation:
runs-on: ubuntu-latest
name: publiccode.yml validation
steps:
- uses: actions/checkout@v2
- uses: italia/publiccode-parser-action@v1
67 changes: 67 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/publiccodeyml/publiccode.yml

publiccodeYmlVersion: '0.3'
categories:
- data-analytics
- data-collection
- data-visualization
description:
it:
documentation: 'https://plausible.io/docs'
features:
- Interfaccia amichevole
- Nessun cookie
- Conforme GDPR
longDescription: |
Plausible Analytics è un'alternativa a Google Analytics semplice, open source,
leggera e rispettosa della privacy
Non usa cookie ed è conforme al GDPR.
screenshots:
- 'https://plausible.io/assets/images/privacy-focused-web-analytics.png'
shortDescription: |
Plausible Analytics è un'alternativa a Google Analytics semplice, open source,
leggera e rispettosa della privacy
developmentStatus: stable
it:
conforme:
gdpr: false
lineeGuidaDesign: false
misureMinimeSicurezza: false
modelloInteroperabilita: false
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
landingURL: 'https://plausible.io'
legal:
license: AGPL-3.0
mainCopyrightOwner: Plausible Insights OÜ
localisation:
availableLanguages:
- en
- it
- no
- zh
- fr
- es
- de
localisationReady: true
logo: 'https://plausible.io/assets/images/icon/plausible_logo.compressed.png'
maintenance:
contacts:
- name: Uku Täht
- name: Marko Saric
type: community
name: Plausible
platforms:
- web
releaseDate: '2022-01-26'
roadmap: 'https://github.com/matomo-org/matomo/milestones?direction=asc&sort=due_date&state=open'
softwareType: standalone/web
softwareVersion: 1.4.4
url: 'https://github.com/plausible/analytics'

0 comments on commit 37e0353

Please sign in to comment.