# 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=QgisODK
qgisMinimumVersion=2.14
description=GeoODK integration for on-filed data collection
version=1.3
author=Enrico Ferreguti
email=enricofer@gmail.com

about=The Qgis plugin allows to build a "on field" mobile survey in minutes starting from a Qgis layer and get back collected data with the help of Open Data Kit tools and services. Open Data Kit (ODK) https://opendatakit.org/ is a free and open-source set of tools which help to manage mobile data collection solutions.
  The typical ODK collection workflow is based on the following activities:
  - survey form design (XlsForm/XForm)
  - deployment of survey forms on ODK collect Android App
  - on field data collection by a mobile device
  - data aggregation on server


tracker=https://github.com/enricofer/QgisODK/issues
repository=https://github.com/enricofer/QgisODK
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=1.1 ODK_validate wrapper removed
  1.2 missing UI files issue fixed
  1.3 python exception on plugin initialization under MacOs fixed

# Tags are comma separated with spaces allowed
tags= ODK, open data kit,data collection, collection, on field, onfield, mobile, android, survey

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

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

