# 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=Metadata-DB-Linker
qgisMinimumVersion=2.14
description=A plugin to enter and edit metadata stored in a postgres-database table.
version=0.1.8
author=Septima
email=kontakt@septima.dk
about=
    With Metadata-DB-linker you can use QGIS to enter metadata to new and existing tables stored in a Postgresdatabase. If you create a table or import data to a table in a Postgresdatabase with DB Manager, the Metadata-DB-link is automatically launched
    The metadata which can be entered is:
     - Descriptive name
     - Description of content
     - Kle journalnumber (automatically assigned if you have access to Taxon-taxonomy)
     - Responsible centre or employée
     - Projects in which the file is used
     - Last changes to metadatainformation (automatically assigned)
    The table in which metadata is stored needs to follow a specific datastructure. The sql-definition of the table is found in the Settings-dialog.
    <p></p>
    <img src="http://www.septima.dk/skin1/img/logo_143x39.png" alt="Septima">

tracker=https://github.com/Septima/qgis-metadatafunctionality/issues
repository=https://github.com/Septima/qgis-metadatafunctionality
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    2018-08-07: Allowed for multiline entering of projects in which the layer is used, version 0.1.8
    2016-11-04: Ready for release to QGIS Plugin Repository, version 0.1.7
    2016-07-19: Pre-release, version 0.1.4
    2016-07-06: Pre-release, version 0.1.2
    2016-07-01: Pre-release, version 0.1.1

# Tags are comma separated with spaces allowed
tags=metadata, enter metadata, edit metadata, DBmanager

homepage=https://github.com/Septima/qgis-metadatafunctionality
category=Plugins
icon=resources/metadata.png
# experimental flag
experimental=True

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