-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubliccode.yml
76 lines (62 loc) · 2.04 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
publiccodeYmlVersion: '0.2'
releaseDate: '2018-12-17'
name: Agave CMS
url: 'https://github.com/italia/agavecms'
softwareType: 'standalone/web'
developmentStatus: stable
platforms:
- web
categories:
- content-management
- website-builder
softwareVersion: '1.0.0'
maintenance:
type: community
contacts:
- name: Cantiere Creativo
email: '[email protected]'
legal:
license: 'AGPL-3.0'
repoOwner: Team per la Trasformazione Digitale - Presidenza del Consiglio dei Ministri
localisation:
localisationReady: yes
availableLanguages:
- it
- en
it:
countryExtensionVersion: '0.2'
conforme:
misureMinimeSicurezza: yes
gdpr: yes
riuso:
codiceIPA: PCM
description:
it:
genericName: Content Management System
features:
- editor HTML
- gestione SEO
- gestione modelli dei dati
- gestione menu di navigazione
- gestione utenti e ruoli
- backup dei dati
screenshots:
- screenshots/admin.png
- screenshots/edit_content.png
shortDescription: >-
Agave è un software open source composto da una serie di strumenti
interconnessi che cooperano tra loro per la generazione di un sito statico
documentation: >-
https://github.com/italia/agavecms/blob/master/docs/AgaveGeneralDocumentation.md
longDescription: |
Agave è un software open-source composto da una serie di strumenti
interconnessi che cooperano tra loro per la generazione di un sito
statico.
Lo scopo è fornire una soluzione avanzata che permetta di realizzare e
mantenere un sito statico, mettendo a disposizione gli automatismi per
publicare contenuti ed estendere le sezioni del sito tramite
un'interfaccia usabile e immediata.
Agave è composto dai seguenti blocchi logici:
* Un'**area amministrativa** (CMS)
* Un **sito web statico** (Jekyll) contenente un **template** Jekyll
* Un **ambiente di produzione** per la generazione e la pubblicazione del sito e della parte di amministrazione (ambiente Docker).