-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 37e0353
Showing
2 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |