This commit is contained in:
int2001
2025-03-20 16:47:15 +00:00
parent 40c994fcb6
commit e0c2b7bc0e

View File

@@ -10,7 +10,7 @@
<div class="card-body">
<p class="card-text"><?= __("The Wavelog API (Application Programming Interface) lets third party systems access Wavelog in a controlled way. Access to the API is managed via API keys."); ?></p>
<p class="card-text"><?= __("You will need to generate an API key for each tool you wish to use (e.g. WLgate). Generate a read-write key if the application needs to send data to Wavelog. Generate a read-only key if the application only needs to obtain data from Wavelog."); ?></p>
<p class="card-text"><?= __("Links to 3rd-Party-Software which works with Wavelog:")?><br/><ul>
<p class="card-text"><?= __("Links to 3rd-Party-Software which works with Wavelog:")?><ul>
<li><a href="https://github.com/wavelog/WaveLogGate/releases" target="_thirdparty">WaveLogGate</a></li>
<li><a href="https://sourceforge.net/projects/wsjt-x-improved/files/" target="_thirdparty">WSJT-X Improved Plus</a></li>
<li><a href="https://github.com/wavelog/Wavelog/wiki/Third-Party-Tools" target="_thirdparty"><?=__("More Tools")?></a></li>