mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
plugin installer update: more default repos
git-svn-id: http://svn.osgeo.org/qgis/trunk@11732 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4b87fbffad
commit
570e228474
@ -14,7 +14,7 @@ def name():
|
||||
return "Plugin Installer"
|
||||
|
||||
def version():
|
||||
return "Version 1.0.2"
|
||||
return "Version 1.0.3"
|
||||
|
||||
def description():
|
||||
return "Downloads and installs QGIS python plugins"
|
||||
|
@ -85,7 +85,9 @@ authorRepos = [("Carson Farmer's Repository", "http://www.ftools.ca/cfarmerQgis
|
||||
("Aaron Racicot's Repository", "http://qgisplugins.z-pulley.com", ""),
|
||||
("Barry Rowlingson's Repository", "http://www.maths.lancs.ac.uk/~rowlings/Qgis/Plugins/plugins.xml", ""),
|
||||
("Volkan Kepoglu's Repository","http://ggit.metu.edu.tr/~volkan/plugins.xml", ""),
|
||||
("GIS-Lab Repository", "http://gis-lab.info/programs/qgis/qgis-repo.xml", "")]
|
||||
("GIS-Lab Repository", "http://gis-lab.info/programs/qgis/qgis-repo.xml", ""),
|
||||
("Marco Hugentobler's Repository","http://karlinapp.ethz.ch/python_plugins/python_plugins.xml", ""),
|
||||
("Sourcepole Repository", "http://build.sourcepole.ch/qgis/plugins.xml", "")]
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user