[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 02/05: Change more URLs from http://yr.no to https://met.no
noreply at xfce.org
noreply at xfce.org
Thu Feb 16 20:56:38 CET 2017
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.
commit 51fb21c68af167a87bd3f8fc10cafcf8ea4093f1
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 16 20:11:17 2017 +0100
Change more URLs from http://yr.no to https://met.no
This follow-up commit to
https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=ed692336446fe7b29c33cf03798236ad5744aa8a
should change all remaining http URLs to https and also from
*.yr.no to *.met.no, both in code and documentation.
---
README | 10 +++++-----
panel-plugin/weather-summary.c | 2 +-
panel-plugin/weather-translate.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README b/README
index 395e56a..4b0b177 100644
--- a/README
+++ b/README
@@ -87,13 +87,13 @@ documentation and especially their FAQ, which answers some questions
left open by the former:
* General documentation and data licensing
- http://api.yr.no/weatherapi/documentation
- http://api.yr.no/faq.html
- http://api.met.no/license_data.html
+ https://api.met.no/weatherapi/documentation
+ https://api.met.no/faq.html
+ https://api.met.no/license_data.html
* Service-specific documentation
- http://api.met.no/weatherapi/locationforecastlts/1.3/documentation
- http://api.yr.no/weatherapi/sunrise/1.1/documentation
+ https://api.met.no/weatherapi/locationforecastlts/1.3/documentation
+ https://api.met.no/weatherapi/sunrise/1.1/documentation
For more technical details you might need to study the XML schema
corresponding to the document in question.
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 10aa72a..5057cbe 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -304,7 +304,7 @@ weather_summary_get_logo(plugin_data *data)
g_free(path);
if (pixbuf == NULL)
weather_http_queue_request(data->session,
- "http://met.no/filestore/met.no-logo.gif",
+ "https://met.no/filestore/met.no-logo.gif",
logo_fetched, image);
else {
gtk_image_set_from_pixbuf(GTK_IMAGE(image), pixbuf);
diff --git a/panel-plugin/weather-translate.c b/panel-plugin/weather-translate.c
index 65f8bb1..5d214db 100644
--- a/panel-plugin/weather-translate.c
+++ b/panel-plugin/weather-translate.c
@@ -56,7 +56,7 @@ typedef struct {
static const symbol_desc symbol_to_desc[] = {
/*
* TRANSLATORS: How these symbols are named and defined is explained at
- * http://om.yr.no/forklaring/symbol/ and http://api.yr.no/faq.html#symbols.
+ * http://om.yr.no/forklaring/symbol/ and https://api.met.no/faq.html#symbols.
* To be more concise / shorter, the plugin uses names that deviate a bit from yr.no, so that
* they fit well in the tooltip, forecast tab etc.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list