-
Notifications
You must be signed in to change notification settings - Fork 35
/
publiccode.yml
83 lines (74 loc) · 2.68 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
77
78
79
80
81
82
83
# 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/italia/publiccode.yml
publiccodeYmlVersion: '0.3'
categories:
- survey
description:
en:
documentation: |-
https://github.com/EUSurvey/EUSURVEY
features:
- Create survey, quiz, electronic votes
genericName: EU Survey Software
longDescription: |
EUSurvey is the official online survey management tool of the European
Commission. Its development was started in 2013 under the supervision of
[DIGIT](https://ec.europa.eu/dgs/informatics/index\_en.htm) and is
published as open source software under the terms of the EUPL public
license on GitHUB at [this
link](https://github.com/EUSurvey/EUSURVEY).
EUSurvey is a servlet based application and can be installed on any system
that runs a JAVA servlet-container. The system’s development and reference
installation runs Apache Tomcat as the servlet container and uses a MySQL
database to store its information. The build process is assisted by Maven
for resolving external dependencies. This document describes the steps
that are necessary to compile and install the open source version of
EUSurvey.
Please notice that EUSurvey can be configured to run on a large number of
different environments.
[Here](https://github.com/EUSurvey/EUSURVEY)
you can find the README guide related to this software. The aim of such
document is to guide the interested user through the process of
installing a development environment and to deploy a working instance of
the EUSurvey system, with as less effort as possible.
The experienced developer should feel free to use a compatible set of
tools of his choice.
shortDescription: |-
EUSurvey is the official online survey management tool of the European
Commission
developmentStatus: stable
intendedAudience:
scope:
- government
- local-authorities
it:
conforme:
gdpr: true
lineeGuidaDesign: false
misureMinimeSicurezza: false
modelloInteroperabilita: false
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
landingURL: 'https://ec.europa.eu/eusurvey/'
legal:
license: EUPL-1.2
mainCopyrightOwner: European Commission
repoOwner: European Commission
localisation:
availableLanguages:
- en
localisationReady: false
maintenance:
type: none
name: EUSurvery
platforms:
- web
releaseDate: '2023-06-01'
softwareType: standalone/web
softwareVersion: 1.5.3
url: 'https://github.com/EUSurvey/EUSURVEY'