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/awards/pota/index.php b/application/views/awards/pota/index.php index cbbf460ae..6c56aa4a3 100644 --- a/application/views/awards/pota/index.php +++ b/application/views/awards/pota/index.php @@ -19,7 +19,7 @@ // If Logged in and session exists $custom_date_format = $this->session->userdata('user_date_format'); } else { - // Get Default date format from /config/cloudlog.php + // Get Default date format from /config/wavelog.php $custom_date_format = $this->config->item('qso_date_format'); } ?> diff --git a/application/views/awards/wwff/index.php b/application/views/awards/wwff/index.php index 885ce7355..95cb52e3b 100644 --- a/application/views/awards/wwff/index.php +++ b/application/views/awards/wwff/index.php @@ -19,7 +19,7 @@ // If Logged in and session exists $custom_date_format = $this->session->userdata('user_date_format'); } else { - // Get Default date format from /config/cloudlog.php + // Get Default date format from /config/wavelog.php $custom_date_format = $this->config->item('qso_date_format'); } ?> 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/components/hamsat/table.php b/application/views/components/hamsat/table.php index 80dad90b5..485c28d7a 100644 --- a/application/views/components/hamsat/table.php +++ b/application/views/components/hamsat/table.php @@ -31,7 +31,7 @@ // If Logged in and session exists $custom_date_format = $this->session->userdata('user_date_format'); } else { - // Get Default date format from /config/cloudlog.php + // Get Default date format from /config/wavelog.php $custom_date_format = $this->config->item('qso_date_format'); } diff --git a/application/views/csv/index.php b/application/views/csv/index.php index 1e38c5a9c..c7d9c419c 100644 --- a/application/views/csv/index.php +++ b/application/views/csv/index.php @@ -16,7 +16,7 @@