-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.xml
36 lines (36 loc) · 1.96 KB
/
plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version = '1.0' encoding = 'UTF-8'?>
<?xml-stylesheet type="text/xsl" href="/plugins.xsl" ?>
<plugins>
<pyqgis_plugin name="NetworkProfiler" version="0.8">
<version>0.8</version>
<icon>icon.png</icon>
<description>The network profiler</description>
<homepage>https://github.com/Riverscapes/NetworkProfiler</homepage>
<qgis_minimum_version>2.0</qgis_minimum_version>
<file_name>NetworkProfiler.zip</file_name>
<author_name>Matt Reimer</author_name>
<download_url>http://qgis.northarrowresearch.com/plugins/networkprofiler/v0.8/NetworkProfiler.zip</download_url>
<experimental>False</experimental>
<deprecated>False</deprecated>
<update_date>2017-07-02T00:00:00</update_date>
<tracker><![CDATA[https://github.com/Riverscapes/NetworkProfiler/issues]]></tracker>
<repository><![CDATA[https://github.com/Riverscapes/NetworkProfiler]]></repository>
<changelog><![CDATA[https://github.com/Riverscapes/NetworkProfiler/blob/master/CHANGELOG.md]]></changelog>
</pyqgis_plugin>
<pyqgis_plugin name="RiverscapesToolbar" version="0.11">
<version>0.11</version>
<icon>icon.png</icon>
<description>The Riverscapes Toolbar (RAVE)</description>
<homepage>https://github.com/Riverscapes/network-profiler</homepage>
<qgis_minimum_version>2.0</qgis_minimum_version>
<file_name>RiverscapesToolbar.zip</file_name>
<author_name>Matt Reimer</author_name>
<download_url>http://qgis.northarrowresearch.com/plugins/riverscapestoolbar/v0.11/RiverscapesToolbar.zip</download_url>
<experimental>True</experimental>
<deprecated>False</deprecated>
<update_date>2017-09-01T00:00:00</update_date>
<tracker><![CDATA[https://github.com/Riverscapes/RiverscapesToolbar/issues]]></tracker>
<repository><![CDATA[https://github.com/Riverscapes/RiverscapesToolbar]]></repository>
<changelog><![CDATA[https://github.com/Riverscapes/RiverscapesToolbar/blob/master/CHANGELOG.md]]></changelog>
</pyqgis_plugin>
</plugins>