Remove mentions of evefit, set tag to stable
This commit is contained in:
@@ -14,7 +14,7 @@ saveInRoot = False
|
||||
|
||||
# Version data
|
||||
version = "1.1.15"
|
||||
tag = "git"
|
||||
tag = "stable"
|
||||
expansionName = "Odyssey"
|
||||
expansionVersion = "1.0"
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ class MainFrame(wx.Frame):
|
||||
"\nwxPython: \t" + wx.__version__ +
|
||||
"\nSQLAlchemy: \t" + sqlalchemy.__version__,
|
||||
700, wx.ClientDC(self))
|
||||
info.WebSite = ("http://www.evefit.org/Pyfa", "pyfa home page")
|
||||
info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum")
|
||||
wx.AboutBox(info)
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
##
|
||||
## Author: Darriele - HomeWorld
|
||||
##
|
||||
## Project home: http://www.evefit.org - pyfa project
|
||||
## http://www.evefit.org is the home for pyfa / eos / aurora
|
||||
## Project home: http://github.com/DarkFenX/Pyfa - pyfa project
|
||||
## Some portions of code are based on
|
||||
## AGW:pycollapsiblepane generic implementation of wx.CollapsiblePane
|
||||
## AGW:pycollapsiblepane credits ( from the original source file used ):
|
||||
|
||||
@@ -38,10 +38,10 @@ Q: If you don't want to trust us, don't. The source code is freely available for
|
||||
|
||||
|
||||
Development repository:
|
||||
https://github.com/DarkFenX/Pyfa
|
||||
http://github.com/DarkFenX/Pyfa
|
||||
IRC:
|
||||
#evefit@irc.coldfront.net
|
||||
Website:
|
||||
http://www.evefit.org/Pyfa
|
||||
EVE forum thread:
|
||||
https://forums.eveonline.com/default.aspx?g=posts&t=247609
|
||||
EVE Online website:
|
||||
http://www.eveonline.com/
|
||||
|
||||
Reference in New Issue
Block a user