* changes need for jessie, migration to libxerces version 3
* web links in frontend changed: berlios does not exist anymore
This commit is contained in:
@@ -843,12 +843,12 @@ class DamarisGUI:
|
||||
|
||||
self.doc_urls = {
|
||||
"Python DAMARIS": None,
|
||||
"DAMARIS Homepage": "http://damaris.berlios.de/",
|
||||
"DAMARIS Homepage": "http://element.fkp.physik.tu-darmstadt.de/damaris_cms",
|
||||
"Python": "http://www.python.org/doc/%d.%d/" % (sys.version_info[ :2 ]),
|
||||
"numpy/scipy": "http://docs.scipy.org/",
|
||||
"pytables": "http://www.pytables.org/docs/manual/",
|
||||
"DAMARIS backends": None,
|
||||
"DAMARIS Repository": "http://svn.berlios.de/viewvc/damaris"
|
||||
"DAMARIS Repository": "https://element.fkp.physik.tu-darmstadt.de/damaris_trac/browser/damaris"
|
||||
}
|
||||
|
||||
if os.path.isdir( "/usr/share/doc/python%d.%d-doc/html" % (sys.version_info[ :2 ]) ):
|
||||
|
Reference in New Issue
Block a user