Skip to content

Commit

Permalink
fixup a few bitbucket links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 19, 2012
1 parent d5fbf27 commit e06035e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
14 changes: 4 additions & 10 deletions AUTHORS.txt
@@ -1,25 +1,19 @@
Authors
-------

Dane Springmeyer <dbsgeo - at - gmail.com>
Dane Springmeyer <dane - at - dbsgeo.com>
Aaron Racicot <aaronr - at - z-pulley.com>


Testing and Patches
-------------------
With help from:

Alex Mandel
Bob Moskovitz
Tim Sinnott
Tim Sutton
Ahmed Dassouki
Tyler Mitchell


Spiritual guidance
------------------

Development Seed Team
Will White
Robert Soden
Jürgen Fischer
Josh Livni
Michal Migurksi
Expand Down
4 changes: 0 additions & 4 deletions README.txt
Expand Up @@ -4,7 +4,3 @@ Quantumnik
Plugin repository is at:

http://qgis.dbsgeo.com/

More information can be found at:

http://bitbucket.org/springmeyer/quantumnik/
2 changes: 1 addition & 1 deletion quantumnik.py
Expand Up @@ -193,7 +193,7 @@ def view_xml(self,m=None):
self.dock_window.textEdit.setText(xml + cmd)

def helprun(self):
infoString = QString("Written by Dane Springmeyer\nhttp://bitbucket.org/springmeyer/quantumnik/")
infoString = QString("Written by Dane Springmeyer\nhttps://github.com/springmeyer/quantumnik")
QMessageBox.information(self.iface.mainWindow(),"About %s" % NAME,infoString)

def toggle(self):
Expand Down
2 changes: 1 addition & 1 deletion sync.py
Expand Up @@ -783,7 +783,7 @@ def datasource(self):
# goal is to support most all datasources, so hopefully we can remove this soon
# with format specific errors where there exist incompatibilities
if INCOMPATIBLE_LAYER_WARNING:
self.message('You will see this warning once per session... Quantumnik does not currently support "%s" datasources. You will need to uncheck any unsupported layers before rendering with Quantumnik otherwise the resulting map will be blank. File an issue at http://bitbucket.org/springmeyer/quantumnik/issues/ if you would like to request support for this format...' % self.provider)
self.message('You will see this warning once per session... Quantumnik does not currently support "%s" datasources. You will need to uncheck any unsupported layers before rendering with Quantumnik otherwise the resulting map will be blank. File an issue at https://github.com/springmeyer/quantumnik if you would like to request support for this format...' % self.provider)
INCOMPATIBLE_LAYER_WARNING = False

@property
Expand Down

0 comments on commit e06035e

Please sign in to comment.