[general]
name=HelloServer
qgisMinimumVersion=2.5
qgisMaximumVersion=2.99
description=This is a test plugin for the QGIS MapServer
version=version 1.1
author=Alessandro Pasotti (ItOpen)
email=apasotti@gmail.com
; if True it's a server plugin
server=True

changelog=
external_deps=none,really

tags=hello world, test, server

tracker=https://github.com/elpaso/qgis-helloserver
homepage=https://github.com/elpaso/qgis-helloserver
repository=https://github.com/elpaso/qgis-helloserver

category=server

experimental=True

about=This is a test plugin *** DO NOT USE IN PRODUCTION!!!  ***. It provides various
    testing methods:
    - SayHello: just prints "HelloServer", no other processings, it can be used
      for speed testing with "ab"
    - RemoteConsole: a single user, single session completely insecure remote
      Python shell
    - RemoteConsole: execute Python code through a console web application
    - Watermark: adds a QGIS watermark to WMS images



; change icon...
icon=icons/icon.png
