Skip to content

Commit 7f67185

Browse files
committed
add metadata.txt to all core plugins
1 parent f170f1b commit 7f67185

File tree

7 files changed

+76
-15
lines changed

7 files changed

+76
-15
lines changed

python/plugins/GdalTools/metadata.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[general]
2+
name=GdalTools
3+
description=Integrate GDAL tools into QGIS
4+
category=Raster
5+
version=1.2.29
6+
qgisMinimumVersion=1.0
7+
8+
author=Giuseppe Sucameli (Faunalia)
9+
email=brush.tyler@gmail.com
10+
11+
icon=icons/raster-info.png
12+
13+
class_name=GdalTools
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[general]
2+
name=DB Manager
3+
description=Manage your databases within QGis
4+
category=Database
5+
version=0.1.20
6+
qgisMinimumVersion=1.5.0
7+
8+
author=Giuseppe Sucameli
9+
email=brush.tyler@gmail.com
10+
11+
icon=icons/dbmanager.png
12+
13+
class_name=DBManagerPlugin
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[general]
2+
name=MapServer Export
3+
description=Export a saved QGIS project file to a MapServer map file
4+
category=Web
5+
version=0.4.4
6+
qgisMinimumVersion=1.0
7+
8+
author=Gary E. Sherman
9+
email=sherman@mrcc.com
10+
11+
icon=mapserver_export.png
12+
13+
class_name=MapServerExport

python/plugins/osm/metadata.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[general]
2+
name=OpenStreetMap plugin
3+
description=Viewer and editor for OpenStreetMap data
4+
category=Web
5+
version=0.5
6+
qgisMinimumVersion=1.0
7+
8+
author=Martin Dobias
9+
email=wonder.sk@gmail.com
10+
11+
icon=images/osm_load.png
12+
13+
class_name=OsmPlugin
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[general]
2+
name=Plugin Installer
3+
description=Downloads and installs QGIS python plugins
4+
category=Plugins
5+
version=1.2.1
6+
qgisMinimumVersion=1.0
7+
8+
author=Borys Jurgiel
9+
email=borysiasty@aster.pl
10+
11+
icon=plugin_installer.png
12+
13+
class_name=InstallerPlugin

python/plugins/sextante/metadata.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[general]
22
name=SEXTANTE
33
description=SEXTANTE Geoprocessing Platform for QGIS
4+
category=Analysis
45
version=1.0.8
5-
icon=images/toolbox.png
66
qgisMinimumVersion=1.0
7-
class_name=SextantePlugin
8-
website=www.sextantegis.com
97

10-
[author]
11-
name=Victor Olaya
8+
author=Victor Olaya
129
email=volayaf@gmail.com
10+
website=www.sextantegis.com
11+
12+
icon=images/toolbox.png
13+
14+
class_name=SextantePlugin
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# This file contains metadata for your plugin. Beginning
2-
# with version 1.8 this is the preferred way to supply information about a
3-
# plugin. The current method of embedding metadata in __init__.py will
4-
# be supported until version 2.0
5-
6-
# This file should be included when you package your plugin.
7-
81
[general]
92
name=SEXTANTE Example Provider
103
description=An example plugin that adds algorithms to SEXTANTE. Mainly created to guide developers in the process of creating plugins that add new capabilities to SEXTANTE
114
version=1.0
125
qgisMinimumVersion=1.0
13-
class_name=SextanteExampleProviderPlugin
14-
website=www.sextantegis.com
15-
[author]
6+
167
name=Victor Olaya
178
email=volayaf@gmail.com
9+
website=www.sextantegis.com
10+
11+
class_name=SextanteExampleProviderPlugin

0 commit comments

Comments
 (0)