From 0cc6023bfdf7a1d22311dea7d81b8a6ea7a7d880 Mon Sep 17 00:00:00 2001 From: Denis <146707790+dnzbk@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:16:03 -0800 Subject: [PATCH] Fix and update links in webui (#177) - fixed license links - fixed links from nzbget.conf in webui --- webui/config.js | 2 +- webui/index.html | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/webui/config.js b/webui/config.js index b83ad44ef..7c2b4d420 100644 --- a/webui/config.js +++ b/webui/config.js @@ -955,7 +955,7 @@ var Config = (new function($) }); // replace URLs - exp = /(http:\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig; + exp = /(https?:\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig; htmldescr = htmldescr.replace(exp, "$1"); // highlight first line diff --git a/webui/index.html b/webui/index.html index 39b435138..2cc18a230 100644 --- a/webui/index.html +++ b/webui/index.html @@ -601,27 +601,27 @@

Copyright

Additional exemption: compiling, linking, and/or using OpenSSL is allowed.

Par2

-

NZBGet uses Par2 by Peter Brian Clements with library interface by Francois Lesueur.

-

Par2 is licensed under the GPL license.

+

NZBGet uses Par2 by Peter Brian Clements with library interface by Francois Lesueur.

+

Par2 is licensed under the GPLv2 license.

jQuery

NZBGet web-interface uses jQuery. The jQuery Project is run by a distributed group of volunteers that all want to see jQuery become the best JavaScript tool possible.

-

jQuery is licensed under the MIT and GPL licenses.

+

jQuery is licensed under the MIT license.

Bootstrap

-

NZBGet web-interface uses Twitter Bootstrap. Designed and built with all the love in the world @twitter by @mdo and @fat.

-

Bootstrap code is licensed under the Apache License v2.0.

+

NZBGet web-interface uses Bootstrap. Designed and built with all the love in the world @twitter by @mdo and @fat.

+

Bootstrap code is licensed under the Apache License v2.0.

Raphaël

-

NZBGet web-interface makes use of Raphaël built by Dmitry Baranovskiy.

-

Raphaël code is licensed under the MIT license.

+

NZBGet web-interface makes use of Raphaël built by Dmitry Baranovskiy.

+

Raphaël code is licensed under the MIT license.

Elycharts

-

For charts NZBGet relies on Elycharts by Void Labs s.n.c.

-

Elycharts code is licensed under the MIT license.

+

For charts NZBGet relies on Elycharts by Void Labs s.n.c.

+

Elycharts code is licensed under the MIT license.

iconSweets

-

NZBGet web-interface includes selected icons from collections iconSweets and iconSweets2 by Yummygum.

+

NZBGet web-interface includes selected icons from collections iconSweets and iconSweets2 by Yummygum.

The icons are generally licensed under a custom license but used in NZBGet with author's permission.

Boost