{% if contact.email != nil and contact.email != "" %} {{ contact.name }} {% else %} {{ contact.name | escape }} {% endif %} {{ contact.phone }}
--- layout: default --- {% include setlang.html %} {% assign description = page.publiccode.description[active_lang] | default: page.publiccode.description.en | default: page.publiccode.description.it %} {% assign sw_name = description.localisedName | default: page.publiccode.name %} {% assign oldFeatures = page.oldFeatures[active_lang] | default: page.oldFeatures.en | default: page.oldFeatures.it %} {% comment %} {% include breadcrumbs.html %} {% include share.html %} {% assign subnav = site.data[page.subnav] %} {% include linklist.html items=subnav dynamic=true %} {% endcomment %}
{{ t.software.published_by }} {{ page.publiccode.legal.mainCopyrightOwner }}
Gestito da {% if page.publiccode.it.riuso.codiceIPA %} {{ page.publiccode.legal.repoOwner }} {% else %} {{ page.publiccode.legal.repoOwner }} {% endif %}
{{ t.software.software_maintained_by }} {% for contractor in page.publiccode.maintenance.contractors %} {% if contractor.website != nil and contractor.website != "" %} {{ contractor.name }} {% else %} {{ contractor.name}} {% endif %} {% endfor %}
{{ t.software.technical_contact }} {% for contact in page.publiccode.maintenance.contacts limit: 1 %} {% if contact.email != nil and contact.email != "" %} {{ contact.name }} {% else %} {{ contact.name }} {% endif %} {{ contact.phone }} {% endfor %}
{{ t.software.development_status }}: {% include software_development_status.html label=page.publiccode.developmentStatus %}
{{ feature | escape}}
{% endfor %}{{ feature | escape}}
{% endfor %}{{ feature | escape }}
{% endfor %} {% endif %}{{ item | escape}}
{% endfor %}{{ feature | escape}}
{% endfor %} {{ t.software.show_all }}{{ feature | escape }}
{% endfor %}{{ feature | escape }}
{% endfor %} {% endif %} {% endif %} {% endif %}{{ feature | escape }}
{% endfor %}{{ feature | escape }}
{% endfor %}{{ feature | escape }}
{% endfor %} {% endif %}{{ item | escape }}
{% endfor %}{{ t.software.detailed_info }}
{{ t.software.last_release }} {{ page.publiccode.releaseDate }} {% if page.publiccode.softwareVersion %} ({{ page.publiccode.softwareVersion }}) {% endif %}
{{ t.software.maintainance_type }} {{ page.publiccode.maintenance.type }}
Stato publiccode.yml
{{ t.software.contract_with }} {% for contractor in page.publiccode.maintenance.contractors %} {% assign today_date = 'now' | date: '%s' %} {% assign contractor_date = contractor.until | date: '%s' %} {% if today_date > contractor_date %} {% endif %} {% if contractor.website != nil and contractor.website != "" %} {{ contractor.name }} {{ t.software.until }} {{contractor.until}} {% else %} {{ contractor.name }} {{ t.software.until }} {{contractor.until}} {% endif %} {% endfor %}
{% if page.publiccode.maintenance.contacts.size == 1 %} {{ t.software.technical_contact }} {% else %} {{ t.software.technical_contacts }} {% endif %}
{% if page.publiccode.maintenance.contacts.size == 1 %} {{ t.software.technical_contact }} {% else %} {{ t.software.technical_contacts }} {% endif %}{% if contact.email != nil and contact.email != "" %} {{ contact.name }} {% else %} {{ contact.name | escape }} {% endif %} {{ contact.phone }}
{{ t.software.license }} {{ page.publiccode.legal.license | escape }}
{{ t.software.platforms }}
{% for platform in page.publiccode.platforms %}
{{ platform | escape }}
{% endfor %}
{{ t.software.enabling_platforms }} {% assign p = page.publiccode.it.piattaforme %} {% assign all_false = true %} {% for key in p %} {% if key.last == true %} {% assign all_false = false %} {% break %} {% endif %} {% endfor %} {% if all_false %} {{ t.software.dependencies_none }} {% else %} {% if p.pagopa == true %} pagoPA {% endif %} {% if p.spid == true %} SPID {% endif %} {% if p.cie == true %} CIE {% endif %} {% if p.io == true %} App IO {% endif %} {% if p.anpr == true %} ANPR {% endif %} {% endif %}
{{ t.software.compliance }} {% assign p = page.publiccode.it.conforme %} {% assign all_false = true %} {% for key in p %} {% if key.last == true %} {% assign all_false = false %} {% break %} {% endif %} {% endfor %} {% if all_false %} {{ t.software.dependencies_none }} {% else %} {% if p.gdpr == true %} GDPR {% endif %} {% if p.lineeGuidaDesign == true %} {{ t.software.design_guidelines }} {% endif %} {% if p.misureMinimeSicurezza == true %} {{ t.software.security_guidelines }} {% endif %} {% if p.modelloInteroperabilita == true %} {{ t.software.interoperability_model }} {% endif %} {% endif %}
{{ t.software.dependencies_list }}
{% if page.publiccode.dependsOn == nil or page.publiccode.dependsOn.size == 0 %}
{{ t.software.dependencies_none }}
{% else %}
{% if page.publiccode.dependsOn.open.size > 0 %}
{{ t.software.dependencies_oss }}
{% for dep in page.publiccode.dependsOn.open %}
{% include dependency.html dependency=dep %}
{% endfor %}
{% endif %}
{% if page.publiccode.dependsOn.proprietary.size > 0 %}
{{ t.software.dependencies_proprietary }}
{% for dep in page.publiccode.dependsOn.proprietary %}
{% include dependency.html dependency=dep %}
{% endfor %}
{% endif %}
{% if page.publiccode.dependsOn.hardware.size > 0 %}
Hardware
{% for dep in page.publiccode.dependsOn.hardware %}
{% include dependency.html dependency=dep %}
{% endfor %}
{% endif %}
{% endif %}
{{ t.software.main_audience }} {% for audience in page.publiccode.intendedAudience.onlyFor %} {% include set-audience.html label=audience %} {% endfor %}
{{ t.software.supported_languages }} {% if page.publiccode.localisation.availableLanguages.size > 10 %} {% for language in page.publiccode.localisation.availableLanguages limit: 10 %} {% include set-language-supported.html lang=language %} {% endfor %}
{{ t.software.awards }} {% for award in description.awards %} {{ award }} {% endfor %}
{{ t.software.api_documentation }} {{ sw_name }} API
{{ t.software.extende_description }}