# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=CDU Creator
qgisMinimumVersion=3.0
description=This plugin creates the .pdf file of CDU (Certificato di Destinazione Urbanistica).
version=1.3.2
author=Roberta Fagandini (Gter srl) - Roberto Marzocchi (Gter srl)
email=info@gter.it

about=
    --- English ---
    CDU Creator generates the *Certificato di Destinazione Urbanistica (CDU)* in PDF format.  
    The plugin intersects the selected cadastral parcel with the layers of the urban plan, 
    extracting the related attributes and including them in the final report.

    The resulting PDF contains all relevant planning information for the chosen parcel. 
    The document can be customized with a logo, a title, and additional text 
    (e.g. introduction, legislative references, notes).

    The plugin is written in Italian, as it refers to national regulations on urban planning.  
    User manual (IT): https://manuale-cdu-creator.readthedocs.io/it/latest/

    Version 1.0 was made possible thanks to donations from supporters of the project.

    --- Italiano ---
    CDU Creator compila il *Certificato di Destinazione Urbanistica (CDU)* in formato PDF.  
    Il plugin interseca la particella catastale selezionata con i layer dello strumento urbanistico, 
    recuperando le informazioni dai relativi attributi e riportandole nel documento finale.

    Il PDF risultante contiene tutte le informazioni urbanistiche relative alla particella.  
    Il documento può essere personalizzato aggiungendo logo, titolo e un paragrafo di testo 
    (es. riferimenti normativi, note introduttive, ecc.).

    Il plugin è stato sviluppato in lingua italiana poiché si riferisce a normative nazionali 
    in materia di urbanistica.  
    Manuale utente: https://manuale-cdu-creator.readthedocs.io/it/latest/

    La versione 1.0 del plugin è stata sviluppata grazie al contributo dei sostenitori:

    - Comune di Torralba (SS) — https://www.comune.torralba.ss.it/  
    - Associazione GFOSS — https://gfoss.it/  
    - Lorenzo Benvenuto, Enrico Bertonati, Antonio Cacosso, Stefano Campus  
    - Geol. Sabrina Casucci (studio GEASIT) — http://www.geasit.it/  
    - Stefano Chiappini, Paolo Corradeghini — https://3dmetrica.it/  
    - Federico Cortese, Giovanni D’Alessio, Ing. Gianfranco Di Pietro — https://gianfrancodp.github.io  
    - e42.it Cartography website Roma — http://www.e42.it/  
    - Amedeo Fadini, Giulio Fattori, Maria Federici, Salvatore Fiandaca — https://pigrecoinfinito.wordpress.com/  
    - Massimo Figaroli (libero professionista) — http://www.massimofigaroli.it/  
    - Federico Gianoli, GPSBRIANZA — https://gpsbrianza.com/  
    - Alberto Grava, Giampaolo Grosso, Massimiliano Intorbida  
    - Marco Lombardi — http://www.uta-studio.it/  
    - Massimiliano Moraca — https://www.massimilianomoraca.it/  
    - Francesco Paolicelli, Gianni Petino, Antonangelo Piu  
    - PROFESSIONAL GEOSPATIAL SERVICES RIPROGEO di Gagna Andrea — https://www.facebook.com/RIPROGEO/  
    - Luigi Scarpa, Pino Scioli, Mauro Silvia  
    - Antonio Soriano (Global Mapper Italia, Geographic Information Manager di Idea Computer, Sistemi e Servizi Snc) — https://www.globalmapper.it/  
    - Studio di Topografia Applicata Foderà — http://www.studiotopografia.it/  
    - Studio Tecnico DALTAS — https://www.geodaltas.it/  
    - Giuliano Urgeghe, Geom. Valentino Valentini — http://www.comune.gallese.vt.it/

tracker=https://github.com/gtergeomatica/cdu_creator/issues

repository=https://github.com/gtergeomatica/cdu_creator
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    1.3.2
        * Added Makefile for creating the installable plugin package
        * Created new README.md in the root of the repository
        * Added .gitignore file
        * Updated metadata.txt (about section and general info)
    1.3.1
        * Legal note update
    1.3
        * Fixed bug about parcels selection in QGIS 3.22 and later
    1.2
        * Added the import file button in order to select the parcels listed in a txt or csv file
    1.1
        * New GUI
        * Added a dropdown menù to choose the intersection algorithm
    1.0
        * Added the multi-selection of parcels
    0.4
        * Fixed bugs about fields name and geometry selection
    0.3
        * Added the printing of intersected area as percentage
    0.2
        * Fixed bug about the printing of sub-groups name
    0.1
        * First public release 

# Tags are comma separated with spaces allowed
tags=CDU, catasto, cdu_creator, PDF, urbanistica

homepage=https://github.com/gtergeomatica/cdu_creator
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

#Category of the plugin: Raster, Vector, Database or Web
# category=Web

# If the plugin can run on QGIS Server.
server=False