The Cloudlog API (Application Programming Interface) lets third party systems access Cloudlog in a controlled way. Access to the API is managed via API keys.
-You will need to generate an API key for each tool you wish to use (e.g. CloudlogCAT). Generate a read-write key if the application needs to send data to Cloudlog. Generate a read-only key if the application only needs to obtain data from Cloudlog.
-API URL The API URL for this Cloudlog instance is:
+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.
+You will need to generate an API key for each tool you wish to use (e.g. WavelogCAT). 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.
+API URL The API URL for this Wavelog instance is:
Info It's good practice to delete a key if you are no longer using the associated application.
num_rows() > 0) { ?> diff --git a/application/views/api/index.php b/application/views/api/index.php index 32eff35bd..008da5436 100644 --- a/application/views/api/index.php +++ b/application/views/api/index.php @@ -11,7 +11,7 @@ if($data['format'] == "xml") { // Get the method called, and build the root node $call = $data['queryInfo']['call']; -$rootNode = $xmlDoc->createElement("Cloudlog-API"); +$rootNode = $xmlDoc->createElement("Wavelog-API"); $parentNode = $xmlDoc->appendChild($rootNode); // Get the results output diff --git a/application/views/backup/exportall.php b/application/views/backup/exportall.php index 5175a21bd..456bdf101 100644 --- a/application/views/backup/exportall.php +++ b/application/views/backup/exportall.php @@ -1,4 +1,4 @@ -Cloudlog ADIF export +Wavelog ADIF exportSome of the data stored in Cloudlog can be exported so that you can keep a backup copy elsewhere.
+Some of the data stored in Wavelog can be exported so that you can keep a backup copy elsewhere.
It's recommended to create backups on a regular basis to protect your data.
diff --git a/application/views/debug/main.php b/application/views/debug/main.php index e3f2a1c5a..d88288d5b 100644 --- a/application/views/debug/main.php +++ b/application/views/debug/main.php @@ -6,7 +6,7 @@| /backup | @@ -193,9 +193,9 @@ $branch = substr($pieces[1], strpos($pieces[1], '/')+1); $url = trim(exec('git remote get-url '.$remote)); if (strpos($url, 'https://github.com') !== false) { - $owner = preg_replace('/https:\/\/github\.com\/(\w+)\/Cloudlog\.git/', '$1', $url); + $owner = preg_replace('/https:\/\/github\.com\/(\w+)\/Wavelog\.git/', '$1', $url); } else if (strpos($url, 'git@github.com') !== false) { - $owner = preg_replace('/git@github\.com:(\w+)\/Cloudlog\.git/', '$1', $url); + $owner = preg_replace('/git@github\.com:(\w+)\/Wavelog\.git/', '$1', $url); } } $tag = trim(exec('git describe --tags '.$commitHash)); @@ -215,7 +215,7 @@- + @@ -231,7 +231,7 @@ | Commit | - + n/a @@ -241,7 +241,7 @@ | Tag |
-
+
n/a
diff --git a/application/views/email/admin_reset_password.php b/application/views/email/admin_reset_password.php
index 954b1c730..dcb546c7b 100644
--- a/application/views/email/admin_reset_password.php
+++ b/application/views/email/admin_reset_password.php
@@ -1,7 +1,7 @@
Hello
-An admin initiated a password reset for your Cloudlog account.
+An admin initiated a password reset for your Wavelog account.
Your username is:
@@ -9,7 +9,7 @@ Your username is:
Click here to reset your password:
-If you didn't request any password reset, just ignore this email and talk to an admin of your Cloudlog instance.
+If you didn't request any password reset, just ignore this email and talk to an admin of your Wavelog instance.
Regards,
-Cloudlog
+Wavelog
diff --git a/application/views/email/forgot_password.php b/application/views/email/forgot_password.php
index 36855ce0b..274106c81 100644
--- a/application/views/email/forgot_password.php
+++ b/application/views/email/forgot_password.php
@@ -1,6 +1,6 @@
Hi,
-You or someone else has requested a password reset on your Cloudlog account.
+You or someone else has requested a password reset on your Wavelog account.
Your password reset code is:
@@ -12,4 +12,4 @@ If you didn't request this just ignore.
Regards,
-Cloudlog.
\ No newline at end of file
+Wavelog.
\ No newline at end of file
diff --git a/application/views/email/oqrs_request.php b/application/views/email/oqrs_request.php
index c35ec6cc4..2ce8b2f72 100644
--- a/application/views/email/oqrs_request.php
+++ b/application/views/email/oqrs_request.php
@@ -7,8 +7,8 @@ The user entered the following message:
-Please log into your Cloudlog and process it.
+Please log into your Wavelog and process it.
Regards,
-Cloudlog.
+Wavelog.
diff --git a/application/views/email/testmail.php b/application/views/email/testmail.php
index 116023d5e..e31398b1e 100644
--- a/application/views/email/testmail.php
+++ b/application/views/email/testmail.php
@@ -1,9 +1,9 @@
Hi,
-This is a test email from your Cloudlog instance.
+This is a test email from your Wavelog instance.
If you received this email, your mail settings are correct.
Regards,
-Cloudlog.
\ No newline at end of file
+Wavelog.
\ No newline at end of file
diff --git a/application/views/eqsl/download.php b/application/views/eqsl/download.php
index d4c2319b1..54944f958 100644
--- a/application/views/eqsl/download.php
+++ b/application/views/eqsl/download.php
@@ -63,7 +63,7 @@ foreach ($qslsnotdownloaded->result_array() as $qsl) {
-
Cloudlog will use the eQSL credentials from your Cloudlog user profile to connect to eQSL and download confirmations. +Wavelog will use the eQSL credentials from your Wavelog user profile to connect to eQSL and download confirmations. Due to a rate limit of approximately 10 seconds per eQSL picture download calling this function will take a long time to complete! Thus you may have to call this function several times depending on the amount of outstanding cards. This may run into a script timeout depending on the PHP configuration.
diff --git a/application/views/eqsl/import.php b/application/views/eqsl/import.php
index 55ebb169c..c6e6c76dc 100644
--- a/application/views/eqsl/import.php
+++ b/application/views/eqsl/import.php
@@ -48,7 +48,7 @@
- Cloudlog will use the eQSL credentials from your Cloudlog user profile to connect to eQSL and download confirmations. +Wavelog will use the eQSL credentials from your Wavelog user profile to connect to eQSL and download confirmations.
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 6e7295f3e..1090b0188 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -29,7 +29,7 @@
var lang_admin_close = "";
var lang_admin_clear = "";
-
+
diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php
index 40d2b21c0..d930fbbf3 100644
--- a/application/views/interface_assets/header.php
+++ b/application/views/interface_assets/header.php
@@ -58,14 +58,14 @@
-
diff --git a/application/views/search/filter.php b/application/views/search/filter.php
index 78fb4d753..fcab47d10 100644
--- a/application/views/search/filter.php
+++ b/application/views/search/filter.php
@@ -69,7 +69,7 @@
}
?>
-
+
Below is a list of active radios that are connected to Cloudlog. +Below is a list of active radios that are connected to Wavelog. If you haven't connected any radios yet, see the API page to generate API keys.
@@ -24,7 +24,7 @@
- Info You can find out how to use the radio functions in the wiki. + Info You can find out how to use the radio functions in the wiki. - Welcome to Cloudlog, before you can start logging QSOs you need to carry out the following. +Welcome to Wavelog, before you can start logging QSOs you need to carry out the following.
- Warning Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.
+ Warning Due to recent changes within Wavelog you need to reassign QSOs to your station profiles.
Create a station profile, if you haven't already, then press this button to assign all QSOs to the first Station Profile.
diff --git a/application/views/update/index.php b/application/views/update/index.php
index e2e75c82e..20fb9f2c4 100644
--- a/application/views/update/index.php
+++ b/application/views/update/index.php
@@ -33,7 +33,7 @@
Apply DXCC Data to Logbook- After updating, Cloudlog can fill in missing callsign information in the logbook using the newly-obtained DXCC data. + After updating, Wavelog can fill in missing callsign information in the logbook using the newly-obtained DXCC data. You can choose to check just the QSOs in the logbook that are missing DXCC metadata or to re-check the entire logbook and update existing metadata as well, in case it has changed. @@ -42,7 +42,7 @@Apply Continent Data to Logbook- This function can be used to update QSO continent information for all QSOs in Cloudlog missing that information. + This function can be used to update QSO continent information for all QSOs in Wavelog missing that information. |