* changes need for jessie, migration to libxerces version 3

* web links in frontend changed: berlios does not exist anymore
This commit is contained in:
Markus Rosenstihl
2015-02-04 09:11:24 +00:00
parent 2c22841697
commit 87a85d23d7
3 changed files with 5 additions and 4 deletions

View File

@@ -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 ]) ):