icons and help documents added; main application has been modified slightly; new method definitions added (ToDo)

This commit is contained in:
2014-03-28 22:26:15 +01:00
parent d58b671d36
commit 9b8413beaf
4 changed files with 57 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
<html><head><title>PyLoT - the Python picking and Localisation Tool</title></head>
<body>
<p><b>PyLoT</b> is a program which is capable of picking seismic phases,
exporting these as numerous standard phase format and localize the corresponding
seismic event with external software as, e.g.:</p>
<ul type="circle">
<li><a href="http://alomax.free.fr/nlloc/">NonLinLoc</a></li>
<li>HypoInvers</li>
<li>HypoSat</li>
<li>whatever you want ...</li>
</ul>
<p>Read more on the
<a href="https://ariadne.geophysik.rub.de/trac/PyLoT/wiki">PyLoT WikiPage</a>.</p>
<p>Bug reports are very much appreciated and can also be delivered on our
<a href="https://ariadne.geophysik.rub.de/trac/PyLoT">PyLoT TracPage</a> after
successful registration.</p>
</body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,8 @@
<RCC>
<qresource prefix="/icons" lang="images">
<file>icons/pylot.ico</file>
</qresource>
<qresource prefix="/help" lang="HTML">
<file>help/index.html</file>
</qresource>
</RCC>