updated wiki links

This commit is contained in:
HB9HIL
2026-02-25 12:01:29 +01:00
parent 928cdfc943
commit 19952d988a
26 changed files with 34 additions and 32 deletions

View File

@@ -736,7 +736,7 @@ $config['disable_oqrs'] = false;
| This config switch is meant for Special Callsign operations or Clubstations.
| If this switch is set to true it enables a whole bunch of features to handle Special Callsigns and Club Callsigns.
| For more Information please visit the Wiki:
| https://github.com/wavelog/wavelog/wiki/Clubstations
| https://docs.wavelog.org/admin-guide/administration/clubstations/
|
| !!! Important !!!
| $config['disable_impersonate'] has to be set to false to use this feature.

View File

@@ -66,7 +66,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
<div class="col-md-6">
<h4 style="margin-top: 50px;"><?= __("Welcome to the Wavelog Installer"); ?></h4>
<p style="margin-top: 50px;"><?= __("This installer will guide you through the necessary steps for the installation of Wavelog. <br>Wavelog is a powerful web-based amateur radio logging software. Follow the steps in each tab to configure and install Wavelog on your server."); ?></p>
<p><?= sprintf(__("If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."), "<a href='https://www.github.com/wavelog/wavelog/wiki' target='_blank'>" . __("Wiki") . "</a>", "<a href='https://www.github.com/wavelog/wavelog/discussions' target='_blank'>" . __("Discussions") . "</a>"); ?></p>
<p><?= sprintf(__("If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."), "<a href='https://docs.wavelog.org/' target='_blank'>" . __("Wiki") . "</a>", "<a href='https://www.github.com/wavelog/wavelog/discussions' target='_blank'>" . __("Discussions") . "</a>"); ?></p>
<p><?= __("Thank you for installing Wavelog!"); ?></p>
<?php if (__("Language") == "Language") {
$lang_html = "Language";
@@ -250,7 +250,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
<div class="alert alert-warning d-flex flex-column align-items-center" role="alert">
<p class="mb-2 border-bottom"><?= __("Important note for nginx users!"); ?></p>
<p class="mb-0"><?= __("Since you are using nginx as web server please make sure that you have made the changes described in the Wiki before continuing."); ?></p><br>
<p class="mb-0"><a target="_blank" href="https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration">https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration</a></p>
<p class="mb-0"><a target="_blank" href="https://docs.wavelog.org/getting-started/installation/linux/#nginx-configuration">https://docs.wavelog.org/getting-started/installation/linux/#nginx-configuration</a></p>
</div>
<?php } ?>
<?php } ?>
@@ -342,7 +342,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
<p class="mb-2 border-bottom"><?= __("Some Checks have failed!"); ?></p>
<p class="mb-2"><?= __("Check your PHP settings and install missing modules if necessary."); ?></p>
<p class="mb-2"><?= __("After that, you have to restart your webserver and start the installer again."); ?></p>
<p class="mb-2"><?= sprintf(__("In case of failed 'Folder Write Permissions' check out our Wiki <a href='%s' target='_blank'>here</a>."), "https://github.com/wavelog/Wavelog/wiki/Installation#3-set-directory-ownership-and-permissions"); ?></p>
<p class="mb-2"><?= sprintf(__("In case of failed 'Folder Write Permissions' check out our Wiki <a href='%s' target='_blank'>here</a>."), "https://docs.wavelog.org/getting-started/installation/linux/#3-set-directory-ownership-and-permissions"); ?></p>
</div>
<?php } else if ($prechecks_passed == 'warning') {
$prechecks_icon = "fa-exclamation-triangle";